

/* Start:/local/templates/ampm/components/bitrix/menu/catalog_mobile/style.css?167775875770*/
.mobile-menu ul li.catalog-menu__discounted {
    margin-top: 1.5em;
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/news.list/slider_inner_catalog/style.css?1670918896207*/
@media (max-width: 767px) {
    .index-page-slider.inner:not(.slick-slider) {
        font-size: 0;
    }

    .index-page-slider.inner .item:not(.slick-slide):nth-child(n+2) {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/sale.basket.basket.line/top/style.css?16527832104470*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/ampm/components/bitrix/search.title/top/style.css?16871646855204*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:4;
	top: 160px!important;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}
@media (max-width: 991px) {
	div.title-search-result {
		top: 163px !important;
	}
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/ampm/components/bitrix/search.title/top/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}


/**/
.title-search-result .price-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title-search-result .product__buy {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10.5px;
	border: 1px solid #e4e7ea;
	cursor: pointer;
	width: 44px;
	height: 44px;
	min-width: 44px;
	font-size: 0;
	line-height: 18px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMy4xMzkxIDE2LjA1NTlDMTMuMTM5MSAxNS4yMTg5IDEzLjgxNjUgMTQuNTU0MSAxNC42NDA4IDE0LjU1NDFDMTUuNDUwMyAxNC41NTQxIDE2LjEyNTEgMTUuMjI1MiAxNi4xNDI2IDE2LjA2MTFDMTYuMTM5NyAxNi44OTU3IDE1LjQ2MzQgMTcuNTU3NiAxNC42NDA4IDE3LjU1NzZDMTMuODAzOCAxNy41NTc2IDEzLjEzOTEgMTYuODgwMiAxMy4xMzkxIDE2LjA1NTlaIiBzdHJva2U9IiMxRDFEMUQiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik00Ljg1MjYxIDMuOTk4N0M0Ljg5NjQ4IDQuMjkyNjEgNS4xNDg4NyA0LjUxMDEzIDUuNDQ2MDQgNC41MTAxM0gxOC4xNTY2QzE4LjE1NzMgNC41MTAyNyAxOC4xNTgxIDQuNTEwNDEgMTguMTU4OSA0LjUxMDU2TDE4LjE2MjYgNC41MTEyNEMxOC4xNzI1IDQuNTEzMDYgMTguMTk0NyA0LjUxNzE2IDE4LjIxNDUgNC41MjAyMUMxOC4yMjM3IDQuNTIxNjMgMTguMjM2NiA0LjUyMzUxIDE4LjI1MjIgNC41MjUyN0MxOC4zNTU5IDQuNTU0NDUgMTguNDEzNCA0LjY1NTQzIDE4LjM5NzIgNC43NDU5N0MxOC4zOTcxIDQuNzQ2NTUgMTguMzk2OSA0Ljc0NzEzIDE4LjM5NjggNC43NDc3TDE3LjA4NTIgMTEuMzA1NkMxNi45MTk3IDEyLjA2MzcgMTYuMjUwOSAxMi42MDY0IDE1LjQ5IDEyLjYwNjRINy4wODI5OUM2LjI5MDgxIDEyLjYwNjQgNS42MTE5OCAxMi4wMTc1IDUuNDkzODMgMTEuMjM4NUM1LjQ5Mzc4IDExLjIzODEgNS40OTM3MiAxMS4yMzc3IDUuNDkzNjcgMTEuMjM3NEw0LjI0MTA0IDIuNzExNDFDNC4yMzk1NCAyLjcwMTIxIDQuMjM3NzggMi42OTEwNiA0LjIzNTc2IDIuNjgwOTZDNC4xNzI0NCAyLjM2NDMzIDMuODkzNzQgMi4wMTY3NCAzLjQ0NTMyIDIuMDE2NzRIMS44MDgzN0MxLjY5NTE0IDIuMDE2NzQgMS42IDEuOTIxNiAxLjYgMS44MDgzN0MxLjYgMS42OTUxNCAxLjY5NTE0IDEuNiAxLjgwODM3IDEuNkgzLjQ0NTMyQzQuMDU4NzggMS42IDQuNTY5MjggMi4wNDkzIDQuNjQ5NDUgMi42MzcxOEw0LjY0OTQgMi42MzcxOUw0LjY1MDUyIDIuNjQ0NjhMNC44NTI2MSAzLjk5ODdaIiBzdHJva2U9IiMxRDFEMUQiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik04Ljg4Nzk5IDE1Ljk3NjZMOC44ODc5MSAxNS45NzY2TDguODg4NDIgMTUuOTg2NEM4LjkzMDY0IDE2Ljc4ODUgOC4yOTgwNyAxNy40ODYyIDcuNDY5ODIgMTcuNTM3NEg3LjQ0NjQ2QzYuNjYyODIgMTcuNTM3NCA2LjAxMzc5IDE2LjkwODggNS45ODQ3MyAxNi4xMTUzQzUuOTU2MzIgMTUuMjk5NiA2LjU4MDUzIDE0LjYwNTggNy40MjE0NCAxNC41NTQyQzguMjA1ODcgMTQuNTYyNCA4Ljg1OTU4IDE1LjE5NTUgOC44ODc5OSAxNS45NzY2WiIgc3Ryb2tlPSIjMUQxRDFEIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	margin-top: -4px;
	background-color: white;
}

.title-search-result .button_to_cart_hide {
	background: #2b3239;
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/menu/catalog/style.css?167775875785*/
.header .catalog ul li.catalog-menu__discounted {
    margin-top: 2.5em !important;
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/sender.subscribe/main/style.css?16527832104802*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/news.list/informer/style.css?1652783210150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/ampm/style.css?1763118410256151*/
@font-face {
    font-family: "Tondo Corp";
    font-display: swap;
    src: url("/local/templates/ampm/fonts/c3c67593cc9c0a480f04c05092de12f4.eot");
    src: url("/local/templates/ampm/fonts/c3c67593cc9c0a480f04c05092de12f4.eot?#iefix") format("embedded-opentype"), url("/local/templates/ampm/fonts/c3c67593cc9c0a480f04c05092de12f4.woff2") format("woff2"), url("/local/templates/ampm/fonts/c3c67593cc9c0a480f04c05092de12f4.woff") format("woff"), url("/local/templates/ampm/fonts/c3c67593cc9c0a480f04c05092de12f4.ttf") format("truetype");
}

.catalog-page .sort .tags .tag a:active, .catalog-page .sort .tags .tag a:hover {
    background: #000;
    color: #fff !important;
}

.cons_active {
    border: 1px solid #000 !important;
}

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(11, 37, 53, 0.8);
    z-index: 11;
    display: none;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.cf a {
    color: #fff;
}

.c0 {
    color: #000;
}

.ap {
    appearance: none;
}

.nw {
    white-space: nowrap;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #fff;
    overflow-x: hidden;
}

body,
th,
td {
    font-family: "Tondo Corp", "Arial";
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: "Tondo Corp";
}

button,
input[type='submit'] {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.p_main {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
}

.an {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#videoCollections {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    /*     opacity: .5; */
}

@media (max-width: 768px) {
    #videoCollections {
        display: none;
    }
}

#videoCollection {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    /*     opacity: .5; */
}

.collection-container {
    overflow: hidden;
    position: relative;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
    display: block;
}

.wrap {
    margin: 0 auto;
    width: 1360px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

* {
    outline: none !important;
}

.header {
    padding: 24px 0;
    box-shadow: 0 1px 0 #E4E7EA;
    position: sticky;
    z-index: 5;
    top: 0;
    background: #fff;
    width: 100%;
    transition: all 200ms ease;
    /*
  top: 0;
  background: #fff;
  z-index: 11;
  width: 100%;
  */
}

/*
для разделов корзины и заказа не плавующая корзина
 */
[data-root-section="order"] .header,
[data-root-section="cart"] .header {
    position: relative;
}

.header__top-banner {
    margin-bottom: 24px;
    margin-top: -24px;
}

.header__top-banner img {
    width: 100%;
    height: auto;
}

.index-page-slider.inner img {
    width: 100%;
    height: auto;
}

.header.cart ul {
    display: none;
}

.header.cart .search-link {
    display: none;
}

.header.cart .cart {
    display: none;
}

.youtube-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

.header .back-link {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 8px;
}

.header .back-link .fa {
    vertical-align: middle;
    font-size: 20px;
    margin: -4px 10px 0 0;
}

.header .logo a {
    text-decoration: none;
}

.header .logo a img {
    display: inline-block;
    vertical-align: middle;
}

.header .logo a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.25px;
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #1D1D1D;
}

.header ul {
    padding-top: 6px;
    margin-right: 40px;
    margin-left: 80px;
}

.header ul li {
    display: inline-block;
    margin-right: 48px;
}

.header ul li:last-child {
    margin-right: 0;
}

.header ul li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 35px 0;
    margin: -35px 0;
}

.header ul li a:hover {
    color: #798897;
}

.header .contacts {
    padding-top: 8px;
}

.header .contacts .carousel {
    display: grid;
    width: 200px;
}

.header .contacts .carousel .slick-list {
    margin-top: -4px;
}

.header .contacts .phone {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
}

.header .contacts .carousel a {
    display: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/phone.svg');
}

.notice-change-city {
    display: none;
    z-index: 100;
    position: fixed;
    background-color: white;
    top: 80px;
    right: 15%;
    padding: 20px;
    border-bottom-left-radius: 10.5px;
    border-bottom-right-radius: 10.5px;
}

.notice-change-city-title {
    display: flex;
    margin-bottom: 10px;
}

.notice-change-city .city-name {
}

.notice-change-city .city-btn {
    border: 1px solid;
    border-radius: 10.5px;
    background-color: white;
    text-decoration: none;
    padding: 12px;
    margin-left: 20px;
}

.notice-change-city .city-confirm {
    background-color: #D61E3D;
    color: white;
}

.header .change-city-block {
    display: none;
}

.header .contacts .city {
    display: none;
    width: max-content;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.header .search-link {
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/search.svg');
    margin-top: 6px;
    margin-right: -30px;
    font-size: 0;
}

.header .cart {
    margin-top: 6px;
}

.header .cart .link {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/cart.svg');
}

.header .cart .link span {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 15px;
    height: auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D61E3D;
    top: -5px;
    right: -9px;
    border: 2px solid #FFFFFF;
}

@media (max-width: 991px) {
    .header .heart {
        margin-top: 3px;
    }
}

@media (min-width: 992px) {
    .header .heart {
        margin-top: 6px;
    }
}


@media (min-width: 1391px) {
    #fav_count {
        margin-right: -30px;
    }
}

@media (max-width: 575px) {
    .cart-page .result button.b1 {
        margin-top: 0px !important;
    }

    .cart-page .result .content .buttons {
        position: fixed;
        bottom: 60px;
        width: 100%;
        display: block !important;
    }

    .cart-page .result .content .buttons button {
        width: 43% !important;
        margin-right: 10px;
    }

}

.header .heart .link {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/heart_top.svg');
    background-repeat: no-repeat;
}

.header .heart .link span {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 15px;
    height: auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D61E3D;
    top: -2px;
    right: -5px;
}

.header .menu-button {
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/menu-button.svg');
    margin-top: 2px;
    display: none;
    font-size: 0;
}

.header .menu-button.active {
    background: url('/local/templates/ampm/img/menu-close.svg');
}

.header .search-window {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px -20px 20px rgba(29, 29, 29, 0.05);
    border-radius: 0px 0px 10.5px 10.5px;
    padding: 16px 0 0px;
    z-index: 5;
    width: 100%;
    display: none;
}

.header .search-window form {
    position: relative;
    padding-right: 150px;
    margin-bottom: 32px;
}

.header .search-window form .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/close2.svg');
}

.header .search-window form input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 0 50px;
    background: url('/local/templates/ampm/img/search2.svg') no-repeat 16px 50%;
}

.header .search-window .tags p, #items2 p {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.header .search-window .tags a, #items2 a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 8px;
    background: #F1F3F4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3px 3px 0;
}


.mobile {
    display: none;
}

.title-search-result .items {
    padding-top: 20px;
}

.title-search-result .items .item {
    width: 15%;
    margin-bottom: 20px;
}

.title-search-result .items .item img {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 12px;
}

.title-search-result .items .item .name {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.title-search-result .items .item .code {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
}

.title-search-result .items .item p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
}

.title-search-result .items .item p a {
    text-decoration: none;
}

.title-search-result .items .item .price {
    padding: 10px 0;
}

.title-search-result .items .item .price.other {
    padding: 0;
}

.title-search-result .items .item .price .old {
    text-decoration: line-through;
    font-size: 11px;
    line-height: 110%;
    color: #9EA3AF;
}

.title-search-result .items .item .price .discount {
    margin-left: 8px;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    color: #D61E3D;
}

.title-search-result .items .item .price .new {
    margin-top: 1px;
    font-size: 20px;
    line-height: 130%;
}

.title-search-result .items .all-link {
    width: 15%;
    margin-bottom: 20px;
    position: relative;
    background: #F1F3F4;
    border-radius: 10.5px;
}

.title-search-result .items .all-link p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
}

.title-search-result .items .all-link p .fa {
    display: none;
}

.title-search-result .items .all-link p a {
    text-decoration: none;
}

.title-search-result .items .all-link .link {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    background: url('/local/templates/ampm/img/arrow3.svg');
}

div.title-search-result {
    background: #fff;
    width: 100% !important;
    left: 0 !important;
    border: 0 !important;
    box-shadow: 0 40px 40px -5px rgba(29, 29, 29, 0.1);
    border-radius: 0 0 10.5px 10.5px;
}

.header .search-window .items {
    padding-top: 20px;
}

.header .search-window .items .item {
    width: 15%;
    margin-bottom: 20px;
}

.header .search-window .items .item img {
    width: 100%;
    margin-bottom: 8px;
}

.header .search-window .items .item .name {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.header .search-window .items .item .code {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
}

.header .search-window .items .item p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
}

.header .search-window .items .item p a {
    text-decoration: none;
}

.header .search-window .items .item .price {
    padding: 10px 0;
}

.header .search-window .items .item .price.other {
    padding: 0;
}

.header .search-window .items .item .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.header .search-window .items .item .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.header .search-window .items .item .price .new {
    margin-top: 1px;
    font-size: 20px;
    line-height: 130%;
}

.header .search-window .items .all-link {
    width: 15%;
    margin-bottom: 20px;
    position: relative;
    background: #F1F3F4;
    border-radius: 10.5px;
}

.header .search-window .items .all-link p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
}

.header .search-window .items .all-link p .fa {
    display: none;
}

.header .search-window .items .all-link p a {
    text-decoration: none;
}

.header .search-window .items .all-link .link {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    background: url('/local/templates/ampm/img/arrow3.svg');
}

.header .catalog {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 5;
    width: 100%;
    height: 94vh;
    display: none;
    border-top: 1px solid rgba(1, 1, 1, 0.15);
}

.header .catalog .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 64px;
    height: 64px;
    background: url('/local/templates/ampm/img/close.svg');
}

