	@charset "UTF-8";
	@font-face
{
	font-family:SegoeUI;
	font-display:swap;
	src:url(../fonts/SegoeUI-SemiBold.woff) format("woff"),url(../fonts/SegoeUI-SemiBold.woff2) format("woff2");
	font-weight:600;
	font-style:normal
}
	@font-face
{
	font-family:SegoeUI;
	font-display:swap;
	src:url(../fonts/SegoeUI.woff) format("woff"),url(../fonts/SegoeUI.woff2) format("woff2");
	font-weight:400;
	font-style:normal
}
	@font-face
{
	font-family:Ubuntu;
	font-display:swap;
	src:url(../fonts/Ubuntu-Bold.woff) format("woff"),url(../fonts/Ubuntu-Bold.woff2) format("woff2");
	font-weight:700;
	font-style:normal
}
	@font-face
{
	font-family:Ubuntu;
	font-display:swap;
	src:url(../fonts/Ubuntu-Light.woff) format("woff"),url(../fonts/Ubuntu-Light.woff2) format("woff2");
	font-weight:300;
	font-style:normal
}
	@font-face
{
	font-family:Ubuntu;
	font-display:swap;
	src:url(../fonts/Ubuntu-Medium.woff) format("woff"),url(../fonts/Ubuntu-Medium.woff2) format("woff2");
	font-weight:500;
	font-style:normal
}
	@font-face
{
	font-family:Ubuntu;
	font-display:swap;
	src:url(../fonts/Ubuntu-Regular.woff) format("woff"),url(../fonts/Ubuntu-Regular.woff2) format("woff2");
	font-weight:400;
	font-style:normal
}
	*
{
	padding:0;
	margin:0;
	border:0
}
	*,:after,:before
{
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
	:active,:focus
{
	outline:0
}
	a:active,a:focus
{
	outline:0
}
	aside,footer,header,nav,section
{
	display:block
}
	body,html
{
	height:100%;
	min-width:320px
}
	body
{
	line-height:1;
	font-family:Ubuntu;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
	button,input,textarea
{
	font-family:Ubuntu
}
	input::-ms-clear
{
	display:none
}
	button
{
	cursor:pointer
}
	button::-moz-focus-inner
{
	padding:0;
	border:0
}
	a,a:visited
{
	text-decoration:none
}
	a:hover
{
	text-decoration:none
}
	ul li
{
	list-style:none
}
	img
{
	vertical-align:top
}
	h1,h2,h3,h4,h5,h6
{
	font-weight:inherit;
	font-size:inherit
}
	body
{
	color:#000;
	font-size:14px
}
	body._lock
{
	overflow:hidden
}
.wrapper
{
	width:100%;
	min-height:100%;
	overflow:hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
._container
{
	max-width:1210px;
	margin:0 auto;
	padding:0 15px
}
.select_form-header__select .select__item
{
	position:relative
}
.select_form-header__select .select__options
{
	position:absolute;
	bottom:100%;
	left:0;
	padding:1px 0 5px 0
}
.select_form-header__select .select__title
{
	color:#000;
	font-family:Ubuntu;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase
}
.btn
{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	padding:0 0
}
.btn._fw
{
	width:100%
}
.select
{
	position:relative
}
.select__item
{
	position:relative
}
.select__title
{
	color:#000;
	background-color:#fff;
	cursor:pointer;
	border-radius:4px
}
.select__value
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size:14px;
	height:30px;
	padding:0 15px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.select__value span
{
	height:auto;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical
}
._no-webp .select__value:before
{
	background:url(/files/design/icon/arrow-down.png) center/100% no-repeat
}
.select__value:before
{
	content:"";
	display:inline-block;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	min-width:11px;
	height:7px;
	margin-left:8px
}
.select__input
{
	width:100%;
	background-color:transparent;
	height:100%
}
.select__options
{
	color:#000;
	display:none;
	position:absolute;
	top:29px;
	border-radius:0 0 4px 4px;
	min-width:100%;
	left:0;
	border-top:0;
	border-top:0;
	font-size:14px;
	padding:10px 0 5px 0;
	max-height: 300px;
	overflow-y: auto;
	background: #fff;
}
.select__option
{
	cursor:pointer;
	padding:5px 15px;
	margin:0
}
.select._active
{
	z-index:5
}
.select._active .select__value:before
{
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
.select._active .select__options
{
	display:block
}
	input[type=email],input[type=tel],input[type=text],textarea
{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.input
{
	border-radius:0!important;
	width:100%;
	display:block;
	padding:0 20px
}
	textarea.input
{
	resize:none;
	padding:0 0
}
.checkbox
{
	position:relative
}
.checkbox__input
{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
	visibility:hidden
}
.checkbox__input:checked+.checkbox__text:before
{
	background:#fff url(/files/design/icons/check.svg) center no-repeat
}
.checkbox__text
{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	font-size:16px;
	color:#fff;
	letter-spacing:-.3px;
	line-height:calc(20 / 16);
	cursor:pointer
}
.checkbox__text:before
{
	content:"";
	-ms-flex-item-align:start;
	align-self:flex-start;
	margin:0 14px 0 0;
	-webkit-box-flex:0;
	-ms-flex:0 0 20px;
	flex:0 0 20px;
	left:0;
	top:0;
	width:20px;
	height:18px;
	background:#fff;
	border:1px solid #a7a9ac
}
.checkbox a
{
	color:#fff;
	text-decoration:underline
}
.checkbox._error .checkbox__text:before
{
	border:1px solid #ee1212
}
.options
{
	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:start;
	-ms-flex-align:start;
	align-items:flex-start
}
.options__item
{
	position:relative;
	cursor:pointer
}
.options__input
{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
	left:0;
	top:0;
	visibility:hidden
}
.options__input:checked+.options__text:after
{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.options__text
{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	font-size:16px;
	color:#fff;
	letter-spacing:-.3px;
	line-height:calc(20 / 16)
}
.options__text:before
{
	content:"";
	-ms-flex-item-align:start;
	align-self:flex-start;
	margin:0 14px 0 0;
	-webkit-box-flex:0;
	-ms-flex:0 0 20px;
	flex:0 0 20px;
	left:0;
	top:0;
	border-radius:50%;
	width:20px;
	height:18px;
	background:#fff;
	border:1px solid #a7a9ac
}
.options__text:after
{
	content:"";
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#77243a;
	position:absolute;
	left:5px;
	top:4px
}
.rating-block
{
	display:table;
	font-size:0
}
.rating
{
	display:inline-block;
	position:relative;
	vertical-align:middle
}
.rating.edit .star
{
	cursor:pointer
}
.rating .star
{
	width:17px;
	height:14px;
	display:inline-block;
	position:relative;
	z-index:3
}
.rating__line
{
	position:absolute;
	width:85px;
	height:14px;
	top:0;
	left:0;
	background:url(/files/design/icons/bg_rating.svg) 0 0 no-repeat;
	z-index:1;
	background-size:85px 100%
}
.rating__activeline
{
	position:absolute;
	width:0;
	height:14px;
	top:0;
	left:0;
	background:url(/files/design/icons/bg_rating_active.svg) 0 0 no-repeat;
	z-index:2;
	background-size:85px 100%
}
.rating__value
{
	display:inline-block;
	color:#1b3139;
	font-size:14px;
	line-height:13px;
	vertical-align:middle
}
.quantity
{
	width:88px;
	height:40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border:1px solid rgba(166,166,166,.45)
}
.quantity__button
{
	-webkit-box-flex:0;
	-ms-flex:0 0 30px;
	flex:0 0 30px;
	position:relative;
	cursor:pointer
}
.quantity__button::after,.quantity__button::before
{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	margin:0 0 0 -4.5px;
	background-color:#a6a6a6;
	width:9px;
	height:1px
}
.quantity__button_plus::before
{
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg)
}
.quantity__input
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.quantity__input input
{
	height:100%;
	color:#a6a6a6;
	font-size:12px;
	width:100%;
	text-align:center
}
.lg-next,.lg-prev
{
	background-color:rgba(0,0,0,.45);
	border-radius:2px;
	color:#999;
	cursor:pointer;
	display:block;
	margin-top:-10px;
	position:absolute;
	display:block;
	width:20px;
	height:36px;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
	z-index:1080
}
.lg-next.disabled,.lg-prev.disabled
{
	pointer-events:none;
	opacity:.5
}
.lg-next:hover,.lg-prev:hover
{
	color:#fff
}
.lg-next
{
	right:20px;
	background:url(/files/design/icons/p-right.svg) 0 0/100% no-repeat
}
.lg-prev
{
	left:20px;
	background:url(/files/design/icons/p-left.svg) 0 0/100% no-repeat
}
	@-webkit-keyframes lg-right-end
{
	0%
{
	left:0
}
	50%
{
	left:-30px
}
	100%
{
	left:0
}

}
	@keyframes lg-right-end
{
	0%
{
	left:0
}
	50%
{
	left:-30px
}
	100%
{
	left:0
}

}
	@-webkit-keyframes lg-left-end
{
	0%
{
	left:0
}
	50%
{
	left:30px
}
	100%
{
	left:0
}

}
	@keyframes lg-left-end
{
	0%
{
	left:0
}
	50%
{
	left:30px
}
	100%
{
	left:0
}

}
.lg-outer.lg-right-end .lg-object
{
	-webkit-animation:lg-right-end .3s;
	animation:lg-right-end .3s;
	position:relative
}
.lg-outer.lg-left-end .lg-object
{
	-webkit-animation:lg-left-end .3s;
	animation:lg-left-end .3s;
	position:relative
}
.lg-toolbar
{
	z-index:1082;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	background-color:rgba(0,0,0,.45)
}
.lg-toolbar .lg-icon
{
	color:#999;
	cursor:pointer;
	float:right;
	font-size:24px;
	height:47px;
	line-height:27px;
	padding:10px 0;
	text-align:center;
	width:50px;
	text-decoration:none!important;
	outline:medium none;
	-webkit-transition:color .2s linear;
	-o-transition:color .2s linear;
	transition:color .2s linear
}
.lg-toolbar .lg-icon:hover
{
	color:#fff
}
.lg-toolbar .lg-close
{
	background:url(/files/design/icons/close.svg) center no-repeat
}
.lg-toolbar .lg-download
{
	display:none
}
.lg-sub-html
{
	background-color:rgba(0,0,0,.45);
	bottom:0;
	color:#eee;
	font-size:16px;
	left:0;
	padding:10px 40px;
	position:fixed;
	right:0;
	text-align:center;
	z-index:1080;
	display:none
}
.lg-sub-html h4
{
	margin:0;
	font-size:13px;
	font-weight:700
}
.lg-sub-html p
{
	font-size:12px;
	margin:5px 0 0
}
	#lg-counter
{
	color:#999;
	display:inline-block;
	font-size:16px;
	padding-left:20px;
	padding-top:12px;
	vertical-align:middle
}
.lg-next,.lg-prev,.lg-toolbar
{
	opacity:1;
	-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	-webkit-transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;
	transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;
	-o-transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s
}
.lg-hide-items .lg-prev
{
	opacity:0;
	-webkit-transform:translate3d(-10px,0,0);
	transform:translate3d(-10px,0,0)
}
.lg-hide-items .lg-next
{
	opacity:0;
	-webkit-transform:translate3d(10px,0,0);
	transform:translate3d(10px,0,0)
}
.lg-hide-items .lg-toolbar
{
	opacity:0;
	-webkit-transform:translate3d(0,-10px,0);
	transform:translate3d(0,-10px,0)
}
	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object
{
	-webkit-transform:scale3d(.5,.5,.5);
	transform:scale3d(.5,.5,.5);
	opacity:0;
	-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	-webkit-transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	-o-transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%
}
	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
{
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
	opacity:1
}
.lg-outer .lg-thumb-outer
{
	background-color:#0d0a0a;
	bottom:0;
	position:absolute;
	width:100%;
	z-index:1080;
	max-height:350px;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	-o-transition:transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition:transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition:transform .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item
{
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item
{
	cursor:move;
	cursor:-webkit-grabbing;
	cursor:-o-grabbing;
	cursor:-ms-grabbing;
	cursor:grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb
{
	-webkit-transition-duration:0s!important;
	-o-transition-duration:0s!important;
	transition-duration:0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer
{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.lg-outer .lg-thumb
{
	padding:10px 0;
	height:100%;
	margin-bottom:-5px
}
.lg-outer .lg-thumb-item
{
	border-radius:5px;
	cursor:pointer;
	float:left;
	overflow:hidden;
	height:100%;
	border:2px solid #fff;
	border-radius:4px;
	margin-bottom:5px
}
.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover
{
	border-color:#a90707
}
.lg-outer .lg-thumb-item img
{
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.lg-outer.lg-has-thumb .lg-item
{
	padding-bottom:120px
}
.lg-outer.lg-can-toggle .lg-item
{
	padding-bottom:0
}
.lg-outer.lg-pull-caption-up .lg-sub-html
{
	-webkit-transition:bottom .25s ease;
	-o-transition:bottom .25s ease;
	transition:bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html
{
	bottom:100px
}
.lg-outer .lg-toggle-thumb
{
	background-color:#0d0a0a;
	border-radius:2px 2px 0 0;
	color:#999;
	cursor:pointer;
	font-size:24px;
	height:39px;
	line-height:27px;
	padding:5px 0;
	position:absolute;
	right:20px;
	text-align:center;
	top:-39px;
	width:50px
}
.lg-outer .lg-toggle-thumb:after
{
	content:""
}
.lg-outer .lg-toggle-thumb:hover
{
	color:#fff
}
.lg-outer .lg-video-cont
{
	display:inline-block;
	vertical-align:middle;
	max-width:1140px;
	max-height:100%;
	width:100%;
	padding:0 5px
}
.lg-outer .lg-video
{
	width:100%;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	position:relative
}
.lg-outer .lg-video .lg-object
{
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important
}
.lg-outer .lg-video .lg-video-play
{
	width:84px;
	height:59px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-42px;
	margin-top:-30px;
	z-index:1080;
	cursor:pointer
}
._no-webp .lg-outer .lg-has-vimeo .lg-video-play
{
	background:url(/files/design/vimeo-play.png) no-repeat scroll 0 0 transparent
}
._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play
{
	background:url(/files/design/vimeo-play.png) no-repeat scroll 0 -58px transparent
}
._no-webp .lg-outer .lg-has-html5 .lg-video-play
{
	background:transparent url(/files/design/video-play.png) no-repeat scroll 0 0
}
.lg-outer .lg-has-html5 .lg-video-play
{
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	width:64px;
	opacity:.8
}
.lg-outer .lg-has-html5:hover .lg-video-play
{
	opacity:1
}
._no-webp .lg-outer .lg-has-youtube .lg-video-play
{
	background:url(/files/design/youtube-play.png) no-repeat scroll 0 0 transparent
}
._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play
{
	background:url(/files/design/youtube-play.png) no-repeat scroll 0 -60px transparent
}
.lg-outer .lg-video-object
{
	width:100%!important;
	height:100%!important;
	position:absolute;
	top:0;
	left:0
}
.lg-outer .lg-has-video .lg-video-object
{
	visibility:hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play
{
	display:none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object
{
	visibility:visible
}
.lg-progress-bar
{
	background-color:#333;
	height:5px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1083;
	opacity:0;
	-webkit-transition:opacity 80ms ease 0s;
	-o-transition:opacity 80ms ease 0s;
	transition:opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress
{
	background-color:#a90707;
	height:5px;
	width:0
}
.lg-progress-bar.lg-start .lg-progress
{
	width:100%
}
.lg-show-autoplay .lg-progress-bar
{
	opacity:1
}
.lg-autoplay-button:after
{
	content:""
}
.lg-show-autoplay .lg-autoplay-button:after
{
	content:""
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap
{
	-webkit-transition-duration:0s;
	-o-transition-duration:0s;
	transition-duration:0s
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap
{
	-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
	-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
	-o-transition:transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition:transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition:transform .3s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap
{
	-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
	-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
	transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap
{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image
{
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
	-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	-webkit-transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	-o-transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
	#lg-zoom-in:after
{
	content:""
}
	#lg-actual-size
{
	font-size:20px
}
	#lg-actual-size:after
{
	content:""
}
	#lg-zoom-out
{
	opacity:.5;
	pointer-events:none
}
	#lg-zoom-out:after
{
	content:""
}
.lg-zoomed #lg-zoom-out
{
	opacity:1;
	pointer-events:auto
}
.lg-outer .lg-pager-outer
{
	bottom:60px;
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	z-index:1080;
	height:10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont
{
	overflow:visible
}
.lg-outer .lg-pager-cont
{
	cursor:pointer;
	display:inline-block;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	margin:0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont
{
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager
{
	-webkit-box-shadow:0 0 0 2px #fff inset;
	box-shadow:0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont
{
	background-color:#fff;
	color:#fff;
	bottom:100%;
	height:83px;
	left:0;
	margin-bottom:20px;
	margin-left:-60px;
	opacity:0;
	padding:5px;
	position:absolute;
	width:120px;
	border-radius:3px;
	-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;
	-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;
	transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;
	-o-transition:opacity .15s ease 0s,transform .15s ease 0s;
	transition:opacity .15s ease 0s,transform .15s ease 0s;
	transition:opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
	-webkit-transform:translate3d(0,5px,0);
	transform:translate3d(0,5px,0)
}
.lg-outer .lg-pager-thumb-cont img
{
	width:100%;
	height:100%
}
.lg-outer .lg-pager
{
	background-color:rgba(255,255,255,.5);
	border-radius:50%;
	-webkit-box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;
	box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;
	display:block;
	height:12px;
	-webkit-transition:box-shadow .3s ease 0s;
	-o-transition:box-shadow .3s ease 0s;
	-webkit-transition:-webkit-box-shadow .3s ease 0s;
	transition:-webkit-box-shadow .3s ease 0s;
	transition:box-shadow .3s ease 0s;
	transition:box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s;
	width:12px
}
.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover
{
	-webkit-box-shadow:0 0 0 8px #fff inset;
	box-shadow:0 0 0 8px #fff inset
}
.lg-outer .lg-caret
{
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px dashed;
	bottom:-10px;
	display:inline-block;
	height:0;
	left:50%;
	margin-left:-5px;
	position:absolute;
	vertical-align:middle;
	width:0
}
.lg-fullscreen:after
{
	content:""
}
.lg-fullscreen-on .lg-fullscreen:after
{
	content:""
}
.lg-outer #lg-dropdown-overlay
{
	background-color:rgba(0,0,0,.25);
	bottom:0;
	cursor:default;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:1081;
	opacity:0;
	visibility:hidden;
	-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;
	-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;
	transition:visibility 0s linear .18s,opacity .18s linear 0s
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown
{
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
	-ms-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1;
	visibility:visible
}
.lg-outer.lg-dropdown-active #lg-share
{
	color:#fff
}
.lg-outer .lg-dropdown
{
	background-color:#fff;
	border-radius:2px;
	font-size:14px;
	list-style-type:none;
	margin:0;
	padding:10px 0;
	position:absolute;
	right:0;
	text-align:left;
	top:50px;
	opacity:0;
	visibility:hidden;
	-ms-transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	transform:translate3d(0,5px,0);
	-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	-webkit-transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
	transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
	-o-transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s
}
.lg-outer .lg-dropdown:after
{
	content:"";
	display:block;
	height:0;
	width:0;
	position:absolute;
	border:8px solid transparent;
	border-bottom-color:#fff;
	right:16px;
	top:-16px
}
.lg-outer .lg-dropdown>li:last-child
{
	margin-bottom:0
}
.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a
{
	color:#333
}
.lg-outer .lg-dropdown a
{
	color:#333;
	display:block;
	white-space:pre;
	padding:4px 12px;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px
}
.lg-outer .lg-dropdown a:hover
{
	background-color:rgba(0,0,0,.07)
}
.lg-outer .lg-dropdown .lg-dropdown-text
{
	display:inline-block;
	line-height:1;
	margin-top:-3px;
	vertical-align:middle
}
.lg-outer .lg-dropdown .lg-icon
{
	color:#333;
	display:inline-block;
	float:none;
	font-size:20px;
	height:auto;
	line-height:1;
	margin-right:8px;
	padding:0;
	vertical-align:middle;
	width:auto
}
.lg-outer #lg-share
{
	position:relative
}
.lg-outer #lg-share:after
{
	content:""
}
.lg-outer #lg-share-facebook .lg-icon
{
	color:#3b5998
}
.lg-outer #lg-share-facebook .lg-icon:after
{
	content:""
}
.lg-outer #lg-share-twitter .lg-icon
{
	color:#00aced
}
.lg-outer #lg-share-twitter .lg-icon:after
{
	content:""
}
.lg-outer #lg-share-googleplus .lg-icon
{
	color:#dd4b39
}
.lg-outer #lg-share-googleplus .lg-icon:after
{
	content:""
}
.lg-outer #lg-share-pinterest .lg-icon
{
	color:#cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after
{
	content:""
}
.group:after,.group:before
{
	display:table;
	content:"";
	line-height:0
}
.group:after
{
	clear:both
}
.lg-outer
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1050;
	opacity:0;
	-webkit-transition:opacity .15s ease 0s;
	-o-transition:opacity .15s ease 0s;
	transition:opacity .15s ease 0s;
	pointer-events:none
}
.lg-outer *
{
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.lg-outer.lg-visible
{
	opacity:1;
	pointer-events:all
}
.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide
{
	-webkit-transition-duration:inherit!important;
	-o-transition-duration:inherit!important;
	transition-duration:inherit!important;
	-webkit-transition-timing-function:inherit!important;
	-o-transition-timing-function:inherit!important;
	transition-timing-function:inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide
{
	-webkit-transition-duration:0s!important;
	-o-transition-duration:0s!important;
	transition-duration:0s!important;
	opacity:1
}
.lg-outer.lg-grab img.lg-object
{
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}
.lg-outer.lg-grabbing img.lg-object
{
	cursor:move;
	cursor:-webkit-grabbing;
	cursor:-o-grabbing;
	cursor:-ms-grabbing;
	cursor:grabbing
}
.lg-outer .lg
{
	height:100%;
	width:100%;
	position:relative;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	max-height:100%
}
.lg-outer .lg-inner
{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap
}
.lg-outer .lg-item
{
	background:url(/files/design/icons/loading.gif) no-repeat scroll center center transparent;
	display:none!important
}
.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide
{
	display:inline-block!important
}
.lg-outer.lg-css .lg-current
{
	display:inline-block!important
}
.lg-outer .lg-img-wrap,.lg-outer .lg-item
{
	display:inline-block;
	text-align:center;
	position:absolute;
	width:100%;
	height:100%
}
.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before
{
	content:"";
	display:inline-block;
	height:50%;
	width:1px;
	margin-right:-1px
}
.lg-outer .lg-img-wrap
{
	position:absolute;
	padding:0 5px;
	left:0;
	right:0;
	top:0;
	bottom:0
}
.lg-outer .lg-item.lg-complete
{
	background-image:none
}
.lg-outer .lg-item.lg-current
{
	z-index:1060
}
.lg-outer .lg-image
{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
	width:auto!important;
	height:auto!important
}
.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play
{
	opacity:0;
	-webkit-transition:opacity .15s ease 0s;
	-o-transition:opacity .15s ease 0s;
	transition:opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play
{
	opacity:1
}
.lg-outer .lg-empty-html
{
	display:none
}
.lg-outer.lg-hide-download #lg-download
{
	display:none
}
.lg-backdrop
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1040;
	background-color:rgba(0,0,0,.9);
	opacity:0;
	-webkit-transition:opacity .15s ease 0s;
	-o-transition:opacity .15s ease 0s;
	transition:opacity .15s ease 0s;
	pointer-events:none
}
.lg-backdrop.in
{
	opacity:1
}
.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide
{
	-webkit-transition:none 0s ease 0s!important;
	-o-transition:none 0s ease 0s!important;
	transition:none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item
{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.lg-css3.lg-use-left .lg-item
{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.lg-css3.lg-fade .lg-item
{
	opacity:0
}
.lg-css3.lg-fade .lg-item.lg-current
{
	opacity:1
}
.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide
{
	-webkit-transition:opacity .1s ease 0s;
	-o-transition:opacity .1s ease 0s;
	transition:opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item
{
	opacity:0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide
{
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide
{
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current
{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide
{
	-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	-webkit-transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	-o-transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item
{
	opacity:0;
	position:absolute;
	left:0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide
{
	left:-100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide
{
	left:100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current
{
	left:0;
	opacity:1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide
{
	-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}
.popup
{
	-webkit-overflow-scrolling:touch;
	z-index:100;
	padding:30px 10px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:visibility .8s ease 0s;
	-o-transition:visibility .8s ease 0s;
	transition:visibility .8s ease 0s;
	visibility:hidden
}
.popup::before
{
	content:"";
	background-color:rgba(0,0,0,.9);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition:opacity .8s ease 0s;
	-o-transition:opacity .8s ease 0s;
	transition:opacity .8s ease 0s
}
.popup.show
{
	visibility:visible;
	overflow:auto
}
.popup.show::before
{
	opacity:1
}
.popup.show .popup__body
{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.popup._active
{
	overflow:auto;
	visibility:visible
}
.popup._active::before
{
	opacity:1
}
.popup._active .popup__body
{
	-webkit-transition:all .3s ease .2s;
	-o-transition:all .3s ease .2s;
	transition:all .3s ease .2s;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.popup__content
{
	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;
	min-height:100%;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	width:100%;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	align-items:center
}
.popup__body
{
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	background-color:#fff;
	padding:50px;
	width:100%;
	max-width:800px
}
.popup__close
{
	width:15px;
	height:15px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	z-index:30;
	background:url(/files/design/icons/close.svg) 0 0 no-repeat
}
.header._scroll .header__wrapper
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:5
}
.header .cart-header-pc
{
	display:none;
	position:fixed;
	bottom:20px;
	right:30px;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	top:auto;
	z-index:5;
	background-color:#f17900;
	width:74px;
	height:74px;
	-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%
}
.header .cart-header-pc__image
{
	max-width:100%
}
.header .cart-header-pc__value
{
	position:absolute;
	top:-10px;
	right:-14px;
	width:37px;
	height:37px;
	background-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;
	border-radius:50%;
	color:#000;
	font-size:16px;
	font-weight:700
}
.header-top
{
	padding:22px 0 17px;
	background:#fff
}
.header-top__container
{
	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
}
.header-top__menu
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.menu-header__list
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.menu-header__item
{
	position:relative
}
.menu-header__item::after
{
	content:"";
	width:0;
	height:5px;
	background-color:transparent;
	position:absolute;
	top:-34px;
	left:0;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	max-width:100%
}
.menu-header__item:not(:last-child)
{
	margin-right:25px
}
.menu-header__item::before
{
	content:"";
	width:100%;
	height:25px;
	position:absolute;
	top:100%;
	left:0;
	cursor:pointer
}
.menu-header__link
{
	color:#000;
	font-size:15px;
	font-weight:500;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.menu-header__subitem
{
	display:block;
	position:absolute;
	z-index:5;
	top:calc(100% + 17px);
	left:0;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	-webkit-transform:translateY(10px);
	-ms-transform:translateY(10px);
	transform:translateY(10px);
	background-color:#e0e0e0;
	border-top:2px solid #f17900;
	width:320px;
	padding:40px 0 40px 30px
}
.menu-header__sub-item:hover .menu-header__sublink
{
	color:#f07900
}
.menu-header__sub-item:hover .menu-header__sublink._have-submenu::after
{
	content:url(/files/design/icon/arrow-submenu-active.png)
}
.menu-header__sub-item:hover .menu-header__subsubmenu
{
	left:100%;
	opacity:1;
	visibility:visible;
	pointer-events:all
}
.menu-header__sublink
{
	color:#000;
	font-size:14px;
	font-weight:400;
	line-height:35px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-right:30px
}
.menu-header__sublink._have-submenu::after
{
	content:url(/files/design/icon/arrow-submenu.png);
	margin-left:10px
}
.menu-header__subsubmenu
{
	height:calc(100% + 2px);
	width:320px;
	position:absolute;
	left:100%;
	top:-2px;
	background-color:#eee;
	padding:40px 30px;
	border-top:2px solid #eee;
	overflow-y:auto;
	opacity:1;
	visibility:hidden;
	pointer-events:none
}
.menu-header__subsublink
{
	color:#000;
	font-size:14px;
	font-weight:400;
	line-height:35px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.menu-header__subsublink:hover
{
	color:#f07900
}
.actions-header
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.actions-header__phone
{
	border-right:1px solid #f17900;
	padding:2px 19px 2px 0
}
.actions-header__item:not(:last-child)
{
	margin-bottom:3px
}
.actions-header__link
{
	color:#000;
	font-size:16px;
	font-weight:700;
	text-align:left;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.actions-header__log
{
	padding-left:20px
}
.actions-header__log-in
{
	color:#000;
	font-size:16px;
	font-weight:500;
	text-align:left;
	text-decoration:underline;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.actions-header__log-in::before
{
	content:url(/files/design/icon/login.png);
	margin-right:9px;
	height:21px;
	width:21px
}
.header-down
{
	background-color:#f1f1f1;
	position:relative;
	z-index:3;
	border-top:1px solid #d7d7d7
}
.header-down::after
{
	content:"";
	width:150px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#f8f8f8
}
.header-down__container
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	z-index:1;
	padding:17px 15px 17px
}
._no-webp .header-down__container::before
{
	background:url(/files/design/icon/water-header.png) center center/cover no-repeat
}
.header-down__container::before
{
	content:"";
	position:absolute;
	width:352px;
	height:100%;
	top:0;
	right:calc(100% - 90px);
	pointer-events:none
}
.header-down__logo
{
	display:block
}
.header-down__logo img
{
	width:100%;
	max-width:100%
}
.header-down__form
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin:0 52px 0 62px
}
.header-down__open-search
{
	display:none
}
.form-header
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:15px 30px;
	background:#fff;
	border-radius:30px
}
.form-header__input
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
	color:#737373;
	font-size:15px;
	font-weight:400
}
.form-header__btn
{
	-webkit-box-ordinal-group:4;
	-ms-flex-order:3;
	order:3;
	background:0 0;
	margin-left:35px
}
.form-header .select_form-header__select
{
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
	margin-left:20px;
	border-left:1px solid #cacaca
}
.form-header .select_form-header__select .select__options
{
	max-width:320px
}
.form-header .select_form-header__select .select__option
{
	background:#e0e0e0;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	width:100%;
	white-space:nowrap;
	line-height:30px
}
.lang-header
{
	position:relative
}
.lang-header__title
{
	color:#000;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	text-transform:uppercase;
	cursor:pointer
}
._no-webp .lang-header__title::after
{
	background:url(/files/design/icon/arrow-down.png) center/100% no-repeat
}
.lang-header__title::after
{
	content:"";
	display:inline-block;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	min-width:11px;
	height:7px;
	margin-left:8px
}
.lang-header__title._active::after
{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.lang-header__list
{
	position:absolute;
	top:100%;
	left:0;
	display:none;
	background:#e0e0e0
}
.lang-header__list._active
{
	display:block
}
.lang-header__item
{
	cursor:pointer;
	color:#000;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	text-transform:uppercase;
	padding:4px 8px
}
.lang-header__item a
{
	color:inherit
}
.header-down-actions
{
	position:relative;
	margin-left:54px;
	z-index:20
}
.consultation-header__body
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.consultation-header__image
{
	margin-right:20px
}
.consultation-header__text
{
	color:#000;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	text-align:left;
	text-transform:uppercase
}
.cart-header-top
{
	background-color:#f17900;
	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%;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	right:-126px;
	height:74px;
	width:74px
}
.cart-header__image
{
	max-width:100%
}
.cart-header__value
{
	position:absolute;
	top:-10px;
	right:-14px;
	width:37px;
	height:37px;
	background-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;
	border-radius:50%;
	color:#000;
	font-size:16px;
	font-weight:700
}
.header-top__icon
{
	display:none
}
.header-down .icon-menu
{
	margin-left:20px
}
.icon-menu
{
	display:none
}
.footer
{
	overflow:hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
.footer__content
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.footer__top
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	background-color:#090a05
}
.footer__bottom
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	background-color:#262626
}
.footer__map
{
	border-left:15px solid #f17900;
	padding:0 0 45.5% 0;
	position:relative
}
.footer__map iframe
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-o-object-fit:cover;
	object-fit:cover
}
.top-footer .footer__body
{
	padding:90px 60px 95px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.top-footer__title
{
	color:#f17900;
	font-size:15px;
	font-weight:500;
	text-align:left;
	text-transform:uppercase
}
.top-footer__content
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:55px
}
.top-footer__sub-column+.top-footer__sub-column
{
	margin-left:75px
}
.top-footer__link
{
	color:#bdbdbd;
	font-size:15px;
	font-weight:400;
	line-height:35px;
	text-align:left;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.top-footer__list-phone
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.top-footer__list-phone li
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.top-footer__list-phone li:not(:last-child)::after
{
	content:"/";
	margin:0 15px;
	color:#f17900;
	font-weight:600;
	font-size:20px
}
.top-footer__list-phone a
{
	color:#fff;
	font-size:20px;
	font-weight:600;
	line-height:25px
}
.top-footer address
{
	color:#d0d4de;
	font-family:"Segoe UI";
	font-size:15px;
	font-weight:400;
	text-align:left;
	line-height:25px;
	max-width:186px;
	margin-top:45px;
	margin-bottom:20px
}
.top-footer__web
{
	color:#fff;
	font-family:"Segoe UI";
	font-size:15px;
	font-weight:400;
	text-align:left;
	line-height:25px;
	text-decoration:underline
}
.bottom-footer .footer__body
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-line-pack:center;
	align-content:center;
	padding:35px 74px 35px 0
}
.bottom-footer__copy
{
	color:#b1b1b1;
	font-size:13px;
	font-weight:300;
	line-height:17px;
	text-align:right
}
.bottom-footer__dev
{
	color:#b1b1b1;
	font-size:13px;
	font-weight:300;
	line-height:17px;
	text-align:left
}
.social-bottom
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.social-bottom__item:not(:last-child)
{
	margin-right:10px
}
.social-bottom__link
{
	height:42px;
	width:42px;
	background:0 0;
	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%;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.payment-bottom
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.payment-bottom__item
{
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%)
}
.payment-bottom__item:not(:last-child)
{
	margin-right:10px
}
.sundry
{
	padding:47px 0 95px
}
.sundry__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
}
.sundry__catalog
{
	-webkit-box-flex:0;
	-ms-flex:0 0 257px;
	flex:0 0 257px
}
.sundry__slider
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin-left:73px;
	position:relative
}
.sundry__slider::after
{
	content:url(/files/design/shadow/shadow-slider-main.png);
	position:absolute;
	top:100%;
	left:0;
	z-index:1
}
.catalog-sundry__item
{
	padding:17px 0;
	color:#000;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	position:relative;
	padding-left:0
}
.catalog-sundry__item:not(:last-child)::after
{
	content:"";
	width:100px;
	height:1px;
	background:#e7e5e5;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.catalog-sundry__link
{
	display:block;
	color:inherit;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	font-size:16px;
	font-weight:500;
	text-align:left;
	line-height:20px
}
.slider-sundry
{
	overflow:hidden;
	position:relative
}
.slider-sundry__slider
{
	min-width:0
}
.slider-sundry .swiper-wrapper
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	min-width:0
}
.slider-sundry__item
{
	position:relative
}
.slider-sundry__image
{
	position:relative;
	overflow:hidden
}
.slider-sundry__image::after
{
	content:"";
	width:50px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,.7)
}
.slider-sundry__image::before
{
	content:"";
	width:70px;
	height:100%;
	position:absolute;
	top:0;
	left:50px;
	background:rgba(255,255,255,.35)
}
.slider-sundry__content
{
	position:absolute;
	top:80px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	max-width:520px;
	width:100%
}
.slider-sundry__title
{
	text-shadow:0 0 52px rgba(0,0,0,.63);
	color:#fff;
	font-size:35px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:34px
}
.slider-sundry__more
{
	border-radius:0 25px 25px 26px;
	background-color:#f17900;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	padding:20px 33px 17px 29px
}
.slider-sundry__pagination
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:absolute;
	bottom:18px;
	right:13px;
	background:rgba(0,0,0,.7);
	padding:0 24px;
	height:35px;
	border-radius:18px
}
.slider-sundry__pagination .swiper-pagination-bullet
{
	width:6px;
	height:6px;
	background:#fff;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.slider-sundry__pagination .swiper-pagination-bullet:not(:last-child)
{
	margin-right:32px
}
.slider-sundry__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	height:10px;
	width:10px;
	background:#f17900
}
.catalog
{
	padding-bottom:100px
}
.catalog__container
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.catalog__board
{
	-webkit-box-flex:0;
	-ms-flex:0 0 550px;
	flex:0 0 550px
}
.catalog__content
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin-left:62px
}
.board-catalog__row
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px
}
.board-catalog__row:not(:last-child)
{
	margin-bottom:20px
}
.board-catalog__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	position:relative
}
.board-catalog__item:hover .board-catalog__body::after
{
	top:0
}
.board-catalog__item:hover .board-catalog__body img
{
	left:29px;
	-webkit-transition:all .3s ease .2s;
	-o-transition:all .3s ease .2s;
	transition:all .3s ease .2s
}
.board-catalog__item:hover .board-catalog__title
{
	bottom:66px
}
.board-catalog__image
{
	width:100%
}
.board-catalog__image img
{
	width:100%;
	max-width:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.board-catalog__body
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%);
	background-image:linear-gradient(to top,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%);
	z-index:1;
	overflow:hidden
}
.board-catalog__body::after
{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:100%;
	left:0;
	background-color:#f17900;
	opacity:.6;
	z-index:0;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.board-catalog__body img
{
	position:absolute;
	z-index:1;
	bottom:31px;
	left:-40px
}
.board-catalog__title
{
	position:absolute;
	bottom:27px;
	left:29px;
	color:#fff;
	font-size:17px;
	font-weight:700;
	line-height:22px;
	text-transform:uppercase;
	z-index:1;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.board-catalog-small-item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(43.64% - 10px);
	flex:0 0 calc(43.64% - 10px)
}
.board-catalog-big-item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(56.36% - 10px);
	flex:0 0 calc(56.36% - 10px)
}
.content-catalog__body
{
	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:start;
	-ms-flex-align:start;
	align-items:flex-start
}
.content-catalog__title
{
	color:#000;
	font-size:34px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.content-catalog__subtitle
{
	color:#f07900;
	font-size:25px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.content-catalog__subtitle::after
{
	content:url(/files/design/icon/flag.png);
	margin-left:16px
}
.content-catalog__text
{
	margin:30px 0 40px
}
.content-catalog__text p
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.content-catalog__text p:not(:last-child)
{
	margin-bottom:30px
}
.content-catalog__text p span
{
	font-weight:700
}
.content-catalog__more
{
	color:#f07900;
	font-size:15px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-item-align:start;
	align-self:flex-start
}
.content-catalog__more::after
{
	content:url(/files/design/icon/arrow-right.png);
	margin-left:30px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.review
{
	overflow:hidden;
	padding-bottom:121px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.review__image
{
	position:relative;
	position:relative;
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(((100vw - 40px) * .35) + 20px);
	flex:0 0 calc(((100vw - 40px) * .35) + 20px);
	padding:0 0 30.706% 0;
	z-index:1
}
.review__image::after
{
	content:url(/files/design/shadow/review-right.png);
	position:absolute;
	bottom:0;
	right:-69px
}
.review__image img
{
	max-width:100%;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-o-object-fit:cover;
	object-fit:cover
}
.review__image-title
{
	position:absolute;
	top:81px;
	right:-31px;
	background-color:#f17900;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	text-align:right;
	padding:23px 31px 15px 59px
}
.review__image-title::after
{
	content:"";
	width:0;
	height:0;
	border-top:31px solid #6a3500;
	border-right:31px solid transparent;
	position:absolute;
	top:100%;
	right:0
}
.review__image-title h2
{
	color:#fff;
	font-size:30px;
	font-weight:700;
	line-height:35px;
	text-align:right;
	text-transform:uppercase
}
.review__content
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.review__container
{
	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;
	background-color:#f1f1f1;
	padding-right:0
}
.review__body
{
	padding:61px 60px 70px 50px;
	width:100%;
	position:relative
}
.review__body::after
{
	content:url(/files/design/shadow/shadow-slider-main.png);
	position:absolute;
	left:0;
	top:100%
}
.review__pagging
{
	width:150px;
	background:#fff;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	padding-left:34px
}
.review__pagging img
{
	cursor:pointer
}
.slider-review
{
	min-width:0;
	overflow:hidden;
	padding:30px 0 0 30px
}
.slider-review .swiper-wrapper
{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	min-width:0
}
.slider-review__item
{
	width:100%
}
.slider-review__body
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.slider-review__img
{
	display:inline-block
}
.slider-review__img img
{
	-webkit-box-shadow:6px 10px 35px rgba(0,0,0,.22);
	box-shadow:6px 10px 35px rgba(0,0,0,.22)
}
.slider-review__zoom-container
{
	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;
	text-align:center;
	-webkit-transform:translateY(-8px);
	-ms-transform:translateY(-8px);
	transform:translateY(-8px)
}
.slider-review__zoom-img
{
	background-color:#f17900;
	height:26px;
	width:26px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:8px;
	padding-top:7px;
	border-radius:50%;
	cursor:pointer;
	margin-bottom:8px
}
.slider-review__zoom-title
{
	color:#6b6b6b;
	font-size:11px;
	font-weight:400;
	line-height:13px;
	text-align:center;
	text-transform:uppercase
}
.slider-review__content
{
	margin-left:38px
}
.slider-review-content__name
{
	color:#000;
	font-size:25px;
	font-weight:700;
	line-height:22px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:10px
}
.slider-review-content__work
{
	color:#000;
	font-size:15px;
	font-weight:400;
	line-height:22px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:35px
}
.slider-review-content__text
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left;
	margin-bottom:35px
}
.slider-review-content__more
{
	color:#f07900;
	font-size:15px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.slider-review-content__more::after
{
	content:url(/files/design/icon/arrow-right.png);
	margin-left:29px
}
.popular
{
	padding-bottom:120px
}
.popular__title
{
	color:#000;
	font-size:35px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.popular__body
{
	margin-top:35px;
	min-width:0;
	overflow:hidden;
	margin-bottom:70px
}
.popular__body .swiper-wrapper
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	min-width:0
}
.popular__pagination
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.popular__pagination .swiper-pagination-bullet
{
	-webkit-box-flex:0;
	-ms-flex:0 0 6px;
	flex:0 0 6px;
	height:6px;
	border-radius:50%;
	background-color:silver;
	cursor:pointer
}
.popular__pagination .swiper-pagination-bullet:not(:last-child)
{
	margin-right:32px
}
.popular__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	-webkit-box-flex:0;
	-ms-flex:0 0 10px;
	flex:0 0 10px;
	height:10px;
	background-color:#f17900
}
.item-popular
{
	-webkit-box-flex:0;
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	padding:30px 20px 20px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	border-radius:5px;
	background:#fff;
	position:relative
}
.item-popular__head
{
	width: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;
	min-height:200px;
	border-bottom:1px solid #f1f1f1;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	background:#fff
}
.item-popular__body
{
	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:start;
	-ms-flex-align:start;
	align-items:flex-start;
	padding:30px 10px 0
}
.item-popular__name
{
	color:#000;
	font-size:15px;
	font-weight:700;
	line-height:25px;
	text-align:left;
	text-transform:uppercase;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	max-height:75px;
	min-height:75px
}
.item-popular__description
{
	color:#4c4c4c;
	font-size:15px;
	font-weight:400;
	line-height:27px;
	text-align:left;
	margin-bottom:10px;
	transition:all .3s ease 0s
}
.item-popular__real-price
{
	color:#f07900;
	font-size:25px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.media
{
	padding-bottom:95px
}
.media__container
{
	max-width:100%;
	width:100%;
	padding:0
}
.media__content
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.media__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 20%;
	flex:0 0 20%
}
.media__image
{
	width:100%;
	position:relative;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.media__image::after
{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.3);
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.media__image img
{
	width:100%;
	max-width:100%;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.media__text
{
	height:100%;
	width:100%;
	background-color:#f17900;
	padding:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	max-width:100%
}
.media__title
{
	color:#fff;
	font-size:24px;
	font-weight:700;
	line-height:22px;
	text-align:left;
	text-transform:uppercase
}
.media__discription
{
	color:#e6cdb3;
	font-size:15px;
	font-weight:400;
	line-height:23px;
	text-align:left;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin:15px 0 0
}
.media__more
{
	color:#fff;
	font-size:15px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.media__more::after
{
	content:url(/files/design/icon/arrow-right-white.png);
	margin-left:18px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.stock
{
	padding-bottom:85px
}
.stock__head
{
	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
}
.stock__title h2
{
	color:#000;
	font-size:35px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.stock__title h2 span
{
	font-weight:300
}
.stock__more a
{
	padding:20px 21px;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	border-radius:0 25px 25px;
	background-color:#f17900;
	display:inline-block
}
.stock__content
{
	margin-top:45px
}
.stock__mobile-more
{
	display:none
}
.content-stock
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-column-gap:65px;
	-moz-column-gap:65px;
	column-gap:65px
}
.content-stock__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 130px)/ 3);
	flex:0 0 calc((100% - 130px)/ 3)
}
.content-stock__head
{
	width:100%
}
.content-stock__head img
{
	width:100%;
	max-width:100%
}
.content-stock__body
{
	padding:30px;
	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:start;
	-ms-flex-align:start;
	align-items:flex-start
}
.content-stock__name
{
	color:#000;
	font-size:15px;
	font-weight:700;
	line-height:25px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:10px
}
.content-stock__description
{
	color:#4c4c4c;
	font-size:15px;
	font-weight:400;
	line-height:27px;
	text-align:left;
	margin-bottom:15px
}
.content-stock__more
{
	color:#f07900;
	font-size:15px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.content-stock__more::after
{
	content:url(/files/design/icon/arrow-right.png);
	margin-left:20px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.mini-catalog
{
	padding:60px 0 50px;
	background-color:#f1f1f1;
	position:relative
}
.mini-catalog::after
{
	content:"Оборудование";
	color:#fff;
	font-family:Ubuntu;
	font-size:170px;
	font-weight:500;
	line-height:.65;
	text-transform:uppercase;
	position:absolute;
	top:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:0
}
.mini-catalog__container
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	row-gap:30px;
	-webkit-column-gap:55px;
	-moz-column-gap:55px;
	column-gap:55px;
	position:relative;
	z-index:1
}
.mini-catalog__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	text-align:center
}
.mini-catalog__wrapper
{
	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
}
.mini-catalog__image
{
	margin-bottom:20px;
	border-radius:5px;
	overflow:hidden
}
.mini-catalog__title
{
	font-family:Ubuntu;
	color:#000;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	text-align:center;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.page
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.page
{
	position:relative;
	overflow:hidden
}
.page::after
{
	content:url(/files/design/icon/page-water-01.png);
	position:fixed;
	top:70px;
	right:0;
	-webkit-transform:translateX(50%);
	-ms-transform:translateX(50%);
	transform:translateX(50%);
	z-index:-1
}
.page::before
{
	content:url(/files/design/icon/page-water-02.png);
	position:absolute;
	top:1846px;
	left:-300px;
	z-index:-1
}
.info-page
{
	padding:40px 0
}
.info-page.products-info
{
	padding:40px 0 15px
}
.info-page.products-info .info-page__title
{
	font-size:33px;
	line-height:43px
}
.info-page.card-info .info-page__title
{
	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
}
.info-page.card-info .info-page__status
{
	color:#7ccd00;
	font-size:12px;
	font-weight:400;
	line-height:normal;
	text-align:left;
	text-transform:uppercase
}
.info-page.card-info .info-page__status p
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.info-page.card-info .info-page__status p::before
{
	content:url(/files/design/icon/status.png);
	margin-right:10px
}
.info-page__title
{
	color:#000;
	font-size:35px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.info-page__title .navigation-gallery__link
{
	padding:0
}
.info-page__title .navigation-gallery__item:not(:last-child)
{
	margin-right:30px
}
.info-page__title .navigation-gallery__link
{
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.info-page__title._space
{
	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
}
.info-page__title span
{
	font-weight:300
}
.breadcrums {
	white-space: nowrap;
	overflow-x: auto;
}

.breadcrums__list
{
	display:-webkit-box;
	display:-ms-flexbox;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.breadcrums__item
{
	color:#f29e4b;
	font-size:13px;
	font-weight:400;
	line-height:45px;
	text-align:left;
	text-transform:uppercase;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.breadcrums__item+.breadcrums__item::before
{
	content:"/";
	margin:0 10px;
	color:#828282;
	font-size:13px;
	font-weight:400
}
.breadcrums__item:last-child
{
	color:#000
}
.breadcrums__link
{
	color:inherit
}
.about__main
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.about__text
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400
}
.about__text picture
{
	overflow:hidden;
	max-height:100%
}
.about__text img
{
	float:right;
	margin-left:100px
}
.about__text li,.about__text p,.about__text ul
{
	font-weight:400;
	text-align:left
}
.about__text ul li
{
	list-style:disc;
	margin-bottom:10px
}
.about__text ul
{
	padding-left:25px;
	list-style:disc;
	font-size:16px;
	line-height:27px
}
.about__text p
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.about__text p:not(:last-child)
{
	margin-bottom:20px
}
.about__text p span
{
	font-weight:700
}
.about__subtext
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left;
	margin-top:40px
}
.team
{
	padding:70px 0 60px;
	overflow:hidden
}
.team__head-title
{
	color:#000;
	font-size:27px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:15px
}
.team__head-subtitle
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.team__slider
{
	margin-top:47px;
	min-width:0;
	overflow:hidden;
	margin-bottom:65px
}
.team__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	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;
	min-width:0
}
.team__dots
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.team__dots .swiper-pagination-bullet
{
	-webkit-box-flex:0;
	-ms-flex:0 0 6px;
	flex:0 0 6px;
	height:6px;
	border-radius:3px;
	background:#262626;
	margin:0 15px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	cursor:pointer
}
.team__dots .swiper-pagination-bullet-active
{
	-webkit-box-flex:0;
	-ms-flex:0 0 18px;
	flex:0 0 18px;
	background-color:#f17900
}
.team .swiper-wrapper
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	min-width:0;
	position:relative
}
.item-piple__image
{
	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
}
.item-piple__description
{
	text-align:center;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin-top:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.item-piple__name
{
	color:#000;
	font-size:17px;
	font-family:"Segoe UI";
	font-size:17px;
	line-height:25px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	max-width:200px;
	margin:0 auto;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.item-piple__subtext
{
	color:#424242;
	font-family:"Segoe UI";
	font-size:14px;
	font-size:14px;
	line-height:25px;
	margin-top:22px;
	font-weight:400;
	text-align:center
}
.partners
{
	padding:0 0 70px
}
.partners__head-title
{
	color:#000;
	font-size:27px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:15px
}
.partners__slider
{
	margin-top:50px;
	margin-bottom:60px;
	overflow:hidden
}
.partners__item
{
	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;
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(100% / 5);
	flex:0 0 calc(100% / 5)
}
.partners__item img
{
	max-width:100%
}
.partners__dots
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.partners__dots .swiper-pagination-bullet
{
	-webkit-box-flex:0;
	-ms-flex:0 0 6px;
	flex:0 0 6px;
	height:6px;
	border-radius:3px;
	background:#262626;
	margin:0 15px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	cursor:pointer
}
.partners__dots .swiper-pagination-bullet-active
{
	-webkit-box-flex:0;
	-ms-flex:0 0 18px;
	flex:0 0 18px;
	background-color:#f17900
}
.partners .swiper-wrapper
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	min-width:0;
	position:relative
}
.partners .swiper-container-initialized .swiper-slide
{
	-ms-flex-negative:0;
	flex-shrink:0
}
.sale
{
	padding-bottom:78px
}
.sale__content
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-column-gap:64px;
	-moz-column-gap:64px;
	column-gap:64px;
	row-gap:20px;
	width:100%
}
.sale__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 128px)/ 3);
	flex:0 0 calc((100% - 128px)/ 3)
}
.sale__head
{
	position:relative;
	overflow:hidden
}
.sale__head:hover .sale__image
{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1)
}
.sale__image
{
	width:100%;
	max-width:100%;
	-webkit-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
	display:block
}
.sale__image img
{
	width:100%;
	max-width:100%
}
.sale__sales
{
	position:absolute;
	top:20px;
	right:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.sale__body
{
	padding:30px;
	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:start;
	-ms-flex-align:start;
	align-items:flex-start
}
.sale__name
{
	color:#000;
	font-size:15px;
	font-weight:700;
	line-height:25px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:10px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.sale__description
{
	color:#4c4c4c;
	font-size:15px;
	font-weight:400;
	line-height:27px;
	text-align:left;
	margin-bottom:15px
}
.sale__more
{
	color:#f07900;
	font-size:15px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.sale__more::after
{
	content:url(/files/design/icon/arrow-right.png);
	margin-left:20px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.sale__pagination
{
	padding-top:25px
}
.sale-stock__item
{
	width:87px;
	height:30px;
	border-radius:0 15px 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;
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase
}
.sale-stock__item.sale-stock-new
{
	background-color:#d64444
}
.sale-stock__item.sale-stock-stock
{
	background-color:#f17900
}
.sale-stock__item+.sale-stock__item
{
	margin-top:10px
}
.pagination__list
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.pagination__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50px;
	flex:0 0 50px;
	height:50px;
	border-radius:0 25px 25px;
	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:0 0
}
.pagination__item._active
{
	background-color:#f17900
}
.pagination__item._active .pagination__link
{
	color:#fff
}
.pagination__link
{
	color:#000;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.equipment
{
	padding-bottom:100px
}
.equipment__text
{
	margin-bottom:45px
}
.equipment__text p
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.equipment-content
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.equipment-content .board-catalog__item
{
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.equipment-content .board-catalog__item:hover
{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1)
}
.equipment-content .board-catalog__image
{
	width:100%;
	position:relative;
	height:200px
}
.equipment-content .board-catalog__image img
{
	position:absolute;
	top:0;
	left:0;
	-o-object-fit:cover;
	object-fit:cover;
	width:100%;
	height:100%
}
.equipment-content__multu
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.equipment-content__big
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(37% + 20px);
	flex:0 0 calc(37% + 20px);
	margin-left:20px
}
.equipment-content__big .board-catalog__item
{
	width:100%;
	height:100%
}
.equipment-content__big .board-catalog__image
{
	height:100%
}
.products
{
	padding-bottom:70px
}
.products+.about
{
	margin-top:-70px
}
.products__head
{
	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;
	margin-bottom:30px
}
.filter-products
{
	position:relative;
	z-index:2
}
.filter-products._active::after
{
	content:"";
	width:calc(100% + 2px);
	height:calc(100% + 2px);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:#e0e0e0;
	border-radius:50%;
	border:2px solid #f17900;
	display:inline-block
}
.filter-products._active::before
{
	content:"";
	width:calc(100% + 2px);
	height:calc(50% + 2px);
	position:absolute;
	top:calc(50% + 2px);
	left:0;
	background-color:#e0e0e0;
	z-index:2;
	border-bottom-left-radius:42px;
	border-bottom-right-radius:42px
}
.filter-products._active .filter-products__image
{
	background-color:#11120d
}
.filter-products._active .filter-products__body
{
	display:block
}
.filter-products__head
{
	padding:15px;
	position:relative;
	z-index:2;
	border-radius:50%;
	cursor:pointer
}
.filter-products__image
{
	height:60px;
	width:60px;
	border-radius:50%;
	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:#f19436
}
.filter-products__image picture
{
	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
}
.filter-products__body
{
	display:none;
	position:absolute;
	top:50%;
	left:0;
	max-height:80vh;
	overflow-y:auto;
	border-radius:0 0 10px 10px;
	background-color:#e0e0e0;
	width:312px;
	border-top:2px solid #f19436;
	padding:20px 40px 50px
}
.filter-products__body::-webkit-scrollbar
{
	width:2px
}
.filter-products__body::-webkit-scrollbar-thumb
{
	background-color:#f19436;
	border-radius:2px
}
.filter-products__form
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.filter-products__item
{
	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:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:25px 0;
	border-bottom:1px solid #fff
}
.filter-products__title
{
	color:#081225;
	font-family:Ubuntu;
	font-size:16px;
	font-weight:700;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	text-transform:uppercase;
	cursor:pointer
}
.filter-products__title::after
{
	content:url(/files/design/icon/arrow-down-filter.png);
	margin-left:15px
}
.filter-products__content
{
	margin-top:18px;
	display:none
}
.filter-products__checkbox
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#313236;
	font-size:15px;
	font-weight:400;
	line-height:30px;
	position:relative;
	display:flex;
	align-items:center;
	cursor:pointer
}
.filter-products__checkbox._active::after
{
	content:url(/files/design/icon/accept-filter.png);
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	left:3px
}
.filter-products__checkbox::before
{
	content:"";
	-webkit-box-flex:0;
	-ms-flex:0 0 15px;
	flex:0 0 15px;
	display:inline-block;
	width:15px;
	height:15px;
	border:1px solid #909090;
	background-color:#e7edf0;
	opacity:.4;
	margin-right:11px
}
.filter-products__input
{
	display:none
}
.filter-products__input:checked+.filter-products__label::after
{
	content:url(/files/design/icon/accept-filter.png);
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	left:3px
}
.filter-products__label
{
	color:#313236;
	font-size:15px;
	font-weight:400;
	line-height:30px;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	cursor:pointer
}
.filter-products__label::before
{
	content:"";
	-webkit-box-flex:0;
	-ms-flex:0 0 15px;
	flex:0 0 15px;
	display:inline-block;
	width:15px;
	height:15px;
	border:1px solid #909090;
	background-color:#e7edf0;
	opacity:.4;
	margin-right:11px
}
.filter-products__button-cnt
{
	padding-top:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.filter-products__button
{
	color:#fff;
	font-size:15px;
	font-weight:400;
	line-height:normal;
	text-align:left;
	text-transform:uppercase;
	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:50px
}
.filter-products__button.filter-products__button__submit
{
	background-color:#f17900;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.filter-products__button.filter-products__button__reset
{
	background-color:#fff;
	-webkit-box-flex:0;
	-ms-flex:0 0 50px;
	flex:0 0 50px
}
.products-head-pagination__list
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.products-head-pagination__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50px;
	flex:0 0 50px;
	height:50px;
	border-radius:0 25px 25px;
	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:0 0
}
.products-head-pagination__item._active
{
	background-color:#f17900
}
.products-head-pagination__item._active .products-head-pagination__link
{
	color:#fff
}
.products-head-pagination__link
{
	color:#000;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.content-products
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-bottom:30px
}
.content-products__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	padding:30px 20px 20px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	border-radius:5px;
	background:#fff;
	position:relative
}
.content-products__head
{
	width: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;
	min-height:200px;
	border-bottom:1px solid #f1f1f1;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	background:#fff
}
.content-products__body
{
	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:start;
	-ms-flex-align:start;
	align-items:flex-start;
	padding:30px 10px 0
}
.content-products__name
{
	color:#000;
	font-size:15px;
	font-weight:700;
	line-height:25px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:10px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	max-height:50px;
	min-height:50px;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.content-products__description
{
	color:#4c4c4c;
	font-size:15px;
	font-weight:400;
	line-height:27px;
	text-align:left;
	margin-bottom:20px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.content-products__real-price
{
	color:#f07900;
	font-size:25px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.card
{
	padding-bottom:95px
}
.card__container
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.card__sliders
{
	-webkit-box-flex:0;
	-ms-flex:0 0 45.6%;
	flex:0 0 45.6%;
	margin-right:40px;
	overflow:hidden
}
.card__content
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding-top:10px
}
.sliders-card
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.sliders-card__main
{
	max-width:100%
}
.sliders-card__thrumbs
{
	max-width:100%
}
.main-card-slider
{
	min-width:0
}
.main-card-slider .swiper-wrapper
{
	min-width:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.main-card-slider__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	height:100%
}
.main-card-slider__image
{
	width:100%
}
.thrumbs-card-slider
{
	min-width:0;
	margin-top:30px
}
.thrumbs-card-slider .swiper-wrapper
{
	min-width:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px
}
.thrumbs-card-slider__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 60px)/ 4);
	flex:0 0 calc((100% - 60px)/ 4);
	padding-top:10px;
	border-top:1px solid transparent;
	cursor:pointer;
	position:relative
}
.thrumbs-card-slider__item::after
{
	content:"";
	width:100%;
	height:calc(100% - 10px);
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(230,230,230,.6)
}
.thrumbs-card-slider__item.swiper-slide-thumb-active
{
	border-top:1px solid #f17900
}
.thrumbs-card-slider__item.swiper-slide-thumb-active::after
{
	background:0 0
}
.thrumbs-card-slider__image
{
	max-width:100%;
	width:100%
}
.content-card__row:not(:last-child)
{
	border-bottom:1px solid #e2e3e5
}
.price-info
{
	padding:30px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.price-info__price
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	color:#f17900;
	font-size:35px;
	font-weight:700;
	line-height:30px;
	text-align:left;
	position:relative
}
.price-info__price>p>span
{
	font-size:25px
}
.price-info__value
{
	margin:0 auto
}
.price-info__buy
{
	margin-right:10px
}
.price-info__buy span {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 25px 25px 26px;
  background-color: #f17900;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.price-info__buy span::hover{
  content: url(/files/design/icon/small-arrow-right-white.png);
  margin-left: 10px;
}
.price-info__credit
{
	border-radius:0 25px 25px 26px;
	border:1px solid #f17900;
	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
}
.price-info__credit-link
{
	padding:0 13px
}
.prices-info-price
{
	line-height:normal;
	max-width:100%;
	margin-top:20px
}
.prices-info-price__form
{
	display:block
}
.prices-info-price__item
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:relative
}
.prices-info-price__item:not(:last-child)
{
	margin-bottom:10px
}
.prices-info-price__label {
  font-size: 13px;
  padding-left: 10px;
  display: inline;
  color:#f17900;
}
.value-price-info
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.value-price-info__btn
{
	width:35px;
	height:35px;
	border-radius:0 18px 18px;
	background-color:#e6e6e6
}
.value-price-info__input
{
	background:0 0;
	border:none;
	-webkit-box-flex:0;
	-ms-flex:0 0 30px;
	flex:0 0 30px;
	color:#010101;
	font-size:16px;
	font-weight:400;
	line-height:30px;
	text-align:center;
	max-width:30px
}
.order-info
{
	padding:30px 0 40px
}
.order-info__title
{
	color:#000;
	font-size:17px;
	font-weight:700;
	line-height:40px;
	text-align:left;
	text-transform:uppercase
}
.order-info__subtitle
{
	color:#404141;
	font-size:15px;
	font-weight:400;
	line-height:18px;
	text-align:left;
	max-width:380px
}
.order-info__form
{
	margin-top:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-column-gap:9px;
	-moz-column-gap:9px;
	column-gap:9px
}
.order-info__input
{
	border-radius:24px;
	border:1px solid #e2e2e2;
	width:100%;
	height:50px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0 15px;
	color:#5b5b5b;
	font-size:17px;
	line-height:27px;
	text-align:left;
	font-weight:400
}
.order-info__btn
{
	width:100%;
	height:50px;
	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 20px;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	border-radius:24px;
	background-color:#000;
	white-space:nowrap
}
.other-info
{
	padding-top:30px
}
.other-info__nav
{
	margin-bottom:20px
}
.other-info__list
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.other-info__list p
{
	margin-bottom:0
}
.other-info__item
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#000;
	font-size:17px;
	font-weight:700;
	line-height:30px;
	text-align:left;
	text-transform:uppercase;
	cursor:pointer
}
.other-info__item+.other-info__item::before
{
	content:"/";
	margin-right:15px;
	margin-left:15px
}
.other-info__item._active
{
	color:#f17900
}
.other-info__block
{
	display:none;
	color:#777;
	font-size:14px;
	font-weight:400;
	line-height:25px;
	text-align:left
}
.other-info__block._active
{
	display:block
}
.other-info__block li,.other-info__block p,.other-info__block ul
{
	font-weight:400;
	text-align:left
}
.other-info__block p
{
	margin-bottom:20px
}
.other-info__block p:last-child
{
	margin-bottom:0
}
.other-info__block ul li
{
	list-style:disc;
	margin-bottom:10px
}
.other-info__block ul
{
	padding-left:25px;
	list-style:disc
}
.similar
{
	padding-bottom:70px
}
.similar__title
{
	color:#000;
	font-size:35px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.similar__body
{
	margin-top:35px;
	min-width:0;
	overflow-x:hidden;
	overflow-y:clip;
	margin-bottom:70px
}
.similar__body .swiper-wrapper
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	min-width:0
}
.similar__pagination
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.similar__pagination .swiper-pagination-bullet
{
	-webkit-box-flex:0;
	-ms-flex:0 0 6px;
	flex:0 0 6px;
	height:6px;
	border-radius:50%;
	background-color:silver;
	cursor:pointer
}
.similar__pagination .swiper-pagination-bullet:not(:last-child)
{
	margin-right:32px
}
.similar__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	-webkit-box-flex:0;
	-ms-flex:0 0 10px;
	flex:0 0 10px;
	height:10px;
	background-color:#f17900
}
.buying
{
	padding-bottom:100px
}
.buying__title
{
	color:#000;
	font-size:35px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.buying__body
{
	margin-top:35px;
	min-width:0;
	overflow:hidden;
	margin-bottom:70px
}
.buying__body .swiper-wrapper
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	min-width:0
}
.buying__pagination
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.buying__pagination .swiper-pagination-bullet
{
	-webkit-box-flex:0;
	-ms-flex:0 0 6px;
	flex:0 0 6px;
	height:6px;
	border-radius:50%;
	background-color:silver;
	cursor:pointer
}
.buying__pagination .swiper-pagination-bullet:not(:last-child)
{
	margin-right:32px
}
.buying__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	-webkit-box-flex:0;
	-ms-flex:0 0 10px;
	flex:0 0 10px;
	height:10px;
	background-color:#f17900
}
.gallery
{
	padding-bottom:95px
}
.gallery__content
{
	max-width:100%;
	width:100%;
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:70px;
	margin-top:40px
}
.navigation-gallery__list
{
	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
}
.navigation-gallery__item._active a
{
	background-color:#f17900;
	color:#fff;
	margin-left: 10px;
}
.navigation-gallery__link
{
	color:#000;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	display:block;
	padding:18px 30px;
	border-radius:0 25px 25px 26px;
	background:0 0;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	white-space:nowrap
}
.content-gallery__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 20%;
	flex:0 0 20%
}
.content-gallery__image
{
	width:100%;
	position:relative;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.content-gallery__image::after
{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.3);
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.content-gallery__image img
{
	width:100%;
	max-width:100%;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.content-gallery__text
{
	height:100%;
	width:100%;
	background-color:#f17900;
	padding:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	max-width:100%
}
.content-gallery__title
{
	color:#fff;
	font-size:24px;
	font-weight:700;
	line-height:22px;
	text-align:left;
	text-transform:uppercase
}
.content-gallery__discription
{
	color:#e6cdb3;
	font-size:15px;
	font-weight:400;
	line-height:23px;
	text-align:left;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin:15px 0 0
}
.content-gallery__more
{
	color:#fff;
	font-size:15px;
	font-weight:700;
	line-height:45px;
	text-align:left;
	text-transform:uppercase
}
.content-gallery__more::after
{
	content:url(/files/design/icon/arrow-right-white.png);
	margin-left:18px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.contacts
{
	padding:10px 0 75px
}
.contacts__container
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.contacts__column
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%
}
.contacts-column-left
{
	text-align:right;
	padding-right:84px;
	border-right:1px solid #f17900
}
.contacts-column-left__main-title
{
	color:#000;
	font-size:27px;
	font-weight:700;
	line-height:35px;
	text-align:right;
	text-transform:uppercase;
	margin-bottom:40px
}
.contacts-column-left__item:not(:last-child)
{
	margin-bottom:45px
}
.contacts-column-left__item:last-child
{
	margin-bottom:15px
}
.contacts-column-left__title
{
	color:#000;
	font-size:16px;
	font-weight:700;
	line-height:normal;
	text-align:right;
	text-transform:uppercase;
	margin-bottom:20px
}
.contacts-column-left__text
{
	color:#454545;
	font-size:14px;
	font-weight:400;
	line-height:21px;
	text-align:right
}
.contacts-column-right
{
	text-align:left;
	padding-left:84px
}
.contacts-column-right__main-title
{
	color:#000;
	font-size:27px;
	font-weight:700;
	line-height:35px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:40px
}
.contacts-column-right__item:not(:last-child)
{
	margin-bottom:45px
}
.contacts-column-right__item:last-child
{
	margin-bottom:15px
}
.contacts-column-right__title
{
	color:#000;
	font-size:16px;
	font-weight:700;
	line-height:normal;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:20px
}
.contacts-column-right__text
{
	color:#454545;
	font-size:14px;
	font-weight:400;
	line-height:21px;
	text-align:left
}
.write
{
	padding-bottom:70px
}
.write__container
{
	max-width:1300px
}
.write__content
{
	border:3px solid #f17900;
	background-color:#f8f8f8;
	width:100%
}
.write__body
{
	padding:50px 59px 35px 65px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.write__text
{
	-webkit-box-flex:0;
	-ms-flex:0 0 280px;
	flex:0 0 280px
}
.write__form
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	max-width:720px;
	margin-left:40px
}
.text-write__title
{
	color:#000;
	font-size:27px;
	font-weight:700;
	line-height:normal;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:35px
}
.text-write__text
{
	color:#767676;
	font-size:15px;
	font-weight:400;
	line-height:25px;
	text-align:left
}
.form-write__row
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.form-write__row:not(:last-child)
{
	margin-bottom:15px
}
.form-write__input
{
	border:1px solid #cbcbcb;
	background-color:#ececec;
	color:#000;
	font-size:13px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	height:45px;
	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:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	padding:0 20px;
	-webkit-box-flex:0;
	-ms-flex:0 1 270px;
	flex:0 1 270px
}
.form-write__input+.form-write__input
{
	margin-left:10px
}
.form-write__textarea
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	resize:none;
	border:1px solid #cbcbcb;
	background-color:#ececec;
	color:#000;
	font-size:13px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	min-height:100px;
	padding:18px 20px
}
.form-write__btn
{
	border-radius:0 25px 25px 26px;
	background-color:#f17900;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	padding:20px 30px;
	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;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.form-write__btn::after
{
	content:url(/files/design/icon/small-arrow-right-white.png);
	margin-left:19px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.textual
{
	padding-bottom:80px
}
.textual li,.textual p,.textual ul
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.textual p
{
	margin-bottom:20px
}
.textual ul li
{
	list-style:disc;
	margin-bottom:10px
}
.textual ul
{
	padding-left:25px;
	list-style:disc
}
.textual__main
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:40px
}
.textual__text
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.textual__text p
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin-bottom:20px;
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.textual__text p span
{
	font-weight:700
}
.textual__image
{
	-webkit-box-flex:0;
	-ms-flex:0 0 560px;
	flex:0 0 560px;
	margin-left:100px;
	position:relative
}
.textual__image img
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-o-object-fit:cover;
	object-fit:cover
}
.textual__textes p
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.textual-media
{
	width:100%;
	max-width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px;
	margin:55px 0 50px
}
.textual-media__image
{
	position:relative;
	padding:0 0 25.5% 0
}
.textual-media__image img
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-o-object-fit:cover;
	object-fit:cover
}
.textual-media__image:nth-child(1)
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 40px) - 54%);
	flex:0 0 calc((100% - 40px) - 54%)
}
.textual-media__image:nth-child(2)
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 40px) - 75.4%);
	flex:0 0 calc((100% - 40px) - 75.4%)
}
.textual-media__image:nth-child(3)
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.dealer-text li,.dealer-text p,.dealer-text ul
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.dealer-text p
{
	margin-bottom:20px
}
.dealer-text ul li
{
	list-style:disc;
	margin-bottom:10px
}
.dealer-text ul
{
	padding-left:25px;
	list-style:disc
}
.dealer-text__main
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:85px
}
.dealer-text__text
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.dealer-text__text p
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin-bottom:20px;
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	text-align:left
}
.dealer-text__text p span
{
	font-weight:700
}
.dealer-text__image
{
	-webkit-box-flex:0;
	-ms-flex:0 0 560px;
	flex:0 0 560px;
	margin-left:100px;
	position:relative
}
.dealer-text__image img
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-o-object-fit:cover;
	object-fit:cover
}
.dealer-form
{
	padding-bottom:70px
}
.dealer-form__container
{
	max-width:1300px
}
.dealer-form__form
{
	row-gap:15px;
	padding:52px 60px 37px;
	border:3px solid #f17900;
	background-color:#f8f8f8
}
.dealer-form__row
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.dealer-form__row:first-child
{
	-webkit-column-gap:10px;
	-moz-column-gap:10px;
	column-gap:10px
}
.dealer-form__row:not(:last-child)
{
	margin-bottom:15px
}
.dealer-form__input
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	border:1px solid #cbcbcb;
	background-color:#ececec;
	color:#000;
	font-size:13px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	height:45px;
	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:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	padding:0 20px;
	max-width:270px
}
.dealer-form__input.dealer-form__input-company
{
	max-width:339px
}
.dealer-form__textarea
{
	resize:none;
	border:1px solid #cbcbcb;
	background-color:#ececec;
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	color:#000;
	font-size:13px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	min-height:100px;
	padding:18px 20px
}
.dealer-form__btn
{
	border-radius:0 25px 25px 26px;
	background-color:#f17900;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	padding:20px 30px;
	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;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.dealer-form__btn::after
{
	content:url(/files/design/icon/small-arrow-right-white.png);
	margin-left:19px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.services
{
	padding-bottom:130px
}
.services__item
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-column-gap:80px;
	-moz-column-gap:80px;
	column-gap:80px
}
.services__item:not(:last-child)
{
	margin-bottom:50px
}
.services__item.services-item-image-left
{
	text-align:left
}
.services__item.services-item-image-right
{
	text-align:right;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.services__item.services-item-image-right .services__link
{
	margin-left:auto
}
.services__image
{
	-webkit-box-flex:0;
	-ms-flex:0 0 47.5%;
	flex:0 0 47.5%;
	position:relative;
	padding:0 0 30.8% 0;
	display:block
}
.services__image img
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.services__content
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:10px 0;
	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:center;
	-ms-flex-pack:center;
	justify-content:center
}
.services__name
{
	color:#000;
	font-size:25px;
	font-weight:700;
	line-height:22px;
	text-transform:uppercase;
	margin-bottom:29px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.services__name a
{
	color:inherit
}
.services__text
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:400;
	line-height:27px;
	margin-bottom:49px
}
.services__link
{
	color:#f07900;
	font-size:15px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.services__link::after
{
	content:url(/files/design/icon/arrow-right.png);
	margin-left:30px;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
	@media (min-width:601px)
{
.order-info__input-name
{
	max-width:170px
}
.order-info__input-phone
{
	max-width:195px
}
.order-info__btn
{
	max-width:195px
}

}
	@media (min-width:991.98px)
{
.quantity__button:hover::after,.quantity__button:hover::before
{
	background-color:rgba(0,0,0,.5)
}
.header
{
	height:179px
}
.header._scroll .cart-header-pc
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.menu-header__item:hover .menu-header__link
{
	color:#f17900
}
.menu-header__item:hover::after
{
	width:50px;
	background-color:#f17900
}
.menu-header__item:hover .menu-header__subitem
{
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	visibility:visible;
	pointer-events:all
}
.actions-header__link:hover
{
	color:#f17900
}
.actions-header__log-in:hover
{
	color:#f17900
}
.form-header .select_form-header__select
{
	max-width:133px
}
.form-header .select_form-header__select .select__option:hover
{
	color:#f07900
}
.lang-header__item:hover
{
	color:#f17900
}
.footer
{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row
}
.footer__body
{
	width:71.04%
}
.footer__map
{
	position:relative;
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(((100vw - 40px) * .29) + 20px);
	flex:0 0 calc(((100vw - 40px) * .29) + 20px);
	-webkit-transform:translate(-100%,0);
	-ms-transform:translate(-100%,0);
	transform:translate(-100%,0);
	padding:0 0 32.5% 0
}
.top-footer__link:hover
{
	color:#f17900
}
.social-bottom__link:hover
{
	background:#f17900
}
.catalog-sundry__item:hover
{
	color:#f17900
}
.catalog-sundry__item:hover::after
{
	width:150px;
	background:#f17900
}
.catalog-sundry__item:hover .catalog-sundry__link
{
	padding-left:35px
}
.content-catalog__more:hover::after
{
	margin-left:40px
}
.item-popular:hover
{
	background-color:#f1f1f1
}
.item-popular:hover .item-popular__description
{
	display:block
}
.item-popular:hover .item-popular__head
{
	border-color:#f17900
}
.item-popular:hover .item-popular__name
{
	color:#f17900;
	text-decoration:underline
}
.media__item:hover .media__image
{
	z-index:1;
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2)
}
.media__item:hover .media__image::after
{
	background:rgba(0,0,0,0)
}
.media__item:hover .media__image img
{
	z-index:1
}
.media__more:hover::after
{
	margin-left:30px
}
.content-stock__more:hover::after
{
	margin-left:30px
}
.mini-catalog__title:hover
{
	color:#f07900
}
.info-page__title .navigation-gallery__link:hover
{
	color:#f17900
}
.breadcrums__item:not(:last-child):hover a
{
	text-decoration:underline
}
.sale__name:hover
{
	color:#f17900
}
.sale__more:hover::after
{
	margin-left:30px
}
.content-products__item:hover
{
	background-color:#f1f1f1
}
.content-products__item:hover .content-products__description
{
	opacity:1;
	visibility:visible;
	pointer-events:all
}
.content-products__item:hover .content-products__head
{
	border-color:#f17900
}
.content-products__item:hover .content-products__name
{
	color:#f17900;
	text-decoration:underline
}
.item-popular__description
{
	position:static;
	order:3;
	display:none;
	margin-top:10px
}
.content-products__description
{
	position:absolute;
	top:calc(100% - 2px - 15px);
	left:0;
	width:100%;
	height:auto;
	background-color:#f1f1f1;
	opacity:0;
	visibility:hidden;
	z-index:1;
	pointer-events:none;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:0 30px;
	padding-bottom:10px
}
.content-gallery__item:hover .content-gallery__image
{
	z-index:1;
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
	border:1px solid #fff
}
.content-gallery__item:hover .content-gallery__image::after
{
	background:rgba(0,0,0,0)
}
.content-gallery__item:hover .content-gallery__image img
{
	z-index:1
}
.content-gallery__more:hover::after
{
	margin-left:30px
}
.form-write__btn:hover::after
{
	margin-left:30px
}
.dealer-form__btn:hover::after
{
	margin-left:30px
}
.services__link:hover::after
{
	margin-left:35px
}

}
	@media (min-width:992px)
{
.select__option:hover
{
	background:#d9d9d9
}
.checkbox a:hover
{
	text-decoration:none
}

}
	@media (min-width:1025px)
{
.lg-outer .lg-thumb-item
{
	-webkit-transition:border-color .25s ease;
	-o-transition:border-color .25s ease;
	transition:border-color .25s ease
}

}
	@media (min-width:1222px)
{
.footer__map
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(50vw - (.71 - .5) * 1210px);
	flex:0 0 calc(50vw - (.71 - .5) * 1210px)
}
.review__image
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(27.6vw - (.4 - .5) * 1210px);
	flex:0 0 calc(27.6vw - (.4 - .5) * 1210px)
}
.review__content
{
	-webkit-transform:translateX(-34.7%);
	-ms-transform:translateX(-34.7%);
	transform:translateX(-34.7%)
}
.review__body
{
	width:59.05%;
	height:100%;
	padding:61px 60px 70px 50px
}

}
	@media (max-width:1660px)
{
.header-down::after
{
	display:none
}

}
	@media (max-width:1650px)
{
.media__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 25%;
	flex:0 0 25%
}
.media__item:nth-child(10),.media__item:nth-child(9)
{
	display:none
}
.content-gallery__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 25%;
	flex:0 0 25%
}
.content-gallery__item:nth-child(10),.content-gallery__item:nth-child(9)
{
	display:none
}

}
	@media (max-width:1600px)
{
.page::before
{
	display:none
}

}
	@media (max-width:1500px)
{
.cart-header
{
	right:-90px
}
.review__pagging
{
	width:90px
}
.page::after
{
	display:none
}

}
	@media (max-width:1400px)
{
.cart-header
{
	position:fixed;
	bottom:20px;
	right:30px;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	top:auto;
	z-index:5
}

}
	@media (max-width:1350px)
{
.media__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 33.333%;
	flex:0 0 33.333%
}
.media__item:nth-child(10),.media__item:nth-child(9)
{
	display:none
}
.media__item:nth-child(9)
{
	display:block
}
.content-gallery__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 33.333%;
	flex:0 0 33.333%
}
.content-gallery__item:nth-child(10),.content-gallery__item:nth-child(9)
{
	display:none
}
.content-gallery__item:nth-child(9)
{
	display:block
}

}
	@media (max-width:1230px)
{
.team__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	padding:0 10px
}

}
	@media (max-width:1222px)
{
.menu-header__item:not(:last-child)
{
	margin-right:20px
}
.header-down__form
{
	margin:0 30px 0 35px
}
.form-header__btn
{
	margin-left:15px
}
.header-down-actions
{
	margin-left:30px
}
.top-footer .footer__body
{
	padding:40px 30px 45px 0
}
.top-footer__sub-column+.top-footer__sub-column
{
	margin-left:35px
}
.bottom-footer .footer__body
{
	padding:35px 30px 35px 0
}
.sundry__slider
{
	margin-left:45px
}
.catalog__board
{
	-webkit-box-flex:0;
	-ms-flex:0 0 500px;
	flex:0 0 500px
}
.catalog__content
{
	margin-left:50px
}
.content-catalog__title
{
	font-size:24px;
	line-height:34px
}
.content-catalog__text
{
	margin:15px 0 20px
}
.content-catalog__text p:not(:last-child)
{
	margin-bottom:10px
}
.review
{
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.review__image::after
{
	display:none
}
.review__image-title
{
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:18px 0;
	width:100%;
	text-align:center
}
.review__image-title::after
{
	display:none
}
.review__image-title h2
{
	text-align:center
}
.review__container
{
	max-width:100%
}
.review__pagging
{
	display:none
}
.item-popular
{
	-webkit-box-flex:0;
	-ms-flex:0 0 33%;
	flex:0 0 33%
}
.content-stock
{
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
	column-gap:30px
}
.content-stock__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 60px)/ 3);
	flex:0 0 calc((100% - 60px)/ 3)
}
.about__text img
{
	max-width:460px;
	margin-left:70px
}
.partners__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(100% / 4);
	flex:0 0 calc(100% / 4)
}
.sale__content
{
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
	column-gap:30px
}
.sale__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 60px)/ 3);
	flex:0 0 calc((100% - 60px)/ 3)
}
.content-products__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 33%;
	flex:0 0 33%
}
.card__sliders
{
	-webkit-box-flex:0;
	-ms-flex:0 0 42%;
	flex:0 0 42%;
	margin-right:25px
}
.write__body
{
	padding:40px 30px 35px 30px
}
.textual__image
{
	-webkit-box-flex:0;
	-ms-flex:0 0 460px;
	flex:0 0 460px;
	margin-left:70px
}
.dealer-text__image
{
	-webkit-box-flex:0;
	-ms-flex:0 0 460px;
	flex:0 0 460px;
	margin-left:70px
}
.dealer-form__form
{
	padding:50px 35px 35px
}

}
	@media (max-width:1210px)
{
.item-piple__name
{
	font-size:calc(14px + 3 * ((100vw - 320px)/ 890))
}
.item-piple__name
{
	line-height:calc(20px + 5 * ((100vw - 320px)/ 890))
}
.item-piple__subtext
{
	font-size:calc(13px + 1 * ((100vw - 320px)/ 890))
}
.item-piple__subtext
{
	line-height:calc(20px + 5 * ((100vw - 320px)/ 890))
}
.item-piple__subtext
{
	margin-top:calc(15px + 7 * ((100vw - 320px)/ 890))
}
.partners__slider
{
	margin-top:calc(36px + 14 * ((100vw - 320px)/ 890))
}
.partners__slider
{
	margin-bottom:calc(36px + 24 * ((100vw - 320px)/ 890))
}

}
	@media (max-width:1100px)
{
.actions-header__log-in
{
	font-size:0
}

}
	@media (max-width:1023px)
{
.dealer-form__row
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.dealer-form__row:first-child
{
	row-gap:10px
}
.dealer-form__input
{
	max-width:none
}
.dealer-form__input.dealer-form__input-company
{
	max-width:none
}

}
	@media (max-width:991.98px)
{
.select__title
{
	font-size:18px
}
.select__options
{
	font-size:18px
}
.header
{
	height:95px
}
.header-top
{
	position:fixed;
	top:0;
	left:-100vw;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:5;
	padding:0;
	background:#fff;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	overflow-y:auto
}
.header-top._active
{
	left:0;
	background:#fff
}
.header-top__container
{
	-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;
	text-align:center;
	max-height:100%;
	height:100%;
	width:100%;
	padding:30px
}
.header-top__menu
{
	width:100%;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	display:block;
	margin:30px 0 30px;
	overflow-y:auto;
	overflow-x:none
}
.menu-header__list
{
	width:100%;
	display:block;
	text-align:center
}
.menu-header__item:not(:last-child)
{
	margin-right:0
}
.menu-header__link
{
	color:#000;
	font-size:15px;
	font-weight:500;
	line-height:40px;
	text-align:center
}
.menu-header__subitem
{
	display:none
}
.actions-header
{
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.actions-header__phone
{
	border-right:none;
	border-bottom:1px solid #f07900;
	padding-bottom:14px;
	padding-right:0
}
.actions-header__log
{
	padding-left:0;
	padding-top:17px
}
.actions-header__log-in
{
	font-size:16px
}
.header-down__logo
{
	-webkit-box-flex:0;
	-ms-flex:0 0 140px;
	flex:0 0 140px
}
.header-down__form
{
	margin:0 20px 0 25px
}
.form-header .select_form-header__select .select__option
{
	font-size:15px
}
.header-down-actions
{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	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-left:0;
	padding:14px 15px 14px 0
}
.consultation-header__body
{
	background:#fff;
	padding:5px 15px 5px 0;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px
}
.cart-header
{
	position:relative;
	bottom:auto;
	top:auto;
	right:auto;
	left:auto;
	z-index:5
}
.header-top__icon
{
	display:block;
	position:relative;
	width:30px;
	height:17px;
	cursor:pointer;
	z-index:10;
	margin:0 auto
}
.header-top__icon span
{
	background-color:#676767;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	top:calc(50% - 1px);
	left:0;
	position:absolute;
	width:100%;
	height:2px
}
.header-top__icon span:first-child
{
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:calc(50% - 1px)
}
.header-top__icon span:last-child
{
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	bottom:calc(50% - 1px)
}
.icon-menu
{
	display:block;
	position:relative;
	width:30px;
	height:17px;
	cursor:pointer;
	z-index:10
}
.icon-menu span
{
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	top:calc(50% - 1px);
	left:0;
	position:absolute;
	width:100%;
	height:2px;
	background-color:#f17900
}
.icon-menu span:first-child
{
	top:0
}
.icon-menu span:last-child
{
	top:auto;
	bottom:0
}
.icon-menu._active span
{
	background-color:#676767;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0)
}
.icon-menu._active span:first-child
{
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:calc(50% - 1px)
}
.icon-menu._active span:last-child
{
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	bottom:calc(50% - 1px)
}
.top-footer .footer__body
{
	padding:30px 0 35px 0
}
.bottom-footer
{
	padding-bottom:60px
}
.catalog-sundry__item
{
	padding:12px 0
}
.slider-sundry__image img
{
	max-height:350px
}
.catalog
{
	padding-bottom:70px
}
.catalog__container
{
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
.catalog__board
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	min-width:100%
}
.catalog__content
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	width:100%;
	margin-left:0
}
.content-catalog__body
{
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.content-catalog__title
{
	font-size:34px;
	line-height:45px;
	text-align:center
}
.content-catalog__subtitle
{
	text-align:center
}
.content-catalog__text
{
	margin:30px 0 40px
}
.content-catalog__text p:not(:last-child)
{
	margin-bottom:25px
}
.media__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%
}
.media__item:nth-child(10)
{
	display:block
}
.stock
{
	padding-bottom:81px
}
.content-stock
{
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px
}
.content-stock__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 40px)/ 3);
	flex:0 0 calc((100% - 40px)/ 3)
}
.content-stock__body
{
	padding:20px 10px
}
.about__text img
{
	max-width:400px;
	width:100%;
	margin-left:40px
}
.sale__content
{
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px
}
.sale__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 40px)/ 3);
	flex:0 0 calc((100% - 40px)/ 3)
}
.sale__body
{
	padding:20px 10px
}
.card__container
{
	display:block
}
.card__sliders
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	margin-right:0
}
.navigation-gallery__list
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	row-gap:10px;
	-webkit-column-gap:5px;
	-moz-column-gap:5px;
	column-gap:5px
}
.content-gallery__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%
}
.content-gallery__item:nth-child(10)
{
	display:block
}
.contacts-column-left
{
	padding-right:50px
}
.contacts-column-right
{
	padding-left:50px
}
.write__body
{
	display:block
}
.write__text
{
	margin-bottom:40px
}
.write__form
{
	margin-left:0
}
.textual__image
{
	margin-left:40px;
	-webkit-box-flex:0;
	-ms-flex:0 0 400px;
	flex:0 0 400px
}
.textual-media
{
	-webkit-column-gap:10px;
	-moz-column-gap:10px;
	column-gap:10px
}
.textual-media__image:nth-child(1)
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 20px) - 54%);
	flex:0 0 calc((100% - 20px) - 54%)
}
.textual-media__image:nth-child(2)
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 20px) - 75.4%);
	flex:0 0 calc((100% - 20px) - 75.4%)
}
.dealer-text__image
{
	margin-left:40px;
	-webkit-box-flex:0;
	-ms-flex:0 0 400px;
	flex:0 0 400px
}
.services
{
	padding-bottom:100px
}
.services__item
{
	-webkit-column-gap:40px;
	-moz-column-gap:40px;
	column-gap:40px
}

}
	@media (max-width:991.98px) and (max-width:991.98px)
{
.content-catalog__body
{
	padding-bottom:45px
}

}
	@media (max-width:950px)
{
.item-popular
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%
}
.content-products__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%
}

}
	@media (max-width:900px)
{
.sundry
{
	padding:47px 0 85px;
	position:relative
}
.sundry::after
{
	content:url(/files/design/shadow/shadow-slider-main.png);
	position:absolute;
	bottom:-2px;
	right:15px
}
.sundry__catalog
{
	display:none
}
.sundry__slider
{
	margin-left:0;
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%
}
.slider-sundry__image
{
	min-width:100%
}
.slider-sundry__image img
{
	min-width:100%;
	max-height:450px
}

}
	@media (max-width:900px) and (max-width:479.98px)
{
.sundry::after
{
	bottom:-7px;
	right:0
}

}
	@media (max-width:767.98px)
{
.select_form-header__select .select__options
{
	left:auto;
	right:0
}
.header
{
	height:83px
}
.header-down__container
{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.header-down__open-search
{
	display:block;
	position:relative
}
.header-down__open-search._active::before
{
	content:"";
	position:absolute;
	top:calc(100% + 3px);
	border:8px solid transparent;
	border-bottom:15px solid #fff
}
.form-header
{
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.form-header._active
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	opacity:1;
	visibility:visible;
	pointer-events:all
}
.form-header
{
	position:absolute;
	top:calc(100% + 10px);
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	max-width:100%;
	width:calc(100% - 20px);
	margin:0 auto;
	border:1px solid #d7d7d7
}
.form-header__btn
{
	display:none
}
.form-header .select_form-header__select
{
	max-width:140px
}
.footer__map
{
	padding:0 0 60% 0
}
.top-footer .footer__body
{
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:60px 0 60px 0
}
.top-footer__column:not(:last-child)
{
	margin-bottom:60px
}
.top-footer__content
{
	margin-top:40px
}
.top-footer__sub-column+.top-footer__sub-column
{
	margin-left:25px
}
.bottom-footer .footer__body
{
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px;
	row-gap:40px;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:35px 0
}
.sundry
{
	padding:30px 0 85px
}
.sundry__container
{
	padding:0 0
}
.catalog
{
	padding-bottom:60px
}
.content-catalog__title
{
	font-size:24px;
	line-height:34px
}
.review
{
	padding-bottom:95px
}
.review__image
{
	padding:0 0 55% 0
}
.review__container
{
	padding-right:15px
}
.review__body
{
	padding:20px 0 30px 0
}
.slider-review
{
	padding:30px 0 0
}
.slider-review__body
{
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.slider-review__image
{
	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;
	margin-bottom:34px
}
.slider-review__content
{
	margin-left:0
}
.slider-review-content__name
{
	text-align:center
}
.slider-review-content__work
{
	text-align:center
}
.slider-review-content__text
{
	margin-bottom:20px
}
.popular
{
	padding-bottom:90px
}
.popular__title
{
	font-size:25px;
	line-height:35px
}
.media
{
	padding-bottom:80px
}
.media__text
{
	padding:20px
}
.media__more
{
	line-height:35px
}
.stock__title h2
{
	font-size:25px;
	line-height:35px
}
.stock__more
{
	display:none
}
.stock__mobile-more
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:20px
}
.stock__mobile-more a
{
	padding:20px 21px;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	border-radius:0 25px 25px;
	background-color:#f17900;
	display:inline-block
}
.content-stock
{
	-webkit-column-gap:0;
	-moz-column-gap:0;
	column-gap:0;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	row-gap:20px
}
.content-stock__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	width:100%
}
.info-page
{
	padding:30px 0
}
.info-page.products-info
{
	padding:30px 0 15px
}
.info-page.card-info .info-page__title
{
	display:block
}
.info-page.card-info .info-page__status
{
	margin-top:15px
}
.info-page__title .navigation-gallery__list
{
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-column-gap:0;
	-moz-column-gap:0;
	column-gap:0;
	row-gap:0
}
.info-page__title .navigation-gallery__link
{
	font-size:14px
}
.info-page__title._space
{
	display:block
}
.about__main
{
	display:block
}
.about__text img
{
	width:100%;
	width:100%;
	max-width:100%;
	margin-left:0;
	float:none;
	-webkit-box-ordinal-group:4;
	-ms-flex-order:3;
	order:3
}
.about__text
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.about__text p
{
	margin-bottom:20px
}
.about__text p:not(:last-child)
{
	margin-bottom:0
}
.about__subtext
{
	margin-top:20px
}
.team
{
	padding:50px 0 45px
}
.team__slider
{
	margin-top:37px;
	margin-bottom:47px
}
.partners__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(100% / 3);
	flex:0 0 calc(100% / 3)
}
.sale__content
{
	-webkit-column-gap:0;
	-moz-column-gap:0;
	column-gap:0;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.sale__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	width:100%
}
.equipment
{
	padding-bottom:70px
}
.equipment-content
{
	display:block
}
.equipment-content__big
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(30% + 20px);
	flex:0 0 calc(30% + 20px);
	margin-left:0;
	margin-top:20px
}
.equipment-content__big .board-catalog__item
{
	height:350px
}
.thrumbs-card-slider
{
	margin-top:20px
}
.similar
{
	padding-bottom:50px
}
.buying
{
	padding-bottom:70px
}
.gallery
{
	padding-bottom:80px
}
.content-gallery__text
{
	padding:20px
}
.content-gallery__more
{
	line-height:35px
}
.contacts__container
{
	display:block
}
.contacts-column-left
{
	padding-right:0;
	text-align:left;
	border-right:none;
	border-bottom:1px solid #f17900
}
.contacts-column-left__main-title
{
	text-align:left;
	margin-bottom:20px
}
.contacts-column-left__item:not(:last-child)
{
	margin-bottom:35px
}
.contacts-column-left__item:last-child
{
	margin-bottom:30px
}
.contacts-column-left__title
{
	text-align:left
}
.contacts-column-left__text
{
	text-align:left
}
.contacts-column-right
{
	padding-left:0;
	padding-top:35px
}
.contacts-column-right__main-title
{
	margin-bottom:20px
}
.contacts-column-right__item:not(:last-child)
{
	margin-bottom:35px
}
.contacts-column-right__item:last-child
{
	margin-bottom:30px
}
.write
{
	padding-bottom:60px
}
.write__body
{
	padding:30px 10px 25px
}
.form-write__row
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.form-write__input
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%
}
.form-write__input+.form-write__input
{
	margin-top:15px;
	margin-left:0
}
.textual
{
	padding-bottom:65px
}
.textual__main
{
	display:block
}
.textual__image
{
	padding:0 0 56% 0;
	margin-left:0
}
.textual-media
{
	margin:45px -15px 40px;
	width:calc(100% + 30px);
	max-width:none
}
.dealer-text__main
{
	display:block
}
.dealer-text__image
{
	padding:0 0 56% 0;
	margin-left:0
}
.dealer-form
{
	padding-bottom:60px
}
.services
{
	padding-bottom:70px
}

}
	@media (max-width:767.98px) and (max-width:479.98px)
{
.form-header
{
	padding:15px 11px
}

}
	@media (max-width:700px)
{
.services__item:not(:last-child)
{
	margin-bottom:25px
}
.services__item
{
	-webkit-column-gap:0;
	-moz-column-gap:0;
	column-gap:0;
	display:block;
	margin:0 -15px
}
.services__image
{
	padding:0 0 42% 0
}
.services__content
{
	padding:35px 15px 15px
}
.services__name
{
	margin-bottom:25px
}
.services__text
{
	margin-bottom:35px
}

}
	@media (max-width:630px)
{
.media__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%
}
.media__item.media-item-text
{
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1
}
.media__text
{
	padding:40px 20px
}
.media__discription
{
	margin:15px 0
}
.media__more
{
	line-height:45px
}
.content-gallery__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%
}
.content-gallery__item.content-gallery-text
{
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1
}
.content-gallery__text
{
	padding:40px 20px
}
.content-gallery__discription
{
	margin:15px 0
}
.content-gallery__more
{
	line-height:45px
}

}
	@media (max-width:620px)
{
.partners__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(100% / 2);
	flex:0 0 calc(100% / 2)
}

}
	@media (max-width:600px)
{
.popular__container
{
	padding:0
}
.popular__title
{
	padding-left:10px
}
.popular__body
{
	margin-bottom:55px
}
.item-popular
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	padding:0 0
}
.mini-catalog__container
{
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px
}
.mini-catalog__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 20px)/ 2);
	flex:0 0 calc((100% - 20px)/ 2);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.mini-catalog__image
{
	margin-bottom:10px
}
.content-products__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	padding:0 0
}
.price-info
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	row-gap:30px
}
.price-info__price
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%
}
.price-info__value
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	margin:0 0
}
.price-info__buy
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	max-width:150px
}
.price-info__credit
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	max-width:80px
}
.order-info__form
{
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.order-info__input
{
	margin-bottom:20px
}
.similar__body
{
	margin-bottom:55px
}
.buying__body
{
	margin-bottom:55px
}

}
	@media (max-width:479.98px)
{
._container
{
	padding:0 10px
}
.select_form-header__select .select__title
{
	font-size:13px
}
.header
{
	height:73px
}
.header .cart-header-pc__value
{
	height:25px;
	width:25px;
	font-size:13px;
	top:-11px;
	right:-9px
}
.header-top__container
{
	padding:30px
}
.header-down__container
{
	padding:17px 15px
}
.header-down__logo
{
	-webkit-box-flex:0;
	-ms-flex:0 0 112px;
	flex:0 0 112px
}
.form-header__input
{
	font-size:14px
}
.form-header .select_form-header__select
{
	margin-left:10px;
	max-width:112px
}
.form-header .select_form-header__select .select__option
{
	font-size:13px
}
.form-header .select_form-header__select .select__value
{
	font-size:13px;
	padding:0 0 0 15px
}
.header-down-actions
{
	padding:14px 15px 14px 0;
	background:#fff
}
.cart-header
{
	height:42px;
	width:42px
}
.cart-header img
{
	width:19px
}
.cart-header__value
{
	height:25px;
	width:25px;
	font-size:13px;
	top:-11px;
	right:-9px
}
.footer__map
{
	padding:0 0 94% 0
}
.top-footer__link
{
	font-size:14px
}
.sundry
{
	padding:20px 0 80px
}
.sundry__container
{
	padding:0 0
}
.slider-sundry__content
{
	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
}
.slider-sundry__title
{
	text-align:center;
	font-size:25px
}
.slider-sundry__pagination
{
	right:50%;
	-webkit-transform:translateX(50%);
	-ms-transform:translateX(50%);
	transform:translateX(50%)
}
.catalog
{
	padding-bottom:55px
}
.board-catalog
{
	margin:0 -10px
}
.board-catalog__row
{
	-webkit-column-gap:10px;
	-moz-column-gap:10px;
	column-gap:10px
}
.board-catalog__row:not(:last-child)
{
	margin-bottom:10px
}
.board-catalog__item:hover .board-catalog__body img
{
	left:18px
}
.board-catalog__item:hover .board-catalog__title
{
	bottom:41px
}
.board-catalog__body img
{
	bottom:18px
}
.board-catalog__title
{
	font-size:12px;
	line-height:17px;
	left:17px;
	bottom:19px
}
.board-catalog-small-item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(43.64% - 5px);
	flex:0 0 calc(43.64% - 5px)
}
.board-catalog-big-item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc(56.36% - 5px);
	flex:0 0 calc(56.36% - 5px)
}
.review__image
{
	padding:0 0 76.706% 0
}
.review__body::after
{
	left:auto;
	right:0
}
.popular
{
	padding-bottom:80px
}
.popular__container
{
	padding:0
}
.popular__pagination .swiper-pagination-bullet:not(:last-child)
{
	margin-right:25px
}
.media__container
{
	padding:0
}
.mini-catalog__container
{
	-webkit-column-gap:0;
	-moz-column-gap:0;
	column-gap:0
}
.mini-catalog__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%
}
.mini-catalog__title
{
	font-size:13px
}
.info-page
{
	padding:20px 0
}
.info-page.products-info
{
	padding:20px 0 15px
}
.info-page.products-info .info-page__title
{
	font-size:25px;
	line-height:35px
}
.info-page__title .navigation-gallery__item:not(:last-child)
{
	margin-right:10px
}
.info-page__title
{
	font-size:30px;
	line-height:40px
}
.item-piple__image
{
	max-width:145px;
	margin:0 auto
}
.item-piple__image img
{
	width:100%
}
.partners__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 10px)/ 2);
	flex:0 0 calc((100% - 10px)/ 2)
}
.partners__item img
{
	width:100%
}
.equipment-content .board-catalog__image
{
	height:130px
}
.equipment-content__big
{
	margin-top:10px
}
.equipment-content__big .board-catalog__item
{
	height:250px
}
.equipment-content__big .board-catalog__image
{
	height:100%
}
.products-head-pagination__item
{
	-webkit-box-flex:0;
	-ms-flex:0 0 40px;
	flex:0 0 40px;
	height:40px;
	border-radius:0 20px 20px
}
.content-products
{
	row-gap:20px
}
.thrumbs-card-slider
{
	margin-top:15px
}
.prices-info-price
{
	margin-top:15px
}
.similar__title
{
	font-size:30px;
	line-height:40px
}
.similar__pagination .swiper-pagination-bullet:not(:last-child)
{
	margin-right:25px
}
.buying__title
{
	font-size:30px;
	line-height:40px
}
.buying__pagination .swiper-pagination-bullet:not(:last-child)
{
	margin-right:25px
}
.gallery__content
{
	padding:0;
	margin-bottom:55px;
	margin-top:30px
}
.contacts
{
	padding:10px 0 45px
}
.text-write__title
{
	margin-bottom:20px
}
.form-write__textarea
{
	min-height:150px
}
.textual-media
{
	margin:35px -10px 30px;
	width:calc(100% + 20px);
	-webkit-column-gap:5px;
	-moz-column-gap:5px;
	column-gap:5px;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	row-gap:5px
}
.textual-media__image
{
	padding:0 0 50% 0
}
.textual-media__image:nth-child(1)
{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%
}
.textual-media__image:nth-child(2)
{
	-webkit-box-flex:0;
	-ms-flex:0 0 calc((100% - 5px) - 55%);
	flex:0 0 calc((100% - 5px) - 55%)
}
.dealer-form__form
{
	padding:40px 15px 30px
}
.dealer-form__textarea
{
	min-height:150px
}
.services__image
{
	padding:0 0 65% 0
}

}
	@media (max-width:425px)
{
.price-info__price
{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.price-info__value
{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto
}

}
	@media (max-width:375px)
{
.form-header__input
{
	font-size:13px
}

}
	@media (max-width:360px)
{
.select_form-header__select .select__title
{
	font-size:11px
}
.form-header__input
{
	font-size:12px
}
.form-header .select_form-header__select
{
	margin-left:5px
}
.bottom-footer .footer__body
{
	-webkit-column-gap:10px;
	-moz-column-gap:10px;
	column-gap:10px
}

}
	@media (max-width:350px)
{
.filter-products__body
{
	padding:20px 30px 40px;
	width:300px
}

}
	@media (max-width:325px)
{
.prices-info-price__label
{
	padding-left:5px
}
.prices-info-price__label._active::after
{
	left:7px
}

}
	@media (any-hover:hover)
{
.services__name:hover
{
	color:#f17900
}

}
._webp .select__value:before
{
	background:url(/files/design/icon/arrow-down.webp) center/100% no-repeat
}
._webp .lg-outer .lg-has-vimeo .lg-video-play
{
	background:url(/files/design/vimeo-play.webp) no-repeat scroll 0 0 transparent
}
._webp .lg-outer .lg-has-vimeo:hover .lg-video-play
{
	background:url(/files/design/vimeo-play.webp) no-repeat scroll 0 -58px transparent
}
._webp .lg-outer .lg-has-html5 .lg-video-play
{
	background:transparent url(/files/design/video-play.webp) no-repeat scroll 0 0
}
._webp .lg-outer .lg-has-youtube .lg-video-play
{
	background:url(/files/design/youtube-play.webp) no-repeat scroll 0 0 transparent
}
._webp .lg-outer .lg-has-youtube:hover .lg-video-play
{
	background:url(/files/design/youtube-play.webp) no-repeat scroll 0 -60px transparent
}
._webp .header-down__container::before
{
	background:url(/files/design/icon/water-header.webp) center center/cover no-repeat
}
._webp .lang-header__title::after
{
	background:url(/files/design/icon/arrow-down.webp) center/100% no-repeat
}
.buy {
						margin-left: 20px;
						border-radius: 3px;
						background: #f17900;;
						padding: 10px;
						border: none;
						color: #fff;
						text-align: center;
						text-transform: uppercase;
						cursor: pointer;
						
					}
 .buy::before {
						content: "";
						background: url(../design/ico1.png) center / cover no-repeat;
						display: inline-block;
						vertical-align: middle;
						width: 24px;
						height: 24px;
					}

/* new code */
.content-products__other{
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.content-products__price{
	flex: 1 1 auto;
}
.stars-0 {
 background:url(../design/reviews/stars-0.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-1 {
 background:url(../design/reviews/stars-1.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-2 {
 background:url(../design/reviews/stars-2.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-3 {
 background:url(../design/reviews/stars-3.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-4 {
 background:url(../design/reviews/stars-4.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-5 {
 background:url(../design/reviews/stars-5.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-6 {
 background:url(../design/reviews/stars-6.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-7 {
 background:url(../design/reviews/stars-7.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-8 {
 background:url(../design/reviews/stars-8.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-9 {
 background:url(../design/reviews/stars-9.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.stars-10 {
 background:url(../design/reviews/stars-10.svg) 0 0 no-repeat;
 background-size:auto 16px
}
.product-reviews-list-rating{
background-size: auto 100%;
box-sizing: border-box;
line-height: 1;
margin-top: 4px;
padding: 0 0 0 100px;
width: 100%;
}
.prod-feedback-info
{
	align-items:center;
	color:#464646;
	display:flex;
	line-height:1.5;
	margin:5px 0 26px;
	position:relative
}
.prod-feedback-info::before
{
	background:#d8d8d8;
	border-radius:50%;
	content:"";
	display:inline-block;
	flex:0 0 auto;
	height:30px;
	margin-right:10px;
	vertical-align:middle;
	width:30px
}
.prod-feedback-info::after
{
	color:#fff;
	content:attr(data-first-char);
	display:block;
	font-size:1.0909em;
	font-weight:700;
	left:10px;
	line-height:1;
	margin-top:-6px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:40%;
}	
