

/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/.default/style.css?16902854664749*/
.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; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.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/anwell-dealer/../.default/assets/css/lightcase.min.css?16902854668660*/
@font-face{font-family:lightcase;src:url(/local/templates/anwell-dealer/../.default/assets/css/../fonts/lightcase.eot?55356177);src:url(/local/templates/anwell-dealer/../.default/assets/css/../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),url(/local/templates/anwell-dealer/../.default/assets/css/../fonts/lightcase.woff?55356177) format("woff"),url(/local/templates/anwell-dealer/../.default/assets/css/../fonts/lightcase.ttf?55356177) format("truetype"),url(/local/templates/anwell-dealer/../.default/assets/css/../fonts/lightcase.svg?55356177#lightcase) format("svg");font-weight:400;font-style:normal}[class*=lightcase-icon-]:before{font-family:lightcase,sans-serif;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}.lightcase-icon-play:before{content:'\e800'}.lightcase-icon-pause:before{content:'\e801'}.lightcase-icon-close:before{content:'\e802'}.lightcase-icon-prev:before{content:'\e803'}.lightcase-icon-next:before{content:'\e804'}.lightcase-icon-spin:before{content:'\e805'}@-webkit-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes lightcase-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}#lightcase-case{display:none;position:fixed;z-index:2002;top:50%;left:50%;font-family:arial,sans-serif;font-size:13px;line-height:1.5;text-align:left;text-shadow:0 0 10px rgba(0,0,0,.5)}html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content{-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner{-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}html[data-lc-type=image] #lightcase-content .lightcase-contentInner{position:relative;overflow:hidden!important}#lightcase-case p.lightcase-error{margin:0;font-size:17px;text-align:center;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#aaa}.lightcase-open body{overflow:hidden}.lightcase-isMobileDevice .lightcase-open body{max-width:100%;max-height:100%}#lightcase-info{position:absolute;padding-top:15px}#lightcase-info #lightcase-caption,#lightcase-info #lightcase-title{margin:0;padding:0;line-height:1.5;font-weight:400;-o-text-overflow:ellipsis;text-overflow:ellipsis}#lightcase-info #lightcase-title{font-size:17px;color:#aaa}#lightcase-info #lightcase-caption{clear:both;font-size:13px;color:#aaa}#lightcase-info #lightcase-sequenceInfo{font-size:11px;color:#aaa}#lightcase-loading{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;position:fixed;z-index:2001;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;opacity:1;font-size:32px;text-shadow:0 0 15px #fff;-moz-transform-origin:50% 53%;-webkit-animation:lightcase-spin .5s infinite linear;animation:lightcase-spin .5s infinite linear}#lightcase-loading,#lightcase-loading:focus{text-decoration:none;color:#fff;-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}#lightcase-loading>span{display:inline-block;text-indent:-9999px}a[class*=lightcase-icon-]{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;outline:0;cursor:pointer}a[class*=lightcase-icon-],a[class*=lightcase-icon-]:focus{text-decoration:none;color:rgba(255,255,255,.6);-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}a[class*=lightcase-icon-]>span{display:inline-block;text-indent:-9999px}a[class*=lightcase-icon-]:hover{color:#fff;text-shadow:0 0 15px #fff}.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover{color:#aaa;text-shadow:none}a[class*=lightcase-icon-].lightcase-icon-close{position:fixed;top:15px;right:15px;bottom:auto;margin:0;opacity:0;outline:0}a[class*=lightcase-icon-].lightcase-icon-prev{left:15px}a[class*=lightcase-icon-].lightcase-icon-next{right:15px}a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{left:50%;margin-left:-.5em}#lightcase-overlay{display:none;width:100%;min-height:100%;position:fixed;z-index:2000;top:-9999px;bottom:-9999px;left:0;background:#000}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content{position:relative;z-index:1;text-shadow:none;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.5);-o-box-shadow:0 0 30px rgba(0,0,0,.5);box-shadow:0 0 30px rgba(0,0,0,.5);-webkit-backface-visibility:hidden}html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content{background-color:#333}html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{padding:30px;overflow:auto;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#333}#lightcase-case p.lightcase-error{padding:0}a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{opacity:0}a[class*=lightcase-icon-]{bottom:50%;margin-bottom:-.5em}#lightcase-case:hover~a[class*=lightcase-icon-],a[class*=lightcase-icon-]:hover{opacity:1}}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-case,html[data-lc-type=inline] #lightcase-case{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;padding:55px 0 70px 0;width:100%!important;height:100%!important;overflow:auto!important}html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner{padding:15px}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*{width:100%!important;max-width:none!important}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe){height:auto!important;max-height:none!important}html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe{overflow:auto;-webkit-overflow-scrolling:touch}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#aaa}#lightcase-case p.lightcase-error{padding:30px 0}#lightcase-info #lightcase-title{position:fixed;top:10px;left:0;max-width:87.5%;padding:5px 15px;background:#000}.lightcase-fullScreenMode #lightcase-info{padding-left:15px;padding-right:15px}html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info{position:static}a[class*=lightcase-icon-]{bottom:15px;font-size:24px}#lightcase-overlay{opacity:1!important}}@media screen and (max-width:640px) and (min-width:641px){html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner{line-height:.75}}
/* End */


/* Start:/local/templates/anwell-dealer/../.default/assets/css/style.min.css?169028546669208*/
@charset "UTF-8";body,html{height:100%;margin:0;padding:0}body{background:#fff;color:#665958;font-family:Nunito,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:18px;overflow-x:hidden;max-width:100%}body.no-scroll{overflow-y:hidden}h1,h2,h3,h4,h5,h6{font-weight:500}h1{font-size:32px;line-height:34px;margin:15px 0;color:#433433}h2{font-size:28px;line-height:32px;margin:15px 0}h3{font-size:18px;line-height:22px}p{margin:0}p+p{margin-top:15px}img{border:none;max-width:100%;height:auto}img[align=left]{margin-right:20px}img[align=right]{margin-left:20px}button,input,radio,select,textarea{font-family:Nunito;font-weight:500;font-size:14px;color:#665958}button,input[type=submit]{cursor:pointer}button:hover,input[type=submit]:hover{text-decoration:none;opacity:.8}b,strong{font-weight:500}a{color:#665958}a:hover{text-decoration:none;opacity:.8}*{-webkit-box-sizing:border-box;box-sizing:border-box;outline:0}table{border-collapse:collapse}table p{margin:0}table td,table th{padding:5px 10px}.container{width:100%;max-width:1150px;padding:0 20px;margin:0 auto}.container-600{width:100%;max-width:600px;margin:0 auto}.mt110{margin-top:110px}.pt110{padding-top:110px}.mt30{margin-top:30px}.mt50{margin-top:50px}.sub-title{margin-top:45px}.title-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title-block h1,.title-block h2{font-weight:400;font-size:32px;line-height:34px;margin:0;color:#433433}.title-block.page h1{margin:45px 0}.title-block .count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;padding:0 15px;background:#fff;border:1px solid #eae8e8;margin-left:10px;border-radius:15px}.sub-title~.title-block.page h1{margin-top:5px}.gex{height:28px;background-color:#eae8e8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:2;padding:2px 1px}.gex div{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 5px;position:relative;font-size:12px;line-height:16px}.gex div:before{content:'';display:block;height:17px;width:17px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:3.5px;left:-8.5px;z-index:-1}.gex div:after{content:'';display:block;height:17px;width:17px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:3.5px;right:-8.5px;z-index:-1}.gex.white div{background-color:#fff}.gex.white div:after,.gex.white div:before{background-color:#fff}.gex.grey div{background-color:#fcfcfc}.gex.grey div:after,.gex.grey div:before{background-color:#fcfcfc}.gex:before{content:'';display:block;height:19.5px;width:19.5px;background-color:#eae8e8;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:4px;left:-10px;z-index:-2}.gex:after{content:'';display:block;height:19.5px;width:19.5px;background-color:#eae8e8;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:4px;right:-10px;z-index:-2}.all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:64px;border:1px solid #ffa931;border-radius:2px;font-weight:400;font-size:16px;line-height:18px;color:#ffa931;margin-top:32px;text-decoration:none}.grey-block{max-width:1320px;margin-left:auto;margin-right:auto;background:#fcfcfc;border-radius:4px}.grey-block.about-white{background:#fff}.form .res{color:#ad0000;margin-bottom:30px}.form .res:empty{margin:0}.form .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form .row .form-element{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(50% - 15px)}.form .row .form-element label{font-weight:400;font-size:14px;line-height:18px;color:#665958;display:block;margin-bottom:8px}.form .row .form-element .error{color:#ad0000;display:none;font-size:13px}.form .row .form-element .error.show{display:block}.form .row .form-element input[type=text]{background:#fff;border:1px solid #eae8e8;border-radius:4px;padding:0 15px;height:42px;width:100%}.form .row+.row{margin-top:30px}.form .row.row-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form .row.row-button .form-element{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:calc(100% - 185px)}.form .row.row-button .form-element.element-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:154px;margin-left:30px}.form .row.row-button .form-element.element-button button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:42px;background:#ffa931;border-radius:4px;color:#fff;border:none}.top{border-bottom:1px solid #eae8e8;padding:9px 0}.top .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.top .container .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.top .container .social li+li{margin-left:12px}.top .container .social li a{display:block}.top .container .social li img{vertical-align:top}.top .container .contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:12px;line-height:16px}.top .container .contacts .address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top .container .contacts .address img{margin-right:10px;margin-top:-2px}.top .container .contacts .phone{margin-left:16px}.top .container .contacts .phone a{text-decoration:none}.header{padding:16px 0}.header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header .container .logo a{display:block}.header .container .logo a img{vertical-align:top}.header .container .catalog-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 430px);flex:0 0 calc(100% - 430px)}.header .container .catalog-search .catalog-link{-webkit-box-flex:0;-ms-flex:0 0 132px;flex:0 0 132px;height:46px;background:#ffa931;border-radius:4px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none}.header .container .catalog-search .catalog-link img{vertical-align:top;margin-right:10px;margin-top:-2px}.header .container .catalog-search .search-block{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:24px;border:1px solid #eae8e8;border-radius:4px;padding:3px}.header .container .catalog-search .search-block .search{display:-webkit-box;display:-ms-flexbox;display:flex;height:38px}.header .container .catalog-search .search-block .search input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;border:none;padding:0 15px}.header .container .catalog-search .search-block .search button{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4a4948;border-radius:4px;border:none}.header .container .links{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .container .links li+li{margin-left:33px}.header .container .links li.mobile-link{display:none}.header .container .links li.blog-link img{margin-right:10px}.header .container .links li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;text-decoration:none}.header .container .links li a span{position:absolute;line-height:14px;background:#ffa931;font-size:9px;font-weight:500;padding:0 5px;border-radius:7px;color:#fff;top:-3px;right:-5px}.header .container .links li a.openmenu .close{display:none}.header .container .links li a.openmenu .open{display:block}.header .container .links li a.openmenu.open .close{display:block}.header .container .links li a.openmenu.open .open{display:none}.mobilemenu{display:none;position:fixed;top:100px;left:0;width:100%;height:calc(100vh - 100px);background-color:#fff;z-index:8;border-top:1px solid #eae8e8;overflow-y:auto;padding-bottom:60px}.mobilemenu ul.menu{margin:0;padding:0;list-style:none}.mobilemenu ul.menu li{border-bottom:1px solid #eae8e8}.mobilemenu ul.menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-decoration:none;height:50px;padding:0 28px}.mobilemenu ul.menu li a img{vertical-align:top;width:18px}.mobilemenu .phones{margin-top:56px;padding:0 28px}.mobilemenu .phones div{margin-top:8px;font-size:16px;line-height:20px}.mobilemenu .phones div a{text-decoration:none}.mobilemenu .mail{margin-top:25px;padding:0 28px}.mobilemenu .mail a{font-size:14px;line-height:18px;text-decoration:none;border-bottom:1px solid rgba(102,89,88,.21)}.mobilemenu .social{margin:24px 0 0;padding:0 28px;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobilemenu .social li+li{margin-left:16px}.mobilemenu .social li img{width:32px}.mobilemenu .address{margin:25px 0;padding:0 28px}.mobilesearch{display:none;position:fixed;top:100px;left:0;width:100%;background-color:#fff;z-index:8;border-top:1px solid #eae8e8;padding:28px}.mobilesearch .title{font-size:14px;line-height:18px;margin-bottom:8px}.mobilesearch .search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobilesearch .search .input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;border:1px solid #eae8e8;border-radius:4px;padding:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobilesearch .search .input input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-right:5px;border:none}.mobilesearch .search .input button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:36px;height:26px;border:none;background:#4a4948;border-radius:4px;padding-top:3px}.mobilesearch .search .input button img{width:20px}.mobilesearch .search .close-search{font-size:13px;line-height:16px;text-decoration:none;margin-left:13px}.overlay-search-menu{display:none;background:rgba(244,244,244,.89);position:fixed;top:100px;left:0;width:100%;height:calc(100vh - 100px);z-index:7}.overlay-search-menu.open{display:block}.block-categories{margin:0 15px 15px;background:rgba(217,207,202,.1);border-radius:12px;height:62px;padding:20px 0}.block-categories ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#433838;line-height:22px;white-space:nowrap}.block-categories ul li.deliter{margin:0 38px}.block-categories ul li.all-link{margin-left:38px}.block-categories ul li.categories{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;overflow:hidden;width:calc(100% - 293px)}.block-categories ul li.categories ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.block-categories ul li.categories ul li+li{margin-left:38px}.block-categories ul a{text-decoration:none;color:#665958}.block-categories ul a.more{color:rgba(102,89,88,.8);position:relative}.block-categories ul a.more:after{content:'';width:100%;height:1px;background-color:rgba(74,73,72,.21);position:absolute;bottom:0;left:0}.block-categories ul span{display:-webkit-box;display:-ms-flexbox;display:flex;width:22px;height:1px;background-color:#b3adad}.slider{position:relative;overflow-x:hidden}.slider a:hover{opacity:1}.slider li{text-align:center}.slider li a{display:block}.slider li img{vertical-align:top;display:none;margin:0 auto}.slider li img.image-1920{display:block}.slider .slider-actions{position:absolute;bottom:40px;right:50%;margin-right:-555px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.slider .slider-actions .count{color:#fff;font-weight:500;font-size:16px;line-height:20px}.slider .slider-actions .count span{margin:0 8px}.slider .slider-actions .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:40px}.slider .slider-actions .buttons a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:88px;width:88px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;background-color:#fff}.slider .slider-actions .buttons a img{vertical-align:top}.slider .slider-actions .buttons a:hover img{opacity:.5}.slider ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.slider ul li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}ul.products{margin:0 0 0 -30px;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.products.other-products-ul,ul.products.products-ul{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0}ul.products.other-products-ul li,ul.products.products-ul li{width:auto;margin:0}ul.products li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.333% - 30px);margin-top:30px;margin-left:30px;background:#fff;border:1px solid rgba(132,118,117,.17);border-radius:4px;position:relative}ul.products li a{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%}ul.products li a:hover{opacity:1}ul.products li .image{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:235px;border-radius:4px 4px 0 0;overflow:hidden}ul.products li .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;vertical-align:top}ul.products li .image .material{position:absolute;top:24px;left:35px}ul.products li .image .labels{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;bottom:16px;left:16px}ul.products li .image .labels div{margin-bottom:8px;margin-left:8px;background:#fbfafa;border:1px solid #eae8e8;border-radius:4px;height:24px;padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:12px;line-height:16px;color:#665958}ul.products li .middle{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}ul.products li .middle .title{font-weight:400;font-size:24px;line-height:26px;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}ul.products li .middle .price-block{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex}ul.products li .middle .price-block>div+div{margin-left:30px}ul.products li .middle .price-block .count{font-weight:400;font-size:12px;line-height:16px}ul.products li .middle .price-block .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}ul.products li .middle .price-block .price .current{font-weight:400;font-size:18px;line-height:22px}ul.products li .middle .price-block .price .current.opt{font-size:14px;line-height:18px;margin-top:4px}ul.products li .middle .price-block .price .old{font-weight:400;font-size:12px;line-height:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#b3b3b5;margin-bottom:2px;margin-left:10px}ul.products li .size-buy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.products li .sizes{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;border-top:1px solid rgba(132,118,117,.17);padding:17px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}ul.products li .sizes div{font-weight:400;font-size:12px;line-height:16px;color:#665958;padding:0 12px;height:36px;border:1px solid #eae8e8;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}ul.products li .sizes div+div{margin-left:3px}ul.products li .sizes div.hide{display:none}ul.products li .sizes .more{font-weight:400;font-size:15px;line-height:16px;color:#665958;padding:0 10px;height:36px;border:1px solid #eae8e8;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;position:absolute;top:16px;right:24px;cursor:help;z-index:2}ul.products li .sizes .more:hover .tooltip{display:-webkit-box;display:-ms-flexbox;display:flex}ul.products li .sizes .more .tooltip{display:none;background-color:#fff;position:absolute;bottom:calc(50% + 10px);left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.05);box-shadow:0 4px 12px rgba(0,0,0,.05)}ul.products li .sizes .more .tooltip:before{content:'';width:10px;height:10px;background-color:#eae8e8;-webkit-transform:rotate(45deg) translateX(calc(-50% - 2px));-ms-transform:rotate(45deg) translateX(calc(-50% - 2px));transform:rotate(45deg) translateX(calc(-50% - 2px));position:absolute;bottom:-10px;left:50%}ul.products li .sizes .more .tooltip:after{content:'';width:10px;height:10px;background-color:#fff;-webkit-transform:rotate(45deg) translateX(calc(-50% - 2px));-ms-transform:rotate(45deg) translateX(calc(-50% - 2px));transform:rotate(45deg) translateX(calc(-50% - 2px));position:absolute;bottom:-9px;left:50%}.buy{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 24px 17px;height:59px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buy.no{height:45px}.buy button{border:none}.buy .buy-button{width:150px;height:42px;background:#ffa931;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;color:#fff}.buy .buy-count{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buy .buy-count button{width:36px;height:36px;background:#fff;border:1px solid #efeded;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;font-size:18px}.buy .buy-count .count-in-cart{text-align:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:45px;font-weight:400;font-size:18px;line-height:22px;color:#433838}.buy.in-cart .buy-count{display:-webkit-box;display:-ms-flexbox;display:flex}.buy.in-cart .buy-button{display:none}.buy .not-for-buy{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;margin-left:24px}.cart-block{border:1px solid #eae8e8;border-radius:4px;padding:40px}.cart-block+.cart-block{margin-top:40px}.cart-block .cart-title{font-size:24px;line-height:26px;color:#433838}.cart-block .cart-desc{max-width:540px;font-size:14px;line-height:18px;margin-top:16px}.cart-block ul{margin:0;padding:0;list-style:none}.cart-block ul:first-child>li:first-child{margin-top:0;padding-top:0;border-top:none}.cart-block ul li{border-top:1px solid #eae8e8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:24px;padding-top:24px}.cart-block ul li.cart-all{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart-block ul li.cart-all .desc{margin-left:0;font-size:18px;line-height:22px}.cart-block ul li.cart-all .count{font-size:18px;line-height:22px}.cart-block ul li.cart-all .price .current{font-size:24px;line-height:26px;margin:2px 0}.cart-block ul li.no .price .current{color:rgba(67,56,56,.4)}.cart-block ul li .cart-bottom,.cart-block ul li .cart-top{display:-webkit-box;display:-ms-flexbox;display:flex}.cart-block ul li .cart-bottom{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:410px}.cart-block ul li .image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:150px}.cart-block ul li .image img{border-radius:4px;vertical-align:top}.cart-block ul li .desc{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:24px}.cart-block ul li .desc .title{font-size:18px;line-height:22px;color:#433838}.cart-block ul li .desc .params{padding:13px 0 0;margin:-3px 0 0 -3px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.cart-block ul li .desc .params div{font-weight:400;font-size:12px;line-height:16px;color:#665958;padding:0 12px;height:36px;border:1px solid #eae8e8;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;margin-left:3px;margin-top:3px}.cart-block ul li .desc .in-wishlist{display:inline-block;margin-top:13px;font-size:12px;line-height:16px;color:#ffa931;text-decoration:none;border-bottom:1px solid rgba(255,169,49,.21)}.cart-block ul li .desc .in-wishlist:hover{border-color:transparent}.cart-block ul li .count{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:210px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cart-block ul li .count div{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}.cart-block ul li .count div .count-in-cart{text-align:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:45px;font-weight:400;font-size:18px;line-height:22px;color:#433838;border:none}.cart-block ul li .count div .button{width:36px;height:36px;background:#fff;border:1px solid #efeded;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;font-size:18px;cursor:pointer}.cart-block ul li .count .count-buy{margin-top:8px}.cart-block ul li .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:150px}.cart-block ul li .price .current{font-size:18px;line-height:22px}.cart-block ul li .price .old{font-size:14px;line-height:18px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#b3b3b5}.cart-block ul li .delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:48px;cursor:pointer}.blog-categories{margin-bottom:40px}.blog-categories ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#433838;line-height:22px;white-space:nowrap}.blog-categories ul li.deliter{margin:10px 0 0 38px}.blog-categories ul li.all-link{margin-left:38px}.blog-categories ul li.categories{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:calc(100% - 293px)}.blog-categories ul li.categories ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.blog-categories ul li.categories ul .active a{color:#ffa931}.blog-categories ul li.categories ul li{margin-left:38px}.blog-categories ul a{text-decoration:none;color:#665958}.blog-categories ul a.more{color:rgba(102,89,88,.8);position:relative}.blog-categories ul a.more:after{content:'';width:100%;height:1px;background-color:rgba(74,73,72,.21);position:absolute;bottom:0;left:0}.blog-categories ul span{display:-webkit-box;display:-ms-flexbox;display:flex;width:22px;height:1px;background-color:#b3adad}.blog-list{margin:-30px 0 0 -30px;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-list.blog-ul{margin:0}.blog-list.blog-ul li{margin:0}.blog-list li{margin-left:30px;margin-top:30px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(50% - 30px);background:#fff;border:1px solid rgba(132,118,117,.17);border-radius:4px;overflow:hidden}.blog-list li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;height:100%}.blog-list li .image{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:235px}.blog-list li .image img{vertical-align:top;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-list li .image .gex{position:absolute;top:24px;left:38px}.blog-list li .middle{padding:24px;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.blog-list li .middle .title{font-size:24px;line-height:26px;color:#433838}.blog-list li .middle .desc{margin-top:16px;font-size:14px;line-height:18px;color:#665958}.blog-list li .middle .read{display:inline-block;font-size:14px;line-height:18px;color:rgba(102,89,88,.8);border-bottom:1px solid rgba(74,73,72,.21);margin-top:12px}.blog-list li .info{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:51px;border-top:1px solid rgba(132,118,117,.17);padding:16px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:18px;color:#665958}.product-blog-ul{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0}.product-blog-ul li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0}.product-blog-ul li .image{height:230px}.product-blog-ul li .image img{height:100%;-o-object-fit:cover;object-fit:cover}.blog-wrapper .blog-list{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.blog-wrapper .blog-list li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.info-blog{margin-top:45px;margin-bottom:-35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info-blog .date{margin-left:32px}.blog-image{margin:50px 0;text-align:center}.blog-image img{border-radius:4px;max-height:500px;vertical-align:top}.blog-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.blog-text .keep{width:225px;height:100%;position:sticky;top:20px;color:#433838}.blog-text .keep .title{font-size:14px;line-height:18px}.blog-text .keep ul li{padding:0;font-size:12px;line-height:16px}.blog-text .keep ul li:after{display:none}.blog-text .keep ul li a{text-decoration:none;color:rgba(102,89,88,.64)}.blog-text .keep ul li a:hover{color:#433838}.blog-text .fake{width:225px}.blog-text>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.blog-text h2{font-size:24px;line-height:26px;margin-top:50px}.blog-text h2:first-child{margin-top:0}.blog-text h3{font-size:20px;line-height:22px}.blog-text ul{list-style:none;margin:15px 0;padding:0}.blog-text ul li{padding-left:32px;position:relative}.blog-text ul li:after{content:'';position:absolute;top:1px;left:0;width:16px;height:16px;background:url(/local/templates/anwell-dealer/../.default/assets/css/../images/rhombus.svg) no-repeat}.blog-text ul li+li{margin-top:10px}.blog-text .redaction{margin-top:50px;border-top:1px solid #eae8e8;border-bottom:1px solid #eae8e8;padding:24px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-text .redaction .text{font-size:18px;line-height:22px;padding-right:50px;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%}.blog-text .redaction .about{-webkit-box-flex:0;-ms-flex:0 0 52%;flex:0 0 52%;font-size:14px;line-height:18px;color:#665958}.blog-text .redaction .about a{display:inline-block;margin-top:8px;color:rgba(102,89,88,.8);text-decoration:none;border-bottom:1px solid rgba(74,73,72,.21)}.other-blog{overflow:hidden}.tabs-block .tab-links-wrapper{position:relative;margin:0 0 24px}.tabs-block .tab-links-wrapper .link-change{display:none;color:#ffa931;text-decoration:none}.tabs-block .tab-links-wrapper .tab-links{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.tabs-block .tab-links-wrapper .tab-links li{margin-right:24px}.tabs-block .tab-links-wrapper .tab-links li a{font-weight:400;font-size:14px;line-height:18px;color:#665958;text-decoration:none}.tabs-block .tab-links-wrapper .tab-links li a.active{color:#ffa931}.tabs-block .tabs .tab{overflow:hidden}.tabs-block .tabs .tab.hide{display:none}.personal .container.width{max-width:1320px}.personal .container.width h3{font-size:24px;line-height:26px}.personal .brown{background:#847675;border-radius:1px;margin-top:40px;position:relative}.personal .brown+.brown{margin-top:24px}.personal .brown+.brown:after{display:none}.personal .brown:after{content:'';width:0;height:0;border-top:40px solid #fff;border-left:40px solid transparent;position:absolute;top:-1px;right:-1px}.personal .brown ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.personal .brown ul li{padding:50px;position:relative;-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;color:#fff}.personal .brown ul li+li:after{content:'';height:calc(100% - 150px);width:1px;position:absolute;top:75px;left:0;background-color:rgba(255,255,255,.2)}.personal .brown ul li .title{font-weight:400;font-size:24px;line-height:26px}.personal .brown ul li .description{margin:24px 0 34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.personal .brown ul li .description .images img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:32px}.personal .brown ul li .description .images img+img{margin-left:16px}.personal .brown ul li .description .desc{font-weight:400;line-height:20px}.personal .brown ul li .description .desc .count{font-size:24px}.personal .brown ul li .description .desc .prod{font-size:16px;color:#efefef}.personal .brown ul li .link a{color:rgba(255,255,255,.88);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.21)}.about-block{overflow:hidden}.about-block .about-top{padding:65px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-block .about-top .gex{display:inline-block;position:absolute;top:0;left:15px}.about-block .about-top h2{margin-top:0}.about-block .about-top .text{width:calc(100% - 600px);padding-top:45px;position:relative}.about-block .about-top .text ul{margin:0;padding:0;list-style:none;counter-reset:list-count}.about-block .about-top .text ul li{padding-left:55px;margin-top:32px;position:relative}.about-block .about-top .text ul li b,.about-block .about-top .text ul li strong{font-weight:400;font-size:18px;line-height:22px;color:#433838;display:block;margin-bottom:8px}.about-block .about-top .text ul li:after{counter-increment:list-count;content:counter(list-count) " →";position:absolute;left:0;top:0;background:#fff7ec;border-radius:3px;padding:1px 10px;font-weight:600;font-size:12px;line-height:18px;color:#ffa931}.about-block .about-top .slider{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:445px;margin-left:auto;position:relative;overflow-x:visible}.about-block .about-top .slider:after{content:'';width:533px;height:454px;background:url(/local/templates/anwell-dealer/../.default/assets/css/../images/slider-bg.svg) no-repeat top left/cover;position:absolute;top:-35px;left:-22px;z-index:1}.about-block .about-top .slider .slider-about-wrapper{position:relative;z-index:2;width:717px;overflow-x:hidden}.about-block .about-top .slider .slider-about-wrapper ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:455px}.about-block .about-top .slider .slider-about-wrapper ul li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:4px;overflow:hidden;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:relative}.about-block .about-top .slider .slider-about-wrapper ul li img{vertical-align:top;display:block}.about-block .about-top .slider .slider-about-wrapper ul li .desc{position:absolute;bottom:24px;left:24px;max-width:calc(100% - 48px);background:#fbfafa;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#433838;padding:8px 16px;display:none;z-index:2}.about-block .about-top .slider .slider-about-wrapper ul li.swiper-slide-active{width:424px!important;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.about-block .about-top .slider .slider-about-wrapper ul li.swiper-slide-active .desc{display:block}.about-block .about-top .slider .slider-about-wrapper ul li.swiper-slide-next{width:272px!important;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.about-block .about-top .slider .slider-about-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.about-block .about-top .slider .slider-about-buttons a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;background:#fff;border:1px solid #efeded;border-radius:50%;margin-top:20px}.about-block .about-top .slider .slider-about-buttons a+a{margin-left:8px}.about-block .bottom{background:#fff;border:1px solid #eae8e8;border-radius:12px;height:62px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-block .bottom ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#433838;line-height:22px;white-space:nowrap}.about-block .bottom ul li.deliter{margin:0 38px}.about-block .bottom ul li.all-link{margin-left:38px}.about-block .bottom ul li.categories{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;overflow:hidden;width:calc(100% - 420px)}.about-block .bottom ul li.categories ul{-ms-flex-pack:distribute;justify-content:space-around;width:100%}.about-block .bottom ul li.categories ul li+li{margin-left:38px}.about-block .bottom ul a{text-decoration:none;color:#665958}.about-block .bottom ul a.more{color:rgba(102,89,88,.8);position:relative}.about-block .bottom ul a.more:after{content:'';width:100%;height:1px;background-color:rgba(74,73,72,.21);position:absolute;bottom:0;left:0}.about-block .bottom ul span{display:-webkit-box;display:-ms-flexbox;display:flex;width:22px;height:1px;background-color:#b3adad}.go-dealer{background:#fff;border:1px solid #eae8e8;border-radius:12px;padding:40px 0}.go-dealer .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.go-dealer .container .left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:485px}.go-dealer .container .left h3{margin:0}.go-dealer .container .right a{width:171px;height:42px;background:#ffa931;border-radius:4px;text-decoration:none;font-weight:500;font-size:14px;line-height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}.brown .go-dealer{background:0 0;border:none;color:#fff}.brown .go-dealer .container{padding:0 60px}.map{border:1px solid #eae8e8;border-radius:4px;overflow:hidden;margin-bottom:30px}.blog-contacts{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-contacts .contacts{width:350px}.blog-contacts .requisites{width:calc(100% - 380px);margin-left:30px}.blog-contacts .contacts,.blog-contacts .requisites{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border:1px solid #eae8e8;border-radius:4px;padding:40px}.blog-contacts .contacts .contacts-title,.blog-contacts .requisites .contacts-title{font-size:24px;line-height:26px;color:#433838}.blog-contacts .contacts .info,.blog-contacts .requisites .info{margin-top:20px}.blog-contacts .contacts .info .title,.blog-contacts .requisites .info .title{font-size:12px;line-height:16px;margin-bottom:5px}.blog-contacts .contacts .info .value,.blog-contacts .requisites .info .value{font-size:14px;line-height:18px}.blog-contacts .contacts .info .value div+div,.blog-contacts .requisites .info .value div+div{margin-top:5px}.blog-contacts .contacts .tree,.blog-contacts .contacts .two,.blog-contacts .requisites .tree,.blog-contacts .requisites .two{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-40px;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-contacts .contacts .tree .info,.blog-contacts .contacts .two .info,.blog-contacts .requisites .tree .info,.blog-contacts .requisites .two .info{margin-left:40px}.blog-contacts .contacts .two .info,.blog-contacts .requisites .two .info{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 40px);flex:0 0 calc(50% - 40px)}.blog-contacts .contacts .tree,.blog-contacts .requisites .tree{position:relative;margin-top:24px;padding-top:10px}.blog-contacts .contacts .tree:after,.blog-contacts .requisites .tree:after{content:'';position:absolute;top:0;left:40px;width:calc(100% - 40px);border-top:1px solid #eae8e8}.blog-contacts .contacts .tree .info,.blog-contacts .requisites .tree .info{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333 - 40px);flex:0 0 calc(33.333 - 40px)}.blog-contacts .contacts a,.blog-contacts .requisites a{text-decoration:none}.desc-404 .back{margin-top:25px}.desc-404 .back a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:42px;background:#ffa931;border-radius:4px;padding:0 40px;color:#fff;text-decoration:none}.dealers{overflow:hidden}.dealers .button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 41px;background:#ffa931;border-radius:4px;text-decoration:none;font-weight:500;font-size:14px;line-height:18px;color:#fff}.dealers .dealers-wrapper{margin-top:32px}.dealers .dealers-wrapper ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none;counter-reset:dealer-count}.dealers .dealers-wrapper ul li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border:1px solid #eae8e8;border-radius:4px;padding:48px;position:relative}.dealers .dealers-wrapper ul li:after{counter-increment:dealer-count;content:counter(dealer-count);position:absolute;top:30px;right:30px;width:38px;height:28px;background:#fff;border:1px solid #eae8e8;border-radius:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:600;font-size:14px;line-height:16px}.dealers .dealers-wrapper ul li .value{font-weight:400;font-size:32px;line-height:34px;color:#433838}.dealers .dealers-wrapper ul li .value .count{display:inline-block;font-size:48px}.dealers .dealers-wrapper ul li .desc{font-weight:400;font-size:16px;line-height:20px;color:#665958;max-width:210px;margin-top:64px}.footer{background:#453e3d;padding:48px 0 80px;color:#efefef}.footer a{color:#efefef;text-decoration:none}.footer .info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:22px}.footer .info .copyrights{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333%);flex:0 0 calc(33.333%);padding-right:145px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer .info .copyrights .phone a{font-weight:400;font-size:16px;line-height:20px}.footer .info .copyrights .phone+.phone{margin-top:8px}.footer .info .copyrights .mail{margin-top:30px}.footer .info .copyrights .mail a{border-bottom:1px solid rgba(255,255,255,.21)}.footer .info .copyrights .address{margin-top:30px}.footer .info .copyrights .powered{margin-top:auto}.footer .info .copyrights .powered a{border-bottom:1px solid rgba(255,255,255,.21)}.footer .info .menu{-webkit-box-flex:0;-ms-flex:0 0 calc(66.666% - 30px);flex:0 0 calc(66.666% - 30px);margin-left:30px}.footer .info .menu ul{margin:0;padding:0;list-style:none}.footer .info .menu ul.parents{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer .info .menu ul.parents li.parent{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:calc(100% / 3 - 20px);margin-left:20px}.footer .info .menu ul.parents li.parent>a{font-weight:400;font-size:16px;line-height:20px;display:inline-block}.footer .info .menu ul.parents ul{margin-top:20px}.footer .info .menu ul.parents ul li{margin-top:10px}.footer .info .menu ul.parents ul li a{font-weight:400;font-size:14px;line-height:18px;opacity:.55}.footer .info .menu ul.parents ul li a:hover{opacity:.4}.footer .info>.powered{margin-top:80px;display:none}.footer .info>.powered a{border-bottom:1px solid rgba(255,255,255,.21)}.breadcrumbs{margin:0 15px;background:rgba(217,207,202,.1);border-radius:12px;height:62px}.breadcrumbs .container{overflow-x:auto;padding:20px}.breadcrumbs ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#433838;line-height:22px;white-space:nowrap}.breadcrumbs ul li{font-weight:400;font-size:14px;color:#665958;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs ul li:before{content:'';color:rgba(102,89,88,.6);display:inline-block;width:18px;height:18px;background:url(/local/templates/anwell-dealer/../.default/assets/css/../images/bread-arrow.svg) no-repeat center;margin:0 6px}.breadcrumbs ul li:first-child:before{display:none}.breadcrumbs ul a{text-decoration:none;color:rgba(102,89,88,.6)}.catalog-categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-30px 0 0 -30px;padding:0;list-style:none}.catalog-categories li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 - 30px);margin:30px 0 0 30px}.catalog-categories li a{text-decoration:none;display:block;border:1px solid #eae8e8;border-radius:4px;padding:30px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog-categories li a .title{font-size:24px;line-height:26px;color:#433838}.catalog-categories li a .bottom{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog-categories li a .bottom span{font-size:14px;line-height:18px;color:rgba(102,89,88,.8);border-bottom:1px solid rgba(74,73,72,.21)}.catalog-categories li a .bottom .image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:64px;height:64px;border-radius:50%;overflow:hidden}.catalog-categories li a .bottom .image img{vertical-align:top;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.form-dealer{padding:48px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.form-dealer .left{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-right:85px}.form-dealer .left h2{margin-top:0;font-size:24px;line-height:26px}.form-dealer .left .name{margin-top:40px}.form-dealer .right{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.pagination ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pagination ul li a,.pagination ul li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 12px;height:20px;text-decoration:none;color:rgba(102,89,88,.8)}.pagination ul li a.active,.pagination ul li span.active{color:#433838;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.category .sidebar{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:285px;border:1px solid #eae8e8;border-radius:4px}.category .category-products{margin-left:35px;width:calc(100% - 315px)}.category .category-products .products li{width:calc(50% - 30px)}#filters .title{font-weight:400;font-size:24px;line-height:26px;color:#433838;padding:30px 14px 20px;margin:20px 16px 0;position:relative}#filters .title:after{content:'';width:100%;height:1px;background-color:#eae8e8;position:absolute;top:4px;left:0}#filters .title:first-child{margin-top:0}#filters .title:first-child:after{display:none}#filters ul{margin:0;padding:0;list-style:none;overflow:hidden}#filters ul.show{height:auto!important}#filters ul a,#filters ul label{padding:8px 30px;font-weight:500;font-size:14px;line-height:18px;color:#665958;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}#filters ul a:hover,#filters ul label:hover{opacity:.8}#filters ul a.active{color:#ffa931;background:#fff7ec}#filters ul label{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#filters ul label.disabled{opacity:.5;cursor:default}#filters ul label.disabled input{cursor:default}#filters ul label input{cursor:pointer;width:18px;height:18px;margin:0 20px 0 0;position:relative;top:-2px}#filters ul label input:after{content:'';position:absolute;top:-2px;left:-2px;width:22px;height:22px;border:1px solid #eae8e8;border-radius:3px;background-color:#fff}#filters ul label input:checked:after{border:1px solid #fff7ec;background:#fff7ec url(/local/templates/anwell-dealer/../.default/assets/css/../images/checked.svg) no-repeat center}#filters .filter-more{margin-left:30px;margin-top:4px;color:rgba(102,89,88,.8);display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}#filters .filter-more.show{display:-webkit-box;display:-ms-flexbox;display:flex}#filters .filter-more.show.a img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#filters .filter-more span{font-weight:400;font-size:12px;line-height:16px;border-bottom:1px solid rgba(74,73,72,.21);margin-right:5px}#filters .clear{margin:30px}#filters .clear a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:42px;background:#fbfafa;border-radius:4px;font-weight:400;font-size:14px;line-height:18px;color:#433838;text-decoration:none}.mobilefilters{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:9;display:none}.mobilefilters.open{display:block}.mobilefilters .head{border-bottom:1px solid #eae8e8}.mobilefilters .head .container{height:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobilefilters .head .container .clean{color:#ffa931;text-decoration:none;display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:62px}.mobilefilters .head .container .title{font-size:18px;line-height:22px;color:#433838}.mobilefilters .head .container .close{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:62px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mobilefilters .head .container .close img{vertical-align:top}.mobilefilters #filters .clear{display:none}.mobilefilters .view{position:absolute;bottom:20px;left:20px;right:20px;background:#ffa931;border-radius:4px;color:#fff;height:42px;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mobilefilters .block-filters{height:calc(100% - 65px);overflow-y:auto;padding-bottom:80px}.mobilefilters #filters .title{font-size:18px;line-height:22px;padding:30px 0 20px;margin:25px 22px 0}.mobilefilters #filters .title:first-child{margin-top:0}.mobilefilters #filters ul a,.mobilefilters #filters ul label{padding:8px 22px}.mobilefilters #filters .filter-more{margin-left:22px}.product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product-info .images-product-slider{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:55%}.product-info .images-product-slider .material{position:absolute;top:24px;left:35px}.product-info .images-product-slider .images-product-wrapper{overflow-x:hidden;border-radius:4px}.product-info .images-product-slider .images-product-wrapper ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.product-info .images-product-slider .images-product-wrapper ul li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.product-info .images-product-slider .images-product-wrapper ul li img{vertical-align:top;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.product-info .images-product-slider .images-product-dots{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;bottom:24px;left:0}.product-info .images-product-slider .images-product-dots span{background:#fff;opacity:.4;border:1px solid #eae8e8;margin:0 6px;display:block;width:8px;height:8px;border-radius:50%}.product-info .images-product-slider .images-product-dots span.swiper-pagination-bullet-active{opacity:1;border:1px solid #fff}.product-info .product-params{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(45% - 64px);margin-left:64px}.product-info .product-params .param+.param{margin-top:16px}.product-info .product-params .param .title-param{font-weight:400;font-size:14px;line-height:18px;color:#433838}.product-info .product-params .param .title-param a{font-size:12px;line-height:16px;color:rgba(102,89,88,.8);text-decoration:none;border-bottom:1px solid rgba(74,73,72,.21);margin-left:20px}.product-info .product-params .param .title-param a:hover{border-bottom:1px solid transparent}.product-info .product-params .param .list-param{margin:4px 0 0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-info .product-params .param .list-param li{margin-right:6px;margin-top:6px}.product-info .product-params .param .list-param li a,.product-info .product-params .param .list-param li span{padding:8px 14px;border:1px solid #eae8e8;border-radius:4px;font-weight:400;font-size:13px;line-height:16px;color:#665958;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-info .product-params .param .list-param li.active a,.product-info .product-params .param .list-param li.active span{color:#ffa931;background:#fff7ec;border:1px solid #fff7ec}.product-info .product-params .param .list-param li.no a,.product-info .product-params .param .list-param li.no span{color:rgba(102,89,88,.4);border:1px dashed #eae8e8}.product-info .product-params .description{margin-top:20px}.product-info .product-params .description .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.product-info .product-params .description .desc.many .price{font-weight:400;font-size:16px;line-height:20px}.product-info .product-params .description .desc.spoiler{cursor:pointer}.product-info .product-params .description .desc.spoiler img{vertical-align:top}.product-info .product-params .description .text{padding:10px;display:none}.product-info .product-params .description .text.open{display:block}.product-info .product-params .description .text p{line-height:16px}.product-info .product-params .description .text p+p{margin-top:5px}.product-info .product-params .description .text a{color:rgba(102,89,88,.8);text-decoration:none;border-bottom:1px solid rgba(74,73,72,.21)}.product-info .product-params .description .text a:hover{border-bottom-color:transparent}.product-info .product-params .product-price{border-top:1px solid #eae8e8;border-bottom:1px solid #eae8e8;padding:6px 0 16px;margin-top:16px}.product-info .product-params .product-price .count-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-info .product-params .product-price .count-price .price-block{margin-top:10px}.product-info .product-params .product-price .count-price .price-block .count{font-size:12px;line-height:16px}.product-info .product-params .product-price .count-price .price-block .price{font-size:24px;line-height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:5px}.product-info .product-params .product-price .count-price .price-block .price .old-price{font-size:14px;line-height:18px;text-align:right;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#b3b3b5;margin-left:8px}.product-info .product-params .product-price .count-price .buy{margin-top:10px;padding:0}.product-info .product-params .product-price .count-price .buy a{height:42px;background:#ffa931;border-radius:4px;padding:12px 40px;font-weight:500;font-size:14px;line-height:18px;color:#fff;text-decoration:none}.sort-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sort-block .sort{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.sort-block .sort li{font-weight:400;font-size:14px;line-height:18px}.sort-block .sort li+li{margin-left:24px}.sort-block .sort li a{color:#665958;text-decoration:none}.sort-block .sort li a.active{color:#ffa931}.sort-block .openfilters{text-decoration:none;display:none}.table-container{position:relative}.table-viewport{overflow:auto}.table-container table{min-width:600px}.table-container.right-shadow:after{content:'';position:absolute;right:0;top:0;width:30px;height:100%;background:-webkit-gradient(linear,left top,right top,from(transparent),to(rgba(0,0,0,.07)));background:-o-linear-gradient(left,transparent 0,rgba(0,0,0,.07) 100%);background:linear-gradient(to right,transparent 0,rgba(0,0,0,.07) 100%)}.table-container.left-shadow:before{content:'';position:absolute;left:0;top:0;width:30px;height:100%;background:-webkit-gradient(linear,right top,left top,from(transparent),to(rgba(0,0,0,.07)));background:-o-linear-gradient(right,transparent 0,rgba(0,0,0,.07) 100%);background:linear-gradient(to left,transparent 0,rgba(0,0,0,.07) 100%)}.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(33,44,60,.68);z-index:99;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.overlay.open{display:-webkit-box;display:-ms-flexbox;display:flex}.overlay .modal{width:100%;max-width:600px;background:#fff;position:relative;overflow-y:auto;max-height:100%;display:none;border:1px solid #eae8e8;border-radius:4px;padding:40px}.overlay .modal .head{margin-bottom:10px}.overlay .modal .head .container{height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}.overlay .modal .head .container .title{font-size:18px;line-height:22px;color:#433838}.overlay .modal .head .container .closemodal{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:62px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.overlay .modal .head .container .closemodal img{vertical-align:top}.overlay .modal.open{display:block}.overlay .modal .closemodal{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:15px;right:15px}.overlay .modal .closemodal img{vertical-align:top}.overlay .modal .text .products-sizes-table .products-sizes-table__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.overlay .modal .text .products-sizes-table .products-sizes-table__row+.products-sizes-table__row{margin-top:10px}.overlay .modal .text .products-sizes-table .products-sizes-table__row .products-sizes-table__name{font-weight:700;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:150px}.overlay .modal .text+.head{margin-top:20px;padding-top:20px;border-top:1px solid #eae8e8}.overlay .modal .form-wrapper .form-row{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.overlay .modal .form-wrapper .form-row>div{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 15px);flex:0 0 calc(50% - 15px)}.overlay .modal .form-wrapper .form-row>div.big{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.overlay .modal .form-wrapper .form-row.button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay .modal .form-wrapper .form-row.button .form-item:first-child{-webkit-box-flex:0;-ms-flex:0 0 185px;flex:0 0 185px}.overlay .modal .form-wrapper .form-row.button .form-item:last-child{-webkit-box-flex:1;-ms-flex:1 0 calc(100% - 200px);flex:1 0 calc(100% - 200px);margin-left:15px;font-weight:400;font-size:12px;line-height:18px;color:#333f51}.overlay .modal .form-wrapper .form-row.button .form-item:last-child a{color:#333f51}.overlay .modal .form-wrapper label{display:block;font-weight:400;font-size:14px;line-height:20px;color:#767e92}.overlay .modal .form-wrapper input,.overlay .modal .form-wrapper select{height:36px;width:100%;border:none;border-bottom:2px solid #eaebef;padding:0 15px}.overlay .modal .form-wrapper input:focus,.overlay .modal .form-wrapper select:focus{border-bottom:2px solid #3ab682}.overlay .modal .form-wrapper input.error,.overlay .modal .form-wrapper select.error{border-bottom:2px solid #f2665d}.overlay .modal .form-wrapper button{height:48px;background:#333f51;border-radius:10px;border:none;width:100%;color:#fff;font-weight:500;font-size:14px;line-height:18px;letter-spacing:.02em;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#fff}.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{background:0 0!important;padding:0!important}.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{background-image:url(/local/templates/anwell-dealer/../.default/assets/css/../images/share.svg)!important;background-size:60%!important}.tehnical{background:#a10000;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:0;overflow:hidden}.tehnical.open{height:auto}.tehnical .container{position:relative;padding:10px 50px;color:#fff;text-align:center;font-size:14px;font-weight:500;height:auto!important;display:block!important}.tehnical .close_teh{position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-decoration:none;font-weight:400;width:26px;height:26px;border:1px solid #fff;border-radius:50%}#bx-soa-properties .alert-danger{display:none}.bx-soa-customer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-30px;margin-top:30px}.bx-soa-customer .bx-soa-tooltip{border:none;padding:0;color:#ad0000;font-size:13px}.bx-soa-customer>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3 - 30px);margin-left:30px}.bx-soa-customer>div label{font-size:14px;line-height:18px;color:#433838;margin-bottom:8px;display:block}.bx-soa-customer>div input{border:1px solid #eae8e8;border-radius:4px;height:42px;padding:0 10px;width:100%}#bx-soa-total .bx-soa-cart-total{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#bx-soa-total .bx-soa-cart-total-line{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}#bx-soa-total span{display:block}#bx-soa-total .bx-soa-cart-d{font-size:24px!important;line-height:26px;margin:2px 0}#bx-soa-total .bx-soa-cart-total-button-container{width:100%;margin-top:15px}#bx-soa-delivery{border:1px solid #eae8e8;border-radius:4px;padding:40px}#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;cursor:pointer}#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company:hover{opacity:.8}#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company input{width:18px;height:18px;margin:0 20px 0 0;position:relative;top:-1px;cursor:pointer}#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company input:after{content:'';position:absolute;top:-2px;left:-2px;width:22px;height:22px;border:1px solid #eae8e8;border-radius:3px;background-color:#fff}#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected{color:#ffa931;background:#fff7ec;border-radius:4px}#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected input:after{border:1px solid #ffa931;background:#fff7ec url(/local/templates/anwell-dealer/../.default/assets/css/../images/checked.svg) no-repeat center}#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company-graf-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company-image,#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-delivery-cost{display:none}#bx-soa-delivery .bx-soa-pp-desc-container{margin-top:20px}#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle{font-size:20px;line-height:24px}#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company-logo{display:none}#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company-block{margin-top:10px}#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 0 0;padding:0;list-style:none}#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-list li+li{margin-left:30px}#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-list .bx-soa-pp-list-termin{font-weight:700}.sdek_pvzLair{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.sdek_pvzLair a{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 30px;height:46px;background:#ffa931;border-radius:4px;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;margin:10px 0}.sdek_pvzLair span{display:block;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;background:#fff7ec;border-radius:4px;padding:10px 15px}#bx-soa-region .bx_soa_location>div{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-30px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#bx-soa-region .bx_soa_location>div .form-group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 350px - 60px);margin-left:30px}#bx-soa-region .bx_soa_location>div .form-group[data-property-id-row='5']{display:none}#bx-soa-region .bx_soa_location>div .form-group[data-property-id-row='4']{width:350px}#bx-soa-region .bx_soa_location>div .form-group label{font-size:14px;line-height:18px;color:#433838;margin-bottom:8px;display:block}#bx-soa-region .bx_soa_location>div .form-group input{border:1px solid #eae8e8;border-radius:4px;height:42px;padding:0 10px;width:100%}#bx-soa-region .bx-soa-reference{display:none}#bx-soa-region .bx-sls .dropdown-block{border:1px solid #eae8e8;border-radius:4px;height:42px;padding:0 10px;width:100%;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bx-soa-region .bx-sls .bx-ui-sls-container{min-height:100%;-webkit-box-flex:1;-ms-flex:1 0 calc(100% - 80px);flex:1 0 calc(100% - 80px)}#bx-soa-region .bx-sls .bx-ui-sls-clear,#bx-soa-region .bx-sls .dropdown-icon{position:static;margin:0;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;height:30px;opacity:.4}#bx-soa-region .bx-sls .bx-ui-sls-clear{margin-left:10px;background:url(/local/templates/anwell-dealer/../.default/assets/css/../images/delete.svg) no-repeat center;background-size:60%}#bx-soa-region .bx-sls .dropdown-icon{margin-right:10px;background:url(/local/templates/anwell-dealer/../.default/assets/css/../images/opensearch.svg) no-repeat center;background-size:60%}#bx-soa-region .bx-sls .dropdown-fade2white{display:none}#bx-soa-region .bx-soa-tooltip{border:none;padding:0;color:#ad0000;font-size:13px}
/* End */


/* Start:/local/templates/anwell-dealer/../.default/assets/css/screen.min.css?169028546614515*/
@media (max-width:1400px){.slider li img.image-1920{display:none}.slider li img.image-1400{display:block}}@media (max-width:1340px){.grey-block{margin-left:10px;margin-right:10px}}@media (max-width:1180px){.slider .slider-actions{right:20px;bottom:20px;margin-right:0}.slider .slider-actions .buttons a{height:60px;width:60px}.slider .slider-actions .buttons a img{width:30px}}@media (max-width:1100px){.blog-text .fake{display:none}}@media (max-width:1000px){.personal .brown ul li .description .images{display:none}.product-info .images-product-slider{width:50%}.product-info .product-params{width:calc(50% - 50px);margin-left:50px}.about-block .about-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about-block .about-top .text{width:100%}.about-block .about-top .slider{width:424px;margin:100px auto 0}.about-block .about-top .slider li img{height:auto}.blog-contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-contacts .contacts,.blog-contacts .requisites{width:100%}.blog-contacts .requisites{margin-left:0;margin-top:20px}.blog-contacts .contacts .one,.blog-contacts .contacts .tree,.blog-contacts .contacts .two,.blog-contacts .requisites .one,.blog-contacts .requisites .tree,.blog-contacts .requisites .two{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-30px}.blog-contacts .contacts .one .info,.blog-contacts .contacts .tree .info,.blog-contacts .contacts .two .info,.blog-contacts .requisites .one .info,.blog-contacts .requisites .tree .info,.blog-contacts .requisites .two .info{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.333% - 30px);margin-left:30px}.cart-block ul li{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart-block ul li .delete{position:absolute;top:2px;right:0}.cart-block ul li .cart-top{width:100%}.cart-block ul li .cart-bottom{width:100%;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart-block ul li .count{width:auto}.cart-block ul li .desc{width:calc(100% - 175px)}}@media (max-width:950px){ul.products li{width:calc(50% - 30px)}.footer .info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .info .menu{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0;margin-top:30px}.footer .info .menu ul.parents{margin-left:0}.footer .info .menu ul.parents li.parent{margin-left:0;width:33.333%;max-width:33.333%}.footer .info .copyrights{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer .info .copyrights .powered{display:none}.footer .info .copyrights .contacts{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.footer .info .copyrights .address,.footer .info .copyrights .mail{margin-top:0}.footer .info .copyrights .address,.footer .info .copyrights .mail,.footer .info .copyrights .phones{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}.footer .info>.powered{display:block}.form-dealer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form-dealer .left{padding:0}.form-dealer .left .name{display:none}.form-dealer .right{margin-top:40px}.catalog-categories li{width:calc(50% - 30px)}}@media (max-width:900px){.top{display:none}.header{border-bottom:1px solid #eae8e8}.header .container .catalog-search,.header .container .links li.blog-link{display:none}.header .container .links li.mobile-link{display:block}.header .container .logo a img{width:70px}.mobilesearch.open{display:block}.mobilemenu.open{display:block}.block-categories{background:0 0;margin:0}.block-categories{overflow-x:auto}.block-categories ul li.categories{width:auto;overflow:visible}.block-categories ul li:last-child{margin-right:20px}.block-categories ul li.all-link{display:none}.product-info .images-product-slider{width:45%}.product-info .product-params{width:calc(55% - 50px);margin-left:50px}.breadcrumbs{background:0 0;margin:0}.title-block.page h1{margin:15px 0 30px 0}.title-block .count{margin-bottom:15px}.sub-title{margin-top:15px}.category .sidebar{display:none}.category .category-products{margin-left:0;width:100%}.sort-block .openfilters{display:block}.info-blog{margin-bottom:-5px}.blog-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-text .keep{position:static;width:100%;max-width:600px;margin:0 auto 30px}.info-blog{margin-top:20px}.slider li img.image-1400,.slider li img.image-1920{display:none}.slider li img.image-900{display:block}}@media (max-width:800px){.personal .brown ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personal .brown ul li{padding:28px}.personal .brown ul li+li:after{width:calc(100% - 56px);height:1px;top:0;left:28px}.product-info .images-product-slider{width:40%}.product-info .product-params{width:calc(60% - 30px);margin-left:30px}.go-dealer .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.go-dealer .container .left{max-width:100%}.go-dealer .container .right{margin-top:15px}.blog-categories ul li.categories ul li,.blog-categories ul li.deliter{margin-left:20px}.bx-soa-customer{-ms-flex-wrap:wrap;flex-wrap:wrap}.bx-soa-customer>div{width:calc(100% - 30px)}.bx-soa-customer>div+div{margin-top:30px}#bx-soa-region .bx_soa_location>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#bx-soa-region .bx_soa_location>div .form-group,#bx-soa-region .bx_soa_location>div .form-group[data-property-id-row='4']{width:calc(100% - 30px)}#bx-soa-region .bx_soa_location>div .form-group[data-property-id-row='4']{margin-top:30px}}@media (max-width:750px){ul.products li .middle .price-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.products li .middle .price-block>div+div{margin-left:0;margin-top:10px}.blog-list li{width:calc(100% - 30px)}.blog-contacts .contacts .one,.blog-contacts .contacts .tree,.blog-contacts .contacts .two,.blog-contacts .requisites .one,.blog-contacts .requisites .tree,.blog-contacts .requisites .two{-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-contacts .contacts .one .info,.blog-contacts .contacts .tree .info,.blog-contacts .contacts .two .info,.blog-contacts .requisites .one .info,.blog-contacts .requisites .tree .info,.blog-contacts .requisites .two .info{width:calc(50% - 30px)}}@media (max-width:700px){.footer .info .copyrights .contacts,.footer .info .menu ul.parents{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .info .menu ul.parents li.parent{width:100%;max-width:100%}.footer .info .copyrights .address,.footer .info .copyrights .mail,.footer .info .copyrights .phones{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.footer .info .copyrights .address,.footer .info .copyrights .mail{margin-top:30px}.footer .info .menu ul.parents li.parent+li.parent{margin-top:30px}.product-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-info .images-product-slider{width:100%}.product-info .product-params{width:100%;margin-left:0;margin-top:30px}.tabs-block .tab-links-wrapper .link-change{display:inline-block}.tabs-block .tab-links-wrapper .link-change:after{content:'';display:inline-block;background:url(/local/templates/anwell-dealer/../.default/assets/css/../images/down.svg) no-repeat;width:18px;height:18px;position:absolute;top:0;right:-20px}.tabs-block .tab-links-wrapper .tab-links{position:absolute;top:0;left:0;background:#fff;border:1px solid #eae8e8;border-radius:4px;padding:20px;z-index:5;display:none;white-space:nowrap}.tabs-block .tab-links-wrapper .tab-links.open{display:block}.tabs-block .tab-links-wrapper .tab-links li{margin-right:0}.tabs-block .tab-links-wrapper .tab-links li+li{margin-top:10px}.about-block .bottom{overflow-x:auto}.about-block .bottom ul li.categories{width:auto;overflow:visible}.about-block .bottom ul li:last-child{margin-right:20px}.about-block .bottom ul li.all-link{display:none}.about-block .bottom ul li.deliter{margin:0 20px}.about-block .bottom ul li.categories ul li+li{margin-left:20px}#bx-soa-total .bx-soa-cart-total-line{width:50%}#bx-soa-total .bx-soa-cart-total-line:nth-child(3),#bx-soa-total .bx-soa-cart-total-line:nth-child(4){margin-top:20px}}@media (max-width:650px){.catalog-categories li{width:calc(100% - 30px)}.overlay{padding:0}.overlay .modal{border:none;border-radius:0;width:100%;max-width:100%;height:100%}}@media (max-width:600px){.block-categories ul li.deliter{margin:0 20px}.block-categories ul li.categories ul li+li{margin-left:20px}.popular.index-popular .container{padding:0}.popular.index-popular .all{margin-left:20px;margin-right:20px}.popular .title-block{padding:0 20px}.index-products-wrapper{overflow:hidden;padding:0 20px}.index-products-wrapper ul{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:0}.index-products-wrapper ul li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:0}.category .category-products .products li,.tabs ul.products li{width:calc(100% - 30px)}.blog-text .redaction{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.blog-text .redaction .text{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:15px}#bx-soa-delivery,.cart-block{padding:20px}}@media (max-width:550px){.blog-contacts .contacts .one,.blog-contacts .contacts .tree,.blog-contacts .contacts .two,.blog-contacts .requisites .one,.blog-contacts .requisites .tree,.blog-contacts .requisites .two{-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-contacts .contacts .one .info,.blog-contacts .contacts .tree .info,.blog-contacts .contacts .two .info,.blog-contacts .requisites .one .info,.blog-contacts .requisites .tree .info,.blog-contacts .requisites .two .info{width:calc(100% - 30px)}}@media (max-width:500px){.form .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form .row .form-element{width:100%}.form .row .form-element+.form-element{margin-top:30px}.form .row.row-button{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.form .row.row-button .form-element.element-button{margin:0}.form .row.row-button .form-element:first-child{margin-top:10px;width:100%;text-align:center}.cart-block ul li .cart-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cart-block ul li .price{width:100%}.cart-block ul li .count{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart-block ul li .count .count-buy{margin-top:0}.cart-block ul li .price{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px}.cart-block ul li.cart-all .count{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cart-block ul li .image{width:100px}.cart-block ul li .desc{width:calc(100% - 120px);margin-left:20px}.cart-block ul li .desc .params div{padding:0 10px;height:30px}}@media (max-width:480px){.about-block .about-top .slider{width:100%;margin-top:50px}.about-block .about-top .slider:after{width:100%;height:80%;background-size:contain;top:50%;margin-top:-235px}.about-block .about-top .slider .slider-about-wrapper{width:160%}.about-block .about-top .slider .slider-about-wrapper ul{height:400px}.about-block .about-top .slider .slider-about-wrapper ul li.swiper-slide-active{width:55%!important}.about-block .about-top .slider .slider-about-wrapper ul li.swiper-slide-next{width:calc(45% - 16px)!important}.form-dealer .left h2{font-size:21px;line-height:25px}}@media (max-width:440px){.title-block h1,.title-block h2,h1,h2{font-size:28px;line-height:32px}.all{height:50px}.mt110{margin-top:50px}.pt110{padding-top:50px}.personal .brown ul li .title{font-size:18px;line-height:22px}.personal .brown ul li .description{margin:10px 0 0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.personal .brown ul li .description .desc .count,.personal .brown ul li .description .desc .prod{font-size:16px;line-height:20px}.personal .brown ul li .description .desc .count{font-size:20px}.product-info .product-params .product-price .count-price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product-info .product-params .product-price .count-price .buy{margin-top:15px;margin-bottom:0;width:100%}.product-info .product-params .product-price .count-price .buy a{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brown .go-dealer{padding:0}.brown .go-dealer .container{padding:30px}.about-block .about-top .slider .slider-about-wrapper ul{height:350px}.about-block .about-top .slider:after{margin-top:-215px}.form .row .form-element+.form-element,.form .row+.row{margin-top:15px}}@media (max-width:400px){.header .container .links li.delivery-link{display:none}.about-block .about-top .slider .slider-about-wrapper ul{height:320px}.about-block .about-top .slider:after{margin-top:-195px}.slider li img.image-1400,.slider li img.image-1920,.slider li img.image-900{display:none}.slider li img.image-400{display:block}#bx-soa-total .bx-soa-cart-total-line{width:100%;margin-top:20px}#bx-soa-total .bx-soa-cart-total-line:first-child{margin-top:0}}@media (max-width:360px){.about-block .about-top .slider .slider-about-wrapper ul{height:280px}.about-block .about-top .slider:after{margin-top:-175px}}
/* End */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/.default/style.css?16902854664749 */
/* /local/templates/anwell-dealer/../.default/assets/css/lightcase.min.css?16902854668660 */
/* /local/templates/anwell-dealer/../.default/assets/css/style.min.css?169028546669208 */
/* /local/templates/anwell-dealer/../.default/assets/css/screen.min.css?169028546614515 */