.header .catalog ul {
    width: 30%;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header .catalog ul li {
    display: table;
    margin: 0 0 16px 0;
}

.header .catalog ul li:hover ul {
}

.header .catalog ul li:first-child ul {
}

.header .catalog ul li a {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0;
    padding: 0 120px;
    text-transform: none;
    margin: 0;
}

.header .catalog ul li ul li a {
    padding-left: 50px;
}

.header .catalog ul li a:hover {
    color: #798897;
}

.header .catalog ul li a span {
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px 7px 8px;
    background: #798897;
    border-radius: 8.5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.header .catalog ul li ul {
    position: absolute;
    top: 0;
    left: 30%;
    width: 30%;
    height: 100%;
    background: #F1F3F4;
    display: none;
}

.header .catalog .item {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: top left !important;
}

.header .catalog .item .info {
    position: absolute;
    left: 0;
    bottom: 5%;
    background: url('/local/templates/ampm/img/bg1.png') center / cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    border-radius: 0 10.5px 0 0;
}

.header .catalog .item .info .tag {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px 7px 8px;
    margin-bottom: 16px;
    background: #D61E3D;
    border-radius: 8.5px;
}

.header .catalog .item .info .name {
    margin-bottom: 16px;
    position: relative;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
}

.header .catalog .item .info .name span {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0;
}

.header .catalog .item .info .name a {
    text-decoration: none;
}

.header .catalog .item .info .name a:hover {
    text-decoration: underline;
}

.header .catalog .item .info .name .code {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
    letter-spacing: 0;
}

.header .catalog .item .info .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.header .catalog .item .info .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.header .catalog .item .info .price .new {
    margin-top: 1px;
    font-size: 20px;
    line-height: 130%;
}

.header .catalog .item .info button {
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 4px;
}

.header .catalog .item .info form .button_to_cart {
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 4px;
}

.header .catalog .item .info form .button_to_cart_hide {
    display: none;
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 4px;
}

.header .catalog .item .info form .button_to_cart_hide_plus {
    display: none;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 4px;
}

.header .catalog .item .info form .button_to_cart_hide_plus.plus_black {
    background: #000;
    color: #FFF;
    border: 1px solid #000;
}

.header .wrap {
    position: relative;
}

.header .contacts-window {
    width: 488px;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 0 0 10.5px 10.5px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 24px 32px;
    display: none;
}

.header .contacts-window .close {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/close2.svg');
}

.header .contacts-window .contacts-window-title {
    text-decoration: underline;
    width: 100%;
    letter-spacing: 0.7px;
    margin-top: 20px;
    font-size: 20px;
}

.header .contacts-window .contacts-window-undertitle {
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
    color: rgb(0 0 0 / 50%);
}

.header .contacts-window .name {
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.header .contacts-window .flex.other {
    padding: 24px 0;
    display: none;
}

.header .contacts-window .flex.other .item {
    margin-bottom: 30px;
    position: relative;
    font-size: 10px;
    line-height: 130%;
    color: #9EA3AF;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header .contacts-window .flex.other .item img {
    display: block;
    margin-bottom: 8px;
}

.header .contacts-window .flex.other .item a {
    display: block;
    text-decoration: none;
    margin: 4px 0;
    font-size: 12px;
    line-height: 15px;
}

.header .contacts-window .flex.other .item a.big {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

.header .contacts-window .flex.other .item p {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 130%;
}

.header .contacts-window .flex.other .item button {
    width: 100%;
    margin-top: 40px;
    background: #fff;
    font-size: 13px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.header .contacts-window .flex.other .showroom {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px;
    background: #F1F3F4;
    border-radius: 10.5px;
    text-align: center;
}

.header .contacts-window .contacts {
    width: 48%;
    padding-top: unset;
}

.city-change-block {
    width: 100%;
}

.city-change-block .city-change-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.city-change-block .city-change-title .change-city-button {
    width: 48%;
    background: #fff;
    font-size: 13px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.city-change-search {
    display: none;
    width: 100%;
}

.header .contacts-window .city-change-title-name .title {
    text-decoration: underline;
    letter-spacing: 0.7px;
    font-size: 20px;
}

.header .contacts-window .city-change-title-name p {
    color: #074fb1;
    font-weight: bold;
}

.search-city-input {
    height: 48px;
    width: 100%;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 0 50px;
    background: url('/local/templates/ampm/img/search2.svg') no-repeat 16px 50%;
}

.search-city-dropdown {
    position: absolute;
    display: none;
    width: 83%;
    margin-left: 8px;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #87919c;
    overflow-y: scroll;
    max-height: 225px;
}

.search-city-dropdown .city-item {
    padding: 10px;
    cursor: pointer;
}

.search-city-dropdown .city-item:hover {
    background-color: #E0E8EA;
}

.search-city-dropdown .city-item span {
    color: #aba8ac;
}

.search-city-item {
    text-decoration: none;
    display: block;
    margin: 7px;
}

.header .contacts-window .contacts .item {
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    font-size: 10px;
    line-height: 130%;
}

.header .contacts-window .contacts .item img {
    position: absolute;
    left: 0;
    top: 0;
}

.header .contacts-window .contacts .item a {
    display: block;
    text-decoration: none;
    margin: 4px 0;
    font-size: 12px;
    line-height: 15px;
}

.header .contacts-window .contacts .item a.big {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

.header .contacts-window .contacts .item span {
    margin: 4px 0;
    font-size: 12px;
    line-height: 15px;
}

.header .contacts-window .contacts .item p {
    color: #000;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.header .contacts-window .showroom {
    width: 48%;
}

.header .contacts-window .showroom button {
    width: 100%;
    margin-top: 6px;
    background: #fff;
    font-size: 13px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.header .contacts-window .showroom a {
    width: 100%;
    margin-top: 6px;
    background: #fff;
    font-size: 13px;
    padding: 13px 0;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.header .contacts-window .btn-consultation {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    font-size: 13px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.comagic_city {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.25px;
}

.showrooms-page .contacts-window {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10.5px;
    background: #fff;
    z-index: 3;


    padding: 0px;
    display: none;
}

.showrooms-page .contacts-window .close {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/close2.svg');
}

.showrooms-page .contacts-window .name {
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.showrooms-page .contacts-window .flex.other {
    padding: 24px 0;
    display: none;
}

.showrooms-page .contacts-window .flex.other .item {
    margin-bottom: 64px;
    position: relative;
    font-size: 10px;
    line-height: 130%;
    color: #9EA3AF;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.showrooms-page .contacts-window .flex.other .item img {
    display: block;
    margin-bottom: 8px;
}

.showrooms-page .contacts-window .flex.other .item a {
    display: block;
    text-decoration: none;
    margin: 4px 0;
    font-size: 12px;
    line-height: 15px;
}

.showrooms-page .contacts-window .flex.other .item a.big {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

.showrooms-page .contacts-window .flex.other .item p {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 130%;
}

.showrooms-page .contacts-window .flex.other .item button {
    width: 100%;
    margin-top: 40px;
    background: #fff;
    font-size: 13px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.showrooms-page .contacts-window .flex.other .showroom {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 114px 20px;
    background: #F1F3F4;
    border-radius: 10.5px;
    text-align: center;
}

.showrooms-page .contacts-window .flex.other .showroom .n {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 130%;
}

.showrooms-page .contacts-window .flex.other .showroom .n a {
    margin-left: 3px;
    border-bottom: 2px solid transparent;
}

.showrooms-page .contacts-window .flex.other .showroom .n a.active {
    border-bottom: 2px solid #000;
}

.showrooms-page .contacts-window .flex.other .showroom .data {
    display: none;
}

.showrooms-page .contacts-window .flex.other .showroom .data.active {
    display: block;
}

.showrooms-page .contacts-window .flex.other .showroom .phone {
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
}

.showrooms-page .contacts-window .flex.other .showroom .links a {
    display: inline-block;
    margin: 0 3px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.showrooms-page .contacts-window .flex.other .showroom .links a:hover {
    background: #000;
}

.showrooms-page .contacts-window .flex.other .showroom .links a:hover img:nth-child(1) {
    display: none;
}

.showrooms-page .contacts-window .flex.other .showroom .links a:hover img:nth-child(2) {
    display: inline-block;
}

.showrooms-page .contacts-window .flex.other .showroom .links a img {
    vertical-align: middle;
}

.showrooms-page .contacts-window .flex.other .showroom .links a img:nth-child(2) {
    display: none;
}

.showrooms-page .contacts-window .contacts {
    width: 48%;
}

.showrooms-page .contacts-window .contacts .item {
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative;
    font-size: 10px;
    line-height: 130%;
    color: #9EA3AF;
}

.showrooms-page .contacts-window .contacts .item img {
    position: absolute;
    left: 0;
    top: 0;
}

.showrooms-page .contacts-window .contacts .item a {
    display: block;
    text-decoration: none;
    margin: 4px 0;
    font-size: 12px;
    line-height: 15px;
}

.showrooms-page .contacts-window .contacts .item a.big {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

.showrooms-page .contacts-window .contacts .item p {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 130%;
}

.showrooms-page .contacts-window .showroom {
    width: 48%;
}

.showrooms-page .contacts-window .showroom button {
    width: 100%;
    margin: 10px 0 24px;
    background: #fff;
    font-size: 13px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.showrooms-page .contacts-window .showroom .info {
    padding: 16px;
    background: #F1F3F4;
    border-radius: 10.5px;
    width: 100%;
}

.showrooms-page .contacts-window .showroom .info .n {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 130%;
}

.showrooms-page .contacts-window .showroom .info .n a {
    margin-left: 3px;
    border-bottom: 2px solid transparent;
}

.showrooms-page .contacts-window .showroom .info .n a.active {
    border-bottom: 2px solid #000;
}

.showrooms-page .contacts-window .showroom .info .data {
    display: none;
}

.showrooms-page .contacts-window .showroom .info .data.active {
    display: block;
}

.showrooms-page .contacts-window .showroom .info .phone {
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
}

.showrooms-page .contacts-window .showroom .info .links a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.showrooms-page .contacts-window .showroom .info .links a:hover {
    background: #000;
}

.showrooms-page .contacts-window .showroom .info .links a:hover img:nth-child(1) {
    display: none;
}

.showrooms-page .contacts-window .showroom .info .links a:hover img:nth-child(2) {
    display: inline-block;
}

.showrooms-page .contacts-window .showroom .info .links a img {
    vertical-align: middle;
}

.showrooms-page .contacts-window .showroom .info .links a img:nth-child(2) {
    display: none;
}

@media (max-width: 767px) {
    .showrooms-page .contacts-window .name {
        margin-bottom: 0;
    }

    .showrooms-page .contacts-window .flex.other .item {
        margin-bottom: 30px;
    }

    .showrooms-page .contacts-window .flex.other .showroom {
        padding: 20px;
    }

    .showrooms-page .contacts-window .help-call {
        width: 80% !important;
        bottom: 60px !important;
    }
}

.type-page .info .contacts-window {
    width: 225px;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 0 0 10.5px 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 23px;
    display: none;
    position: absolute;
    margin-top: 10px;
    margin-left: -23px;
}

.tab-content .setup .top-link span {
    cursor: pointer;
}

.installation-page-header .top-link span {
    cursor: pointer;
}

.tab-content .setup .contacts-window {
    width: 225px;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 0 0 10.5px 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 23px;
    display: none;
    position: absolute;
    margin-top: 10px;
    margin-left: -23px;
}

.installation-page-header .contacts-window {
    width: 225px;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 0 0 10.5px 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 23px;
    display: none;
    position: absolute;
    margin-top: 10px;
    margin-left: -23px;
}

.tab-content .setup .contacts-window .item_s {
    padding-bottom: 10px;
}

.installation-page-header .contacts-window .item_s {
    padding-bottom: 10px;
}

.projecting-page .contacts-window {
    display: none;
    width: 320px;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 23px;
    position: absolute;
    margin-top: 5px;
    margin-left: 0;
}

.projecting-page .step .field input[type='text'] {
    cursor: pointer;
}

.cabinet-page .discount .contacts-window {
    width: 225px;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 24px;
    display: none;
    position: absolute;
    margin-top: 10px;
    margin-left: -23px;
}

.catalog-page .list .site-item .links .contacts-window {
    width: 252px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 24px;
    display: none;
    position: absolute;
    margin-top: -110px;
    margin-left: -190%;
}

.catalog-page .list .site-item .links .contacts-window button {
    background: #fff;
    width: 121px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 10px;
}

.catalog-page .list .site-item .links .contacts-window button:hover {
    color: #000;
}

@media (max-width: 767px) {
    .catalog-page .list .site-item .links .contacts-window {
        width: 200px;
        margin-left: -250%;
        margin-top: -130px;
    }

    .item.video iframe {
        height: 350px !important;
    }
}


.other-items-block .list .item .links .contacts-window {
    width: 252px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 24px;
    display: none;
    position: absolute;
    margin-top: -110px;
    margin-left: -190%;
}

.other-items-block .list .item .links .contacts-window button {
    background: #fff;
    width: 121px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 10px;
}

.other-items-block .list .item .links .contacts-window button:hover {
    color: #000;
}


.item-page .info #adds, .incart-top-block .links #adds {
    width: 238px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 24px;
    display: none;
    position: absolute;
    margin-top: -105px;
    right: 10px;
    font-size: 12px;
}

.item-page .info #adds button, .incart-top-block .links #adds button {
    background: #fff;
    width: 121px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 10px;
}

.item-page .info #adds button:hover, .incart-top-block .links #adds button:hover {
    color: #000;
}


.item-page .info .delivery .contacts-window, .item-page .item-content .delivery .contacts-window {
    max-width: 245px;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 0 0 10.5px 10.5px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 23px;
    display: none;
    position: absolute;
    margin-top: 10px;
    font-size: 12px;
}

.projecting-page .contacts-window .item_s, .type-page .info .contacts-window .item_s, .item-page .info .delivery .contacts-window .item_s, .item-page .item-content .delivery .contacts-window .item_s {
    padding-bottom: 10px;
}

.projecting-page .contacts-window .close, .type-page .info .contacts-window .close, .item-page .info .delivery .contacts-window .close, .item-page .item-content .delivery .contacts-window .close {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/close2.svg');
}

.projecting-page .contacts-window .name, .type-page .info .contacts-window .name, .item-page .info .delivery .contacts-window .name, .item-page .item-content .delivery .contacts-window .name {
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.projecting-page .contacts-window .flex.other, .type-page .info .contacts-window .flex.other, .item-page .info .delivery .contacts-window .flex.other, .item-page .item-content .delivery .contacts-window .flex.other {
    padding: 24px 0;
    display: none;
}


.header .cart-window {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    width: 389px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
    border-radius: 10.5px;
    margin-top: 24px;
    display: none;
}

.header .cart-window .list {
    padding: 0 16px;
    max-height: 350px;
    overflow-y: scroll;
}

.header .cart-window .list::-webkit-scrollbar {
    width: 0;
}

.header .cart-window .list .item {
    display: flex;
    padding: 16px 30px 16px 0;
    border-bottom: 1px solid #E4E7EA;
    position: relative;
}

.header .cart-window .list .item .delete {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/delete.svg');
}

.header .cart-window .list .item div {
    display: inline-grid;
    vertical-align: top;
}

.header .cart-window .list .item div img {
    margin-right: 16px;
    border-radius: 12px;
    width: 56px;
    max-width: 56px;
    height: 56px;
}

.header .cart-window .list .item div .name {
    display: block;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.header .cart-window .list .item div p, .header .cart-window .list .item div a {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 150%;
    text-decoration: none;
}

.header .cart-window .list .item div a:hover {
    text-decoration: underline;
}

.header .cart-window .list .item div .price {
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
    display: flex;
}

.header .cart-window .list .item div .price .old {
    margin-left: 6px;
    font-weight: 400;
    color: #9EA3AF;
    text-decoration: line-through;
}

.header .cart-window .flex {
    padding: 16px;
    box-shadow: 0 0 40px rgba(29, 29, 29, 0.1);
}

.header .cart-window .flex p {
    font-size: 13px;
    line-height: 150%;
    margin-top: 10px;
}

.header .cart-window .flex p span {
    margin-left: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
}

.header .cart-window .flex button {
    background: #fff;
    width: 173px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.index-page-slider {
    margin-bottom: 4px;
}

.index-page .index-page-slider .item .bg img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/6;
}

.index-page-slider.inner {
    margin-bottom: 0;
}

.index-page-slider.inner .item {
    height: 100%;
}

.index-page-slider .item {
    /*   height: 600px; */
    position: relative;
}

/*
.index-page-slider .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
*/
.index-page-slider .item .bg.mob {
    display: none;
}

.index-page-slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    white-space: nowrap;
}

.index-page-slider.inner .slick-dots {
    bottom: 0;
    margin-bottom: 5px;
}

.index-page-slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.index-page-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.index-page-slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.index-page-slider .slick-prev,
.index-page-slider .slick-next,
.sale-page .slick-prev,
.sale-page .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .2;
    width: 48px;
    height: 48px;
}

.sale-page .slick-prev,
.sale-page .slick-next {
    top: 35%;
}


.index-page-slider .slick-prev:hover,
.index-page-slider .slick-next:hover,
.sale-page .slick-prev:hover,
.sale-page .slick-next:hover {
    opacity: 1;
}

.index-page-slider .slick-prev {
    left: 64px;
    background: url('/local/templates/ampm/img/prev.svg');
}

.sale-page .slick-prev {
    left: 34px;
    background: url('/local/templates/ampm/img/prev.svg');
}

.index-page-slider .slick-next, .sale-page .slick-next {
    right: 64px;
    background: url('/local/templates/ampm/img/next.svg');
}

.index-mob-categories {
    padding: 20px 0 24px 20px;
    display: none;
}

.index-mob-categories .item {
    width: 102px;
    height: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    position: relative;
}

.index-mob-categories .item img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
}

.index-mob-categories .item.item--detail-img img {
    top: initial;
    bottom: 0;
}

.index-mob-categories .item {
    display: inline-block !important;
}

.index-mob-categories .item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 8px 15px;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.index-mob-categories .item a span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
}

.index-categories-block {
    padding-bottom: 20px;
    margin-right: -4px;
}

.index-page .index-categories-block {
    height: 30vw;
}

.index-categories-block .item {
    font-size: 0;
    width: 25%;
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 4px;
    position: relative;
}

.index-categories-block .item.all {
    background: #1D1D1D;
}

.index-categories-block .item a {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
}

.index-categories-block .item a.link {
    top: auto;
    left: auto;
    bottom: 40px;
    right: 40px;
    width: 32px;
    height: 32px;
    background: url('/local/templates/ampm/img/arrow.svg');
}

.index-categories-block .item .llink {
    position: absolute;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.index-categories-block .item .tag {
    position: absolute;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px 7px 8px;
    background: #798897;
    border-radius: 8.5px;
    left: 40px;
    bottom: 40px;
}

.index-categories-block .item img {
    width: 100%;
}

.index-offers {
    padding: 0 12px;
}

.index-offers .list {
    margin: 0 12px 24px 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.index-offers .list .item {
    height: 720px;
    overflow: hidden;
    position: relative;
}

.index-offers .list .item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.index-offers .list .item .text {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    text-align: center;
}

.index-offers .list .item .text .name {
    font-weight: bold;
    font-size: 40px;
    line-height: 130%;
}

.index-offers .list .item .text .top-text {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 150%;
}

.index-offers .list .item .text .collection {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.index-offers .list .item .text p {
    max-width: 240px;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 150%;
}

.index-offers .list .item .text p a {
    text-decoration: none;
}

.index-offers .list .item .text .price {
    font-size: 28px;
    line-height: 130%;
}

.index-offers .list .item .text .price .fa {
    zoom: .85;
}

.index-offers .list .item .text .price .old div {
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    color: #9EA3AF;
    font-size: 13px;
    line-height: 150%;
}

.index-offers .list .item .text .price .old .discount {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px 7px 8px;
    background: #D61E3D;
    border-radius: 8.5px;
    vertical-align: middle;
    margin-left: 5px;
}

.index-offers .list .slick-prev,
.index-offers .list .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    width: 48px;
    height: 48px;
}

.index-offers .list .slick-prev:hover,
.index-offers .list .slick-next:hover {
    opacity: 1;
}

.index-offers .list .slick-prev {
    left: 40px;
    background: url('/local/templates/ampm/img/prev.svg');
}

.index-offers .list .slick-next {
    right: 40px;
    background: url('/local/templates/ampm/img/next.svg');
}

.index-offers .list .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    white-space: nowrap;
}

.index-offers .list .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.index-offers .list .slick-dots li.slick-active button {
    background: #fff;
}

.index-offers .list .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #F1F3F4;
}

.index-tabs {
    background: url('/local/templates/ampm/img/index-tabs.jpg') center / cover;
    padding: 40px 0;
    color: #fff;
}

.index-tabs .wrap {
    position: relative;
}

.index-tabs .wrap .block-name {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
}

.index-tabs .wrap .tabNavigation {
    position: absolute;
    left: 0;
    top: 50px;
}

.index-tabs .wrap .tabNavigation li {
    margin-bottom: 16px;
}

.index-tabs .wrap .tabNavigation li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 150%;
}

.index-tabs .wrap .tabNavigation li a.selected {
    text-decoration: underline;
}

.index-tabs .wrap .top-text {
    padding: 0 0 170px 350px;
}

.index-tabs .wrap .top-text .b1 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
}

.index-tabs .wrap .top-text .b2 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 40px;
    line-height: 130%;
}

.index-tabs .wrap .top-text .b3 .reward {
    display: inline-block;
    margin: 0 32px 10px 0;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.25px;
}

.index-tabs .wrap .top-text .b3 .reward:last-child {
    margin-right: 0;
}

.index-tabs .wrap .top-text .b3 .reward img {
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.decisions-page-top-block.collections_inner .wrap .text .b3 .reward {
    display: inline-block;
    margin: 10px 32px 10px 0;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.25px;
}

.decisions-page-top-block.collections_inner .wrap .text .b3 .reward:last-child {
    margin-right: 0;
}

.decisions-page-top-block.collections_inner .wrap .text .b3 .reward img {
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.index-tabs .wrap .collections .item {
    width: 23.7%;
    border-radius: 12px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}

.index-tabs .wrap .collections .item.border {
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.index-tabs .wrap .collections .item img {
    width: 100%;
    border-radius: 12px;
}

.index-tabs .wrap .collections .item .name {
    position: absolute;
    left: 32px;
    top: 24px;
    max-width: 70%;
    font-size: 14px;
    line-height: 150%;
}

.index-tabs .wrap .collections .item .name span {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}

.index-tabs .wrap .collections .item .price {
    position: absolute;
    left: 32px;
    bottom: 34px;
    font-size: 12px;
    line-height: 100%;
    color: #000;
}

.index-tabs .wrap .collections .item .price .fa {
    font-size: 10px;
}

.index-tabs .wrap .collections .item .link {
    position: absolute;
    bottom: 24px;
    right: 38px;
    width: 32px;
    height: 32px;
    background: url('/local/templates/ampm/img/arrow.svg');
}

.index-tabs .wrap .collections .item .main-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.index-tabs .list {
    display: none;
}

.index-tabs .list .slick-dots {
    text-align: center;
    padding-top: 24px;
}

.index-tabs .list .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.index-tabs .list .slick-dots li.slick-active button {
    opacity: 1;
}

.index-tabs .list .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.index-services {
    padding: 40px 0 1px;
}

.index-services .main-item {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 32px;
}

.index-services .main-item .name {
    max-width: 50%;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #9EA3AF;
    margin-bottom: 265px;
}

.index-services .main-item .name span {
    display: block;
    color: #000;
    font-size: 40px;
    line-height: 130%;
    margin-top: 16px;
}

.index-services .main-item .bottom-text {
    max-width: 30%;
    font-size: 14px;
    line-height: 150%;
}

.index-services .main-item .bottom-text span {
    display: block;
    padding: 26px 0 4px;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-services .list {
    width: 49%;
}

.index-services .list .item {
    width: 48%;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    position: relative;
}

.index-services .list .item.bg {
    background: url('/local/templates/ampm/img/service.png') no-repeat right;
}

.index-services .list .item.mob {
    display: none;
}

.index-services .list .item img {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 40px;
}

.index-services .list .item p {
    position: absolute;
    top: 32px;
    left: 32px;
    font-weight: 700;
    color: #9EA3AF;
}

.index-services .list .item .text {
    position: absolute;
    left: 32px;
    bottom: 36px;
    max-width: 70%;
    font-size: 14px;
    line-height: 150%;
}

.index-services .list .item .text span {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}

.index-services .list .item .text span.color1 {
    background: linear-gradient(to bottom, #50d1f1, #074fb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-services .list .item .text span.color2 {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-services .list .item .text span.color3 {
    background: linear-gradient(to bottom, #ff566d, #d61e3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-services .list .item .text span.color4 {
    background: linear-gradient(to bottom, #5f86ec, #7c4cb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-services .list .item .text span.color5 {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-counts {
    padding: 60px 0 51px;
    background: url('/local/templates/ampm/img/index-counts.png') no-repeat bottom right;
    background-size: contain;
}

.index-counts .text {
    width: 50%;
}

.index-counts .text .name {
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 130%;
}

.index-counts .text p {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 150%;
}

.index-counts .text .flex {
    padding-top: 17px;
}

.index-counts .text .flex .item {
    width: 48%;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 150%;
}

.index-counts .text .flex .item .about-item-number {
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.5px;
}

.index-counts .text .flex .item span {
    display: block;
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer {
    padding: 55px 0;
    background: #1D1D1D;
    color: #fff;
}

.footer .left-col {
    width: 310px;
}

.footer .left-col .logo {
    margin-bottom: 102px;
}

.footer .left-col .logo a {
    text-decoration: none;
    color: #fff;
}

.footer .left-col .logo a img {
    display: inline-block;
    vertical-align: middle;
}

.footer .left-col .logo a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.25px;
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #fff;
}

.footer .left-col .subscribe {
    margin-bottom: 31px;
}

.footer .left-col .subscribe form {
    position: relative;
    margin-bottom: 12px;
}

.footer .left-col .subscribe form input[type='text'], .footer .left-col .subscribe form input[type='email'] {
    width: 100%;
    height: 40px;
    font-size: 13px;
    padding: 0 16px;
    border-radius: 10.5px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer .left-col .subscribe form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10.5px;
    background: url('/local/templates/ampm/img/arrow2.svg') no-repeat center;
}

.footer .left-col .subscribe p {
    opacity: .5;
    font-size: 11px;
    line-height: 130%;
}

.footer .left-col .subscribe a {
    color: #fff;
}

.footer .left-col .social p {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.footer .left-col .social a {
    margin-right: 20px;
}

.footer .left-col .social a:last-child {
    margin-right: 0;
}

.footer nav .link {
    color: #fff;
    font-size: 13px;
    line-height: 44px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: relative;
    display: none;
}

.footer nav .link.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.footer nav .link:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 24px;
    height: 24px;
    background: url('/local/templates/ampm/img/footer-arrow.svg');
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer nav ul li {
    margin-bottom: 16px;
}

.footer nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
}

.footer .footer-menu-1 {
    margin-right: 90px
}

.footer .footer-menu-2 {
    margin-right: 150px
}

@media (max-width: 575px) {
    .footer nav ul li a {
        text-transform: none;
    }
}

.footer nav ul li a:hover {
    color: #9EA3AF;
}

.footer nav ul li a img {
    vertical-align: middle;
    margin: -3px 4px 0 0;
}

.footer nav ul li ul {
    padding: 16px 0 1px;
}

.footer nav ul li ul li a {
    text-transform: none;
    line-height: 130%;
}

.footer .contacts {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .contacts .name {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.footer .contacts .phone {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 130%;
}

.footer .contacts .hours {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
    color: #9EA3AF;
}

.footer .contacts .whatsapp {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 100%;
    color: #9EA3AF;
}

.footer .contacts .whatsapp a {
    color: #fff;
    text-decoration: none;
}

.footer .contacts .mail {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.25px;
    padding: 5px 0 5px 30px;
    background: url('/local/templates/ampm/img/mail.svg') no-repeat 0 0;
    margin: 8px 0 16px;
}

.footer .contacts .rate {
    margin-bottom: 45px;
}

.footer .contacts .rate a {
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    line-height: 100%;
    color: #9EA3AF;
    padding: 6px 8px 7px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #9EA3AF;
}

.footer .contacts .rate a span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 9px;
    margin: -2px 2px 0 0;
}

.footer .contacts .rate a span.like {
    background: url('/local/templates/ampm/img/like.svg');
}

.footer .contacts .rate a span.nolike {
    background: url('/local/templates/ampm/img/nolike.svg');
}

.footer .contacts .bottom-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.footer .copy {
    padding-top: 50px;
    font-size: 11px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.5);
}

.footer .copy.tac {
    padding-top: 0;
}

.footer .copy a {
    color: rgba(255, 255, 255, 0.5);
}

.footer .copy .social {
    margin-bottom: 24px;
    display: none;
}

.footer .copy .social a {
    margin-right: 20px;
}

.footer .copy .social a:last-child {
    margin-right: 0;
}

.footer .copy p .mob-text {
    display: none;
}

.footer .copy p i {
    font-style: normal;
}

.footer .wrap {
    position: relative;
}

.footer .totop {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url('/local/templates/ampm/img/totop.svg');
    font-size: 0;
}

.footer-menu {
    text-align: center;
    padding: 8px 20px 22px 20px;
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 5;
    bottom: 0;
    left: 0;
    display: none;
    box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
    transform: translateY(100px);
    transition: all 0.3s ease 0s;
}

.footer-menu li a,
.footer-menu li .a {
    display: block;
    text-decoration: none;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.25px;
    color: #9EA3AF;
    position: relative;
    background: transparent;
}

.footer-menu li a span,
.footer-menu li .a span {
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D61E3D;
    color: #fff;
    font-weight: 700;
    font-size: 8px;
    top: 0;
    right: 5px;
}

.footer-menu li a img,
.footer-menu li .a img {
    display: block;
    margin: 0 auto 4px auto;
}

.mobile-menu {
    position: absolute;
    background: #fff;
    z-index: 5;
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 74px;
    left: 0;
    border-top: 1px solid #E4E7EA;
    display: none;
}

.mobile-menu ul {
    padding: 0 20px;
    display: block;
}

.mobile-menu ul li {
    border-bottom: 1px solid #E4E7EA;
}

.mobile-menu ul li:last-child {
    border-bottom: 0;
}

.mobile-menu ul li a,
.mobile-menu ul li .a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mobile-menu ul li a .fa,
.mobile-menu ul li .a .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.mobile-menu .catalog {
    display: none;
}

.mobile-menu .catalog .back-link {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #E4E7EA;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    width: 100%;
    background: transparent;
}

.mobile-menu .catalog .back-link .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 20px;
}

.mobile-menu .catalog ul li a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 44px;
}

.mobile-menu .contacts {
    display: none;
}

.mobile-menu .contacts .back-link {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #E4E7EA;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    width: 100%;
    background: transparent;
}

.mobile-menu .contacts .back-link .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 20px;
}

.mobile-menu .contacts .flex {
    padding: 38px 20px;
}

.mobile-menu .contacts .flex .item {
    margin-bottom: 64px;
    position: relative;
    font-size: 10px;
    line-height: 130%;
    color: #9EA3AF;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-menu .contacts .flex .item img {
    display: block;
    margin-bottom: 8px;
}

.mobile-menu .contacts .flex .item a {
    display: block;
    text-decoration: none;
    margin: 4px 0;
    font-size: 12px;
    line-height: 15px;
}

.mobile-menu .contacts .flex .item a.big {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

.mobile-menu .contacts .flex .item p {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 130%;
}

.mobile-menu .contacts .flex .item button {
    width: 100%;
    margin-top: 40px;
    background: #fff;
    font-size: 13px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.mobile-menu .contacts .flex .showroom {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 114px 20px;
    background: #F1F3F4;
    border-radius: 10.5px;
    text-align: center;
}

.mobile-menu .contacts .flex .showroom .n {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 130%;
}

.mobile-menu .contacts .flex .showroom .n a {
    margin-left: 3px;
    border-bottom: 2px solid transparent;
}

.mobile-menu .contacts .flex .showroom .n a.active {
    border-bottom: 2px solid #000;
}

.mobile-menu .contacts .flex .showroom .data {
    display: none;
}

.mobile-menu .contacts .flex .showroom .data.active {
    display: block;
}

.mobile-menu .contacts .flex .showroom .phone {
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
}

.mobile-menu .contacts .flex .showroom .links a {
    display: inline-block;
    margin: 0 3px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.mobile-menu .contacts .flex .showroom .links a:hover {
    background: #000;
}

.mobile-menu .contacts .flex .showroom .links a:hover img:nth-child(1) {
    display: none;
}

.mobile-menu .contacts .flex .showroom .links a:hover img:nth-child(2) {
    display: inline-block;
}

.mobile-menu .contacts .flex .showroom .links a img {
    vertical-align: middle;
}

.mobile-menu .contacts .flex .showroom .links a img:nth-child(2) {
    display: none;
}

.navi {
    padding: 32px 0;
    font-size: 11px;
    line-height: 150%;
    color: #9EA3AF;
}

.navi a {
    text-decoration: none;
    color: #9EA3AF;
}

.navi span {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 8px;
    background: #9EA3AF;
    margin: -1px 6px 0 6px;
}

.item-page {
    padding-bottom: 40px;
}

.item-page .photos {
    width: 49%;
    margin-bottom: 40px;
    position: relative;
}

.item-page .photos .tag {
    position: absolute;
    left: 4px;
    top: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px 7px 8px;
    background: #D61E3D;
    border-radius: 8.5px;
    z-index: 3;
    display: none;
}

.item-page .photos .list {
    position: relative;
    padding-left: 96px;
}

.item-page .photos .list img {
    height: auto;
    width: 100%;
    border-radius: 12px;
}

.item-page .photos .list .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 64px;
}

.item-page .photos .list .slider-nav .item {
    margin: 8px 0;
    border-radius: 8.5px;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
    position: relative;
}

.item-page .photos .list .slider-nav .item.slick-current {
    opacity: 1;
}

.item-page .photos .list .slider-nav .item.video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/local/templates/ampm/img/play.svg') no-repeat center;
}

.item-page .photos .list .slider-nav .slick-prev,
.item-page .photos .list .slider-nav .slick-next {
    width: 100%;
    height: 24px;
    font-size: 0;
    padding: 0;
    z-index: 2;
    opacity: .3;
}

.item-page .photos .list .dots-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-page .photos .list .dots-block .slick-prev,
.item-page .photos .list .dots-block .slick-next {
    width: 64px;
    height: 28px;
    font-size: 0;
    padding: 0;
    z-index: 2;
}

.item-page .photos .list .slider-nav .slick-prev:hover,
.item-page .photos .list .slider-nav .slick-next:hover {
    opacity: 1;
}

.item-page .photos .list .slider-nav .slick-prev {
    background: url('/local/templates/ampm/img/prev2.svg');
}

.item-page .photos .list .dots-block .slick-prev {
    background: url('/local/templates/ampm/img/prev2.svg');
    transform: rotate(270deg);
}

.item-page .photos .list .slider-nav .slick-next {
    background: url('/local/templates/ampm/img/next2.svg');
}

.item-page .photos .list .dots-block .slick-next {
    background: url('/local/templates/ampm/img/next2.svg');
    transform: rotate(270deg);
    order: 1;
}

.item-page .photos .list .dots-block .slick-dots,
.item-page .photos .list .slider-for .slick-dots {
    padding: 16px 0 30px;
    text-align: center;
}

.item-page .photos .list .dots-block .slick-dots li,
.item-page .photos .list .slider-for .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.item-page .photos .list .dots-block .slick-dots li.slick-active button,
.item-page .photos .list .slider-for .slick-dots li.slick-active button {
    background: #000;
}

.item-page .photos .list .dots-block .slick-dots li button,
.item-page .photos .list .slider-for .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E4E7EA;
}

.item-page .info {
    width: 49%;
    margin-bottom: 40px;
}

.item-page .info .content {
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 40px 80px 80px 80px;
    position: relative;
}

.item-page .info .content .nal {
    position: absolute;
    right: 80px;
    top: 40px;
    font-size: 11px;
    line-height: 100%;
    padding: 1px 0 1px 20px;
    background: url('/local/templates/ampm/img/nal.svg') no-repeat 0 0;
}

.item-page .info .content .nal2 {
    position: absolute;
    right: 80px;
    top: 40px;
    font-size: 11px;
    line-height: 100%;
    padding: 1px 0 1px 20px;
    background: url('/local/templates/ampm/img/nal2.svg') no-repeat 0 0;
    color: #9EA3AF;
}

.item-page .info .content .name {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: unset;
}

.item-page .info .content .complect {
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
    font-size: 11px;
    line-height: 100%;
    color: #798897;
    padding: 2px 4px 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F1F3F4;
    vertical-align: middle;
}

.item-page .info .content .txt {
    padding-bottom: 12px;
}

.item-page .info .content .txt p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
}

.item-page .info .content .art {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 100%;
    color: #9EA3AF;
}

.item-page .info .content h1 {
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 130%;
}

.item-page .info .content .select {
    padding-bottom: 18px;
}

.item-page .info .content .select p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
}

.item-page .info .content .select .radio {
    display: none;
}

.item-page .info .content .select .radio + label {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px 8px 0;
    width: 80px;
    height: 44px;
    border: 1px solid #E4E7EA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    border-radius: 10.5px;
    font-size: 13px;
}

.item-page .info .content .select .radio + label span {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

.item-page .info .content .select .radio + label img {
    vertical-align: middle;
    margin-top: -4px;
}

/*
.item-page .info .content .select .radio:checked + label {
  border: 1px solid #000;
}
*/
.item-page .info .content .tag {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px 7px 8px;
    margin-bottom: 24px;
    background: #D61E3D;
    border-radius: 8.5px;
}

.item-page .info .content .price {
    margin-bottom: 24px;
    float: left;
}

.item-page .info .content .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.item-page .info .content .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.item-page .info .content .price .new {
    margin-top: 1px;
    font-size: 28px;
    line-height: 100%;
}

.item-page .info .content .links {
    float: right;
    margin-top: -10px;
    display: none;
}

.item-page .info .content .links a,
.item-page .info .content .links .a {
    text-decoration: none;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 100%;
    background: #F1F3F4;
    border-radius: 10.5px;
    margin-left: 3px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-page .info .content .links a span,
.item-page .info .content .links .a span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/call.svg');
    margin: -2px 4px 0 0;
}

.item-page .info .content .button {
    margin-bottom: 24px;
    text-align: right;
}

.item-page .info .content form .button_to_cart, .item-page .info .content .button button {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    width: 240px;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
}

.item-page .info .content form .button_to_cart_hide {
    display: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    width: 240px;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
}

.item-page .info .content form .button_to_cart_hide_plus {
    display: none;
    color: #1D1D1D;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    width: 44px;
    height: 44px;
    border-radius: 10.5px;
    border-color: #1D1D1D;
    border: solid 1px;
}

.item-page .info .content form .button_to_cart_hide_plus.plus_black {
    color: #fff;
    background: #1D1D1D;
}

.item-page .info .content .button a,
.item-page .info .content .button .a {
    display: inline-block;
    text-decoration: none;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    background: transparent;
}

.item-page .info .content .button a img,
.item-page .info .content .button .a img {
    vertical-align: middle;
}

.item-page .info .content .delivery {
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.item-page .info .content .delivery.other .item {
    padding-left: 0;
}

.item-page .info .content .delivery p {
    font-size: 13px;
    line-height: 130%;
}

.item-page .info .content .delivery .item {
    margin-top: 14px;
    padding-left: 30px;
    position: relative;
}

.item-page .info .content .delivery .item:before {
    content: "";
    position: absolute;
    width: 90%;
    top: 12px;
    right: 0;
    border-top: 1px dashed #9EA3AF;
}

.item-page .info .content .delivery .item img {
    position: absolute;
    left: 0;
    top: -4px;
}

.item-page .info .content .delivery .item div {
    font-size: 11px;
    line-height: 130%;
    color: #9EA3AF;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.item-page .info .content .delivery .item div span {
    display: block;
    color: #000;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 130%;
}

.item-page .info .content .delivery .item p {
    font-size: 13px;
    line-height: 130%;
    color: #9EA3AF;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.item-page .info .content .bottom-links a,
.item-page .info .content .bottom-links .a {
    text-decoration: none;
    padding: 13px 0;
    font-size: 13px;
    line-height: 130%;
    background: #F1F3F4;
    border-radius: 10.5px;
    width: 32%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-page .info .content .bottom-links a span,
.item-page .info .content .bottom-links .a span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/call.svg');
    margin: -2px 4px 0 0;
}

.item-page .info .content .price {
    margin-bottom: 0;
}

.item-page .info .content .bottom-link {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 153px;
    height: 44px;
    line-height: 44px;
    background: #F1F3F4;
    border-radius: 10.5px;
}

.item-page .tabNavigation {
    margin-bottom: 40px;
}

.item-page .tabNavigation li {
    display: inline-block;
    margin-right: 3px;
}

.item-page .tabNavigation li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    padding: 9px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F1F3F4;
}

.item-page .tabNavigation li a h2 {
    font-size: 14px;
    line-height: 100%;
}

.item-page .tabNavigation li a.selected {
    color: #fff;
    background: #1D1D1D;
}

.item-page .tabNavigation li a.selected .rating {
    background: #fff;
}

.item-page .tabNavigation li a.selected .rating.bad {
    opacity: .5;
}

.item-page .tabNavigation li a .rating {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
    background: #1D1D1D;
}

.item-page .tabNavigation li a .rating.bad {
    background: #fff;
}

.item-page .about-slider {
    margin: 0 -16px;
}

.item-page .about-slider .item {
    margin: 0 16px;
    height: 720px;
    border-radius: 10.5px;
    position: relative;
}

.item-page .about-slider .item.slick-current:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(29, 29, 29, 0) 0%, #1D1D1D 100%);
    border-radius: 10px;
}

.item-page .about-slider .item.txt {
    background: #F1F3F4;
}

.item-page .about-slider .item .name {
    position: absolute;
    top: 80px;
    left: 80px;
    color: #fff;
    font-size: 28px;
    line-height: 150%;
}

.item-page .about-slider .item .name span {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 40px;
    line-height: 130%;
}

.item-page .about-slider .item .text {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 80px;
}

.item-page .about-slider .item .text .n {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
}

.item-page .about-slider .item .text .author {
    margin: 82px 0 12px;
}

.item-page .about-slider .item .text .author div {
    display: table-cell;
    vertical-align: middle;
}

.item-page .about-slider .item .text .author div img {
    max-width: 100000px;
    margin-right: 8px;
}

.item-page .about-slider .item .text p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 150%;
}

.item-page .about-slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    white-space: nowrap;
}

.item-page .about-slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.item-page .about-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.item-page .about-slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.item-page .about-slider .slick-prev,
.item-page .about-slider .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    width: 48px;
    height: 48px;
}

.item-page .about-slider .slick-prev:hover,
.item-page .about-slider .slick-next:hover {
    opacity: 1;
}

.item-page .about-slider .slick-prev {
    left: -64px;
    background: url('/local/templates/ampm/img/prev3.svg');
}

.item-page .about-slider .slick-next {
    right: -64px;
    background: url('/local/templates/ampm/img/next3.svg');
}

.item-page .char .name {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.item-page .char .info {
    width: 74%;
}

.item-page .char .info .item {
    margin-bottom: 10px;
    position: relative;
}

.item-page .char .info .item:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 12px;
    right: 0;
    border-top: 1px dashed #9EA3AF;
}

.item-page .char .info .item div {
    color: #9EA3AF;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    display: inline-block;
}

.item-page .char .info .item div span {
    display: block;
    color: #000;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 130%;
}

.item-page .char .info .item p {
    float: right;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.item-page .char .complect {
    width: 23%;
}

.item-page .char .complect .text {
    background: #F1F3F4;
    border-radius: 10.5px;
    padding: 40px;
}

.item-page .char .complect .text p {
    margin-top: 8px;
    font-size: 18px;
    line-height: 130%;
}

.item-page .char .complect .text ul {
    list-style: disc;
    padding-left: 20px;
    padding-top: 8px;
}

.item-page .char .complect .text ul li {
    margin-top: 8px;
    font-size: 14px;
    line-height: 130%;
}

.item-page .reviews {
    padding-right: 350px;
    position: relative;
}

.item-page .reviews button {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    font-size: 13px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    width: 303px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.item-page .reviews .name {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.item-page .reviews .name .rating {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
    background: #1D1D1D;
}

.item-page .reviews .name .rating.bad {
    opacity: .2;
}

.item-page .reviews .item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E7EA;
}

.item-page .reviews .item:last-child {
    border-bottom: 0;
}

.item-page .reviews .item .n {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 150%;
}

.item-page .reviews .item .n .rating {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
    background: #1D1D1D;
}

.item-page .reviews .item .n .rating.bad {
    opacity: .2;
}

.item-page .reviews .item .previews {
    padding-bottom: 8px;
}

.item-page .reviews .item .previews img {
    margin: 0 8px 8px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.item-page .reviews .item p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 150%;
}

.item-page .reviews .item .date {
    font-size: 12px;
    line-height: 130%;
    color: #798897;
}

.item-page .reviews .item .answer {
    margin-top: 16px;
    background: #F1F3F4;
    border-radius: 10.5px;
    padding: 16px;
    font-size: 14px;
    line-height: 150%;
}

.item-page .reviews .item .answer span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 150%;
}

.item-page .reviews .bottom-link {
    display: none;
}

.item-page .setup .name {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.item-page .setup .list {
    width: 74%;
}

.item-page .setup .list .text {
    padding: 8px 16px 8px 0px;
    font-size: 12px;
}

.item-page .setup .list .att {
    font-size: 14px;
    line-height: 130%;
    padding: 20px 16px 20px 56px;
    background: #f1f3f4 url('/local/templates/ampm/img/att.svg') no-repeat 16px 50%;
    border-radius: 10.5px;
    margin-bottom: 16px;
}

.item-page .setup .list .item {
    margin-bottom: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #F1F3F4;
}

.item-page .setup .list .item .flex {
    padding: 16px;
    cursor: pointer;
}

.item-page .setup .list .item .flex.active p .fa {
    transform: rotate(180deg);
}

.item-page .setup .list .item p {
    margin-top: 9px;
}

.item-page .setup .list .item p .fa {
    margin-left: 6px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.item-page .setup .list .item button, .item-page .setup .list .item form .button_to_cart {
    background: #fff;
    width: 130px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.item-page .setup .list .item button, .item-page .setup .list .item form .button_to_cart_hide {
    display: none;
    background: #fff;
    width: 130px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.item-page .setup .list .item .text {
    font-size: 12px;
    line-height: 150%;
    padding: 0 16px 8px 16px;
}

.item-page .setup .list .item .text p {
    margin-bottom: 8px;
}

.item-page .setup .list .item .text ol {
    padding: 0 0 8px 20px;
    list-style: decimal;
}

.item-page .setup .list .item .text ol li .banner {
    margin-top: 8px;
}

.item-page .setup .list .bottom-link {
    display: block;
    text-decoration: none;
}

.item-page .setup .list .bottom-link .fa {
    margin-left: 6px;
}

.item-page .setup .instruction {
}

.item-page .setup .instruction .text {
}

.item-page .setup .instruction .text img {
    margin-bottom: 5px;
}

.item-page .setup .instruction .text a {
    display: block;
}

.item-page .setup .instruction .text p {
    margin: 8px 0 16px;
    font-size: 18px;
    line-height: 130%;
}

.item-page .setup .instruction .text .bottom-text {
    font-size: 11px;
    line-height: 130%;
    color: #9EA3AF;
    margin: 4px 0 16px;
}

.item-page .item-content .name {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.item-page .item-content .checkbox {
    display: none;
}

.item-page .item-content .checkbox + .label {
    display: table;
    width: 100%;
    margin-bottom: 4px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #F1F3F4;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}

.item-page .item-content .checkbox + .label div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 130%;
}

.item-page .item-content .checkbox + .label div.but {
    width: 48px;
    min-height: 24px;
    background: url('/local/templates/ampm/img/checkbox.svg') no-repeat right 0 top 7%;
    pointer-events: auto;
}

.item-page .item-content .checkbox:checked + .label div.but {
    background: url('/local/templates/ampm/img/checkbox2.svg') no-repeat right 0 top 7%;
    pointer-events: auto;
    background-position-x: 100% !important;
}

.item-page .item-content .checkbox + .label div.n {
    min-width: 40%;
    padding-right: 20px;
}

.item-page .item-content .checkbox + .label div.n div {
    display: table-cell;
    vertical-align: middle;
}

.item-page .item-content .checkbox + .label div.n div img {
    max-width: 1000000px;
    margin-right: 16px;
    border-radius: 10px;
    vertical-align: middle;
}

.item-page .item-content .checkbox + .label div.n div a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 6px 8px 7px 8px;
    font-size: 11px;
    line-height: 100%;
    margin-bottom: 4px;
    background: #798897;
    border-radius: 8.5px;
}

.item-page .item-content .checkbox + .label div.price {
    width: 10%;
    font-size: 15px;
    line-height: 140%;
    padding-right: 20px;
}

.item-page .item-content .checkbox + .label div.price .old {
    text-decoration: line-through;
    font-size: 11px;
    line-height: 130%;
    color: #9EA3AF;
}

.item-page .item-content .checkbox + .label div.price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 11px;
    line-height: 130%;
    color: #D61E3D;
}

.item-page .item-content .checkbox + .label div.nal, .item-page .item-content .checkbox + .label div.nal2 {
    width: 10%;
    padding-right: 20px;
}

.item-page .item-content .checkbox + .label div.nal.other span, .item-page .item-content .checkbox + .label div.nal2.other span {
    background: url('/local/templates/ampm/img/nal2.svg') no-repeat 0 0;
    color: #9EA3AF;
}

.item-page .item-content .checkbox + .label div.nal span {
    display: inline-block;
    font-size: 11px;
    line-height: 100%;
    padding: 1px 0 1px 20px;
    background: url('/local/templates/ampm/img/nal.svg') no-repeat 0 0;
}

.item-page .item-content .checkbox + .label div.nal2 span {
    display: inline-block;
    font-size: 11px;
    line-height: 100%;
    padding: 1px 0 1px 20px;
    background: url('/local/templates/ampm/img/nal2.svg') no-repeat 0 0;
    color: #9EA3AF;
}

.item-page .item-content .checkbox + .label div.button {
    width: 10%;
    padding-right: 20px;
    pointer-events: auto;
}

.item-page .item-content .checkbox + .label div.button button {
    background: #fff;
    font-size: 13px;
    width: 183px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.item-page .item-content .checkbox:checked + .label {
    /*background: url('/local/templates/ampm/img/checkbox2.svg') no-repeat right 16px top 50%;*/
}

.item-page .item-content .checkbox:not(:disabled):hover + .label {
    border: 1px solid #9EA3AF;
}

.item-page .item-content .delivery {
    padding: 32px 24px;
    background: #fff;
    margin: 16px -20px -19px -20px;
    display: none;
}

.item-page .item-content .delivery p {
    font-size: 16px;
    line-height: 130%;
}

.item-page .item-content .delivery .item {
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
}

.item-page .item-content .delivery .item:before {
    content: "";
    position: absolute;
    width: 90%;
    top: 12px;
    right: 0;
    border-top: 1px dashed #9EA3AF;
}

.item-page .item-content .delivery .item img {
    position: absolute;
    left: 0;
    top: -4px;
}

.item-page .item-content .delivery .item div {
    font-size: 13px;
    line-height: 130%;
    color: #9EA3AF;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.item-page .item-content .delivery .item div span {
    display: block;
    color: #000;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 130%;
}

.item-page .item-content .delivery .item p {
    font-size: 13px;
    line-height: 130%;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.item-page .mob-slider {
    margin: 0 -20px;
    display: none;
}

.item-page .mob-slider .item {
    height: 600px;
    position: relative;
    color: #fff;
}

.item-page .mob-slider .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.item-page .mob-slider .item .top-text {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    line-height: 150%;
    z-index: 3;
}

.item-page .mob-slider .item .top-text.tal {
    text-align: left;
    padding: 0 40px;
}

.item-page .mob-slider .item .top-text span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
}

.item-page .mob-slider .item .bottom-text {
    position: absolute;
    left: 0;
    bottom: 64px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    z-index: 3;
}

.item-page .mob-slider .item ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 220px;
    z-index: 3;
}

.item-page .mob-slider .item ul li {
    margin-bottom: 32px;
    padding-left: 40px;
    font-size: 13px;
    line-height: 130%;
    position: relative;
}

.item-page .mob-slider .item ul li img {
    position: absolute;
    left: 0;
    top: -5px;
}

.item-page .mob-slider .item .text {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 13px;
    line-height: 150%;
    z-index: 3;
}

.item-page .mob-slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    white-space: nowrap;
}

.item-page .mob-slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.item-page .mob-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.item-page .mob-slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.item-page .about-slider-name {
    display: none;
}

.other-items-block {
    border-bottom: 1px solid #E4E7EA;
    margin-bottom: 33px;
}

.other-items-block .wrap {
    position: relative;
}

.other-items-block .top-link {
    position: absolute;
    right: 0;
    top: 10px;
    text-decoration: none;
    font-size: 13px;
    line-height: 130%;
    padding: 0 24px 0 0;
    background: url('/local/templates/ampm/img/arrow5.svg') no-repeat right;
}

.other-items-block .block-name {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 130%;
}

.other-items-block .block-viewed {
    margin-top: 30px;
}

.other-items-block .block-sub {
    margin-top: 30px;
}

.other-items-block .block-name-sub {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 130%;
}

.other-items-block .block-name span {
    color: #5C80A9;
}

.other-items-block .block-name-sub span {
    color: #5C80A9;
}

.other-items-block .list {
    margin: 0 -24px;
    position: relative;
}

.other-items-block .list:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
}

.other-items-block .list.other .slick-prev,
.other-items-block .list.other .slick-next {
    display: block !important;
}

.other-items-block .list .item {
    padding: 0 24px 24px 24px;
    border-right: 1px solid #E4E7EA;
    position: relative;
}

.other-items-block .list .item .stickers {
    position: absolute;
    margin: 7px 5px;
}

.collections .list .site-item .stickers {
    position: absolute;
    margin: 7px 5px;
}

.other-items-block .list .item .tag {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px 7px 8px;
    background: #798897;
    border-radius: 8.5px;
    text-decoration: none;
    margin: 0 5px 5px 0;
}

.other-items-block .list .item .links {
    position: absolute;
    right: 28px;
    top: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.other-items-block .list .item .links a img {
    width: auto;
}

.other-items-block .list .item img {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 12px;
}

.other-items-block .list .item .name {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.other-items-block .list .item .name span {
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
    font-size: 11px;
    line-height: 100%;
    color: #798897;
    padding: 2px 4px 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F1F3F4;
    vertical-align: middle;
}

.other-items-block .list .item .code {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
}

.other-items-block .list .item p {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 150%;
}

.other-items-block .list .item p a {
    text-decoration: none;
}

.other-items-block .list .item .price {
    font-size: 20px;
    line-height: 130%;
    margin-top: 5px;
}

.other-items-block .list .item .price.other {
    margin-top: -10px;
}

.other-items-block .list .item .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.other-items-block .list .item .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.other-items-block .list .item button, .other-items-block .list .item form .button_to_cart {
    background: #fff;
    width: 130px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.other-items-block .list .item form .button_to_cart_hide {
    display: none;
    background: #fff;
    width: 130px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.other-items-block .list .item form .button_to_cart_hide_plus {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.other-items-block .list .item form .button_to_cart_hide_plus.plus_black {
    background: #000;
    color: #FFF;
    border: 1px solid #000;
}

.other-items-block .list .item .button * {
    vertical-align: middle;
}

.other-items-block .list .item .button a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    line-height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.other-items-block .list .slick-prev,
.other-items-block .list .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 2;
    position: absolute;
    top: 120px;
    width: 48px;
    height: 48px;
    opacity: .7;
}

.other-items-block .list .slick-prev:hover,
.other-items-block .list .slick-next:hover {
    opacity: 1;
}

.other-items-block .list .slick-prev {
    left: 0;
    background: url('/local/templates/ampm/img/prev3.svg');
}

.other-items-block .list .slick-next {
    right: 0;
    background: url('/local/templates/ampm/img/next3.svg');
}

.bottom-service-blocks {
    padding: 30px 38px 64px 38px;
}

.bottom-service-blocks .list {
    margin: 0 -20px;
}

.bottom-service-blocks .list .item {
    margin: 0 20px;
    line-height: 150%;
}

.bottom-service-blocks .list .item p {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #9EA3AF;
    margin-bottom: 16px;
}

.bottom-service-blocks .list .item img {
    width: 24px;
}

.bottom-service-blocks .list .item span {
    display: block;
    margin: 8px 0 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
}

.bottom-service-blocks .list .item span.color0 {
    font-size: 24px;
    line-height: 130%;
}

.bottom-service-blocks .list .item span.color1 {
    background: linear-gradient(to bottom, #50d1f1, #074fb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-service-blocks .list .item span.color2 {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-service-blocks .list .item span.color3 {
    background: linear-gradient(to bottom, #ff566d, #d61e3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-service-blocks .list .item span.color4 {
    background: linear-gradient(to bottom, #5f86ec, #7c4cb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-service-blocks .list .item span.color5 {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-service-blocks .bottom-text {
    margin-top: 40px;
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.bottom-service-blocks .bottom-text a,
.bottom-service-blocks .bottom-text .a {
    margin-top: 4px;
    opacity: .5;
    display: none;
}

.popup .window {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*transform: translate(-50%, -50%);*/
    top: 50px;
    /*top:50%;*/
    margin-bottom: 50px;
    background: #fff;
    width: 1264px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    overflow: hidden;
}

.popup .window.small {
    width: 384px;
}

.popup .window .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px !important;
    height: 64px !important;
    background: url('/local/templates/ampm/img/close3.svg');
}

.popup .window .popup-form .name {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 130%;
}

.popup .window .popup-form .name.other {
    margin-bottom: 16px;
}

.popup .window .popup-form p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
}

.popup .window .popup-form .texts {
    font-size: 12px;
    line-height: 150%;
    padding: 0 16px 8px 16px;
}

.popup .window .popup-form .texts ol {
    padding: 0 0 8px 20px;
    list-style: decimal;
}

.popup .window .popup-form p span {
    float: right;
    color: red;
}

.cart-page .popup .window .popup-form p span {
    float: unset;
}

.popup .window .popup-form .top-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 150%;
}

.popup .window .popup-form input[type='text'] {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-bottom: 24px;
}

.popup .window .popup-form button, .popup .window .popup-form input[type="submit"] {
    width: 100%;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    margin: 8px 0;
}

.popup .window .popup-form .bottom-text {
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.popup .window .popup-form .bottom-text a {
    color: #9EA3AF;
}

.popup .window .popup-form .upload {
    text-align: center;
    margin-bottom: 24px;
    border: 1px dashed #E4E7EA;
    border-radius: 10.5px;
    padding: 16px 80px;
    font-size: 13px;
    line-height: 16px;
    color: #9EA3AF;
}

.popup .window .popup-form .uploads {
    border: 1px dashed #E4E7EA;
    border-radius: 10.5px;
    padding: 16px 16px 8px 16px;
}

.popup .window .popup-form .uploads .item {
    width: 24%;
    margin-bottom: 8px;
    font-size: 0;
    position: relative;
}

.popup .window .popup-form .uploads .item:hover a {
    opacity: 1;
}

.popup .window .popup-form .uploads .item a {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url('/local/templates/ampm/img/delete2.svg');
    opacity: 0;
}

.popup .window .photos {
    width: 55%;
    margin-bottom: 40px;
}

.popup .window .photos .list {
    position: relative;
    padding-left: 96px;
}

.popup .window .photos .list img {
    width: 100%;
}

.popup .window .photos .list .slider-nav2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 64px;
}

.popup .window .photos .list .slider-nav2 .item {
    margin: 8px 0;
    border-radius: 8.5px;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.popup .window .photos .list .slider-nav2 .item.slick-current {
    opacity: 1;
}

.popup .window .photos .list .slider-nav2 .slick-prev,
.popup .window .photos .list .slider-nav2 .slick-next {
    width: 100%;
    position: absolute;
    height: 24px;
    font-size: 0;
    padding: 0;
    z-index: 2;
    opacity: .3;
}

.popup .window .photos .list .slider-nav2 .slick-prev:hover,
.popup .window .photos .list .slider-nav2 .slick-next:hover {
    opacity: 1;
}

.popup .window .photos .list .slider-nav2 .slick-prev {
    background: url('/local/templates/ampm/img/prev2.svg');
    top: -30px;
}

.popup .window .photos .list .slider-nav2 .slick-next {
    background: url('/local/templates/ampm/img/next2.svg');
    bottom: -30px;
}

.popup .window .photos .list .slider-for2 .slick-dots {
    padding: 16px 0 30px;
    text-align: center;
}

.popup .window .photos .list .slider-for2 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.popup .window .photos .list .slider-for2 .slick-dots li.slick-active button {
    background: #000;
}

.popup .window .photos .list .slider-for2 .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E4E7EA;
}

.popup .window .text {
    width: 42%;
}

.popup .window .text .nal {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 100%;
    padding: 1px 0 1px 20px;
    background: url('/local/templates/ampm/img/nal.svg') no-repeat 0 0;
}

.popup .window .text .name {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.popup .window .text .name span {
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
    font-size: 11px;
    line-height: 100%;
    color: #798897;
    padding: 2px 4px 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F1F3F4;
    vertical-align: middle;
}

.popup .window .text .art {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 100%;
    color: #9EA3AF;
}

.popup .window .text h2 {
    font-weight: 400;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 130%;
}

.popup .window .text p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
}

.popup .window .text .flex {
    padding: 12px 0 24px;
}

.popup .window .text .price {
    font-size: 28px;
    line-height: 100%;
    margin-top: 6px;
}

.popup .window .text button {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-size: 13px;
    width: 50%;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
}

.popup .window .text .bottom-link {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 13px 10px;
    font-size: 13px;
    line-height: 130%;
    border: 1px solid #9EA3AF;
    border-radius: 10.5px;
}

.decisions-page-top-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.decisions-page-top-block.collections_inner {
    height: 600px;
    margin-bottom: 0;
}

.decisions-page-top-block.collections {
    height: 600px;
    margin-bottom: 40px;
}

.decisions-page-top-block .navi {
    margin-bottom: 106px;
}

.decisions-page-top-block .text {
    width: 50%;
    color: #fff;
}

.decisions-page-top-block .text h1 {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 130%;
}

.decisions-page-top-block .text p {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 150%;
}

.decisions-page-top-block .text .buttons button {
    width: 280px;
    height: 44px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.decisions-page-top-block .text .buttons a {
    width: 280px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
    height: 30px;

}

.decisions-page-top-block .text .buttons button:nth-child(2) {
    background: #fff;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.decisions-page-top-block .text .buttons button:nth-child(1), .decisions-page-top-block .text .buttons a {
    border: 1px solid #fff;
    background: none;
    font-size: 13px;
    margin-right: 12px;
    color: #fff;
}

.decisions-page-top-block .text .buttons button:nth-child(2) span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/pencil.svg');
    margin: -2px 6px 0 0;
}

.decisions-page-top-block .text .buttons button:nth-child(3) {
    background: #fff;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.installation-page-top-block {
    height: 600px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.installation-page-top-block .text h1 {
    margin-top: 70px;
    color: #F333B2;
    font-family: Tondo Corp;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 78px */
}

.installation-page-top-block .text h2 {
    color: #F333B2;
    font-family: Tondo Corp;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 48.1px */
}

.installation-page-top-block .text p {
    margin-top: 15px;
    color: white;
    font-family: Tondo Corp;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.installation-block {
    display: flex;
}

.installation-page-header .text {
    margin-top: 15px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
}

.installation-page-main {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
}

.installation-page-main a {
    text-decoration: none;
}

.installation-page-main .left-sections {
    max-width: 23%;
    text-indent: -5px;
    margin-right: 50px;
    white-space: nowrap;
}

.installation-page-main .left-sections .text {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.installation-page-main .left-sections .list {
    margin-top: 10px;
}

.installation-page-main .left-sections .list .item {
    margin-bottom: 8px;
}

.installation-page-main .left-sections a {
    text-decoration: none;
}

.installation-page-main .left-sections .link-to-sections {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
}

.installation-page-main .left-sections .selected {
    background: #EEE;
}

.installation-page-main .right-services {
    width: 100%;
}

.installation-page-main .right-services .item {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #9EA3AF;
    margin-bottom: 4px;
}

.installation-page-main .right-services .item .item-service {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.installation-page-main .right-services .item .price {
    margin-left: auto;
    margin-right: 71px;
}

.item-price-old-text {
    font: 400 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a1a1a1;
    background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-size: 100% 100%;
}

.installation-page-main .right-services .item .btn-text {
    white-space: nowrap;
    padding: 13px;
    border-radius: 10.5px;
    border: 1px solid #9EA3AF;
}

.installation-page {
    margin-bottom: 15px;
}

.installation-page .installation-detail-head {
    margin-bottom: 20px;
}

.installation-page .installation-detail-head .text {
    margin-bottom: 20px;
}

.installation-block .item {
    min-height: 450px;
    min-width: 246px;
    max-width: 32.5%;
    width: -webkit-fill-available;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 4px;
    position: relative;
    border-radius: 10.5px;
}

.installation-block .item .link {
    position: absolute;
    bottom: 24px;
    right: 38px;
    width: 32px;
    height: 32px;
    background: url('/local/templates/ampm/img/arrow.svg');
}

.installation-block .item .text {
    position: absolute;
    top: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: Tondo Corp;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
}

.installation-block .item .text .firm {
    font-size: 20px;
}

.installation-block .item .text .name {
    font-size: 28px;
    margin-top: 13px;
}

.installation-block .item .text .desc {
    font-size: 13px;
    margin: 13px 28px;
    text-align: left;
}

.installation-block .item img {
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.00) 0%, #1D1D1D 100%);
}

.installation-detail-main h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0;
}

.installation-detail-main p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.solutions.collections {
    margin-bottom: 40px;
    display: table;
    position: sticky;
    top: 0;
    z-index: 1
}

.solutions.collections ul {
    max-width: 1000px;
}

.solutions.collections ul li {
    padding: 0 12px 0 12px;
}

.solutions.collections ul li a {
    padding: 8px;
    border-radius: 8px;
    line-height: 30px;
}

.solutions.collections ul li a.active_menu {
    background-color: #fff;
}

.solutions.collections span.name {
    float: left;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    font-size: 13px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .installation-block .item {
        max-width: 49%;
    }

    .installation-page-header .text {
        font-size: 22px;
    }

    .installation-page .installation-page-main {
        display: block;
        margin-top: unset;
    }

    .installation-page .installation-page-main .left-sections .text {
        display: none;
    }

    .installation-page .installation-page-main .left-sections .link-to-sections {
        font-size: 12px;
        background: #EEE;
        margin-right: 7px;
    }

    .installation-page .installation-page-main .left-sections {
        margin-right: unset;
        margin-bottom: 5px;
        max-width: 100%;
    }

    .installation-page-main .right-services .item {
        padding: 8px;
    }

    .installation-page .installation-page-main .right-services .item .item-service {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .installation-page .installation-page-main .right-services .item .item-service p {
        margin-bottom: 10px;
        font-size: 13px;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .installation-page .installation-page-main .right-services .item .item-service .price {
        grid-column-start: 2;
        grid-row-start: 2;
        margin-right: unset;
        display: flex;
    }

    .installation-page .installation-page-main .right-services .item .item-service .price .item-price {
        order: -1;
        margin-right: 10px;
    }

    .installation-page .installation-page-main .right-services .item .item-service .price .item-price-discount {
        display: none;
    }

    .installation-page .installation-page-main .right-services .item .item-service .btn-text {
        grid-column-start: 1;
        padding: unset;
        border-radius: unset;
        border: unset;
        font-size: 11px;
        font-weight: 700;
        margin-top: 7px;
    }

    .solutions.collections {
        background-color: #fff;
        margin-bottom: 0;
    }

    .solutions.collections ul li a {
        background-color: #F1F3F4;
    }

    .solutions.collections ul li a.active_menu {
        background-color: #fff;
    }

    .solutions.collections ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

    }

    .solutions.collections ul li {
        flex: 0 0 auto;
    }

    .solutions.collections span.name {
        padding-left: 15px;
        padding-bottom: 0;

    }
}

.solutions {
    width: 100%;
    background-color: #F1F3F4
}

.solutions ul {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding-top: 19px;
    padding-bottom: 19px;
}

.solutions.collections ul {
    float: right;
    padding-right: 30px;
}

.solutions ul li {
    padding: 4px 12px 4px 12px;
    border-radius: 12px;
}

.solutions ul li img {
    vertical-align: middle;
}

.solutions ul li a {
    font-size: 13px;
    text-decoration: none;
    padding-left: 8px;
    vertical-align: middle;
    line-height: 20px;
}

.decisions-page .item {
    width: 48.5%;
    margin-bottom: 40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 660px;
}

@media (min-width: 992px) {
    .decisions-page.collections .item.big {
        width: 65.7%;
    }

    .decisions-page.collections .item.all {
        width: 100%;
    }

    .decisions-page.collections .item {
        height: 610px;
        width: 31.5%;
    }

    .decisions-page.collections .item.all {
        width: 100%;
    }

    .decisions-page.collections .item.all .text {
        width: 30%;
        top: 35%;
    }
}


/*
.decisions-page .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
}
*/
.decisions-page.collections .item:before {
    background: none;
}

.decisions-page .item .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 80px;
    font-size: 12px;
    line-height: 150%;
    z-index: 3;
}

.white {
    color: #fff;
}

.decisions-page.collections .item .text {
    text-align: center;
    font-size: 13px;
    padding: 24px;
}

.decisions-page .item .text span {
    display: block;
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 150%;
}

.decisions-page.collections .item .text p {
    font-size: 22px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.decisions-page.collections .item .text a {
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
}

.decisions-page.collections .item .text .white.href {
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
}

.decisions-page.collections .item .text a img {
    padding: 0;
    padding-left: 5px;
    padding-bottom: 1px;
}

.decisions-page .item .link {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background: url('/local/templates/ampm/img/arrow4.svg');
    z-index: 3;
}

.decisions-page .item .text .solutions-new {
    color: white;
    font-size: 11px;
    line-height: 100%;
    background: #798897;
    padding: 6px 8px;
    border-radius: 10.5px;
    width: 20%;
    display: inline-block;
    margin-bottom: 0;
}

.sale-page {
    padding-top: 30px;
}

.sale-page .item2 {
    max-width: 422px;
    margin-bottom: 40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    overflow: hidden;
    margin-right: 20px;
}

.sale-page .item2.other .text {
    background: #f1f3f4;
    color: #000;
}

.sale-page .item2.other .text button {
    border: 1px solid #E4E7EA;
    color: #000;
}

.sale-page .item2 img {
    width: 100%;
    border-radius: 12px;
}

.sale_detail img {
    width: 100%;
    border-radius: 12px;
    padding-bottom: 20px;
    height: auto;
}

.sale_detail a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0 !important;
}

.sale_detail ul li span {
    color: #1D1D1D
}

.sale_detail ul li ul li {
    border-bottom: 1px solid #E4E7EA;
}

.sale_detail ul li ul li:last-child {
    border-bottom: 0
}

.sale_detail ul li p {
    font-size: 12px;
    padding-top: 5px;
}

.sale-page .item2 .text {
    padding-top: 10px;
}

.sale-page .item2 .text span {
    font-size: 11px;
    color: #798897;

}

.sale_detail span {
    font-size: 11px;
    text-transform: uppercase;
    color: #1D1D1D;
}

.sale_detail .all a {
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
}

.sale_detail .all a img {
    width: 13px;
    padding: 0;
    padding-left: 5px
}

.sale-page .item2 .text .name {
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 22px;
    line-height: 150%;
}

.sale_detail .name {
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 40px;
    line-height: 150%;
}

.sale-page .item2 .text p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
}

.sale_detail p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
}

.sale-page .item2 .text .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.sale-page .item2 .text .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.sale-page .item2 .text .price .new {
    margin-top: 1px;
    font-size: 20px;
    line-height: 130%;
}

.sale-page .item2 .text button {
    background: none;
    color: #fff;
    width: 222px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 5px;
}

.decisions-page .item2 {
    width: 31%;
    margin-bottom: 40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.decisions-page .item2.other .text {
    background: #f1f3f4;
    color: #000;
}

.decisions-page .item2.other .text button {
    border: 1px solid #E4E7EA;
    color: #000;
}

.decisions-page .item2 img {
    width: 100%;
}

.decisions-page .item2 .text {
    padding: 0 24px 24px 24px;
    margin-top: -5px;
    background: #1d1d1d;
    color: #fff;
}

.decisions-page .item2 .text .name {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 150%;
}

.decisions-page .item2 .text p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
    min-height: 63px;
}

.decisions-page .item2 .text .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.decisions-page .item2 .text .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.decisions-page .item2 .text .price .new {
    margin-top: 1px;
    font-size: 20px;
    line-height: 130%;
}

.decisions-page .item2 .text button {
    background: none;
    color: #fff;
    width: 222px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-top: 5px;
}

.instagram-gallery-block {
    padding: 30px 0 64px;
}

.instagram-gallery-block .top-text {
    width: 23%;
    position: relative;
    padding-bottom: 50px;
}

.instagram-gallery-block .top-text .name {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.instagram-gallery-block .top-text p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
}

.instagram-gallery-block .top-text p a {
    text-decoration: none;
    opacity: .6;
}

.instagram-gallery-block .top-text button {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    width: 205px;
    height: 44px;
    background: #F1F3F4;
    border-radius: 10.5px;
}

.instagram-gallery-block .list {
    width: 75%;
}

.instagram-gallery-block .list .slider {
    margin: 0 -30px;
}

.instagram-gallery-block .list .slider .item {
    margin: 0 30px;
}

.instagram-gallery-block .list .slider .item img {
    width: 100%;
    border-radius: 12px;
}

.instagram-gallery-block .list .slider .item a {
    display: block;
    text-decoration: none;
    margin-top: 8px;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
}

.instagram-gallery-block .list .slider .slick-prev,
.instagram-gallery-block .list .slider .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    width: 48px;
    height: 48px;
}

.instagram-gallery-block .list .slider .slick-prev:hover,
.instagram-gallery-block .list .slider .slick-next:hover {
    opacity: 1;
}

.instagram-gallery-block .list .slider .slick-prev {
    left: 5px;
    background: url('/local/templates/ampm/img/prev3.svg');
}

.instagram-gallery-block .list .slider .slick-next {
    right: 5px;
    background: url('/local/templates/ampm/img/next3.svg');
}

.projecting-page {
    background: url('/local/templates/ampm/img/projecting-page.png') no-repeat top right;
    padding-bottom: 10px;
}

.projecting-page .navi {
    margin-bottom: 32px;
}

.projecting-page .top-text {
    width: 45%;
    margin-bottom: 80px;
}

.projecting-page .top-text .name {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 130%;
    padding-right: 50px;
}

.projecting-page .top-text p {
    font-size: 22px;
    line-height: 150%;
}

.projecting-page .step {
    margin-bottom: 56px;
    position: relative;
    padding: 24px 16px 4px 16px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.projecting-page .step .step-name {
    position: absolute;
    left: -1px;
    top: -16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F1F3F4;
}

.projecting-page .step h2 {
    font-weight: 400;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 130%;
}

.projecting-page .step .zones .radio {
    display: none;
}

.projecting-page .step .zones .radio + label {
    display: block;
    cursor: pointer;
    border: 1px solid #E4E7EA;
    text-align: center;
    border-radius: 10.5px;
    width: 19%;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    font-size: 13px;
    line-height: 130%;
}

.projecting-page .step .zones .radio + label img {
    display: block;
    width: 64px;
    margin: 0 auto 8px auto;
}

.projecting-page .step .field {
    display: inline-block;
    margin: 0 24px 24px 0;
    width: 320px;
    position: relative;
}

.projecting-page .step .field .help {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.projecting-page .step .field .help:hover a {
    background: url('/local/templates/ampm/img/help2.svg');
}

.projecting-page .step .field .help:hover div {
    display: block;
}

.projecting-page .step .field .help a {
    display: block;
    width: 20px;
    height: 20px;
    background: url('/local/templates/ampm/img/help.svg');
}

.projecting-page .step .field .help div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 25px;
    background: #fff;
    z-index: 3;
    border: 1px solid #E4E7EA;
    box-shadow: 0px 8px 24px rgba(29, 29, 29, 0.1);
    border-radius: 10.5px;
    padding: 16px 24px;
    display: none;
}

.projecting-page .step .field .help div img {
    max-width: 1000000px;
}

.projecting-page .step .field p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
}

.projecting-page .step .field p span {
    float: right;
    color: red;
}

.projecting-page .step .field input[type='text'] {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.projecting-page .step .zones2 p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
}

.projecting-page .step .zones2 p span {
    float: right;
    color: red;
}

.projecting-page .step .zones2 .radio {
    display: none;
}

.projecting-page .step .zones2 .radio + label {
    display: inline-block;
    cursor: pointer;
    margin: 0 24px 12px 0;
    font-size: 13px;
    line-height: 130%;
    padding: 2px 0 2px 28px;
    background: url('/local/templates/ampm/img/radio.svg') no-repeat 0 0;
}

.projecting-page .step .zones2 .radio:checked + label {
    background: url('/local/templates/ampm/img/radio2.svg') no-repeat 0 0;
}

.projecting-page .step .slider {
    margin: 0 -8px;
    padding-bottom: 12px;
}

.projecting-page .step .slider .item {
    margin: 0 8px;
}

.projecting-page .step .slider .item img {
    width: 100%;
    margin-bottom: 16px;
}

.projecting-page .step .slider .item .name {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.projecting-page .step .slider .item .name span {
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
    font-size: 11px;
    line-height: 100%;
    color: #798897;
    padding: 2px 4px 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F1F3F4;
    vertical-align: middle;
}

.projecting-page .step .slider .item .code {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
}

.projecting-page .step .slider .item p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
}

.projecting-page .step .slider .item .price {
    font-size: 20px;
    line-height: 130%;
    margin-top: 5px;
}

.projecting-page .step .slider .item .price.other {
    margin-top: -10px;
}

.projecting-page .step .slider .item .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.projecting-page .step .slider .item .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.projecting-page .step .slider .item button {
    background: #fff;
    width: 130px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.projecting-page .step .slider .item button.active {
    border: 0;
    background: #000;
    color: #fff;
}

.projecting-page .step .slider .item .button * {
    vertical-align: middle;
}

.projecting-page .step .slider .item .button a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    line-height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projecting-page .item-page {
    padding-bottom: 0;
}

.projecting-page .product-content .block-name {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
}

.projecting-page .product-content .block-name span {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 130%;
}

.projecting-page .product-content .checkbox {
    display: none;
}

.projecting-page .product-content .checkbox + label {
    display: table;
    width: 100%;
    margin-bottom: 4px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #F1F3F4;
    padding: 16px 80px 16px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    background: url('/local/templates/ampm/img/checkbox.svg') no-repeat right 16px top 50%;
}

.projecting-page .product-content .checkbox + label div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 130%;
}

.projecting-page .product-content .checkbox + label div.n {
    width: 40%;
    padding-right: 20px;
}

.projecting-page .product-content .checkbox + label div.n div {
    display: table-cell;
    vertical-align: middle;
}

.projecting-page .product-content .checkbox + label div.n div img {
    max-width: 1000000px;
    margin-right: 16px;
}

.projecting-page .product-content .checkbox + label div.n div a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 6px 8px 7px 8px;
    font-size: 11px;
    line-height: 100%;
    margin-bottom: 4px;
    background: #798897;
    border-radius: 8.5px;
}

.projecting-page .product-content .checkbox + label div.price {
    width: 10%;
    font-size: 15px;
    line-height: 140%;
    padding-right: 20px;
}

.projecting-page .product-content .checkbox + label div.price .old {
    text-decoration: line-through;
    font-size: 11px;
    line-height: 130%;
    color: #9EA3AF;
}

.projecting-page .product-content .checkbox + label div.price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 11px;
    line-height: 130%;
    color: #D61E3D;
}

.projecting-page .product-content .checkbox + label div.nal {
    width: 12%;
    padding-right: 20px;
}

.projecting-page .product-content .checkbox + label div.nal.other span {
    background: url('/local/templates/ampm/img/nal2.svg') no-repeat 0 0;
    color: #9EA3AF;
}

.projecting-page .product-content .checkbox + label div.nal span {
    display: inline-block;
    font-size: 11px;
    line-height: 100%;
    padding: 1px 0 1px 20px;
    background: url('/local/templates/ampm/img/nal.svg') no-repeat 0 0;
}

.projecting-page .product-content .checkbox + label div.button {
    width: 10%;
    padding-right: 20px;
}

.projecting-page .product-content .checkbox + label div.button button {
    background: #fff;
    font-size: 13px;
    width: 183px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.projecting-page .product-content .checkbox + label div.link {
    width: 10%;
    padding-right: 20px;
}

.projecting-page .product-content .checkbox + label div.link a {
    font-size: 13px;
    padding-left: 16px;
    background: url('/local/templates/ampm/img/edit.svg') no-repeat 0 4px;
    text-decoration: none;
}

.projecting-page .product-content .checkbox + label div.link a span {
    border-bottom: 1px dotted #000;
}

.projecting-page .product-content .checkbox + label .right-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
    background: #fff;
    width: 288px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.1);
    border-radius: 10.5px;
    padding: 16px 24px;
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.projecting-page .product-content .checkbox:checked + label {
    background: url('/local/templates/ampm/img/checkbox2.svg') no-repeat right 16px top 50%;
}

.projecting-page .product-content .checkbox:hover + label {
    border: 1px solid #9EA3AF;
}

.projecting-page .product-content .bottom-block {
    padding-top: 20px;
}

.projecting-page .product-content .bottom-block p {
    width: 60%;
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.projecting-page .product-content .bottom-block .price {
    margin-bottom: 24px;
}

.projecting-page .product-content .bottom-block .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.projecting-page .product-content .bottom-block .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.projecting-page .product-content .bottom-block .price .new {
    margin-top: 1px;
    font-size: 28px;
    line-height: 100%;
}

.projecting-page .product-content .bottom-block .button {
    margin-bottom: 24px;
}

.projecting-page .product-content .bottom-block .button button {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    width: 240px;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
}

.projecting-page .product-content .bottom-block .button a {
    display: inline-block;
    text-decoration: none;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.projecting-page .product-content .bottom-block .button a img {
    vertical-align: middle;
}

.not-found-project {
    padding: 65px 0 116px;
    background: url('/local/templates/ampm/img/not-found-project.png') no-repeat right bottom;
}

.not-found-project .text {
    width: 48%;
}

.not-found-project .text .name {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.not-found-project .text p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
}

.not-found-project .text button {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    width: 280px;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
}

.catalog-page {
    border-bottom: 1px solid #E4E7EA;
    margin-bottom: 34px;
}

.catalog-page .navi {
    padding: 24px 0 0 0;
}

.catalog-page h1 {
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 130%;
}

.catalog-page .sort {
    padding: 0 40px;
    justify-content: end;
}

.catalog-page .tags {
    padding: 8px 40px;
    border-top: 1px solid #E4E7EA;
    border-bottom: 1px solid #E4E7EA;
    display: initial;
}


.catalog-page .sort .tags .tag {
    display: none;
    margin: 0 8px 0 0;
}

.catalog-page .sort .tags .tag a {
    text-decoration: none;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 8px;
    background: #F1F3F4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.catalog-page .sort .tags .tag a:hover {
    color: #5C80A9;
}

.catalog-page .sort .tags .tag a:hover span {
    opacity: 1;
    color: rgba(1, 1, 1, 0.6);
}

.catalog-page .sort .tags .tag a span {
    opacity: .6;
}

.catalog-page .sort .select {
    font-size: 14px;
    line-height: 130%;
    color: #9EA3AF;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

.catalog-page .sort .select .mob-select {
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: none;
    background: transparent;
    padding: 0;
}

.catalog-page .sort .select .mob-select span {
    display: none;
}

.catalog-page .sort .select .mob-select span.active {
    display: inline-block;
}

.catalog-page .sort .select .jq-selectbox {
    vertical-align: middle;
    color: #000;
    margin-left: 5px;
    padding-right: 20px;
    background: url('/local/templates/ampm/img/select.svg') no-repeat right;
}

.catalog-page .sort .select .jq-selectbox.opened {
    background: url('/local/templates/ampm/img/select2.svg') no-repeat right;
}

.catalog-page .sort .select .jq-selectbox__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 252px;
    box-shadow: 0px 8px 24px rgba(29, 29, 29, 0.1);
    border-radius: 0px 0px 10.5px 10.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 24px;
    background: #fff;
    margin-top: 16px;
    z-index: 3;
}

.catalog-page .sort .select .jq-selectbox__dropdown ul li {
    cursor: pointer;
    line-height: 32px;
}

.catalog-page .sort .select .filter-link {
    float: right;
    font-size: 13px;
    line-height: 130%;
    padding: 2px 30px 2px 0;
    background: url('/local/templates/ampm/img/filter.svg') no-repeat top 0 right 0;
    margin-top: 3px;
    display: none;
}

.catalog-page .sort .select .filter-link span {
    position: absolute;
    color: #fff;
    background: #D61E3D;
    top: 10px;
    right: 20px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 8px;
}

.projecting-page .step .field .select {
    font-size: 14px;
    line-height: 130%;
    color: #9EA3AF;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

.projecting-page .step .field .select .mob-select {
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: none;
}

.projecting-page .step .field .select .mob-select span {
    display: none;
}

.projecting-page .step .field .select .mob-select span.active {
    display: inline-block;
}

.projecting-page .step .field .select .jq-selectbox {
    vertical-align: middle;
    color: #000;
    margin-left: 5px;
    padding-right: 20px;
    background: url('/local/templates/ampm/img/select.svg') no-repeat right;
}

.projecting-page .step .field .select .jq-selectbox.opened {
    background: url('/local/templates/ampm/img/select2.svg') no-repeat right;
}

.projecting-page .step .field .select .jq-selectbox__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 252px;
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.1);
    border-radius: 0 0 10.5px 10.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 24px;
    background: #fff;
    margin-top: 16px;
    z-index: 3;
}

.projecting-page .step .field .select .jq-selectbox__dropdown ul li {
    cursor: pointer;
    line-height: 32px;
}

.projecting-page .step .field .select .filter-link {
    float: right;
    font-size: 13px;
    line-height: 130%;
    padding: 2px 30px 2px 0;
    background: url('/local/templates/ampm/img/filter.svg') no-repeat top 0 right 0;
    margin-top: 3px;
    display: none;
}

.projecting-page .step .field .select .filter-link span {
    position: absolute;
    color: #fff;
    background: #D61E3D;
    top: 10px;
    right: 20px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 8px;
}


.catalog-page .list {
    /*padding-left: 240px;*/
    display: flex;
    position: relative;
}

.catalog-page.collections {
    border-bottom: none;
}

.catalog-page.collections .list {
    padding-left: 0;
    display: block;
}

.catalog-page .list .filter {
    /*position: absolute;
  left: 0;
  top: 0;*/
    width: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 24px 24px 40px;
}

.catalog-page .list .filter .result {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    background: #fff;
    z-index: 3;
    border: 1px solid #E4E7EA;
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.1);
    border-radius: 0 10.5px 10.5px 0;
    padding: 16px 24px;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    color: #9EA3AF;
    white-space: nowrap;
}

.catalog-page .list .filter .result span {
    display: block;
    color: #000;
    margin-bottom: 8px;
    padding-bottom: 2px;
}

.catalog-page .list .filter .result button {
    background: #fff;
    width: 124px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.catalog-page .list .filter .result a {
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    background: #fff;
    width: 124px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.catalog-page .list .filter .filter-item {
    padding: 12px 0 16px 0;
    border-bottom: 1px solid #E4E7EA;
}

.catalog-page .list .filter .filter-item .name {
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    position: relative;
    padding-right: 20px;
}

.catalog-page .list .filter .filter-item .name.active .fa {
    transform: translateY(-50%) rotate(180deg);
}

.catalog-page .list .filter .filter-item .name span {
    display: inline-block;
    padding: 2px 4px 3px 4px;
    font-size: 11px;
    line-height: 100%;
    color: #9EA3AF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F1F3F4;
}

.catalog-page .list .filter .filter-item .name .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    right: 0;
}

.catalog-page .list .filter .filter-item .content ul li {
    margin-top: 8px;
}

.catalog-page .list .filter .filter-item .content ul li a {
    display: block;
    text-decoration: none;
    line-height: 150%;
}

.catalog-page .list .filter .filter-item .content .inputs {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E4E7EA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    margin-top: 8px;
    position: relative;
}

.catalog-page .list .filter .filter-item .content .inputs:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background: #000;
    z-index: 3;
    content: "";
}

.catalog-page .list .filter .filter-item .content .inputs input {
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 13px;
}

.catalog-page .list .filter .filter-item .content .line {
    height: 1px;
    background: #E4E7EA;
    margin: 16px 0 8px;
}

.catalog-page .list .filter .filter-item .content .checkbox {
    display: none;
}

.catalog-page .list .filter .filter-item .content .checkbox + label {
    display: block;
    cursor: pointer;
    margin-top: 8px;
    line-height: 150%;
    padding: 0 0 0 32px;
    background: url('/local/templates/ampm/img/checkbox3.svg') no-repeat 0 0;
}

.catalog-page .list .filter .filter-item .content .checkbox:checked + label {
    background: url('/local/templates/ampm/img/checkbox4.svg') no-repeat 0 0;
}

.catalog-page .list .filter .filter-item .content .checkbox.color + label {
    display: inline-block;
    margin: 8px 16px 0 0;
    text-align: center;
    padding: 0;
    background: none;
}

.catalog-page .list .filter .filter-item .content .checkbox.color + label span {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 4px auto;
}

.catalog-page .list .filter .filter-item .content .checkbox.color + label p {
    font-size: 9px;
    padding-top: 25px;
    opacity: 0;
}

.catalog-page .list .filter .filter-item .content .checkbox.color:checked + label span {
    box-shadow: 0 0 0 1px #000;
}

.catalog-page .list .filter .filter-item .content .checkbox.color:checked + label p {
    opacity: 1;
}

.catalog-page .list .filter .finish {
    width: 100%;
    font-size: 11px;
    color: #9EA3AF;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    background: none;
    margin-top: 16px;
    cursor: pointer;
}

.catalog-page .list .filter .finish2 {
    display: none;
}

.catalog-page .list .slider {
    width: 25%;
}

.catalog-page .list .slider .slick-list,
.catalog-page .list .slider .slick-track {
    height: 100%;
}

.catalog-page .list .slider .item {
    background: #1D1D1D;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.catalog-page .list .slider .item .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    font-size: 15px;
    line-height: 130%;
    color: #fff;
}

.catalog-page .list .slider .item .text span {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 130%;
}

.catalog-page .list .slider .item img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.catalog-page .list .slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    white-space: nowrap;
}

.catalog-page .list .slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.catalog-page .list .slider .slick-dots li.slick-active button {
    opacity: 1;
}

.catalog-page .list .slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.catalog-page .list .site-item {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
    border-left: 1px solid #E4E7EA;
    border-bottom: 1px solid #E4E7EA;
}

.catalog-page .list .site-item:hover .links {
    opacity: 1;
}

.other-items-block .list .item:hover .links {
    opacity: 1;
}

.catalog-page .list .site-item .tag {
    position: relative;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px 7px 8px;
    background: #798897;
    border-radius: 8.5px;
    text-decoration: none;
}

.catalog-page.collections .block-name {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.catalog-page.collections .block-name h2 {
    font-size: 24px;
    font-weight: 100;
}

.catalog-page .list .site-item .tag.other {
    color: #fff;
    background: #D61E3D;
}

.catalog-page .list .site-item .links {
    position: absolute;
    right: 8px;
    bottom: 8px;
    /*   opacity: 0; */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.catalog-page .list .site-item .links div img {
    width: auto;
}

.catalog-page .list .site-item .links div {
    margin-left: 5px;
    cursor: pointer;
}

.catalog-page .list .site-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.catalog-page .list .site-item .name {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.catalog-page .list .site-item .name .solution {
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
    font-size: 11px;
    line-height: 100%;
    color: #798897;
    padding: 2px 4px 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F1F3F4;
    vertical-align: middle;
}

.catalog-page .list .site-item .code {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
}

.catalog-page .list .site-item p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
    min-height: 85px;
}

@media (max-width: 767px) {
    .catalog-page .list .site-item p {
        min-height: 105px;
    }
}

.catalog-page .list .site-item a {
    text-decoration: none;
}

.catalog-page .list .site-item .price {
    font-size: 20px;
    line-height: 130%;
    margin-top: 5px;
}

.catalog-page .list .site-item .price.other {
    margin-top: -10px;
}

.catalog-page .list .site-item .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 110%;
    color: #9EA3AF;
}

.catalog-page .list .site-item .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #D61E3D;
}

.catalog-page .list .site-item button {
    background: #fff;
    width: 130px;
    height: 40px;
    border: 2px solid #888888;
    border-radius: 10.5px;
}

.catalog-page .list .site-item button:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.catalog-page .list .site-item form .button_to_cart {
    background: #fff;
    width: 130px;
    height: 40px;
    border: 2px solid #888888;
    border-radius: 10.5px;
}

.catalog-page .list .site-item form .button_to_cart_hide {
    display: none;
    background: #fff;
    width: 110px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.catalog-page .list .site-item form .button_to_cart_hide_plus {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.catalog-page .list .site-item form .button_to_cart_hide_plus.plus_black {
    background: #000;
    color: #FFF;
    border: 1px solid #000;
}

.catalog-page .list .site-item form .button_to_cart:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.catalog-page .list .site-item .button * {
    vertical-align: middle;
}

.catalog-page .list .site-item .button a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    line-height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-page .list .bottom-button {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #F1F3F4;
    padding: 15px 0;
    border-left: 1px solid #E4E7EA;
}

.catalog-page .list .pages {
    padding: 16px 24px;
    border-left: 1px solid #E4E7EA;
}

.catalog-page .list .pages p {
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
    padding-top: 3px;
}

.catalog-page .list .pages ul li {
    display: inline-block;
    margin-right: 36px;
}

.catalog-page .list .pages ul li:last-child {
    margin-right: 0;
}

.catalog-page .list .pages ul li a {
    text-decoration: none;
    color: #9EA3AF;
}

.catalog-page .list .pages ul li a:hover {
    color: #000;
}

.catalog-page .list .pages ul li a .fa {
    font-size: 24px;
    vertical-align: middle;
    margin-top: -2px;
}

.cart-page {
    padding: 32px 0 64px;
}

.cart-page h1 {
    font-weight: 400;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 130%;
}

.cart-page .discount-block {
    background: #F1F3F4;
    border-radius: 10.5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 32px;
}

.cart-page .discount-block p {
    display: inline-block;
    font-size: 14px;
    line-height: 130%;
    padding: 9px 0 9px 54px;
    background: url('/local/templates/ampm/img/percent.svg') no-repeat 0 0;
}

.cart-page .list {
    width: 74.5%;
}

.cart-page .list .names div {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.cart-page .list .names div:nth-child(1) {
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px;
}

.cart-page .list .names div:nth-child(2) {
    margin-right: -40px;
}

.cart-page .list .names div:nth-child(3) {
    margin-right: -55px;
}

.cart-page .list .names div:nth-child(4) {
    margin-right: 70px;
}

.cart-page .list h2 {
    font-weight: 400;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 130%;
}

.cart-page .list h2.first {
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 130%;
}

.cart-page .list p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
}

.cart-page .list .search, .cart-page .list .bx-ui-sls-container {
    margin-bottom: 24px;
}

.cart-page .list .search input[type='text'], .cart-page .list .bx-ui-sls-container input[type='text'] {
    width: 100%;
    height: 48px;
    border: 1px solid #E4E7EA !important;
    border-radius: 10.5px;
    padding: 0 50px !important;
    background: url('/local/templates/ampm/img/search2.svg') no-repeat 16px 50% !important;
}

.cart-page .list .delivery {
    padding-bottom: 16px;
    padding-top: 32px;
}

.cart-page .list .delivery .radio {
    display: none;
}

.cart-page .list .delivery .radio + label {
    display: block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 16px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 16px 16px 16px 64px;
    position: relative;
}

.cart-page .list .delivery .radio + label img {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 32px;
}

.cart-page .list .delivery .radio + label .name {
    font-size: 13px;
    line-height: 130%;
    padding-right: 60px;
    position: relative;
}

.cart-page .list .delivery .radio + label .name span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #9EA3AF;
}

.cart-page .list .delivery .radio + label p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 130%;
    color: #9EA3AF;
}

.cart-page .list .delivery .radio + label p a {
    display: block;
    color: #9EA3AF;
}

.cart-page .list .delivery .radio + label .link {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 130%;
    padding-right: 35px;
    background: url('/local/templates/ampm/img/arrow4.svg') no-repeat right;
}

.cart-page .list .delivery .radio + label .adress {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 150%;
}

.cart-page .list .delivery .radio:checked + label {
    border: 1px solid #000;
}

.cart-page .list .payment {
    padding-bottom: 26px;
}

.cart-page .list .payment .radio {
    display: none;
}

.cart-page .list .payment .radio + label {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 130%;
    padding: 2px 0 2px 28px;
    background: url('/local/templates/ampm/img/radio.svg') no-repeat 0 0;
}

.cart-page .list .payment .radio + label span {
    color: rgba(1, 1, 1, 0.5);
}

.cart-page .list .payment .radio + label .checkbox {
    display: none;
}

.cart-page .list .payment .radio + label .checkbox + label {
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
    padding: 3px 0 3px 32px;
    background: url('/local/templates/ampm/img/checkbox3.svg') no-repeat 0 0;
    font-size: 11px;
    line-height: 130%;
    color: #9EA3AF;
}

.cart-page .list .payment .radio + label .checkbox + label span {
    display: block;
    color: #000;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 130%;
}

.cart-page .list .payment .radio + label .checkbox:checked + label {
    background: url('/local/templates/ampm/img/checkbox4.svg') no-repeat 0 0;
}

.cart-page .list .payment .radio:checked + label {
    background: url('/local/templates/ampm/img/radio2.svg') no-repeat 0 0;
}

.cart-page .list .field {
    width: 32%;
}

.cart-page .list .field.small {
    width: 16.3%;
}

.cart-page .list .field.big {
    width: 100%;
}

.cart-page .list .field p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
}

.cart-page .list .field p span {
    float: right;
    color: red;
}

.cart-page .list .field input[type='text'] {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-bottom: 24px;
}

.cart-page .list .field textarea {
    width: 100%;
    height: 80px;
    padding: 15px 20px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-bottom: 24px;
}

.cart-page .list .item {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 4px;
    border: 1px solid #E4E7EA;
    padding: 16px;
}

.cart-page .list .item div {
    display: table-cell;
    vertical-align: middle;
}

.cart-page .list .item div.image {
    width: 160px;
}

.cart-page .list .item div.image img {
    width: 160px;
    max-width: 160px;
    border-radius: 12px;
}

.cart-page .list .item div.content {
    width: 100%;
    padding-left: 24px;
}

.cart-page .list .item div.content table {
    width: 100%;
}

.cart-page .list .item div.content table tr.hidden {
    display: none;
}

.cart-page .list .item div.content table tr td {
    padding: 8px 20px 8px 0;
}

.cart-page .list .item div.content table tr td:last-child {
    padding-right: 0;
}

.cart-page .list .item div.content table tr td .name {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.cart-page .list .item div.content table tr td .name span {
    color: #9EA3AF;
    letter-spacing: 0;
    text-transform: none;
    font-size: 12px;
    margin-left: 5px;
}

.cart-page .list .item div.content table tr td p, .cart-page .list .item div.content table tr td a {
    line-height: 130%;
    text-decoration: none;
}

.cart-page .list .item div.content table tr td a:hover {
    text-decoration: underline;
}

.cart-page .list .item div.content table tr td .price {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    line-height: 140%;
}

.cart-page .list .item div.content table tr td .number {
    width: 134px;
    height: 44px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: block;
    border: 1px solid #F1F3F4;
    overflow: hidden;
    position: relative;
}

.cart-page .list .item div.content table tr td .number input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
}

.cart-page .list .item div.content table tr td .number span {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    cursor: pointer;
}

.cart-page .list .item div.content table tr td .number span.minus {
    left: 0;
    background: url('/local/templates/ampm/img/minus.svg') no-repeat center;
    border-right: 1px solid #F1F3F4;
}

.cart-page .list .item div.content table tr td .number span.plus {
    right: 0;
    background: url('/local/templates/ampm/img/plus.svg') no-repeat center;
    border-left: 1px solid #F1F3F4;
}

.cart-page .list .item div.content table tr td .delete {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/delete3.svg');
}

.cart-page .list .item div.content table tr td .link.active .fa {
    transform: rotate(180deg);
}

.cart-page .list .item div.content table tr td .checkbox {
    display: none;
}

.cart-page .list .item div.content table tr td .checkbox + label {
    display: block;
    cursor: pointer;
    padding: 2px 0 0 32px;
    background: url('/local/templates/ampm/img/checkbox3.svg') no-repeat 0 0;
    font-size: 11px;
    line-height: 130%;
    color: #9EA3AF;
    min-height: 20px;
}

.cart-page .list .item div.content table tr td p.desc {
    font-size: 11px;
    line-height: 130%;
    color: #9EA3AF;
    display: block;
    cursor: pointer;
    padding: 0 0 0 32px;
}

.cart-page .list .item div.content table tr td .checkbox + label span {
    display: block;
    color: #000;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 130%;
}

.cart-page .list .item div.content table tr td .checkbox:checked + label {
    background: url('/local/templates/ampm/img/checkbox4.svg') no-repeat 0 0;
}

.cart-page .result {
    width: 23%;
    margin-top: 32px;
}

.cart-page .result .content {
    background: #F1F3F4;
    border-radius: 10.5px;
    padding: 40px;
    position: sticky;
    top: 10px;
}

.cart-page .result .content .name {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
}

.cart-page .result .content .item {
    margin-bottom: 10px;
}

.cart-page .result .content .item.bold {
    margin-bottom: 14px;
}

.cart-page .result .content .item p {
    width: 100%;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.cart-page .result .content .radio {
    display: none;
}

.cart-page .result .content .radio + label {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 130%;
    padding: 2px 0 2px 28px;
    background: url('/local/templates/ampm/img/radio.svg') no-repeat 0 0;
}

.cart-page .result .content .radio + label span {
    font-weight: 700;
    font-size: 11px;
    line-height: 130%;
    color: #D61E3D;
    margin-left: 6px;
}

.cart-page .result .content .radio:checked + label {
    background: url('/local/templates/ampm/img/radio2.svg') no-repeat 0 0;
}

.cart-page .result .content .link {
    display: block;
    text-decoration: none;
    padding: 14px 0 24px;
    font-size: 13px;
    line-height: 130%;
    color: #798897;

    /*& span {*/
    /*  display: inline-block;*/
    /*  background: #000;*/
    /*  color: #fff;*/
    /*  line-height: 34px;*/
    /*  height: 34px;*/
    /*  padding: 0 20px;*/
    /*  border-radius: 10px;*/
    /*}*/
}

.cart-page .result .content form, .cart-page .result .content .form_coupon {
    position: relative;
    display: none;
    margin-bottom: 24px;
    margin-top: 24px;
}

.cart-page .result .content form input[type='text'], .cart-page .result .content .form_coupon input[type='text'] {
    width: 100%;
    height: 40px;
    font-size: 13px;
    padding: 0 16px;
    border-radius: 10.5px;
    border: 1px solid #E4E7EA;
    background: none;
}

.cart-page .result .content form button, .cart-page .result .content .form_coupon button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    background: #ffffff url('/local/templates/ampm/img/arrow6.svg') no-repeat center;
}

.cart-page .result a {
    padding: 14px 48px;
    text-decoration: none;
}

.cart-page .result button, .cart-page .result a, .btn-buy {
    width: 100%;
    height: 44px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.cart-page .result button.b1, .cart-page .result a.b1, .btn-buy {
    margin-bottom: 8px;
    color: #fff;
    background: #000;
    font-size: 13px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    margin-top: 10px;
}

.cart-page .result button.b2 {
    background: #fff;
    font-size: 13px;
}

.cart-page .result .content .info {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 100%;
    color: #9EA3AF;
}

.cart-page .result .content .info span {
    display: block;
    color: #000;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 130%;
}

.cart-page .result .content .bottom-text {
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.cart-page .result .content .bottom-text a {
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    color: #9EA3AF;
    padding: 0;
    text-decoration: underline;
}

.cart-page .result .content .copy {
    background: #000;
    padding: 24px 20px;
    margin: 0 -20px;
    display: none;
}

.cart-page .result .content .copy p {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 130%;
    color: #FFFFFF;
    opacity: 0.5;
}

.cart-page .result .content .copy p:last-child {
    margin-bottom: 0;
}

.cart-page .result .content .copy p a {
    color: #fff;
}

.popup-shops .map {
    width: 55%;
}

.popup-shops .map .name {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 150%;
    display: none;
}

.popup-shops .list {
    width: 42%;
}

.popup-shops .list .name {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 130%;
}

.popup-shops .list .scrl {
    height: 490px;
    overflow-y: scroll;
}

.popup-shops .list .scrl .item {
    border: 1px solid #F1F3F4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 4px;
    padding: 16px 136px 16px 16px;
    position: relative;
}

.popup-shops .list .scrl .item .metro {
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 130%;
}

.popup-shops .list .scrl .item p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 150%;
}

.popup-shops .list .scrl .item a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 130%;
    color: #798897;
}

.popup-shops .list .scrl .item button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    color: #fff;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    font-size: 13px;
    width: 98px;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
}

.result-page {
    padding: 220px 0 350px;
    text-align: center;
}

.result-page .image {
    margin-bottom: 24px;
}

.result-page .name {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 130%;
}

.result-page p {
    max-width: 650px;
    margin: 0 auto 24px auto;
    font-size: 22px;
    line-height: 150%;
}

.result-page a {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
}

.result-page a .fa {
    font-size: 21px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.type-page {
    padding-bottom: 25px;
}

.type-page nav {
    width: 23.4%;
}

.type-page nav ul {
    background: #F1F3F4;
    border-radius: 10.5px;
    padding: 40px 40px 24px 40px;
}

.type-page nav ul li {
    margin-bottom: 16px;
}

.type-page nav ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
}

.type-page nav ul li span {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
}

.type-page nav ul li a:hover,
.type-page nav ul li a.active {
    color: #798897;
}

.type-page nav ul li ul {
    padding: 16px 0 1px;
}

.type-page nav ul li ul li a {
    text-transform: none;
    line-height: 130%;
}

.type-page .info {
    width: 74%;
    box-sizing: border-box;
}

.type-page .info h1 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    margin-right: 36px;
}

.type-page .info.no_location h1 {
    display: block;
}

.type-page .info .top-link {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 130%;
    padding: 0 0 0 25px;
    background: url('/local/templates/ampm/img/pointer.svg') no-repeat 0 0;
    vertical-align: middle;
}

.tab-content .setup .top-link {
    position: relative;
    top: -37px;
    left: 130px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 130%;
    padding: 0 0 0 25px;
    background: url('/local/templates/ampm/img/pointer.svg') no-repeat 0 0;
    vertical-align: middle;
}

.installation-page-header .top-link {
    position: relative;
    top: -34px;
    left: 458px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 130%;
    padding: 0 0 0 25px;
    background: url('/local/templates/ampm/img/pointer.svg') no-repeat 0 0;
    vertical-align: middle;
}

.type-page .info .top-link span {
    cursor: pointer;
}

.type-page .info .br {
    height: 24px;
}

.type-page .info .item {
    margin-bottom: 8px;
    border: 1px solid #E4E7EA;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 24px;
}

.type-page .info .item .name {
    padding: 24px 0;
    border-bottom: 1px solid #E4E7EA;
}

.type-page .info .item .name div {
    font-size: 14px;
    line-height: 130%;
}

.type-page .info .item .name div img {
    vertical-align: middle;
    width: 32px;
    margin: -2px 4px 0 0;
}

.type-page .info .item .name p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 130%;
}

.type-page .info .item .data {
    padding: 24px 0;
}

.type-page .info .item .data .text {
    width: 48%;
    font-size: 13px;
    line-height: 150%;
}

.type-page .info .item .data .text a {
    display: block;
    margin-top: 15px;
}

.type-page .info .item .data .text2 {
    width: 48%;
}

.type-page .info .item .data .text2 .n {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 130%;
}

.type-page .info .item .data .text2 .itm {
    margin-bottom: 8px;
}

.type-page .info .item .data .text2 .itm.other {
    margin-bottom: 16px;
}

.type-page .info .item .data .text2 .itm div {
    width: 40%;
}

.type-page .info .item .data .text2 .itm div:first-child {
    color: #9EA3AF;
}

.type-page .info .item .data .text2 .itm div:last-child {
    text-align: right;
    width: 18%;
}

.type-page .info .item .data .text2 ul {
    padding-left: 20px;
    list-style: disc;
    font-size: 13px;
    line-height: 150%;
}

.type-page .info .bottom-text {
    padding-top: 32px;
}

.type-page .info .bottom-text .name {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
}

.type-page .info .bottom-text p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
}

.incart-top-block {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    bottom: -100px;
    left: 0;
    z-index: 4;
    padding: 8px 0 6px;
    box-shadow: rgba(1, 1, 1, 0.05) 0 0 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.incart-top-block.opened {
    bottom: 0;
}

.incart-top-block .item div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 150%;
}

.incart-top-block .item div img {
    max-width: 50px;
    margin-right: 16px;
    border-radius: 10.5px;
}

.incart-top-block .item div .name {
    display: block;
    margin-bottom: 4px;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.incart-top-block .item div .name span {
    text-transform: none;
    margin-left: 5px;
    letter-spacing: 0;
    font-size: 9px;
    line-height: 130%;
    color: #9EA3AF;
}

.incart-top-block .links {
    padding-top: 2px;
}

.incart-top-block form, .incart-top-block .preorder {
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    line-height: 42px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10.5px;
    border: 0;
    background: #000;
    color: #fff;
    width: auto;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.incart-top-block .links a,
.incart-top-block .links .a {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    background: transparent;
}

.incart-top-block form .button_to_cart_hide {
    display: none;
}

.incart-top-block form .button_to_cart, .incart-top-block form .button_to_cart_hide, .incart-top-block .preorder {
    background: #000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.incart-top-block form span {
    text-transform: none;
    letter-spacing: 0;
    margin-left: 80px;
    margin-right: 6px;
}

.incart-top-block .links a img,
.incart-top-block .links .a img {
    vertical-align: middle;
}

.index-mob-offers {
    display: none !important;
}

.index-mob-offers.other .slick-dots li button {
    background: #000;
    opacity: .2;
}

.index-mob-offers .item {
    background: #000;
    height: 600px;
    position: relative;
    color: #fff;
    text-align: center;
}

.index-mob-offers .item.light {
    background: #F1F3F4;
    color: #000;
}

.index-mob-offers .item .text {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
}

.index-mob-offers .item .text .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
}

.index-mob-offers .item .text p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 150%;
}

.index-mob-offers .item .text .brand {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.index-mob-offers .item .text .info {
    max-width: 240px;
    margin: 0 auto 8px auto;
    font-size: 13px;
    line-height: 150%;
}

.index-mob-offers .item .text .info a {
    text-decoration: none;
    color: inherit;
}

.index-mob-offers .item .text .price {
    font-size: 28px;
    line-height: 130%;
}

.index-mob-offers .item .text .price .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 150%;
    color: #9EA3AF;
}

.index-mob-offers .item .text .price .discount {
    margin-left: 6px;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    background: #D61E3D;
    color: #fff;
    padding: 4px 8px 5px 8px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.index-mob-offers .item img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.index-mob-offers .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    white-space: nowrap;
}

.index-mob-offers .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.index-mob-offers .slick-dots li.slick-active button {
    opacity: 1;
}

.index-mob-offers .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.mob-filter-select {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 30;
    padding: 30px 0;
    border-radius: 10.5px 10.5px 0 0;
    display: none;
}

.mob-filter-select .close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/close.svg') center;
}

.mob-filter-select ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
}

.mob-filter-select ul li a:hover {
    background: #F1F3F4;
}


@media (max-width: 1500px) {
    .header .catalog ul li a {
        padding: 0 40px;
    }
}

@media (max-width: 1390px) {
    .wrap {
        width: 1170px;
    }

    .header .search-link {
        margin-right: 0;
    }

    .index-page-slider .slick-prev, .sale-page .slick-prev {
        left: 10px;
    }

    .index-page-slider .slick-next, .sale-page .slick-next {
        right: 10px;
    }

    .index-categories-block .item a {
        top: 20px;
        left: 20px;
    }

    .index-categories-block .item a.link {
        bottom: 20px;
        right: 20px;
    }

    .index-offers .list .item .text {
        padding-top: 20px;
    }

    .index-offers .list .item {
        height: 600px;
    }

    .item-page .info .content {
        padding: 40px;
    }

    .item-page .info .content .nal {
        right: 40px;
    }

    .item-page .info .content .nal2 {
        right: 40px;
    }

    .decisions-page .item .text {
        padding: 40px;
    }

    .decisions-page .item {
        height: 560px;
    }

    .decisions-page .item2 .text button {
        width: 200px;
    }

    .catalog-page .sort {
        padding: 8px 0;
    }

    .catalog-page .sort .tags {
        width: auto;
        padding: 0 40px;
    }

    .catalog-page .sort .tags3 {
        width: auto;
        padding: 0 40px;
    }

    .catalog-page .sort .select {
        margin-top: 8px;
        padding: 8px 40px 0 40px;
    }

    .catalog-page .sort .select .jq-selectbox__dropdown {
        margin-top: 8px;
    }

    .projecting-page .step .field {
        display: block;
        padding: 8px 0;
    }

    .projecting-page .step .field .tags {
        width: auto;
        padding: 0 40px;
    }

    .projecting-page .step .field .select {
        border-top: 1px solid #E4E7EA;
        margin-top: 8px;
        padding: 8px 40px 0 40px;
    }

    .projecting-page .step .field .select .jq-selectbox__dropdown {
        margin-top: 8px;
    }

    .catalog-page .list .site-item {
        width: 33.333334%;
    }

    .catalog-page .list .slider {
        width: 33.333334%;
    }

    .other-items-block .list .slick-prev,
    .other-items-block .list .slick-next {
        top: 160px;
    }

    .footer .footer-menu-1 {
        margin-right: unset;
    }

    .footer .footer-menu-2 {
        margin-right: unset;
    }

    .cart-page .list .field.small {
        width: 47%;
    }

    .cart-page .list .fields-block-3 {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .wrap {
        width: 970px;
    }

    .header ul {
        margin-left: unset;
        margin-right: unset;
    }

    .header ul li {
        margin-right: 20px;
    }

    /*
  .index-page-slider .item {
    height: 500px;
  }
*/
    .index-services .main-item {
        width: 100%;
    }

    .index-services .list {
        width: 100%;
        height: 500px;
    }

    .index-services .main-item .name {
        margin-bottom: 60px;
    }

    .index-services .list .item {
        width: 48.6%;
    }

    .index-counts {
        background: url('/local/templates/ampm/img/index-counts.png') no-repeat bottom 0 right -150px;
    }

    .footer .left-col {
        width: 280px;
    }

    .item-page .photos .list .slider-nav {
        display: none;
    }

    .item-page .photos .list {
        padding-left: 0;
    }

    .item-page .setup .list {
        width: 100%;
    }

    .item-page .char .complect {
        display: none;
    }

    .item-page .char .info {
        width: 100%;
    }

    .item-page .about-slider .item .name {
        top: 40px;
        left: 40px;
    }

    .item-page .about-slider .item .text {
        padding: 0 40px;
    }

    .item-page .about-slider .item .text .author {
        margin: 24px 0 12px;
    }

    .popup .window {
        width: 900px;
    }

    .popup .window .photos .list {
        padding-left: 0;
    }

    .popup .window .photos .list .slider-nav2 {
        display: none;
    }

    .decisions-page-top-block .text {
        width: 65%;
    }

    .decisions-page-top-block.collections {
        height: 600px;
        margin-bottom: 40px;
    }

    .decisions-page .item {
        height: 480px;
    }

    .instagram-gallery-block .top-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .instagram-gallery-block .list {
        width: 100%;
    }

    .decisions-page .item2 {
        width: 48%;
    }

    .sale-page .item2 {
        width: 98%;
    }

    .projecting-page {
        background: url('/local/templates/ampm/img/projecting-page2.png') no-repeat top right;
    }

    .projecting-page .top-text {
        width: auto;
    }

    .not-found-project {
        background: url('/local/templates/ampm/img/not-found-project2.png') no-repeat right bottom;
    }

    .not-found-project .text {
        width: auto;
    }

    .projecting-page .product-content .bottom-block p {
        width: 100%;
        margin-bottom: 16px;
    }

    .catalog-page .list .site-item {
        width: 50%;
    }

    .catalog-page .list .slider {
        width: 50%;
    }

    .cart-page .result .content {
        padding: 20px;
    }

    .type-page nav {
        display: none;
    }

    .type-page .info {
        width: 100%;
    }

    .other-items-block .list .slick-prev,
    .other-items-block .list .slick-next {
        top: 120px;
    }

    .cart-page .list .names {
        display: none;
    }

    .cart-page .result {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .catalog-page .list .site-item .name .collection_name {
        display: none;
    }

    .catalog-page .sort .select .jq-selectbox {
        display: none;
    }

    .catalog-page .sort {
        display: block;
    }

    .mob-filter-select.opened {
        display: block;
    }

    .catalog-page .sort .select .mob-select {
        display: inline-block;
    }

    .projecting-page .step .field .select .mob-select {
        display: inline-block;
    }

    .wrap {
        width: 747px;
    }

    .header ul {
        padding-top: 3px;
    }

    .header ul li {
        margin-right: 10px;
    }

    .header .contacts .phone {
        display: none;
    }

    .header .contacts .carousel a {
        display: block;
    }

    .header .contacts {
        padding-top: 2px;
    }

    .header .contacts .carousel {
        width: unset;
    }

    .header .logo a img {
        width: 94px;
    }

    .header .logo a span {
        padding-left: 8px;
        margin-left: 8px;
        font-size: 10px;
        line-height: 130%;
        letter-spacing: 0.25px;
    }

    .header .search-link {
        margin-top: 2px;
    }

    .header .cart {
        margin-top: 2px;
    }

    /*
  .index-page-slider .item {
    height: 400px;
  }
*/
    .index-categories-block .item {
        width: 50%;
    }

    .index-page .index-categories-block {
        height: 120vw;
    }

    .index-offers .list .item .text .name {
        font-size: 24px;
        line-height: 130%;
    }

    .index-offers .list .item .text .top-text {
        font-size: 18px;
        line-height: 150%;
    }

    .index-tabs .wrap .top-text {
        padding: 3px 0 170px 240px;
    }

    .index-tabs .wrap .collections .item {
        width: 49.1%;
        margin-bottom: 8px;
    }

    .index-services .list {
        height: 600px;
    }

    .index-counts .text {
        width: auto;
    }

    .index-counts {
        background: url('/local/templates/ampm/img/index-counts2.png') no-repeat bottom -200px left 50% / contain;
        padding: 40px 0 600px;
    }

    .footer .contacts {
        display: none;
    }

    .header .catalog .item {
        display: none;
    }

    .header .catalog ul {
        width: 50%;
    }

    .header .catalog ul li ul {
        width: 50%;
        left: 50%;
    }

    .header .search-window .items .item {
        width: 32%;
    }

    .header .search-window .items .all-link {
        width: 32%;
    }

    .title-search-result .items .item {
        width: 32%;
    }

    .title-search-result .items .all-link {
        width: 32%;
    }

    .item-page .photos {
        width: 100%;
        margin-bottom: 0;
    }

    .item-page .info {
        width: 100%;
    }

    .item-page .item-content .checkbox + .label {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*background: url('/local/templates/ampm/img/checkbox.svg') no-repeat right 16px top 16px;*/
    }

    .item-page .item-content .checkbox + .label div {
        display: block;
    }

    .item-page .item-content .checkbox + .label div.n {
        width: calc(100% - 50px);
    }

    .item-page .item-content .checkbox + .label div.n div {
        vertical-align: top;
    }

    .item-page .item-content .checkbox + .label div.price {
        width: 30%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: -40px 0 0 80px;
    }

    .item-page .item-content .checkbox + .label div.nal {
        width: 20%;
        margin-top: -35px;
    }

    .item-page .item-content .checkbox + .label div.button {
        width: 30%;
        margin-top: -35px;
    }

    .item-page .item-content .checkbox + .label div.n div a {
        display: none;
    }

    .item-page .item-content .checkbox + .label div.n div br {
        display: none;
    }

    .item-page .reviews {
        padding-right: 0;
    }

    .item-page .reviews button {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 16px;
    }

    .popup .window {
        width: 700px;
    }

    .popup .window .photos {
        width: 100%;
        margin-bottom: 0;
    }

    .popup .window .text {
        width: 100%;
    }

    .popup .window .close {
        width: 40px !important;
        height: 40px !important;
        background: url('/local/templates/ampm/img/close3.svg') center;
    }

    .decisions-page-top-block .text {
        width: 80%;
    }

    .decisions-page .item {
        width: 100%;
        height: 400px;
    }

    .projecting-page .step .slider .item button {
        width: 110px;
    }

    .projecting-page .product-content .checkbox + label div.button {
        display: none;
    }

    .projecting-page .product-content .checkbox + label div.price {
        width: 14%;
    }

    .catalog-page .sort .tags {
        padding: 0 0 0 40px;
    }

    .catalog-page .sort .select {
        font-size: 0;
    }

    .catalog-page .sort .select .jq-selectbox {
        font-size: 14px !important;
        margin: 0;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }

    .catalog-page .sort .select .filter-link {
        display: inline-block;
    }

    .projecting-page .step .field .tags {
        padding: 0 0 0 40px;
    }

    .projecting-page .step .field .select {
        font-size: 0;
    }

    .projecting-page .step .field .select .jq-selectbox {
        font-size: 14px !important;
        margin: 0;
        width: 120px;
        height: 30px;
        line-height: 30px;
    }

    .projecting-page .step .field .select .filter-link {
        display: inline-block;
    }

    .catalog-page .list {
        padding-left: 0;
    }

    .filterbg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.5);
        z-index: 8;
        display: none;
    }

    .catalog-page .list .filter {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        z-index: 10;
        height: 100%;
        overflow-y: scroll;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        display: none;
        padding-bottom: 85px;
    }

    .catalog-page .list .filter.opened {
        display: block;
    }

    .catalog-page .list .filter .close {
        position: absolute;
        right: 0;
        top: 0;
        width: 64px;
        height: 64px;
        background: url('/local/templates/ampm/img/close.svg');
        z-index: 5;
    }

    .catalog-page .list .filter .filter-item .content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catalog-page .list .filter .filter-item .content ul li {
        width: 31%;
    }

    .catalog-page .list .filter .filter-item .content .checks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catalog-page .list .filter .filter-item .content .checkbox + label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 31%;
    }

    .catalog-page .list .filter .buttons {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 24px 20px;
        box-shadow: rgba(1, 1, 1, 0.2) 0 0 30px;
    }

    .catalog-page .list .filter .buttons button {
        width: 48%;
        margin: 0;
    }

    .catalog-page .list .filter .buttons button.finish2 {
        display: block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.35px;
        font-size: 13px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: #000;
    }

    .catalog-page .list .filter .buttons .finish {
        margin-top: 0;
    }

    .mobile_but {
        width: 48%;
        float: left;
    }

    .mobile_but.left {
        padding-right: 5px;
    }

    .catalog-page .list .filter .buttons .finish2 {
        display: block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.35px;
        font-size: 13px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: #000;
        width: 100%;
        height: 40px;
    }

    .cart-page .list {
        width: 100%;
    }

    .cart-page .result {
        width: 100%;
    }

    .popup-shops .map {
        width: 100%;
        margin-bottom: 30px;
    }

    .popup-shops .list {
        width: 100%;
    }

    .type-page .info .item .data .text {
        width: 100%;
        margin-bottom: 24px;
    }

    .type-page .info .item .data .text2 {
        width: 100%;
    }

    .incart-top-block .item {
        display: none;
    }

    .other-items-block .list .slick-prev,
    .other-items-block .list .slick-next {
        top: 150px;
    }
}

@media (max-width: 767px) {
    .wrap {
        width: 556px;
    }

    .cart-page h1 {
        font-size: 21px !important;
    }

    .header ul {
        display: none;
    }

    .header .menu-button {
        display: block;
    }

    .mobile-menu.opened {
        display: block;
        position: fixed;

        max-height: calc(100% - 47px - 66px);
        height: 100%;
        min-height: initial;
    }

    .mobile-menu .catalog {
        overflow: auto;
        height: 100%;
    }

    .index-page-slider .item {
        height: 100%;
    }

    .index-page .index-page-slider .item .bg img {
        aspect-ratio: 7/10;
    }

    .index-page-slider .slick-dots {
        bottom: 30px;
    }

    .index-page-slider.inner .slick-dots {
        bottom: 0;
        margin-bottom: 5px;
    }

    .index-tabs .wrap .block-name {
        display: none;
    }

    .index-tabs .wrap .tabs {
        display: none;
    }

    .index-tabs .list {
        display: block;
    }

    .index-tabs .wrap .top-text {
        text-align: center;
        padding: 0 0 32px 0;
    }

    .index-tabs {
        background: #606060;
    }

    .index-services .main-item {
        display: none;
    }

    .index-services .list {
        height: auto;
    }

    .index-services .list .item {
        height: 280px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .index-services .list .item.mob {
        display: block;
    }

    .index-services .list .item .text span.color2 {
        background: linear-gradient(to bottom, #5f86ec, #7c4cb0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .index-counts {
        padding: 40px 0 500px;
        background: url('/local/templates/ampm/img/index-counts2.png') no-repeat bottom -120px left 50% / contain;
    }

    .footer .left-col {
        width: 100%;
    }

    .footer .left-col .subscribe {
        display: none;
    }

    .footer .left-col .social {
        display: none;
    }

    .footer .left-col .logo {
        margin-bottom: 40px;
    }

    .footer .totop {
        bottom: auto;
        left: auto;
        top: -6px;
        right: 0;
    }

    .footer .copy .social {
        display: block;
    }

    .item-page .tabNavigation li a {
        padding: 9px 6px;
        font-size: 13px;
    }

    .item-page .item-content .checkbox + .label div.button {
        display: none;
    }

    .item-page .item-content .checkbox + .label div.price {
        margin-top: -30px;
    }

    .item-page .item-content .checkbox + .label div.nal {
        width: 40%;
        margin-top: -30px;
    }

    .catalog-page .list .site-item .stickers .links {
        flex-direction: column-reverse;

    }

    .other-items-block .list .item button, .other-items-block .list .item form .button_to_cart {
        width: 40px;
        font-size: 0;
        background: url('/local/templates/ampm/img/cart.svg') no-repeat center;
    }

    .popup .window {
        width: 500px;
        overflow-x: scroll
    }

    .decisions-page-top-block .navi {
        margin-bottom: 0;
    }

    .decisions-page-top-block .text {
        width: auto;
    }

    .decisions-page-top-block .text .buttons button {
        width: 260px;
    }

    .decisions-page .item2 {
        width: 100%;
    }

    .sale-page .item2 {
        width: 95%;
    }

    .projecting-page .step .zones .radio + label {
        width: 48%;
    }

    .projecting-page .product-content .checkbox + label {
        display: block;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .projecting-page .product-content .checkbox:checked + label {
        background: #ffffff url('/local/templates/ampm/img/checkbox2.svg') no-repeat top 16px right 16px;
    }

    .projecting-page .product-content .checkbox + label {
        background: #ffffff url('/local/templates/ampm/img/checkbox.svg') no-repeat top 16px right 16px;
        padding: 16px 60px 16px 16px;
    }

    .projecting-page .product-content .checkbox + label div.n div {
        font-size: 13px;
        line-height: 130%;
    }

    .projecting-page .product-content .checkbox + label div.price {
        width: auto;
    }

    .projecting-page .product-content .checkbox + label div.nal {
        width: auto;
        margin-right: -60px;
    }

    .projecting-page .product-content .checkbox + label div.n {
        width: 100%;
    }

    .cart-page .list .item div.image {
        position: absolute;
        width: 64px;
    }

    .cart-page .list .item div.image img {
        width: 64px;
    }

    .cart-page .list .item div.content {
        padding-left: 0;
    }

    .cart-page .list .item div.content table {
        width: auto;
        display: block;
    }

    .cart-page .list .item div.content table tbody {
        display: block;
    }

    .cart-page .list .item div.content table tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

    .cart-page .list .item div.content table tr td:first-child {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 84px;
        padding-bottom: 20px;
    }

    .cart-page .list .item div.content table tr td:nth-child(2) {
        display: none;
    }

    .cart-page .list .item div.content table tr td .price {
        margin-top: 10px;
    }

    .cart-page .list .item div.content table tr td:last-child {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .cart-page .list .item div.content table tr td[colspan='3']:last-child {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .cart-page .list .item div.content table tr td[colspan='3']:first-child {
        padding-left: 0;
    }

    /*
  .cart-page .list .item div.content table tr:last-child td:first-child {
    padding-left: 0;
  }
  */
    .cart-page .list .delivery .radio + label {
        width: 100%;
    }

    .cart-page .list .field.small {
        width: 48%;
    }

    .type-page .info h1 {
        display: block;
    }

    .type-page .info .top-link {
        display: block;
        margin: 20px 0;
    }

    .other-items-block .list .slick-prev,
    .other-items-block .list .slick-next {
        top: 110px;
    }

    .cart-page .list .item div.content table:not(.hidden) tr td:first-child {
        padding: 8px 20px 5px 84px;
    }

    .cart-page .list .item div.content table.hidden tr td:first-child {
        padding: 8px 20px 5px 15px;
    }
}

@media (max-width: 767px) {
    .index-page-slider .item .bg {
        display: none;
    }

    .index-page-slider .item .bg.mob {
        display: block;
    }
}

@media (max-width: 575px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .wrap {
        width: auto;
        padding: 0 20px;
    }

    /*
  .index-page-slider .item {
    height: 600px;
  }
*/
    .index-page-slider .slick-prev,
    .index-page-slider .slick-next,
    .sale-page .slick-prev,
    .sale-page .slick-next {
        display: none !important;
    }

    .index-categories-block {
        display: none;
    }

    .index-offers .list .item .text .top-text {
        margin-bottom: 16px;
    }

    .index-tabs {
        padding: 40px 0 30px;
    }

    .index-tabs .wrap .top-text .b1 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 130%;
    }

    .index-tabs .wrap .top-text .b2 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 150%;
        font-weight: 400;
    }

    .index-tabs .wrap .top-text .b2 br {
        display: none;
    }

    .index-tabs .wrap .collections .item {
        overflow: hidden;
        border-radius: 8px;
        font-size: 0;
    }

    .index-tabs .wrap .collections .item .link {
        display: none;
    }

    .index-tabs .wrap .collections .item .price {
        display: none;
    }

    .index-tabs .wrap .collections .item:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, transparent, #000000);
    }

    .index-tabs .wrap .collections .item .name {
        top: auto;
        right: auto;
        z-index: 4;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 0 16px 16px 16px;
        max-width: 100%;
        font-size: 12px;
        line-height: 130%;
    }

    .index-tabs .wrap .collections .item .name span {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 130%;
    }

    .index-tabs .list .slick-dots {
        padding-top: 16px;
    }

    .index-services {
        padding: 20px 0 1px;
    }

    .index-services .list .item {
        height: 194px;
        margin-bottom: 8px;
    }

    .index-services .list .item img {
        top: 16px;
        left: 16px;
        width: 24px;
    }

    .index-services .list .item .text {
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 16px 16px 16px;
        font-size: 12px;
        line-height: 130%;
        max-width: 100%;
    }

    .index-services .list .item .text span {
        font-size: 18px;
        line-height: 130%;
    }

    .index-services .list .item p {
        top: 16px;
        left: 16px;
    }

    .index-services .list .item .text span.color0 {
        margin-bottom: 0;
    }

    .index-counts .text .name {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 130%;
    }

    .index-counts .text p {
        display: none;
    }

    .index-counts .text .flex .item {
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 130%;
    }

    .index-counts .text .flex .item span {
        margin-bottom: 4px;
        font-size: 32px;
        line-height: 130%;
    }

    .index-counts {
        padding: 40px 0 380px;
        background: url('/local/templates/ampm/img/index-counts2.png') no-repeat bottom 0 left 50% / contain;
    }

    .footer {
        padding: 24px 0 14px;
    }

    .footer .left-col .logo a img {
        width: 94px;
    }

    .footer .left-col .logo a span {
        padding-left: 8px;
        margin-left: 8px;
        font-size: 10px;
        line-height: 130%;
        letter-spacing: 0.25px;
    }

    .footer .totop {
        right: 20px;
    }

    .footer nav {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer nav ul {
        display: none;
    }

    .footer nav ul.opened {
        display: block;
    }

    .footer nav ul.opened li ul {
        display: block;
    }

    .footer nav .link {
        display: block;
        text-decoration: none;
    }

    .footer .left-col .logo {
        margin-bottom: 30px;
    }

    .footer .copy {
        padding-top: 24px;
        font-size: 10px;
        line-height: 130%;
    }

    .footer .copy p {
        margin-bottom: 10px;
    }

    .header .search-window form {
        padding-right: 40px;
    }

    .header .search-window form {
        margin-bottom: 24px;
    }

    .header .search-window .tags p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 130%;
    }

    .header .search-window .items .item {
        width: 100%;
        margin-bottom: 8px;
    }

    .header .search-window .items .item img {
        width: 64px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 16px 0 0;
    }

    .header .search-window .items .item .text {
        display: inline-block;
        vertical-align: middle;
    }

    .header .search-window .items .item .price {
        display: none;
    }

    .header .search-window .items .item .code {
        display: none;
    }

    .header .search-window .items .item p {
        margin-bottom: 0;
    }

    .header .search-window .items .all-link .link {
        display: none;
    }

    .header .search-window .items .all-link {
        width: 100%;
        height: 44px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #E4E7EA;
        background: none;
        margin-top: 12px;
    }

    .header .search-window .items .all-link p {
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;
    }

    .header .search-window .items .all-link p .fa {
        display: inline-block;
    }

    .title-search-result .items .item {
        width: 100%;
        margin-bottom: 8px;
    }

    .title-search-result .items .item img {
        width: 64px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 16px 0 0;
    }

    .title-search-result .items .item .text {
        display: inline-block;
        vertical-align: middle;
    }

    .title-search-result .items .item .price {
        display: none;
    }

    .title-search-result .items .item .code {
        display: none;
    }

    .title-search-result .items .item p {
        margin-bottom: 0;
    }

    .title-search-result .items .all-link .link {
        display: none;
    }

    .title-search-result .items .all-link {
        width: 100%;
        height: 44px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #E4E7EA;
        background: none;
        margin-top: 12px;
    }

    .title-search-result .all-link p {
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;
    }

    .title-search-result .all-link p .fa {
        display: inline-block;
    }

    .header .contacts-window {
        width: 320px;
        padding: 24px;
    }

    .projecting-page .contacts-window, .type-page .info .contacts-window, .item-page .info .delivery .contacts-window, .item-page .item-content .delivery .contacts-window {
        width: 320px;
        padding: 24px;
    }

    .header {
        padding: 12px 0;
    }

    .header .contacts-window {
        margin-top: 12px;
    }

    .projecting-page .contacts-window, .type-page .info .contacts-window, .item-page .info .delivery .contacts-window, .item-page .item-content .delivery .contacts-window {
        margin-top: 12px;
    }

    .header .cart-window {
        margin-top: 12px;
    }

    .showrooms-page .contacts-window {
        width: 320px;
    }

    .showrooms-page .contacts-window .contacts {
        width: 100%;
    }

    .showrooms-page .contacts-window .showroom {
        width: 100%;
    }

    .showrooms-page .contacts-window, .showrooms-page .item .info form {
        margin-top: 12px;
    }

    .header .cart-window {
        margin-top: 12px;
    }

    .installation-page-top-block .navi {
        display: block;
    }

    .item-page {
        padding-top: 20px;
    }

    .item-page .info .content {
        padding: 0;
        border: 0;
    }

    .item-page .info .content .nal {
        top: 0;
        right: 0;
    }

    .item-page .info .content .nal2 {
        top: 0;
        right: 0;
    }

    .item-page .info .content h1 {
        font-size: 18px;
    }

    .item-page .info .content .button {
        display: none;
    }

    .item-page .info .content .delivery {
        display: none;
    }

    .item-page .info .content .bottom-links {
        display: block;
        text-align: right;
        margin-top: -55px;
    }

    .item-page .info .content .bottom-links a,
    .item-page .info .content .bottom-links .a {
        padding: 13px 20px;
    }

    .item-page .tabNavigation {
        display: none;
    }

    .item-page .item-content {
        background: #f1f3f4;
        margin: 0 -20px;
        padding: 5px;
        border-radius: 10.5px;
    }

    .item-page .item-content .checkbox:checked + .label {
        position: relative;
        background: #ffffff;
    }

    .item-page .item-content .checkbox + .label {
        background: #ffffff;
        padding: 16px 60px 16px 16px;
    }

    .item-page .item-content .checkbox + .label div.n div {
        font-size: 13px;
        line-height: 130%;
    }

    .item-page .item-content .checkbox + .label div.price {
        width: auto;
    }

    .item-page .item-content .checkbox + .label div.nal,
    .item-page .item-content .checkbox + .label div.nal2 {
        position: absolute;
        width: auto;
        right: 20px;
        bottom: 16px;
        padding: 0;
    }

    .item-page .tab-content {
        display: block !important;
    }

    .item-page .about-slider .item .name {
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
        text-align: center;
        zoom: .8;
    }

    .item-page .about-slider .item .text {
        padding: 0 20px;
    }

    .item-page .about-slider {
        padding: 20px 0;
    }

    .item-page .item-content .name {
        font-size: 16px;
        line-height: 130%;
    }

    .item-page .char {
        border-bottom: 1px solid rgba(1, 1, 1, 0.1);
        margin: 0 -20px;
        padding: 0 20px;
        padding-top: 20px;
    }

    .item-page .char .name {
        cursor: pointer;
        font-size: 16px;
        line-height: 130%;
        background: url('/local/templates/ampm/img/name1.svg') no-repeat right;
    }

    .item-page .char .name.active {
        background: url('/local/templates/ampm/img/name2.svg') no-repeat right;
    }

    .item-page .char .info .item {
        font-size: 13px;
    }

    .item-page .char .info {
        display: none;
    }

    .item-page .char .info.opened {
        display: block;
    }

    .item-page .setup {
        border-bottom: 1px solid rgba(1, 1, 1, 0.1);
        margin: 0 -20px;
        padding: 20px 20px 1px 20px;
    }

    .item-page .setup .name {
        cursor: pointer;
        font-size: 16px;
        line-height: 130%;
        background: url('/local/templates/ampm/img/name1.svg') no-repeat right;
    }

    .item-page .setup .name.active {
        background: url('/local/templates/ampm/img/name2.svg') no-repeat right;
    }

    .item-page .setup .list .item p:first-child {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .item-page .setup .cont {
        display: none;
    }

    .item-page .setup .cont.opened {
        display: block;
    }

    .item-page .setup .list .bottom-link {
        margin-bottom: 20px;
    }

    .item-page .reviews {
        border-bottom: 1px solid rgba(1, 1, 1, 0.1);
        margin: 0 -20px;
        padding: 20px 20px 1px 20px;
    }

    .item-page .reviews .name {
        cursor: pointer;
        font-size: 16px;
        line-height: 130%;
        background: url('/local/templates/ampm/img/name1.svg') no-repeat right;
    }

    .item-page .reviews .name.active {
        background: url('/local/templates/ampm/img/name2.svg') no-repeat right;
    }

    .item-page .reviews button {
        width: 100%;
    }

    .item-page .reviews .item .previews {
        white-space: nowrap;
        overflow-x: scroll;
        margin-right: -20px;
    }

    .item-page .reviews .cont {
        display: none;
    }

    .item-page .reviews .cont.opened {
        display: block;
    }

    .item-page .reviews .item {
        display: none;
    }

    .item-page .reviews .item.mob {
        display: block;
    }

    .item-page .reviews .bottom-link {
        width: 100%;
        padding: 15px 0;
        display: block;
        text-decoration: none;
        background: #F1F3F4;
        margin-top: -17px;
        text-align: center;
    }

    .item-page {
        padding-bottom: 0;
    }

    .item-page .about-slider-name {
        cursor: pointer;
        font-size: 16px;
        line-height: 130%;
        background: url('/local/templates/ampm/img/name1.svg') no-repeat right 20px top 50%;
        border-bottom: 1px solid rgba(1, 1, 1, 0.1);
        padding: 16px 20px;
        margin: 0 -20px 16px -20px;
        display: block;
    }

    .item-page .about-slider-name.active {
        background: url('/local/templates/ampm/img/name2.svg') no-repeat right 20px top 50%;
    }

    .item-page .about-slider {
        display: none;
    }

    .item-page .about-slider.opened {
        display: block;
    }

    .item-page .about-slider {
        background: #fff;
        position: relative;
        z-index: 3;
        padding-top: 0;
        margin-top: -17px;
    }

    .other-items-block {
        background: #E5E5E5;
        margin: 0;
        padding: 20px 0;
    }

    .other-items-block .block-name {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 150%;
    }

    .other-items-block .block-name-sub {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 150%;
    }

    .other-items-block .list {
        margin: 0 -20px 0 0;
    }

    .other-items-block .list .item {
        width: 183px;
        margin: 0 8px 0 0;
        padding: 0 0 12px 0;
        background: #fff;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden;
    }

    .other-items-block .list .item .code {
        display: none;
    }

    .other-items-block .list .item p {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 150%;
        padding: 0 12px;
    }

    .other-items-block .list:after {
        display: none;
    }

    .other-items-block .list .item .name {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 12px;
    }

    .other-items-block .list .item .price {
        padding-left: 12px;
    }

    .other-items-block .list .item button, .other-items-block .list .item form .button_to_cart {
        margin-right: 12px;
    }

    .other-items-block .list .item .button a {
        display: none;
    }

    .bottom-service-blocks {
        padding: 20px;
    }

    .bottom-service-blocks .bottom-text {
        display: none;
    }

    .bottom-service-blocks .list {
        margin: 0 -20px 0 0;
    }

    .bottom-service-blocks .list .item {
        width: 183px;
        height: 194px;
        margin: 0 8px 0 0;
        background: #fff;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #E4E7EA;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .bottom-service-blocks .list .item img {
        position: absolute;
        left: 16px;
        top: 16px;
    }

    .bottom-service-blocks .list .item .text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px;
        font-size: 12px;
        line-height: 130%;
    }

    .bottom-service-blocks .list .item .text span {
        font-size: 14px;
        line-height: 130%;
    }

    .bottom-service-blocks .list .item p {
        position: absolute;
        top: 16px;
        left: 16px;
    }

    .bottom-service-blocks .list .item .text span.color0 {
        font-size: 18px;
        line-height: 130%;
    }

    .bottom-service-blocks .list .item.bg {
        background: url('/local/templates/ampm/img/service.png') no-repeat right;
    }

    .item-page .info .content .select {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: left;
    }

    .item-page .info .content .select p {
        width: 100%;
    }

    .item-page .info .content .select .radio + label {
        width: 31%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

    }

    .popup .window {
        width: 300px;
        padding: 30px 20px 20px 20px;
    }

    .popup .window .text button {
        width: 100%;
        margin-top: 15px;
    }

    .decisions-page-top-block {
        padding: 40px 0 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .decisions-page-top-block .text h1 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 130%;
    }

    .decisions-page-top-block .text p {
        font-size: 16px;
        line-height: 150%;
    }

    .decisions-page-top-block .text .buttons button {
        margin: 5px !important;
    }

    .decisions-page .item {
        height: 374px;
        margin-bottom: 8px;
    }

    .decisions-page .item .text {
        padding: 20px;
    }

    .decisions-page .item .text span {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 150%;
    }

    .decisions-page {
        padding: 20px 0 12px;
    }

    .other-items-block .top-link {
        right: 20px;
        top: 6px;
    }

    .instagram-gallery-block {
        padding: 20px 0;
    }

    .instagram-gallery-block .top-text .name {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 150%;
    }

    .instagram-gallery-block .top-text p {
        font-size: 13px;
    }

    .instagram-gallery-block .top-text button {
        width: 190px;
        height: 32px;
    }

    .instagram-gallery-block .top-text {
        padding-bottom: 40px;
        margin-bottom: 16px;
    }

    .instagram-gallery-block .list .slider {
        margin: 0 -20px 0 0;
    }

    .instagram-gallery-block .list .slider .item {
        width: 184px;
        margin: 0 8px 0 0;
    }

    .decisions-page .item2 {
        margin-bottom: 8px;
    }

    .decisions-page .item2 .text {
        padding: 0 16px 16px 16px;
    }

    .decisions-page .item2 .text button {
        width: 100%;
        margin-top: 8px;
    }

    .sale-page .item2 {
        margin-bottom: 8px;
    }

    .sale-page .item2 .text {
        padding: 0 16px 16px 16px;
    }

    .sale-page .item2 .text button {
        width: 100%;
        margin-top: 8px;
    }

    .projecting-page {
        background: none;
    }

    .projecting-page .top-text {
        margin: 0 -20px 36px -20px;
        padding: 40px 20px;
        background: #f1f3f4 url('/local/templates/ampm/img/projecting-page2.png') no-repeat top right;
    }

    .projecting-page .top-text .name {
        padding: 0;
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 130%;
    }

    .projecting-page .top-text p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 150%;
    }

    .projecting-page .step .zones .radio + label {
        width: 49%;
        margin-bottom: 8px;
    }

    .projecting-page .step .field {
        display: block;
        width: auto;
        margin-right: 0;
    }

    .projecting-page .step .field .help div {
        top: auto;
        bottom: auto;
        left: auto;
        right: 100%;
        margin-right: 20px;
    }

    .projecting-page .step .slider {
        margin: 0 -16px 0 0;
    }

    .projecting-page .step .slider .item {
        width: 167px;
        margin: 0 8px 0 0;
    }

    .projecting-page .step .slider .item button {
        width: 100%;
        margin-top: 8px;
    }

    .projecting-page .step:last-child {
        margin-bottom: 12px;
    }

    .not-found-project {
        padding: 20px 0 170px;
        background: #f1f3f4 url('/local/templates/ampm/img/not-found-project2.png') no-repeat right bottom;
    }

    .not-found-project .text .name {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .not-found-project .text p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .projecting-page .product-content {
        margin: 0 -20px;
        padding: 20px;
        background: #F1F3F4;
    }

    .projecting-page .product-content .block-name span {
        font-size: 18px;
    }

    .projecting-page .product-content .block-name {
        margin-bottom: 17px;
        font-size: 13px;
        line-height: 150%;
    }

    .projecting-page .product-content .checkbox + label {
        padding: 16px 60px 50px 16px;
        position: relative;
    }

    .projecting-page .product-content .checkbox + label div.link {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-top: 1px solid rgba(1, 1, 1, 0.1);
    }

    .projecting-page .product-content .bottom-block {
        background: #fff;
        padding: 20px;
        margin: 20px -20px -30px -20px;
    }

    .projecting-page .product-content .bottom-block .flex .price {
        width: 100%;
        order: 0;
    }

    .projecting-page .product-content .bottom-block .flex .button {
        width: 100%;
        order: 1;
    }

    .projecting-page .product-content .bottom-block .flex p {
        width: 100%;
        order: 2;
    }

    .popup .window .popup-form .top-text {
        margin-bottom: 24px;
        font-size: 13px;
    }

    .popup .window .popup-form .name {
        font-size: 18px;
    }

    .catalog-page .list .filter .filter-item .content ul li {
        width: 48%;
    }

    .catalog-page .list .filter .filter-item .content .checks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catalog-page .list .filter .filter-item .content .checkbox + label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .catalog-page .list .filter {
        overflow-x: hidden;
        width: 100%;
        padding: 12px 20px 85px 20px;
    }

    .catalog-page .list .filter .close {
        top: -10px;
        right: -10px;
    }

    /*
  .index-page-slider.inner .item {
    height: 70px;
  }
*/
    .index-page-slider.inner .slick-dots {
        display: none !important;
    }

    .catalog-page h1 {
        margin: 16px 0 4px;
        font-size: 22px;
        line-height: 130%;
    }

    .catalog-page .sort {
        border-top: 0;
    }

    .catalog-page .sort .tags {
        padding-left: 20px;
    }

    .catalog-page .sort .select {
        padding-left: 20px;
        padding-right: 20px;
    }

    .projecting-page .step .field {
        border-top: 0;
    }

    .projecting-page .step .field .tags {
        padding-left: 20px;
    }

    .projecting-page .step .field .select {
        padding-left: 20px;
        padding-right: 20px;
    }

    .catalog-page .list .site-item .button a {
        display: none;
    }

    .catalog-page .list .site-item button {
        width: 40px;
        font-size: 0;
        height: 40px;
        background: url('/local/templates/ampm/img/cart.svg') no-repeat center;
    }

    .catalog-page .list .pages p {
        display: none;
    }

    .catalog-page .list .pages ul {
        width: 100%;
        text-align: center;
    }

    .catalog-page .sort .select .jq-selectbox__dropdown {
        right: -30px;
    }

    .catalog-page .sort .select .jq-selectbox {
        display: none;
    }

    .projecting-page .step .field .select .jq-selectbox__dropdown {
        right: -30px;
    }

    .projecting-page .step .field .select .jq-selectbox {
        display: none;
    }

    .cart-page .discount-block {
        padding: 16px;
        text-align: left;
    }

    .cart-page .discount-block p {
        padding: 50px 0 0 0;
        font-size: 14px;
    }

    .cart-page .fff {
        display: block;
    }

    .cart-page .result .content {
        margin: 20px -20px 0 -20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .cart-page h1 {
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 130%;
    }

    .cart-page .list h2 {
        font-size: 18px;
        line-height: 150%;
    }

    .cart-page .list .field {
        width: 100%;
    }

    .cart-page .list .payment .radio + label .checkbox + label {
        display: block;
        margin: 10px 0 0 0;
    }

    .popup-shops .map {
        margin-bottom: 20px;
    }

    .popup-shops .list .name {
        font-size: 18px;
    }

    .popup .window {
        width: 80% !important;
    }

    .result-page .image {
        margin-bottom: 40px;
    }

    .result-page .name {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 130%;
    }

    .result-page p {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 150%;
    }

    .type-page {
        padding: 20px 0 50px;
    }

    .type-page .info h1 {
        font-size: 22px;
        line-height: 130%;
    }

    .type-page .info .br {
        display: none;
    }

    .type-page .info .item {
        padding: 0 16px;
    }

    .type-page .info .item .name {
        padding: 16px 20px 16px 40px;
        position: relative;
        background: url('/local/templates/ampm/img/type-arrow.svg') no-repeat right;
        cursor: pointer;
    }

    .type-page .info .item .name.active {
        background: url('/local/templates/ampm/img/type-arrow2.svg') no-repeat right;
    }

    .type-page .info .item .name img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .type-page .info .item .name div {
        width: 100%;
    }

    .type-page .info .item .name p {
        width: 100%;
        margin: 0;
        font-weight: 700;
    }

    .type-page .info .item .data {
        padding: 16px 0;
    }

    .type-page .info .item .data .text {
        font-size: 13px;
        line-height: 150%;
    }

    .type-page .info .item .data .text2 .itm {
        margin-bottom: 16px;
    }

    .type-page .info .item .data .text2 .n {
        margin-bottom: 16px;
    }

    .type-page .info .item .data .text2 .itm div:first-child {
        width: 100%;
        margin-bottom: 4px;
    }

    .type-page .info .item .data .text2 .itm div {
        width: auto;
    }

    .type-page .info .item .data .text2 .itm div:last-child {
        width: auto;
    }

    .type-page .info .bottom-text {
        padding-top: 14px;
    }

    .type-page .info .bottom-text .name {
        font-size: 18px;
        line-height: 150%;
    }

    .type-page .info .bottom-text p {
        font-size: 13px;
        line-height: 150%;
    }

    .header .cart {
        display: none;
    }

    .header .wrap .logo {
        order: 0;
    }

    .header .wrap .search-link {
        order: 1;
        margin-left: 30px;
    }

    .header .wrap .contacts.icon {
        order: 2;
    }

    .header .wrap .menu-button {
        order: 3;
    }

    .mobile-menu {
        top: 55px;
    }

    .footer {
        padding: 24px 0 82px;
    }

    .header .search-window .tags a {
        margin: 0 60px 3px 0;
        display: table;
    }

    .header .contacts-window {
        width: 100%;
    }

    .header .contacts-window .flex.other {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .showrooms-page .contacts-window {
        width: 100%;
    }

    .showrooms-page .contacts-window .flex {
        display: none;
    }

    .showrooms-page .contacts-window .flex.other {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .projecting-page .contacts-window, .type-page .info .contacts-window, .item-page .info .delivery .contacts-window, .item-page .item-content .delivery .contacts-window {
        width: 100%;
    }

    .projecting-page .contacts-window .flex, .type-page .info .contacts-window .flex, .item-page .info .delivery .contacts-window .flex, .item-page .item-content .delivery .contacts-window .flex {
        display: none;
    }

    .projecting-page .contacts-window .flex.other, .type-page .info .contacts-window .flex.other, .item-page .info .delivery .contacts-window .flex.other, .item-page .item-content .delivery .contacts-window .flex.other {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-offers {
        display: none !important;
    }

    .index-mob-offers {
        display: block !important;
    }

    .footer .copy i {
        display: block;
        margin: 8px 0;
        font-style: normal;
    }

    .footer .copy p:last-child {
        display: none;
    }

    .footer .copy p .mob-text {
        display: inline;
    }

    .item-page .photos .tag {
        display: block;
    }

    .item-page .info .content .art {
        margin-bottom: 16px;
        font-size: 13px;
        line-height: 100%;
    }

    .item-page .info .content .tag {
        display: none;
    }

    .item-page .info .content .bottom-links {
        display: none;
    }

    .item-page .nof {
        display: block;
    }

    .item-page .info .content .price {
        margin: 20px -20px -20px -20px;
        padding: 20px 20px 0 20px;
        border-top: 1px solid rgba(1, 1, 1, 0.1);
    }

    .item-page .info .content .links {
        display: inline-block;
    }

    .item-page .mob-slider {
        display: block;
    }

    .item-page .item-content .delivery {
        display: block;
    }

    .projecting-page .step {
        margin-bottom: 36px;
    }

    .projecting-page .item-page {
        margin-top: -30px;
    }

    .item-page .photos .list .dots-block .slick-dots,
    .item-page .photos .list .slider-for .slick-dots {
        padding: 12px 0 24px;
    }

    .projecting-page .item-page .info .content .delivery {
        display: block;
        padding: 16px;
    }

    .projecting-page .item-page .info .content .price {
        border-top: 0;
        padding: 0 20px 5px 20px;
    }

    .projecting-page .item-page .nof {
        position: relative;
    }

    .projecting-page .item-page .info .content .bottom-link {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .item-page .info .content .bottom-link {
        height: 32px;
        line-height: 32px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .projecting-page .product-content .checkbox + label div.n div {
        vertical-align: top;
    }

    .projecting-page .product-content .checkbox + label div.price {
        margin: -40px 0 0 80px;
    }

    .projecting-page .product-content .checkbox + label div.nal {
        margin-top: -26px;
    }

    .projecting-page .product-content .bottom-block .button button {
        width: 278px;
    }

    .instagram-gallery-block {
        padding: 0 0 20px 0;
    }

    .decisions-page-top-block {
        margin-bottom: 0;
    }

    .other-items-block {
        margin-bottom: 20px;
    }

    .catalog-page .list .slider .item .text {
        font-size: 14px;
    }

    .catalog-page .list .slider .item .text span {
        font-size: 18px;
    }

    .catalog-page .list .filter .filter-item .content .checkbox.color + label {
        width: auto;
    }

    .catalog-page .sort .select .mob-select {
        display: inline-block;
    }

    .projecting-page .step .field .select .mob-select {
        display: inline-block;
    }

    .mob-filter-select.opened {
        display: block;
    }

    .bottom-service-blocks.other {
        padding-top: 0;
    }

    .bottom-service-blocks.other .list {
        /*display: none;*/
    }

    .bottom-service-blocks.other .bottom-text {
        display: block;
        color: #000;
        margin-top: 0;
    }

    .bottom-service-blocks.other .bottom-text p {
        height: 75px;
        overflow: hidden;
    }

    .bottom-service-blocks.other .bottom-text p.opened {
        height: auto;
    }

    .bottom-service-blocks .bottom-text a,
    .bottom-service-blocks .bottom-text .a {
        display: block;
    }

    .header .back-link {
        display: none;
    }

    .header .wrap .search-link {
        display: block;
    }

    .cart-page .discount-block p {
        background: url('/local/templates/ampm/img/percent2.svg') no-repeat 0 0;
        padding: 30px 0 0 0;
    }

    .footer.other {
        display: none;
    }

    .cart-page .result .content .copy {
        display: block;
    }

    .cart-page .result .content .buttons {
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -20px;
        padding: 24px 20px;
    }

    .cart-page .result .content .buttons button {
        width: 48%;
    }

    .cart-page .result .content .buttons button.b1 {
        order: 1;
    }

    .cart-page .result .content .buttons button.b2 {
        order: 0;
        border: 1px solid #E4E7EA;
    }

    .cart-page .result .content .buttons.other .bottom-text {
        display: none;
    }

    .cart-page .result .content .buttons.other button {
        width: 100%;
    }

    .popup-shops .list .name {
        display: none;
    }

    .popup-shops .map .name {
        display: block;
    }

    .popup-shops .list .scrl {
        height: 425px;
    }

    .index-counts .text .flex .item .about-item-number {
        font-weight: 400;
        font-size: 32px;
        line-height: 130%;
        white-space: nowrap;
    }
}

@media (max-width: 400px) {
    .catalog-page .stickers {
        margin: 21px;
    }

    .header .logo a span {
        /*     display: none; */
        font-size: 9px;
    }

    .header .cart-window {
        width: 320px;
    }

    .mobile-menu .contacts .flex .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .mobile-menu .contacts .flex .item button {
        margin-top: 0;
    }

    .item-page .item-content .checkbox + .label div.n div {
        font-size: 11px;
    }

    .item-page .item-content .checkbox + .label div.nal span, .item-page .item-content .checkbox + .label div.nal2 span {
        max-width: 90px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .item-page .info .content .bottom-links {
        text-align: left;
        margin-top: 0;
    }

    .item-page .about-slider .item .text {
        zoom: .9;
    }

    .item-page .about-slider .item .text .n {
        font-size: 30px;
    }

    .incart-top-block .links a,
    .incart-top-block .links button {
        display: none;
        margin-left: 5px;
    }

    /*
  .popup .window.small {
    width: 300px;
  }
*/
    .popup .window .popup-form .upload {
        padding: 16px;
    }

    .catalog-page .list .site-item {

    }

    .ya-pay-widget,
    .code-block {
        display: none !important;
    }

    .catalog-page .list .site-item .short, .other-items-block .list .item .short {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: initial !important;
        min-height: initial !important;
    }

    .catalog-page .list .slider {
        width: 100%;
        height: 360px;
    }

    .incart-top-block .links a:first-child span,
    .incart-top-block .links .a:first-child span {
        margin-left: 0;
    }

    .incart-top-block .links a:first-child,
    .incart-top-block .links .a:first-child {
        padding: 0 12px;
    }

    .header .wrap .search-link {
        margin-left: 10px;
    }

    /*new mob stile*/
    .catalog-page .list .site-item .links {
        top: 10px;
        bottom: initial;
    }
}


/* just css */
.header .catalog ul li.hover > a {
    color: #798897;
}

/*
.index-page-slider .item a{
	display: block;
	width: 100%;
    height: 100%;
}
*/
.header .contacts-window .showroom .info .data.active {
    position: relative;
}

.header .contacts-window .help-call {
    position: absolute;
    background-color: #FFF;
    border-radius: 8px;
    padding: 15px 10px;
    margin: 0 -10px;
    font-size: 11px;
    width: 100%;
    bottom: -10px;
}

.header .contacts-window .help-call .close {
    width: 10px;
    height: 10px;
    background-size: cover;
    right: 5px;
    top: 8px;
}

@media (max-width: 767px) {
    .header .contacts-window .help-call {
        width: 80%;
        bottom: 50px;
        margin: 0 -13px;
    }
}

.showrooms-page .contacts-window .showroom .info .data.active {
    position: relative;
}

.showrooms-page .contacts-window .help-call {
    position: absolute;
    background-color: #FFF;
    border-radius: 8px;
    padding: 15px 10px;
    margin: 0 -9px;
    font-size: 11px;
    width: 100%;
    bottom: -10px;
}

.showrooms-page .contacts-window .help-call .close {
    width: 10px;
    height: 10px;
    background-size: cover;
    right: 5px;
    top: 8px;
}


.header .contacts-window .showroom .info {
    /* position: relative; */
}

.header .catalog ul li.hover ul {
    display: block;
}

.header .contacts-window,
.showrooms-page .contacts-window,
.header .cart-window {
    z-index: 11;
}

@media (min-width: 768px) {
    .index-offers {
        display: flex;
        flex-wrap: nowrap;
    }

    .index-offers .list {
        width: 50%;
    }
}

.popup-window[style*="block"] {
    border-radius: 12px;
}

.popup-window-close-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background-image: url('/local/templates/ampm/img/close3.svg');
}

.popup-window-close-icon:after {
    background-image: none;
}

.jq-selectbox__select-text {
    cursor: pointer;
}

.catalog-page .list .site-item:nth-last-child(1) {
    border-right: 1px solid #E4E7EA;
}

.popup.informer {
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.popup.informer .window {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    border-radius: 12px 0 0 12px;
    padding: 20px;
}

.popup.informer .window.small {
    max-width: 460px;
}

.popup.informer .window .popup-form .name {
    font-size: 18px;
    line-height: 27px;
    max-width: 260px;
    margin-bottom: 16px;
}

.popup.informer .window .popup-form p {
    font-size: 13px;
    line-height: 19.5px;
    max-width: 260px;
    margin-bottom: 16px;
}

.popup.informer .window .popup-form input[type="submit"] {
    max-width: 260px;
    color: #1D1D1D;
    background: #fff;
    border: 1px solid #E4E7EA;
    text-transform: none;
    letter-spacing: 0;
}

.popup.informer .window .popup-form input[type="submit"]:hover {
    color: #fff;
    background: #1D1D1D;
    border: 1px solid #1D1D1D;
}

.popup.informer .window .close {
    background-image: url('/local/templates/ampm/img/icon-close-20px.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 0 0 0 10.5px;
}

.hide {
    display: none;
    opacity: 0;
}

.item-page .item-content .label.solution_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 4px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #F1F3F4;
    padding: 3px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    pointer-events: none;
}


@media (max-width: 575px) {
    .installation-page-top-block .text h1 {
        font-size: 32px;
        margin-top: unset;
        text-align: center;
    }

    .installation-page-top-block .text h2 {
        font-size: 20px;
        text-align: center;
    }

    .installation-page-top-block .text p {
        font-size: 13px;
        text-align: center;
    }

    .installation-block .item {
        max-width: 100%;
    }

    .item-page .item-content .delivery .item div {
        padding-right: 0;
        width: 60%;
    }

    .item-page .item-content .delivery .item p {
        position: absolute;
        right: 0;
    }

    .item-page .item-content .delivery .item:before {
        top: 9px;
        border-top: 1px dotted #9EA3AF;
    }

    .incart-top-block, .incart-top-block.opened {
        bottom: 62px;
    }

    .incart-top-block .links {
        display: flex;
        width: 100%;
        margin: 0 auto;
    }

    .incart-top-block form span {
        margin-left: 30px;
    }

    .item-page .info .content .price {
        float: none;
    }

    .item-page .info .content .price .new {
        line-height: 160%;
        font-size: 24px;
    }

    .item-page .item-content .checkbox + .label div.nal {
        margin-right: 0;
        text-align: right;
    }

    .header .heart, .index-categories-block {
        display: none !important;
    }

    .cabinet-page .subscribe input[type='text'], .cabinet-page .subscribe input[type='email'] {
        width: 100% !important;
        margin-bottom: 10px;
    }
}


@media (min-width: 576px) {
    .item-page .item-content .checkbox + .label {
        background: none;
    }

    .incart-top-block .item {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .index-services .list .item.mob {
        display: none;
    }

    .index-services .list .item.mob2 {
        display: block;
        background-position: right 18%;
    }

    .index-categories-block .item a {
        font-size: 14px;
    }

    .index-mob-offers .item img {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .hide2 {
        display: none;
    }

    .index-services .list .item.mob2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile .link #footer_all {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: auto;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #D61E3D;
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        line-height: 16px;
    }
}

@media (max-width: 350px) {
    .incart-top-block .links a,
    .incart-top-block .links button {
        width: 28px !important;
    }
}

table .P4 {
    margin: 10px;
}


.ya-pay-widget .bonus, .ya-pay-widget .split {
    display: flex;
    margin-bottom: 10px;
}

.ya-pay-widget .bonus .text {
    padding: 2px;
    display: flex;
}

.ya-pay-widget .bonus .number {
    padding: 2px;
    color: black;
    font-weight: bold;
}

.ya-pay-widget .split .text {
    padding: 2px;
    display: flex;
}

.ya-pay-widget .split .number {
    margin-left: 1px;
    border-radius: 12px 4px 4px 12px;
    color: white;
    padding: 2px;
    background: black;
    display: flex;
}

.ya-pay-widget .split .number img {
    border-radius: 10px;
}

/** ozon-fbo **/
.ozon-fbo-widget {
    display: flex;
    flex-direction: column;
    max-width: max-content;
    padding: 6px 7px 5px 7px;
    border: 2px solid #888888;
    border-radius: 10.5px;
    text-align: center;
}

.ozon-fbo-widget__title {
    display: flex;
    align-items: center;

    font-size: 10px;
    line-height: 100%;
    font-weight: 500;

    & img {
        width: 36px !important;
        height: auto !important;
        margin-left: 5px;
    }
}

.ozon-fbo-widget__stock {
    font-size: 8px;
    margin-top: 4px;
}

/* new */
.catalog-section-count {
    display: none;
    font-weight: 400;
    font-size: 11px;
    line-height: 110%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #9EA3AF;
}

.catalog-page .sort .select .filter-link {
    background: url(/local/templates/ampm/./img/filter_new.svg) no-repeat center left;
    padding: 2px 0 2px 25px;
}

.filter__mob-title {
    display: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}

.mob-price {
    display: none
}

@media (max-width: 575px) {
    .catalog-page .navi {
        padding-top: 12px;
    }

    .catalog-section-count {
        display: inline-block;
        margin-top: -8px;
    }

    .catalog-page .sort .select .filter-link {
        float: right !important;
        margin-top: 6px !important;
    }

    .catalog-page .sort .select .mob-select {
        float: left !important;
    }

    .catalog-page .tags {
        border: 0;
        padding: 0;
        display: block;
        width: 100%;
    }

    .catalog-page .sort {
        margin: 0 !important;
        padding: 0 !important;

        &:after {
            content: '';
            clear: both;
            display: block;
        }
    }

    .catalog-page .sort .select {
        padding: 0 20px !important;
        margin-bottom: 10px !important;
        margin-top: 5px;
    }

    .section-tags {
        margin-bottom: 0;
    }

    .catalog-page .tags .tags3 {
        margin-left: 20px;
    }

    .bx-filter .bx-filter-parameters-box-title {
        font-weight: bold;
    }

    .filter__mob-title {
        display: block;
    }

    .catalog-page .list .filter .filter-item .content .inputs {
        border: 0;

        &:before {
            display: none;
        }
    }

    .catalog-page .list .filter .filter-item .content .inputs input {
        width: calc(50% - 5px);
        font-size: 14px;
        background: #0505310A;
        border-radius: 12px;
        text-align: left;
        padding: 0 12px;
        color: #05053180;
    }

    .filter-item--categories {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;

        & .name {
            font-weight: bold;
            border-bottom: 1px solid #E4E7EA;
            padding-bottom: 14px;

            & .fa {
                transform: translateY(-50%) rotate(270deg) !important;
            }
        }
    }

    .filter-item--categories .content {
        transition: all .3s ease-in-out;
        transform: translateX(110%);
        position: absolute;
    }


    .filter.open-categories .filter-item--categories .content {
        transform: translateX(0%);
    }


    .filter .bx-filter {
        transition: all .3s ease-in-out;
    }

    .filter.open-categories .bx-filter {
        transform: translateX(-110%);
    }

    .catalog-page .list .items-list {
        padding: 4px 14px 0;
    }


    .catalog-page .list .site-item {
        display: block;
        flex-direction: column;
        padding: 12px 6px;
        border: 0 !important;
    }

    .catalog-page .list .site-item p {
        margin-bottom: 12px;
    }

    .catalog-page .list .site-item .flex .price.other {
        display: none;
    }

    .catalog-page .list .site-item .img_block {
        font-size: 0;
        margin-bottom: 10px;
    }

    .catalog-page .list .mob-price {
        display: block;
        position: relative;

        & .price.other {
            display: flex;
            margin: 0;
            font-size: 18px;
            font-weight: bold;

            & .discount {
                position: absolute;
                left: 0;
                top: 0;
                margin: -33px 0 0 8px;
                font-size: 10px;
                font-weight: normal;
                line-height: 15px;
                height: 15px;
                background: #fff;
                padding: 0 4px;
                border-radius: 4px;
                color: #000;
            }

            & .old {
                order: 1;
                line-height: 23px;
                margin-left: 4px;
                font-weight: normal;
            }

            .on-price {
                margin-top: 0;
            }
        }
    }

    .catalog-page .list .site-item form .button_to_cart,
    .catalog-page .list .site-item button{
        background: #D9DEE7;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        border: 0;
        width: 125px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        border-radius: 6px;
        /*width: 40px;
        font-size: 0;
        height: 40px;
        background: url('/local/templates/ampm/img/cart.svg') no-repeat center;*/
    }

    .catalog-page .list .site-item form .button_to_cart_hide{
        height: 32px;
        line-height: 32px;
        padding: 0;
    }
    .catalog-page .list .site-item form .button_to_cart_hide_plus{
        height: 32px;
        line-height: 32px;
        padding: 0;
    }

    .bx-filter-parameters-box-container {
        display: flex;
        flex-direction: column;
    }

    .mobile_but {
        float: none;
        width: 100%;
        max-width: 335px;
        padding: 0;
        margin: 0 auto;

        &:not(:first-child) {
            margin-bottom: 8px;
        }

        &.left {
            order: 1;
        }
    }
}
/* End */


/* Start:/local/templates/ampm/new.css?176311841073266*/
@media (max-width: 575px) {
    .catalog-page .sort .select .sel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    .catalog-page .sort .tags3 {
        padding: 0;
    }

    .catalog-page .sort .tags:not(.slick-slider) {
        max-height: 32px;
        overflow: hidden;
    }

    .catalog-page .sort .tags:not(.slick-slider) .tag {
        width: calc(100% / 2 - 8px);
    }

    .catalog-page .sort .tags:not(.slick-slider) .tag:nth-child(n+2) {
        margin-right: 0;
    }

    .bottom-service-blocks .list .item .text span.color0 {
        font-size: 13px;
    }

    .item-page .item-content .checkbox + label div.but {
        width: 65px;
        position: absolute;
        right: 15px;
        height: 25px;
    }

    .item-page .item-content .checkbox + label div.n div:nth-child(2) {
        height: 20px;
        overflow: hidden;
        display: block;
    }

    .item-page .item-content .checkbox + label div.n div:nth-child(1) {
        float: left;
    }
}

@media (max-width: 410px) {
    .incart-top-block form {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .incart-top-block form .button_to_cart {
        background: transparent;
        padding-left: 10px;
    }

    .item-page .info .content .links {
        display: grid;
    }

    .item-page .info {
        margin-bottom: 8px;
    }

    .credit {
        margin-bottom: 5px;
    }

    .item-page .info .content .links {
        margin-top: -40px;
    }

    .item-page .info .content .links a,
    .item-page .info .content .links .a {
        padding: 10px 26px;
    }
}

@media (max-width: 400px) {
    .item-page .item-content .n .price {
        padding-top: 25px;
        padding-right: 0px !important;
    }

    .item-page .item-content .n .nal {
        margin-top: -50px !important;
    }
}

.about-brand-page .awards-block .list .item .awards table tr td span {
    background-color: #F1F3F4;
    width: 80px;
    border-radius: 4.5px;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    float: left;
    margin-top: 28px;
    position: absolute;
    margin-left: -30px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
}

.catalog-page .list .site-item .short,
.other-items-block .list .item .short {
    height: 85px;
    overflow: hidden;
}

.opacity1 {
    opacity: 1 !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(11, 37, 53, 0.8);
    z-index: 11;
    display: none;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.c0 {
    color: #000;
}

.ap {
    appearance: none;
}

.nw {
    white-space: nowrap;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

.an {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.about-brand-page {
    padding: 24px 0 0;
}

.about-brand-page .image-slider {
    margin-bottom: 32px;
}

.about-brand-page .image-slider.mob {
    display: none;
}

.about-brand-page .image-slider.mb {
    margin-bottom: 0;
}

.about-brand-page .image-slider .item {
    margin: 0 16px;
}

.about-brand-page .top-text {
    margin-bottom: 32px;
    padding: 0 24px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-brand-page .top-text div {
    display: table-cell;
    vertical-align: middle;
}

.about-brand-page .top-text div:nth-child(2) {
    text-align: center;
    padding: 0 24px;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
}

.about-brand-page .top-text div:nth-child(3) {
    text-align: right;
}

.about-brand-page .top-text div img {
    max-width: 412px;
}

.about-brand-page .text-block {
    background: url('/local/templates/ampm/img/bg2.png') no-repeat top right, url('/local/templates/ampm/img/bg4.png') no-repeat left bottom;
    position: relative;
    padding: 100px 0 190px;
}

.about-brand-page .text-block:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 444px;
    height: 626px;
    background: url('/local/templates/ampm/img/bg3.png');
}

.about-brand-page .text-block .top-text {
    margin-bottom: 343px;
    width: 50%;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
}

.about-brand-page .text-block .middle-text {
    margin-bottom: 228px;
    font-size: 22px;
    line-height: 150%;
    padding: 0 20% 0 28%;
}

.about-brand-page .text-block .bottom-text p {
    width: 60%;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
}

.about-brand-page .text-block .bottom-text .design {
    text-align: right;
    font-weight: bold;
    font-size: 172px;
    line-height: 120%;
}

.about-brand-page .text-block .image1 {
    text-align: center;
    display: none;
}

.about-brand-page .text-block .image2 {
    text-align: center;
    display: none;
}

.about-brand-page .design-block {
    padding: 80px 0;
}

.about-brand-page .design-block .name {
    width: 48%;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
    margin-bottom: 30px;
}

.about-brand-page .design-block p {
    width: 48%;
    font-size: 22px;
    line-height: 150%;
    padding-top: 10px;
    margin-bottom: 80px;
}

.about-brand-page .design-block .list {
    margin: 0 -16px;
}

.about-brand-page .design-block .list .item {
    height: 720px;
    border-radius: 10.5px;
    margin: 0 16px;
    color: #fff;
    position: relative;
}

.about-brand-page .design-block .list .item .name {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 80px;
    font-size: 28px;
    line-height: 150%;
}

.about-brand-page .design-block .list .item .name span {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 40px;
    line-height: 130%;
    padding-right: 100px;
}

.about-brand-page .design-block .list .item .name .logo {
    position: absolute;
    right: 80px;
    top: 0;
    height: 52px;
    line-height: 52px;
}

.about-brand-page .design-block .list .item .name .logo img {
    display: inline-block;
    vertical-align: middle;
}

.about-brand-page .design-block .list .item .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 80px;
    font-size: 14px;
    line-height: 150%;
    display: none;
}

.about-brand-page .design-block .list .item .link {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 80px;
}

.about-brand-page .design-block .list .item .link a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    padding-right: 44px;
    background: url('/local/templates/ampm/img/arrow7.svg') no-repeat right;
}

.about-brand-page .design-block .list .item .link a.small {
    padding: 10px 44px 10px 0;
    display: none;
}

.about-brand-page .design-block .list .item .link a.active {
    background: url('/local/templates/ampm/img/arrow7a.svg') no-repeat right;
}

.about-brand-page .design-block .list .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    left: -12px;
    background: url('/local/templates/ampm/img/prev4.svg');
}

.about-brand-page .design-block .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    right: -12px;
    background: url('/local/templates/ampm/img/next4.svg');
}

.about-brand-page .design-block .list .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
}

.about-brand-page .design-block .list .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.about-brand-page .design-block .list .slick-dots li.slick-active button {
    opacity: 1;
}

.about-brand-page .design-block .list .slick-dots li button {
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: .6;
}

.about-brand-page .awards-block {
    padding-bottom: 80px;
}

.about-brand-page .awards-block .pre-text {
    width: 48%;
    margin-bottom: 64px;
    font-size: 22px;
    line-height: 150%;
}

.about-brand-page .awards-block .pre-text span {
    display: block;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
}

.about-brand-page .awards-block .list {
    position: relative;
    margin-right: -800px;
    padding-left: 204px;
}

.about-brand-page .awards-block .list .names {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    background: #fff;
    z-index: 3;
}

.about-brand-page .awards-block .list .names .itm {
    height: 128px;
    position: relative;
    border-bottom: 1px dotted #9EA3AF;
}

.about-brand-page .awards-block .list .names .itm:last-child {
    border-bottom: 0;
}

.about-brand-page .awards-block .list .names .itm .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.about-brand-page .awards-block .list .names .itm .content div {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.about-brand-page .awards-block .list .names .itm .content div img {
    max-width: 10000px;
    margin-right: 16px;
}

.about-brand-page .awards-block .list .item {
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 32px;
}

.about-brand-page .awards-block .list .item .year {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 40px;
    line-height: 130%;
}

.about-brand-page .awards-block .list .item .year span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 6px 8px;
    background: #1D1D1D;
    border-radius: 8.5px;
    margin-top: -8px;
}

.about-brand-page .awards-block .list .item .awards {
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 0 24px;
}

.about-brand-page .awards-block .list .item .awards table {
    width: 100%;
}

.about-brand-page .awards-block .list .item .awards table tr {
    border-bottom: 1px dotted #9EA3AF;
}

.about-brand-page .awards-block .list .item .awards table tr:last-child {
    border-bottom: 0;
}

.about-brand-page .awards-block .list .item .awards table tr td {
    height: 128px;
    white-space: nowrap;
}

.about-brand-page .awards-block .list .item .awards table tr td img {
    display: inline-block;
    margin-right: 6px;
    height: 80px;
}

.about-brand-page .awards-block .list .item .awards table tr td img.title {
    margin-left: 30px;
}

.about-brand-page .awards-block .list .item .awards table tr td img.mr {
    margin-right: 20px;
}

.about-brand-page .awards-block .list .item .awards table tr td img:last-child {
    margin-right: 0;
}

.about-brand-page .geography-block {
    padding: 340px 0;
    background: #1d1d1d url('/local/templates/ampm/img/geography-block.png') no-repeat right;
    color: #fff;
}

.about-brand-page .geography-block .text {
    width: 49%;
    font-size: 22px;
    line-height: 150%;
}

.about-brand-page .geography-block .text span {
    display: block;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
}

.compare-page {
    padding: 32px 0 80px;
}

.compare-page .no-items {
    text-align: center;
    padding: 228px 0 180px;
}

.compare-page .no-items p {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 130%;
}

.compare-page .no-items a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.compare-page .no-items a .fa {
    vertical-align: middle;
    font-size: 24px;
    margin: -2px 10px 0 0;
}

.compare-page .back-link {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-bottom: 1px solid #E4E7EA;
    padding: 0 20px;
    margin-bottom: 20px;
    display: none;
}

.compare-page .back-link .fa {
    vertical-align: middle;
    font-size: 24px;
    margin: -2px 10px 0 0;
}

.compare-page .navi {
    padding: 0;
}

.compare-page h1 {
    font-weight: 400;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 130%;
}

.compare-page .list {
    padding-left: 348px;
    position: relative;
}

.compare-page .list .names {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 348px;
}

.compare-page .list .names select {
    position: absolute;
    left: 0;
    top: 0;
    width: 316px;
    height: 44px;
    padding: 0 16px;
    font-size: 13px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    appearance: none;
    background: url('/local/templates/ampm/img/select.svg') no-repeat right 16px top 50%;
}

.compare-page .list .names .jq-selectbox {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 316px;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    background: url('/local/templates/ampm/img/select.svg') no-repeat right 16px top 50%;
}

.compare-page .list .names .jq-selectbox .jq-selectbox__select {
    padding: 0 16px;
}

.compare-page .list .names .jq-selectbox .jq-selectbox__dropdown {
    top: 100%;
    left: 0;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    width: 100%;
    margin-top: 10px;
    z-index: 4;
    background: #fff;
    overflow: hidden;
}

.compare-page .list .names .jq-selectbox .jq-selectbox__dropdown ul li {
    padding: 0 16px;
}

.compare-page .list .names .jq-selectbox .jq-selectbox__dropdown ul li:hover {
    background: rgba(1, 1, 1, 0.05);
}

.compare-page .list .names .table {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.compare-page .list .names .table nav a {
    width: 48%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 2px;
    background: #F1F3F4;
    border-radius: 4px;
}

.compare-page .list .names .table nav a.active {
    color: #fff;
    background: #1D1D1D;
}

.compare-page .list .names .table table {
    width: 100%;
    margin-top: 32px;
    border-top: 1px solid #E4E7EA;
}

.compare-page .list .names .table table tr {
    border-bottom: 1px solid #E4E7EA;
}

.compare-page .list .names .table table tr td {
    font-size: 14px;
}

.compare-page .list .names .table table tr td .n {
    display: none;
}

.compare-page .list .item {
    position: relative;
}

.compare-page .list .item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 426px;
    top: 0;
    right: 0;
    background: #E4E7EA;
}

.compare-page .list .item .image {
    position: relative;
    margin: 0 24px 16px 24px;
}

.compare-page .list .item .image .link {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url('/local/templates/ampm/img/compare.svg');
}

.compare-page .list .item .image .link:hover {
    background: url('/local/templates/ampm/img/compareh.svg');
}

.compare-page .list .item .image img {
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.compare-page .list .item .flex {
    padding: 0 24px;
}

.compare-page .list .item .brand {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.compare-page .list .item .art {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
}

.compare-page .list .item .name {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 150%;
    padding: 0 24px;
}

.compare-page .list .item .price {
    margin: 10px 0;
    font-size: 20px;
    line-height: 130%;
}

.compare-page .list .item button {
    margin-bottom: 36px;
    background: #fff;
    width: 130px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.compare-page .list .item button:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.compare-page .list .item table {
    width: 100%;
    border-top: 1px solid #E4E7EA;
}

.compare-page .list .item table tr {
    border-bottom: 1px solid #E4E7EA;
}

.compare-page .list .item table tr td {
    font-size: 14px;
    padding: 8px 24px;
}

.compare-page .list .item table tr td .n {
    display: none;
}

.compare-page .list .item .button {
    width: 84%;
    margin-left: 8%;
    color: #fff;
    background: #000;
    height: 44px;
    border-radius: 10.5px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    margin-top: 20px;
    display: none;
}

.compare-page .list .slick-prev,
.compare-page .list .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 120px;
    opacity: .6;
}

.compare-page .list .slick-prev:hover,
.compare-page .list .slick-next:hover {
    opacity: 1;
}

.compare-page .list .slick-prev {
    left: -20px;
    background: url('/local/templates/ampm/img/prev5.svg');
}

.compare-page .list .slick-next {
    right: -20px;
    background: url('/local/templates/ampm/img/next5.svg');
}

.compare-page .bottom-link {
    text-align: right;
    padding-top: 32px;
}

.compare-page .bottom-link button {
    background: #fff;
    color: #9EA3AF;
    font-size: 11px;
    width: 238px;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.compare-page .bottom-link button:hover {
    background: #E4E7EA;
    color: #000;
}

.compare-fixed-block {
    position: fixed;
    top: -180px;
    left: 0;
    width: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background: #fff;
    z-index: 20;
    border-bottom: 1px solid #E4E7EA;
    box-shadow: 0px 8px 24px rgba(29, 29, 29, 0.1);
    padding: 8px 0;
}

.compare-fixed-block.opened {
    top: 0;
}

.compare-fixed-block .list {
    padding-left: 348px;
}

.compare-fixed-block .list .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
}

.compare-fixed-block .list .item .name {
    margin-bottom: 16px;
}

.compare-fixed-block .list .item .name div {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
}

.compare-fixed-block .list .item .name div.image {
    position: relative;
    width: 80px;
}

.compare-fixed-block .list .item .name div.image img {
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.compare-fixed-block .list .item .name div.image .link {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url('/local/templates/ampm/img/compare.svg');
}

.compare-fixed-block .list .item .name div.image .link:hover {
    background: url('/local/templates/ampm/img/compareh.svg');
}

.compare-fixed-block .list .item .name div.text {
    padding-left: 16px;
}

.compare-fixed-block .list .item .name div.text .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.compare-fixed-block .list .item .name div.text .brand {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: block;
}

.compare-fixed-block .list .item .name div.text .art {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
    display: block;
}

.compare-fixed-block .list .item .name div.text .n {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 130%;
    display: block;
}

.compare-fixed-block .list .item .name div.text .price {
    font-size: 20px;
    line-height: 130%;
    display: block;
}

.compare-fixed-block .list .item button {
    width: 100%;
    background: #fff;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.compare-fixed-block .list .item button:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.compare-fixed-block .list .slick-prev,
.compare-fixed-block .list .slick-next {
    position: absolute;
    z-index: -10;
    opacity: 0;
    pointer-events: none;
}

.showrooms-page {
    padding-bottom: 32px;
}

.showrooms-page .top-image {
    padding: 32px 0 220px;
    background: url('/local/templates/ampm/img/showrooms-page.png') center / cover;
    margin-bottom: 32px;
    color: #fff;
}

.showrooms-page .top-image .navi {
    padding: 0;
    margin-bottom: 170px;
}

.showrooms-page .top-image .text {
    width: 48%;
    font-size: 24px;
    line-height: 130%;
}

.showrooms-page .top-image .text h1 {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 130%;
}

.showrooms-page .top-items .item {
    margin-bottom: 32px;
    width: 23%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 32px;
    font-size: 14px;
    line-height: 150%;
}

.showrooms-page .top-items .item:nth-child(1) span {
    background: linear-gradient(to bottom, #50d1f1, #074fb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.showrooms-page .top-items .item:nth-child(2) span {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.showrooms-page .top-items .item:nth-child(3) span {
    background: linear-gradient(to bottom, #ff566d, #d61e3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.showrooms-page .top-items .item:nth-child(4) span {
    background: linear-gradient(to bottom, #5f86ec, #7c4cb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.showrooms-page .top-items .item span {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}

.showrooms-page .top-items .item img {
    display: block;
    margin-bottom: 80px;
}

.showrooms-page .item {
    margin-bottom: 32px;
}

.showrooms-page .item .image {
    width: 48%;
    border-radius: 10.5px;
    position: relative;
}

.showrooms-page .item .image .contacts {
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: none;
}

.showrooms-page .item .image .contacts .city {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}

.showrooms-page .item .image .contacts .adress {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 150%;
}

.showrooms-page .item .image .contacts .hours {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 150%;
}

.showrooms-page .item .image .contacts .phone {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 150%;
}

.showrooms-page .item .info {
    width: 48%;
    border-radius: 10.5px;
    background: #F1F3F4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 80px 35px 80px;
    position: relative;
}

.showrooms-page .item .info .city {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 40px;
    line-height: 130%;
}

.showrooms-page .item .info .city.pad {
    padding-right: 60px;
    position: relative;
}

.showrooms-page .item .info .city.pad .three-d {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 44px;
    height: 44px;
    background: url('/local/templates/ampm/img/three-d.svg');
}

.showrooms-page .item .info .adress {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 150%;
}

.showrooms-page .item .info .hours {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 150%;
}

.showrooms-page .item .info .phone {
    display: block;
    text-decoration: none;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
}

.showrooms-page .item .info .buttons {
    padding-bottom: 24px;
}

.showrooms-page .item .info .buttons button {
    margin-bottom: 16px;
    height: 44px;
    border-radius: 10.5px;
}

.showrooms-page .item .info .buttons button.b1 {
    color: #1D1D1D;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-size: 13px;
    width: 54%;
}

.showrooms-page .item .info .buttons button.b2 {
    background: #fff;
    font-size: 13px;
    width: 43%;
}

.showrooms-page .item .info .buttons button:hover {
    background: #000;
    color: #fff
}

.showrooms-page .item .info .buttons button.b2:hover span {
    background: url('/local/templates/ampm/img/online_hover2.svg');
}

.showrooms-page .item .info .buttons button.b2 span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/online.svg');
}

.showrooms-page .item .info .map {
    height: 352px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.showrooms-page .item .info form {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10.5px;
    background: #fff;
    z-index: 3;
}

.showrooms-page .item .info form h4 {
    background: #F1F3F4;
}

.showrooms-page .item .info form p {
    text-align: center;
    margin-bottom: 25px;
}

.showrooms-page .item .info form .close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 64px;
    height: 64px;
    background: url('/local/templates/ampm/img/close4.svg');
    z-index: 3;
}

.showrooms-page .item .info form .contacts {
    /*
  margin-bottom: 24px;
  display: none;
  */
}

.showrooms-page .item .info form .contacts .city {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}

.showrooms-page .item .info form .contacts .adress {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 150%;
}

.showrooms-page .item .info form .contacts .hours {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 150%;
}

.showrooms-page .item .info form .contacts .phone {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 150%;
}

.showrooms-page .item .info form.first .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 15px;
    border-radius: 15px;
    background: #fff;
}

.showrooms-page .item .info form.second .content {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px 41px 15px;
    border-radius: 10.5px;
    background: #fff;
}

@media (max-width: 767px) {
    .showrooms-page .item .info form.second .content {
        padding: 30px 15px;
        top: -80px;
    }

    .showrooms-page .item .info .first .close {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 64px;
        height: 64px;
        background: url('/local/templates/ampm/img/close4.svg');
        z-index: 3;
    }

    .showrooms-page .item .info .second .close {
        position: absolute;
        right: -5px;
        top: -80px;
        width: 64px;
        height: 64px;
        background: url('/local/templates/ampm/img/close4.svg');
        z-index: 3;
    }

    .showrooms-page .item .info .second .help-call .close {
        position: absolute;
        right: -5px;
        top: -20px;
        width: 64px;
        height: 64px;
        background: url('/local/templates/ampm/img/close4.svg');
        z-index: 3;
    }
}

.showrooms-page .item .info form label {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
    display: block;
}

.showrooms-page .item .info form label.small {
    width: 48%;
}

.showrooms-page .item .info form label span {
    color: red;
    float: right;
}

.showrooms-page .item .info form select {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    font-size: 13px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-bottom: 24px;
    appearance: none;
    background: url('/local/templates/ampm/img/select.svg') no-repeat right 16px top 50%;
}

.showrooms-page .item .info form .jq-selectbox {
    cursor: pointer;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    background: url('/local/templates/ampm/img/select.svg') no-repeat right 16px top 50%;
    margin-bottom: 24px;
}

.showrooms-page .item .info form .jq-selectbox .jq-selectbox__select {
    padding: 0 16px;
}

.showrooms-page .item .info form .jq-selectbox .jq-selectbox__dropdown {
    top: 100%;
    left: 0;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    width: 100% !important;
    margin-top: 10px;
    z-index: 4;
    background: #fff;
    overflow: hidden;
}

.showrooms-page .item .info form .jq-selectbox .jq-selectbox__dropdown ul li {
    padding: 0 16px;
}

.showrooms-page .item .info form .jq-selectbox .jq-selectbox__dropdown ul li:hover {
    background: rgba(1, 1, 1, 0.05);
}

.showrooms-page .item .info form .col {
    width: 48%;
}

.showrooms-page .item .info form input[type='text'] {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    font-size: 13px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    margin-bottom: 24px;
}

.showrooms-page .item .info form input[type='text'].date {
    background: url('/local/templates/ampm/img/date.svg') no-repeat right 16px top 50%;
}

.showrooms-page .item .info form button {
    width: 100%
}

.showrooms-page .item .info form .buttons-submit button {
    width: 48%
}

.showrooms-page .item .info form button, .showrooms-page .item .info form span#call {
    color: #1D1D1D;
    font-size: 13px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    height: 44px;
    background: #fff;
    border-radius: 10.5px;
    margin: 8px 0;
    border: 1px solid #E4E7EA;
}

.showrooms-page .item .info form span#call {
    display: block;
    text-align: center;
    line-height: 45px;
}

.showrooms-page .item .info form span#call:hover {
    cursor: pointer;
    border: 1px solid #1D1D1D;
}

.showrooms-page .item .info form button:hover, .showrooms-page .item .info form span#call:hover {
    background: #1D1D1D;
    color: #fff;

}

.showrooms-page .item .info form .bottom-text {
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.mobile-menu .catalog2 {
    display: none;
}

.mobile-menu .catalog2 .back-link {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #E4E7EA;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mobile-menu .catalog2 .back-link .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 20px;
}

.mobile-menu .catalog2 ul li a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 44px;
}

.mobile-menu .catalog2 ul li a span {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    line-height: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #D61E3D;
    border: 2px solid #FFFFFF;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}

.type-page nav ul li a span, .footer nav ul li a span, .type-page nav ul li span span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #D61E3D;
    border: 2px solid #FFFFFF;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}

.cabinet-page {
    width: 74%;
}

.cabinet-page h1 {
    font-weight: 400;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 130%;
}

.cabinet-page .profile {
    width: 66%;
    margin-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 40px;
}

.cabinet-page .profile .name {
    margin-bottom: 16px;
}

.cabinet-page .profile .name div {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 130%;
}

.cabinet-page .profile .name div img {
    max-width: 10000px;
    margin-right: 16px;
}

.cabinet-page .profile .name div a {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 150%;
}

.cabinet-page .profile .item {
    width: 48%;
    font-size: 13px;
    line-height: 130%;
}

.cabinet-page .profile .item span {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.cabinet-page .profile .item a {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 150%;
}

.cabinet-page .discount {
    width: 31%;
    margin-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 40px;
}

.cabinet-page .discount .b1 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 130%;
}

.cabinet-page .discount .b2 {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
}

.cabinet-page .discount .progress {
    position: relative;
    height: 8px;
    background: #F1F3F4;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 8px;
}

.cabinet-page .discount .progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #798897;
    border-radius: 12px;
}

.cabinet-page .discount .item {
    width: 30px;
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
    margin-bottom: 13px;
}

.cabinet-page .discount .item.past {
    background: url('/local/templates/ampm/img/check.svg') no-repeat top center;
}

.cabinet-page .discount .item.active {
    color: #000;
    background: url('/local/templates/ampm/img/check2.svg') no-repeat top center;
}

.cabinet-page .orders {
    margin-bottom: 32px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 40px;
}

.cabinet-page .orders .name {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 130%;
}

.cabinet-page .orders .table {
    overflow: hidden;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
}

.cabinet-page .orders .table table {
    width: 100%;
}

.cabinet-page .orders .table table thead {
    background: #F1F3F4;
}

.cabinet-page .orders .table table thead tr td {
    padding: 15px 16px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.cabinet-page .orders .table table tbody tr {
    border-top: 1px solid #E4E7EA;
    cursor: pointer;
    position: relative;
}

.cabinet-page .orders .table table tbody tr:hover {
    background: #F1F3F4;
}

.cabinet-page .orders .table table tbody tr a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: red;
}

.cabinet-page .orders .table table tbody tr td {
    padding: 15px 16px;
    font-size: 13px;
    line-height: 150%;
}

.cabinet-page .orders .table table tbody tr td:first-child span {
    font-size: 13px;
}

.cabinet-page .orders .table table tbody tr td span {
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
}

.cabinet-page .orders .table table tbody tr td .pre {
    display: none;
}

.cabinet-page .subscribe {
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 40px;
    background: url('/local/templates/ampm/img/subscribe.svg') no-repeat bottom 40px right 40px;
}

.cabinet-page .subscribe .name {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 130%;
}

.cabinet-page .subscribe p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
}

.cabinet-page .subscribe label {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
    width: 320px;
    display: block;
}

.cabinet-page .subscribe label span {
    color: red;
    float: right;
}

.cabinet-page .subscribe input[type='text'], .cabinet-page .subscribe input[type='email'] {
    width: 320px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 0 16px;
    font-size: 13px;
}

.cabinet-page .subscribe button {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.35px;
    width: 173px;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
}

.cabinet-page .subscribe .bottom-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 150%;
    color: #9EA3AF;
    max-width: 440px;
}

.cabinet-page .subscribe .bottom-text a {
    color: #9EA3AF;
}

.cabinet-page .subscribe .buttons button {
    background: #fff;
    color: #000;
    font-size: 13px;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 0 32px;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    width: auto;
    vertical-align: middle;
}

.cabinet-page .subscribe .buttons button span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/edit3.svg');
    margin: -4px 4px 0 0;
}

.cabinet-page .order .back-link {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.cabinet-page .order .back-link .fa {
    vertical-align: middle;
    font-size: 24px;
    margin: -2px 10px 0 0;
}

.cabinet-page .order h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    margin: 0;
}

.cabinet-page .order .top-date {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 150%;
}

.cabinet-page .order .list {
    padding-bottom: 28px;
}

.cabinet-page .order .list .item {
    margin-bottom: 4px;
    border: 1px solid #E4E7EA;
    border-radius: 12px;
    padding: 16px;
    position: relative;
}

.cabinet-page .order .list .item .name div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 130%;
}

.cabinet-page .order .list .item .name div img {
    max-width: 10000px;
    margin-right: 24px;
}

.cabinet-page .order .list .item .name div p {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.cabinet-page .order .list .item .name div p span {
    text-transform: none;
    font-size: 12px;
    line-height: 130%;
    color: #9EA3AF;
}

.cabinet-page .order .list .item .price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    text-align: right;
    font-size: 12px;
    line-height: 130%;
}

.cabinet-page .order .list .item .price span {
    display: block;
    font-size: 15px;
    line-height: 150%;
}

.cabinet-page .order .data {
    width: 66%;
    margin-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 40px;
}

.cabinet-page .order .data .name {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
}

.cabinet-page .order .data .item {
    width: 48%;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
}

.cabinet-page .order .data .item.big {
    width: 100%;
}

.cabinet-page .order .data .item.last {
    margin-bottom: 0;
}

.cabinet-page .order .data .item span {
    display: block;
    color: #9EA3AF;
}

.cabinet-page .order .status {
    width: 31%;
    margin-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 40px;
}

.cabinet-page .order .status .name {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
}

.cabinet-page .order .status ul li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
    padding-left: 20px;
    background: url('/local/templates/ampm/img/check2.svg') no-repeat 0 4px;
    position: relative;
}

.cabinet-page .order .status ul li.future {
    opacity: .5;
}

.cabinet-page .order .status ul li:first-child:before {
    display: none;
}

.cabinet-page .order .status ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 19px;
    background: #1D1D1D;
    left: 5px;
    top: -16px;
    opacity: .5;
}

.cabinet-page .order .status a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 150%;
    margin-top: 8px;
}

.cabinet-back-link {
    display: none;
}

.cabinet-back-link a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-bottom: 1px solid #E4E7EA;
    padding: 0 20px;
}

.cabinet-back-link a .fa {
    vertical-align: middle;
    font-size: 24px;
    margin: -2px 10px 0 0;
}

.unsubscribe-block {
    margin: 180px auto;
    text-align: center;
    max-width: 655px;
    padding-top: 164px;
    background: url('/local/templates/ampm/img/unsubscribe-block.svg') no-repeat top center;
}

.unsubscribe-block p {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 130%;
}

.unsubscribe-block a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.unsubscribe-block a .fa {
    vertical-align: middle;
    font-size: 24px;
    margin: -2px 10px 0 0;
}

.popup .window.small2 {
    width: 242px;
    padding: 16px 24px;
}

.popup-discount {
    font-size: 12px;
    line-height: 150%;
}

.popup-discount table {
    width: 100%;
}

.popup-discount table tr td {
    font-size: 12px;
    line-height: 150%;
    padding: 4px 10px 0 0;
}

.popup-discount table tr td:last-child {
    text-align: right;
    padding-right: 0;
}

.popup-change-form .name {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 130%;
    padding-right: 40px;
}

.popup-change-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 130%;
}

.popup-change-form .field {
    position: relative;
    margin-bottom: 24px;
}

.popup-change-form .field input[type='text'],
.popup-change-form .field input[type='password'] {
    width: 100%;
    height: 44px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    padding: 0 16px;
    font-size: 13px;
}

.popup-change-form .field .show-pass {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 16px;
    height: 16px;
    background: url('/local/templates/ampm/img/show-pass.svg');
}

.popup-change-form button {
    width: 100%;
    height: 44px;
    background: #1D1D1D;
    border-radius: 10.5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-size: 13px;
}

.header .catalog,
.header .search-window,
.header .contacts-window,
.header .cart-window {
    z-index: 20;
}

@media (max-width: 1500px) {
    .about-brand-page .top-text div:nth-child(2) {
        font-size: 32px;
    }
}

@media (max-width: 1390px) {
    .about-brand-page .text-block .bottom-text .design {
        font-size: 140px;
    }

    .about-brand-page .design-block .list .item .name {
        top: 40px;
        padding: 0 40px;
    }

    .about-brand-page .design-block .list .item .link {
        bottom: 40px;
        padding: 0 40px;
    }

    .about-brand-page .design-block .list .item .text {
        padding: 0 40px;
    }

    .about-brand-page .design-block .list .item .name .logo {
        right: 40px;
    }

    .about-brand-page .awards-block .pre-text {
        width: 60%;
    }

    .compare-fixed-block .list .item .name div.text .n {
        margin-bottom: 8px;
    }

    .compare-fixed-block .list .item .name {
        margin-bottom: 8px;
    }

    .cabinet-page .profile {
        padding: 24px;
    }

    .cabinet-page .discount {
        padding: 24px;
    }

    .cabinet-page .orders {
        padding: 24px;
    }

    .cabinet-page .subscribe {
        padding: 24px;
    }

    .compare-page .list .item:before {
        height: 360px;
    }
}

@media (max-width: 1199px) {
    .about-brand-page .top-text div:first-child {
        display: none;
    }

    .about-brand-page .top-text div:last-child {
        display: none;
    }

    .about-brand-page .top-text div:nth-child(2) {
        padding: 0;
    }

    .about-brand-page .text-block:before {
        display: none;
    }

    .about-brand-page .text-block {
        background: url('/local/templates/ampm/img/bg5.png') no-repeat left bottom;
        padding-bottom: 100px;
    }

    .about-brand-page .text-block .top-text {
        width: auto;
        margin-bottom: 30px;
        padding: 0;
    }

    .about-brand-page .text-block .middle-text {
        padding: 0;
        margin-bottom: 30px;
    }

    .about-brand-page .text-block .bottom-text p {
        width: auto;
    }

    .about-brand-page .text-block .bottom-text .design {
        font-size: 125px;
    }

    .about-brand-page .design-block .name {
        width: 100%;
    }

    .about-brand-page .design-block p {
        width: 100%;
    }

    .about-brand-page .design-block .list .item .name {
        font-size: 20px;
    }

    .about-brand-page .design-block .list .item .name span {
        font-size: 30px;
    }

    .about-brand-page .design-block .list .item .name .logo {
        top: -10px;
    }

    .about-brand-page .design-block .list .item {
        height: 600px;
    }

    .about-brand-page .awards-block .pre-text {
        width: auto;
    }

    .about-brand-page .geography-block .text {
        width: 60%;
    }

    .about-brand-page .geography-block {
        padding: 100px 0;
    }

    .compare-fixed-block .list .item {
        width: 50%;
    }

    .compare-fixed-block .list .item:last-child {
        display: none;
    }

    .showrooms-page .top-image .text {
        width: 60%;
    }

    .showrooms-page .item .info {
        padding: 40px;
    }

    .showrooms-page .item .info form .content {
        padding: 0 40px;
    }

    .showrooms-page .item .info .map {
        height: 280px;
    }

    .cabinet-page {
        width: 100%;
    }

    .compare-page .list .item:before {
        height: 395px;
    }
}

@media (max-width: 991px) {
    .about-brand-page .text-block .bottom-text .design {
        font-size: 100px;
    }

    .compare-page .list {
        padding-left: 0;
    }

    .compare-page .list .names {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
    }

    .compare-page .list .names .jq-selectbox {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .compare-page .list .names .table {
        display: none;
    }

    .compare-fixed-block .list {
        padding-left: 0;
    }

    .showrooms-page .top-image .text {
        width: 70%;
    }

    .showrooms-page .top-image .navi {
        margin-bottom: 100px;
    }

    .showrooms-page .top-image {
        padding: 32px 0 100px;
    }

    .showrooms-page .top-items .item {
        width: 48%;
    }

    .showrooms-page .item .image {
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }

    .showrooms-page .item .info {
        width: 100%;
    }

    .cabinet-page .order .data {
        padding: 24px;
    }

    .cabinet-page .order .status {
        padding: 24px;
    }

    .compare-page .list .item:before {
        height: 460px;
    }
}

@media (max-width: 767px) {
    .about-brand-page .text-block .top-text {
        font-size: 40px;
    }

    .about-brand-page .text-block .bottom-text p {
        font-size: 40px;
    }

    .about-brand-page .text-block .bottom-text .design {
        font-size: 72px;
    }

    .about-brand-page .design-block .name {
        font-size: 40px;
    }

    .about-brand-page .awards-block .pre-text span {
        font-size: 40px;
    }

    .about-brand-page .geography-block .text {
        width: auto;
    }

    .showrooms-page .top-image .text {
        width: 80%;
    }

    .showrooms-page .item .image {
        height: 300px;
    }

    .cabinet-page .profile {
        width: 100%;
    }

    .cabinet-page .discount {
        width: 100%;
    }

    .cabinet-page .subscribe {
        background: none;
    }

    .cabinet-page .orders .table {
        overflow: auto;
        border: 0;
    }

    .cabinet-page .orders .table table thead {
        display: none;
    }

    .cabinet-page .orders .table table tbody tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8px;
        border: 1px solid #F1F3F4;
        border-radius: 12px;
        padding: 16px 16px 1px 16px;
    }

    .cabinet-page .orders .table table tbody tr td {
        width: 60%;
        margin-bottom: 16px;
        padding: 0;
    }

    .cabinet-page .orders .table table tbody tr td:nth-child(2) {
        order: 1;
        color: #9EA3AF;
    }

    .cabinet-page .orders .table table tbody tr td:nth-child(4) {
        order: 2;
        text-align: right;
        width: 38%;
    }

    .cabinet-page .orders .table table tbody tr td:nth-child(1) {
        order: 3;
        font-size: 16px;
        line-height: 140%;
    }

    .cabinet-page .orders .table table tbody tr td:nth-child(1) span {
        color: #000;
        font-size: 16px;
        line-height: 140%;
    }

    .cabinet-page .orders .table table tbody tr td:nth-child(3) {
        order: 4;
        text-align: right;
        width: 38%;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
    }

    .cabinet-page .orders .table table tbody tr td:nth-child(5) {
        padding-left: 24px;
        background: url('/local/templates/ampm/img/delivery.svg') no-repeat left;
        width: 100%;
        order: 5;
        font-size: 12px;
        line-height: 130%;
        color: #9EA3AF;
    }

    .cabinet-page .orders .table table tbody tr td:nth-child(5).empty {
        display: none;
    }

    .cabinet-page .orders .table table tbody tr td .pre {
        display: inline-block;
    }

    .cabinet-page .orders .table table tbody tr td:nth-child(5) br {
        display: none;
    }

    .cabinet-page .order .flex .data {
        width: 100%;
        order: 1;
    }

    .cabinet-page .order .flex .status {
        width: 100%;
        order: 0;
    }

    .cabinet-page .order .list .item .price {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        text-align: left;
        margin: 16px 0 0 104px;
    }

    .cabinet-page .order .list .item .price span {
        display: inline-block;
        margin-right: 5px;
    }

    .compare-page .list .item:before {
        height: 365px;
    }
}

@media (max-width: 575px) {
    .about-brand-page .image-slider {
        margin-bottom: 8px;
    }

    .about-brand-page .image-slider .item {
        margin: 0 4px;
        width: 283px;
    }

    .about-brand-page .image-slider.mob {
        display: block;
    }

    .about-brand-page .top-text {
        padding-top: 12px;
        margin-bottom: 20px;
    }

    .about-brand-page .image-slider.mb {
        margin-bottom: 8px;
    }

    .about-brand-page .text-block {
        padding: 60px 0 220px;
    }

    .about-brand-page .text-block .top-text {
        font-size: 32px;
        margin-bottom: 0;
    }

    .about-brand-page .text-block .image1 {
        display: block;
        margin: 0 -20px;
    }

    .about-brand-page .text-block .middle-text {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 0;
    }

    .about-brand-page .text-block .image2 {
        display: block;
    }

    .about-brand-page .text-block .bottom-text p {
        text-align: left;
        font-size: 32px;
    }

    .about-brand-page .text-block .bottom-text .design {
        text-align: left;
        font-size: 80px;
        line-height: 120%;
    }

    .about-brand-page .design-block {
        padding: 40px 0;
    }

    .about-brand-page .design-block .name {
        margin-bottom: 24px;
        font-size: 32px;
    }

    .about-brand-page .design-block p {
        padding: 0;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 150%;
    }

    .about-brand-page .design-block .list {
        margin: 0 -20px;
    }

    .about-brand-page .design-block .list .item {
        margin: 0;
        border-radius: 0;
    }

    .about-brand-page .design-block .list .item .link {
        bottom: 64px;
    }

    .about-brand-page .awards-block .pre-text span {
        font-size: 32px;
    }

    .about-brand-page .awards-block .pre-text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 150%;
    }

    .about-brand-page .awards-block .list {
        margin-right: -20px;
        padding-left: 165px;
    }

    .about-brand-page .awards-block .list .names {
        width: 150px;
    }

    .about-brand-page .awards-block .list .names .itm {
        height: 96px;
    }

    .about-brand-page .awards-block .list .names .itm .content div {
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 1.2px;
    }

    .about-brand-page .awards-block .list .names .itm .content div img {
        width: 32px;
        max-width: 32px;
    }

    .about-brand-page .awards-block .list .item .awards table tr td {
        height: 96px;
    }

    .about-brand-page .awards-block .list .item .awards table tr td img {
        height: 64px;
    }

    .about-brand-page .awards-block .list .item {
        margin-right: 8px;
    }

    .about-brand-page .awards-block .list .item .year {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 130%;
    }

    .about-brand-page .awards-block .list .item .year span {
        margin-top: -4px;
    }

    .about-brand-page .geography-block {
        padding: 40px 0 600px;
    }

    .about-brand-page .geography-block .text span {
        font-size: 32px;
    }

    .about-brand-page .geography-block .text {
        font-size: 16px;
    }

    .about-brand-page .geography-block {
        background: #1d1d1d url('/local/templates/ampm/img/geography-block2.png') no-repeat bottom right;
    }

    .compare-page {
        padding: 0 0 20px 0;
    }

    .compare-page .back-link {
        display: block;
    }

    .compare-page h1 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 130%;
    }

    .compare-page .list {
        margin: 0 -20px;
    }

    .compare-page .list .names {
        padding: 0 16px;
    }

    .compare-page .list .item .image {
        margin: 0 16px 16px 16px;
    }

    .compare-page .list .item .art {
        display: none;
    }

    .compare-page .list .item .flex {
        padding: 0 16px;
    }

    .compare-page .list .item .name {
        padding: 0 16px;
        margin-top: 4px;
        margin-bottom: 30px;
    }

    .compare-page .list .item button {
        font-size: 0;
        width: 44px;
        margin-bottom: 10px;
        background: url('/local/templates/ampm/img/cart2.svg') no-repeat center;
    }

    .compare-page .list .item .price {
        margin: 5px 0 0 0;
    }

    .compare-page .list .slick-prev,
    .compare-page .list .slick-next {
        top: 70px;
    }

    .compare-page .list .slick-prev {
        left: 0;
    }

    .compare-page .list .slick-next {
        right: 0;
    }

    .compare-page .list .item table tr td {
        padding: 8px 16px;
        height: 70px;
    }

    .compare-page .list .item table tr td .n {
        display: block;
        font-size: 11px;
        line-height: 130%;
        color: #9EA3AF;
    }

    .compare-fixed-block .wrap {
        padding: 0;
    }

    .compare-fixed-block .list .item {
        padding: 0 16px;
    }

    .compare-fixed-block .list .item .name div {
        display: block;
    }

    .compare-fixed-block .list .item .name div.text {
        padding: 8px 0 0 0;
    }

    .compare-fixed-block .list .item .name {
        margin-bottom: 0;
    }

    .compare-fixed-block .list .item .name div.text .art {
        display: none;
    }

    .compare-fixed-block .list .item .name div.text .n {
        margin-bottom: 4px;
        font-size: 13px;
    }

    .compare-fixed-block .list .item .name div.text .price {
        font-size: 13px;
    }

    .compare-fixed-block .list .item button {
        display: none;
    }

    .compare-page .bottom-link button {
        width: 100%;
    }

    .compare-page .bottom-link {
        padding-top: 12px;
    }

    .compare-page .no-items {
        padding: 285px 0 265px;
    }

    .compare-page .no-items p {
        margin-bottom: 36px;
        font-size: 22px;
        line-height: 130%;
    }

    .showrooms-page .top-image {
        padding: 40px 0 427px;
        text-align: center;
        background: url('/local/templates/ampm/img/showrooms-page2.png') center / cover;
        margin-bottom: 20px;
    }

    .showrooms-page .top-image .navi {
        display: none;
    }

    .showrooms-page .top-image .text {
        width: auto;
        font-size: 16px;
    }

    .showrooms-page .top-image .text h1 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 130%;
    }

    .showrooms-page .top-items .item {
        padding: 16px;
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 8px;
    }

    .showrooms-page .top-items .item img {
        width: 24px;
        margin-bottom: 64px;
    }

    .showrooms-page .top-items .item span {
        margin-bottom: 4px;
        font-size: 14px;
    }

    .showrooms-page .top-items {
        padding: 0 20px 12px 20px;
    }

    .showrooms-page .nop {
        padding: 0;
    }

    .showrooms-page .item .image .contacts {
        display: block;
        z-index: 3;
    }

    .showrooms-page .item .image {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        height: 600px;
        margin-bottom: 0;
    }

    .showrooms-page .item .image:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }

    .showrooms-page .item {
        margin-bottom: 0;
    }

    .showrooms-page .item .info {
        background: none;
        padding: 16px 20px 20px 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .showrooms-page .item .info .city {
        display: none;
    }

    .showrooms-page .item .info .adress {
        display: none;
    }

    .showrooms-page .item .info .hours {
        display: none;
    }

    .showrooms-page .item .info .phone {
        display: none;
    }

    .showrooms-page .item .info .buttons button {
        width: 100% !important;
        margin-bottom: 0;
    }

    .showrooms-page .item .info .buttons button.b1 {
        border: 1px solid #E4E7EA;
    }

    .showrooms-page .item .info .buttons button.b2 {
        margin-top: 8px;
        border: 1px solid #E4E7EA;
    }

    .showrooms-page .item .info .buttons {
        width: 100%;
        order: 1;
        margin: 16px 0 0 0;
        padding: 0;
    }

    .showrooms-page .item .info .map {
        width: 100%;
        order: 0;
        margin: 0;
    }

    .showrooms-page .item .info form {
        position: absolute;
        left: 50%;
        top: 20%;
        transform: translate(-50%, -50%);
        position: fixed;
        width: 92%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        z-index: 35;
        background: #fff;
    }

    .showrooms-page .item .info form .content {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        width: auto;
        padding: 20px;
    }

    .showrooms-page .item .info form .contacts {
        display: block;
        margin: 0 0 -20px 0;
        padding: 20px 20px 0 20px;
    }

    .showrooms-page .item .info form .contacts * {
        display: block;
    }

    .showrooms-page .item .info form .contacts .phone {
        color: #000;
    }

    .showrooms-page .item .info form .col.big {
        width: 100%;
    }

    .showrooms-page .item .info form .jq-selectbox {
        margin-bottom: 16px;
    }

    .showrooms-page .item .info form input[type='text'] {
        margin-bottom: 16px;
    }

    .formbg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.5);
        z-index: 30;
        display: none;
    }

    .formbg.opened {
        display: block;
    }

    .showrooms-page .item .info .city.pad .three-d {
        display: none;
    }

    .cabinet-back-link {
        display: block;
    }

    .cabinet-page h1 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 130%;
    }

    .cabinet-page .profile {
        padding: 16px;
    }

    .cabinet-page .discount {
        padding: 16px;
    }

    .cabinet-page .orders {
        padding: 16px;
    }

    .cabinet-page .subscribe {
        padding: 16px;
    }

    .cabinet-page .profile .name div {
        font-size: 16px;
    }

    .cabinet-page .profile .item {
        width: 100%;
        margin-bottom: 24px;
        position: relative;
    }

    .cabinet-page .profile .item:last-child {
        margin-bottom: 0;
    }

    .cabinet-page .profile :not(.name) .item a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        font-size: 0;
        width: 44px;
        height: 44px;
        margin: 0;
        background: url('/local/templates/ampm/img/edit2.svg');
    }

    .cabinet-page .discount .b1 {
        padding-top: 8px;
    }

    .cabinet-page .orders .name {
        padding-top: 8px;
        margin-bottom: 8px;
    }

    .cabinet-page .subscribe .name {
        padding-top: 8px;
        margin-bottom: 8px;
    }

    .cabinet-page .subscribe p {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .cabinet-page .subscribe label {
        width: auto;
    }

    .cabinet-page .subscribe input[type='text'] {
        width: 100%;
        margin-bottom: 4px;
    }

    .cabinet-page .subscribe button {
        width: 100%;
    }

    .unsubscribe-block {
        margin: 166px auto;
    }

    .unsubscribe-block p {
        margin-bottom: 40px;
        font-size: 22px;
        line-height: 130%;
    }

    .cabinet-page .order h1 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 130%;
    }

    .cabinet-page .order .top-date {
        margin-bottom: 20px;
    }

    .cabinet-page .order .list .item .name div p span {
        display: none;
    }

    .cabinet-page .order .list .item .name div img {
        width: 64px;
        max-width: 64px;
        margin-right: 16px;
    }

    .cabinet-page .order .list .item .price {
        margin-left: 80px;
    }

    .cabinet-page .order .list {
        padding-bottom: 16px;
    }

    .cabinet-page .order .flex .status {
        padding: 16px;
        margin-bottom: 8px;
    }

    .cabinet-page .order .status .name {
        font-size: 16px;
    }

    .cabinet-page .order .flex .data {
        padding: 16px;
    }

    .cabinet-page .order .flex .data .name {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .cabinet-page .order .data .item {
        width: 100%;
        font-size: 13px;
        line-height: 130%;
    }

    .cabinet-page .order .data .item span {
        margin-bottom: 4px;
    }

    .popup-change-form .name {
        margin-bottom: 24px;
    }

    .compare-page .list .item .button {
        display: block;
    }

    .compare-page .list .item:before {
        height: 100%;
    }
}

@media (max-width: 400px) {
    .about-brand-page .text-block .bottom-text .design {
        font-size: 70px;
    }

    .about-brand-page .design-block .list .item .link {
        padding: 0 20px;
    }

    .about-brand-page .design-block .list .item .text {
        padding: 0 20px;
        font-size: 12px;
        line-height: 130%;
    }

    .about-brand-page .design-block .list .item .name {
        padding: 0 20px;
    }

    .about-brand-page .design-block .list .item .name span {
        font-size: 24px;
    }

    .about-brand-page .awards-block .list {
        zoom: .9;
    }

    .compare-page .no-items {
        padding: 180px 0;
    }

    .showrooms-page .item .info form {
        width: 98%;
    }

    .showrooms-page .item .info form .jq-selectbox {
        margin-bottom: 12px;
    }

    .showrooms-page .item .info form input[type='text'] {
        margin-bottom: 12px;
    }

    .cabinet-page .subscribe .buttons button {
        width: 100%;
        margin: 4px 0 0 0;
    }
}

.catalog-page .list .links div img,
.catalog-page .list .links .div img {
    border-radius: 0px;
    display: inline-block;
}

.catalog-page .list .links div.compare_to img:nth-child(2),
.catalog-page .list .links .div.compare_to img:nth-child(2) {
    display: none;
}

.catalog-page .list .links div.checked img:nth-child(1),
.catalog-page .list .links .div.checked img:nth-child(1) {
    display: none;
}

.catalog-page .list .links div img,
.catalog-page .list .links .div img {
    border-radius: 0px;
}

.catalog-page .list .links div.fav_to img:nth-child(2),
.catalog-page .list .links .div.fav_to img:nth-child(2) {
    display: none;
}

.catalog-page .list .links div.fav_fill img:nth-child(1),
.catalog-page .list .links .div.fav_fill img:nth-child(1) {
    display: none;
}

.catalog-page .list .links div.fav_fill img:nth-child(3),
.catalog-page .list .links .div.fav_fill img:nth-child(3) {
    display: none;
}

.other-items-block .list .links div img,
.other-items-block .list .links .div img {
    border-radius: 0px;
}

.other-items-block .list .links div.compare_to img:nth-child(2),
.other-items-block .list .links .div.compare_to img:nth-child(2) {
    display: none;
}

.other-items-block .list .links div.checked img:nth-child(1),
.other-items-block .list .links .div.checked img:nth-child(1) {
    display: none;
}

.other-items-block .list .links div img,
.other-items-block .list .links .div img {
    border-radius: 0px;
}

.other-items-block .list .links div.fav_to img:nth-child(2),
.other-items-block .list .links .div.fav_to img:nth-child(2) {
    display: none;
}

.other-items-block .list .links div.fav_fill img:nth-child(1),
.other-items-block .list .links .div.fav_fill img:nth-child(1) {
    display: none;
}

.item-page .info .content .button a.compare_to img:nth-child(2),
.item-page .info .content .button .a.compare_to img:nth-child(2) {
    display: none;
}

.item-page .info .content .button a.checked,
.item-page .info .content .button .a.checked {
    background-color: #1D1D1D;
    border: 1px solid #1D1D1D;
}

.item-page .info .content .button a.checked img:nth-child(1),
.item-page .info .content .button .a.checked img:nth-child(1) {
    display: none;
}

.incart-top-block .links a.compare_to img:nth-child(2),
.incart-top-block .links .a.compare_to img:nth-child(2) {
    display: none;
}

.incart-top-block .links a.checked,
.incart-top-block .links .a.checked {
    background-color: #1D1D1D;
    border: 1px solid #1D1D1D;
}

.incart-top-block .links a.checked img:nth-child(1),
.incart-top-block .links .a.checked img:nth-child(1) {
    display: none;
}

.item-page .info .content .button a.fav_to img:nth-child(2),
.item-page .info .content .button .a.fav_to img:nth-child(2) {
    display: none;
}

.item-page .info .content .button a.fav_fill img:nth-child(1),
.item-page .info .content .button .a.fav_fill img:nth-child(1) {
    display: none;
}

.incart-top-block .links a.fav_to img:nth-child(2),
.incart-top-block .links .a.fav_to img:nth-child(2) {
    display: none;
}

.incart-top-block .links a.fav_fill img:nth-child(1),
.incart-top-block .links .a.fav_fill img:nth-child(1) {
    display: none;
}

.sel.selected {
    color: #9EA3AF;
}

.showrooms-page .item .info .map.hides {
    opacity: 0;
}

.bottom-link--discounted {
    margin-bottom: 1em;
    margin-top: 1em;
}
/* End */


/* Start:/local/templates/ampm/slick.css?17592670711708*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/ampm/das_slider.css?1711526705780*/
.hvr {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.hvr__images {
    position: relative;
}
.hvr__images div img:first-child {
    display: block;
}
.hvr__images div {
    display: flex;
    overflow: hidden;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.hvr__sector {
    flex-grow: 1;
}
.hvr__dots {
    position: absolute;
    margin-bottom: 5px;
    white-space: nowrap;
}

.hvr__dot {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.hvr__dot--active {
    opacity: 1;
}
/* End */


/* Start:/local/templates/ampm/jquery.formstyler.css?16527832102175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/ampm/preloader/custom_preloader.css?17592670717396*/
/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
    display: none;
    background: #000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.windows8 {
    /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
    position: absolute;
    width: 47px;
    height: 47px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.windows8 #wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* AJAX CUSTOM PRELOADER END */
/* End */
/* /local/templates/ampm/components/bitrix/menu/catalog_mobile/style.css?167775875770 */
/* /local/templates/ampm/components/bitrix/news.list/slider_inner_catalog/style.css?1670918896207 */
/* /local/templates/ampm/components/bitrix/sale.basket.basket.line/top/style.css?16527832104470 */
/* /local/templates/ampm/components/bitrix/search.title/top/style.css?16871646855204 */
/* /local/templates/ampm/components/bitrix/menu/catalog/style.css?167775875785 */
/* /local/templates/ampm/components/bitrix/sender.subscribe/main/style.css?16527832104802 */
/* /local/templates/ampm/components/bitrix/news.list/informer/style.css?1652783210150 */
/* /local/templates/ampm/style.css?1763118410256151 */
/* /local/templates/ampm/new.css?176311841073266 */
/* /local/templates/ampm/slick.css?17592670711708 */
/* /local/templates/ampm/das_slider.css?1711526705780 */
/* /local/templates/ampm/jquery.formstyler.css?16527832102175 */
/* /local/templates/ampm/preloader/custom_preloader.css?17592670717396 */
