@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../../dev/src/sass/_normalize.scss */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../dev/src/sass/_normalize.scss */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../../dev/src/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../../dev/src/sass/_normalize.scss */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../../dev/src/sass/_normalize.scss */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../../dev/src/sass/_normalize.scss */
[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../dev/src/sass/_normalize.scss */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../../dev/src/sass/_normalize.scss */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../../dev/src/sass/_normalize.scss */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../../dev/src/sass/_normalize.scss */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../../dev/src/sass/_normalize.scss */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../../dev/src/sass/_normalize.scss */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../../dev/src/sass/_normalize.scss */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../../dev/src/sass/_normalize.scss */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../../dev/src/sass/_normalize.scss */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* line 170, ../../dev/src/sass/_normalize.scss */
sup {
	top: -0.5em;
}

/* line 174, ../../dev/src/sass/_normalize.scss */
sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../../dev/src/sass/_normalize.scss */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../../dev/src/sass/_normalize.scss */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../../dev/src/sass/_normalize.scss */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../../dev/src/sass/_normalize.scss */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../../dev/src/sass/_normalize.scss */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../../dev/src/sass/_normalize.scss */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../../dev/src/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../../dev/src/sass/_normalize.scss */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../../dev/src/sass/_normalize.scss */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../../dev/src/sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../../dev/src/sass/_normalize.scss */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../../dev/src/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../../dev/src/sass/_normalize.scss */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../../dev/src/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../../dev/src/sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../../dev/src/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../../dev/src/sass/_normalize.scss */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../../dev/src/sass/_normalize.scss */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../../dev/src/sass/_normalize.scss */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../../dev/src/sass/_normalize.scss */
optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../../dev/src/sass/_normalize.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* line 421, ../../dev/src/sass/_normalize.scss */
td,
th {
	padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */
/* line 13, ../../dev/src/sass/_h5b.scss */
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../../dev/src/sass/_h5b.scss */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

/* line 32, ../../dev/src/sass/_h5b.scss */
::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../../dev/src/sass/_h5b.scss */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e5e5e5;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 56, ../../dev/src/sass/_h5b.scss */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, ../../dev/src/sass/_h5b.scss */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, ../../dev/src/sass/_h5b.scss */
textarea {
	resize: vertical;
}

/* ==========================================================================
	 Browser Upgrade Prompt
	 ========================================================================== */
/* line 87, ../../dev/src/sass/_h5b.scss */
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
	 Helper classes
	 ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 102, ../../dev/src/sass/_h5b.scss */
.g-hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 111, ../../dev/src/sass/_h5b.scss */
.g-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 128, ../../dev/src/sass/_h5b.scss */
.g-visuallyhidden.focusable:active,
.g-visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 142, ../../dev/src/sass/_h5b.scss */
.g-invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 158, ../../dev/src/sass/_h5b.scss */
.g-clearfix:before, .b-map__item:before,
.g-clearfix:after,
.b-map__item:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

/* line 164, ../../dev/src/sass/_h5b.scss */
.g-clearfix:after, .b-map__item:after {
	clear: both;
}

/* Import Compass */
/* Project files… */
/**
* @section Fonts
*
* You can add fonts by mixin:
* @include font-face($name, $file, $weight: normal, $style: normal);
* @include font-face('PTSans', 'PTSansRegular');
* @include font-face('PTSans', 'PTSansItalic', normal, italic);
* @include font-face('PTSans', 'PTSansBold', bold);
*
* PLEASE RENAME FONT FILENAME ($file) TO MATCH CONTENT OF "<font id=" IN .SVG-FONT FILE GENERATED BY FONT-SQUIRREL
* for correct font name after #hashtag in font-face rulse for svg: http://stackoverflow.com/questions/15422770/font-face-svg-not-working-properly-in-chrome#answer-21125630
*/
@font-face {
	font-family: "Arsenal";
	src: url("../fonts/ArsenalRegular/ArsenalRegular.eot");
	src: url("../fonts/ArsenalRegular/ArsenalRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ArsenalRegular/ArsenalRegular.woff2") format("woff2"), url("../fonts/ArsenalRegular/ArsenalRegular.woff") format("woff"), url("../fonts/ArsenalRegular/ArsenalRegular.ttf") format("truetype"), url("../fonts/ArsenalRegular/ArsenalRegular.svg#ArsenalRegular/ArsenalRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ArsenalBold";
	src: url("../fonts/ArsenalBold/ArsenalBold.eot");
	src: url("../fonts/ArsenalBold/ArsenalBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArsenalBold/ArsenalBold.woff2") format("woff2"), url("../fonts/ArsenalBold/ArsenalBold.woff") format("woff"), url("../fonts/ArsenalBold/ArsenalBold.ttf") format("truetype"), url("../fonts/ArsenalBold/ArsenalBold.svg#ArsenalBold/ArsenalBold") format("svg");
	font-weight: normal;
	font-style: normal;
}
/**
* @section Settings
*/
/**
* @section Sprites
*
* $sprite-test: sprite-map('sprites/test/*.png', $spacing: 20px);
*
* .b-icon {
		background: $sprite-test no-repeat;
*   &.-type_example {background-position: sprite-position($spriteMap, $filename, $offset-x, $offset-y, $use-percentages);}
*   &.-type_arrow {background-position: sprite-position($sprite-test, 'arrow');}
*   &.-type_login {background-position: sprite-position($sprite-test, 'login', 3px, -2px);}
* }
*/
/* Generated… */
/* Plugins */
/* ==|== primary styles =====================================================
	 Authors: %Author Name%
	 ========================================================================== */
/* Framework Common Libraries */
/*
 * Image replacement
.g-ir

Add the `.g-ir` class to any element you are applying image-replacement to. When
replacing an element's content with an image, make sure to also set a specific
`background-image: url(pathtoimage.png);`, `width`, and `height` so that your
replacement image appears.
*/
/* line 10, ../../dev/src/sass/blocks/_g-blocks.scss */
.g-ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*
 * Telephone number
*/
/* line 20, ../../dev/src/sass/blocks/_g-blocks.scss */
.g-tel {
	color: inherit;
	cursor: default;
	text-decoration: none;
}
/* line 25, ../../dev/src/sass/blocks/_g-blocks.scss */
.g-tel:hover {
	color: inherit;
}
/* line 29, ../../dev/src/sass/blocks/_g-blocks.scss */
.-device_desktop .g-tel {
	pointer-events: none;
}

/* line 3, ../../dev/src/sass/blocks/_adminPanel.scss */
.b-adminPanel__btn {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: 50%;
	transform: translate(590px);
	background: #000000;
	color: #ffffff;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 3, ../../dev/src/sass/blocks/_adminPanel.scss */
	.b-adminPanel__btn {
		transform: translate(0);
		right: 10px;
	}
}
@media screen and (max-width: 1023px) {
	/* line 3, ../../dev/src/sass/blocks/_adminPanel.scss */
	.b-adminPanel__btn {
		transform: translate(0);
		right: 10px;
	}
}
/* line 25, ../../dev/src/sass/blocks/_adminPanel.scss */
.b-adminPanel__btn:hover {
	opacity: .9;
}
/* line 30, ../../dev/src/sass/blocks/_adminPanel.scss */
.b-adminPanel__inner {
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 998;
	width: 300px;
	height: 100%;
	overflow: auto;
	background: #ffffff;
	transition: 0.4s;
	box-sizing: border-box;
	padding: 15px;
}
/* line 43, ../../dev/src/sass/blocks/_adminPanel.scss */
.b-adminPanel__inner.-state_active {
	left: 0;
}
/* line 48, ../../dev/src/sass/blocks/_adminPanel.scss */
.b-adminPanel a {
	color: #8bc53e;
}
/* line 52, ../../dev/src/sass/blocks/_adminPanel.scss */
.b-adminPanel h4 {
	margin: 7px 0;
}

/* line 1, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage {
	margin: 0 auto;
	max-width: 822px;
	padding: 40px 0;
		/*
	TABLE OF CONTENTS
	:: STRUCTURE
	:: HEADER
	:: CONTENT
	:: FOOTER
	:: TYPOGRAPHY
	:: CLASSES
	:: ADMIN
	:: PRODUCTS
	:: CART
	:: HOME
	:: PRINT
	*/
	/* HEADER //////////////////////////////////////////*/
	/* CONTENT //////////////////////////////////////////*/
	/* FOOTER //////////////////////////////////////////*/
	/* TYPOGRAPHY //////////////////////////////////////////*/
	/* CLASSES //////////////////////////////////////////*/
	/* PRODUCTS //////////////////////////////////////////*/
	/* CART ///////////////////////////////////////////*/
	/* ADMIN //////////////////////////////////////////*/
	/* HOME //////////////////////////////////////////*/
	/* PRINT //////////////////////////////////////////*/
}
/* line 21, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #table_orders {
	border: 1px solid #000000;
	border-collapse: collapse;
}
/* line 26, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #table_orders > tbody > tr > td {
	border: 1px solid #000000;
}
/* line 30, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #tableContainer {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	border: 0px solid blue;
}
/* line 38, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#container {
	position: relative;
	width: 962px;
	top: -2px;
	margin: 0 auto 0 auto;
	text-align: left;
}
@media only screen and (max-width: 1018px) {
	/* line 47, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage div#container,
	.b-adminPage table {
		width: 100% !important;
	}
}
/* line 53, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage textarea[name=CartComments] {
	width: 94%;
	padding: 1%;
}
/* line 61, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#testBanner {
	background-color: black;
	color: orange;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px;
}
/* line 69, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#branding {
	position: relative;
	height: 127px;
	background-image: url("/img/bg.jpg");
	background-position: 200px 0px;
	background-repeat: no-repeat;
	border: 0px solid #000;
}
@media only screen and (max-width: 1018px) {
	/* line 79, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage div#branding {
		background-image: none;
		background-image: -ms-linear-gradient(top, #FFFFFF 0%, #d7e8f8 100%);
		background-image: -moz-linear-gradient(top, #FFFFFF 0%, #d7e8f8 100%);
		background-image: -o-linear-gradient(top, #FFFFFF 0%, #d7e8f8 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #d7e8f8));
		background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #d7e8f8 100%);
		background-image: linear-gradient(to bottom, #ffffff 0%, #d7e8f8 100%);
		background-position: top left;
	}
}
/* line 91, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #branding #logo a:first-of-type img {
	position: absolute;
	top: 0px;
	left: -4px;
}
/* line 97, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #branding #logo a:last-of-type {
	display: none;
}
@media only screen and (max-width: 1018px) {
	/* line 102, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #branding #logo {
		float: left;
		width: 60%;
		text-align: center;
		padding: 15px 0 0 0;
	}
	/* line 109, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #branding #logo a:first-of-type {
		display: none;
	}
	/* line 113, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #branding #logo a:last-of-type {
		display: block;
		position: relative;
		width: 100%;
	}
}
/* line 120, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#branding div:nth-child(3) {
	position: absolute;
	top: 0px;
	right: 16px;
	text-align: right;
}
/* line 127, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#branding div p {
	margin: 0;
	padding: 0;
}
/* line 129, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#branding div p a {
	font-weight: bold;
	text-decoration: none;
	color: #f89925;
}
/* line 135, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#branding div p#phone {
	font-weight: bold;
	font-size: 18px;
	color: #f89925;
}
/* line 141, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#branding div p#phone span {
	font-weight: bold;
	font-size: 14px;
	color: #8ab423;
}
/* line 147, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p#breadcrumb {
	position: absolute;
	top: 191px;
	right: 24px;
	color: #fff;
	font-size: 11px;
	border: 0px solid white;
}
/* line 156, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p#breadcrumb a {
	color: #fff;
	text-decoration: none;
}
/* line 160, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p#breadcrumb a:hover {
	color: #ebebeb;
	text-decoration: underline;
}
/* line 162, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #google_translate_element {
	position: absolute;
	right: 10px;
	top: 135px;
	z-index: 100;
}
@media only screen and (max-width: 1018px) {
	/* line 167, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage div#google_translate_element {
		display: none;
	}
}
/* line 172, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #socials {
	position: absolute;
	right: 33px;
	top: 31px;
}
@media only screen and (max-width: 1018px) {
	/* line 177, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #socials {
		display: none;
	}
}
/* line 182, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #autoship {
	position: absolute;
	right: 63px;
	top: 43px;
}
@media only screen and (max-width: 1018px) {
	/* line 187, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage div#autoship {
		display: none;
	}
}
/* line 192, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #autoship table {
	-moz-border-radius: 15px;
	border-radius: 5px;
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* line 200, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #ticker {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
	text-align: center;
}
@media only screen and (max-width: 1018px) {
	/* line 210, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #ticker {
		display: none;
	}
}
/* line 218, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #content_container {
	position: relative;
	background: #fff;
	background-image: url("/img/curve-top.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid blue;
}
@media only screen and (max-width: 1018px) {
	/* line 228, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #content_container {
		background-image: none;
	}
}
/* line 233, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage table#content {
	min-height: 900px;
	position: relative;
	background: #fff;
	background-image: url("/img/curve-top.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid blue;
	margin: 0;
	padding: 0;
	margin-bottom: -3px;
}
@media only screen and (max-width: 1018px) {
	/* line 247, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage table#content {
		background-image: none;
		padding: 10px 0 20px;
		width: 100%;
	}
}
/* line 254, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage td#content_main {
	padding: 15px 15px 0px 15px;
	width: 931px;
	border: 0px solid #000;
	vertical-align: top;
}
/* line 261, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage td#content_main.less-padding {
	padding: 15px 5px 0px 5px;
}
@media only screen and (max-width: 1018px) {
	/* line 266, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage td#content_main, .b-adminPage td#content_main > td {
		width: 100%;
		padding: 0;
	}
	/* line 271, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage td#content_main > td {
		padding: 15px 15px 0px 15px;
	}
}
/* line 276, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage td#content_sub {
	padding: 10px 10px 10px 10px;
	width: 360px;
	border: 0px solid #000;
	background-color: #e8e6e4;
	background-image: url("/img/curve-top-2.gif");
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: top;
}
/* line 287, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #content_sub .title div {
	background-position: top left;
	background-repeat: no-repeat;
}
/* line 291, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #content_sub .title h1, .b-adminPage .title span, .b-adminPage .title h3 {
	background-position: top right;
	background-repeat: no-repeat;
}
/* line 296, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #sidebar {
	width: 300px;
	vertical-align: top;
}
@media only screen and (max-width: 1018px) {
	/* line 302, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #sidebar {
		display: none;
	}
}
/* line 307, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#curve_bottom {
	margin-left: auto;
	margin-right: auto;
}
/* line 308, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #curve_bottom img {
	margin-left: 0px;
}
/* line 309, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage img.curve_bottom_site_info {
	margin-bottom: -4px;
}
@media only screen and (max-width: 1018px) {
	/* line 312, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage img.curve_bottom_site_info {
		display: none;
	}
}
/* line 320, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#site_info {
	margin-top: 5px;
	position: relative;
	background: #fff;
	background-image: url("/img/curve-top.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid blue;
}
@media only screen and (max-width: 1018px) {
	/* line 331, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage div#site_info {
		background-image: none;
		padding-top: 25px;
		border-top: 5px solid #5f4f4b;
	}
	/* line 337, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage div#site_info table {
		width: 100% !important;
	}
	/* line 341, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage div#site_info table td {
		width: 100% !important;
		padding: 0 20px 25px;
	}
}
/* line 347, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #site_info h5 {
	color: #6b6b6b;
	font-size: 14px;
	margin-bottom: 8px;
}
/* line 348, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#newsletter h5 {
	margin: 0;
}
/* line 349, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#newsletter p {
	margin-bottom: 4px;
	font-size: 11px;
}
/* line 350, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#newsletter {
	float: left;
	width: 150px;
	padding: 26px 20px 0px 22px;
	border: 0px solid black;
}
/* line 356, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #newsletter form {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ebeae8;
}
/* line 361, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #newsletter form input {
	width: 135px;
	color: #9e9e9e;
	height: 13px;
	font-size: 11px;
}
/* line 362, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #newsletter form input#btn_signup {
	width: 44px;
	height: 19px;
	border: 0;
	margin: 5px 0px 5px 85px;
}
/* line 364, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage div#map_footer {
	float: right;
	width: 400px;
	border-left: 1px solid #ebeae8;
	margin: 20px 10px 4px 0px;
	padding: 0px 0px 9px 30px;
}
/* line 371, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #map_footer span {
	color: #6b6b6b;
	font-size: 12px;
	font-weight: bold;
	margin-left: 62px;
}
/* line 372, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #map_footer form {
	float: left;
	padding-top: 40px;
}
/* line 373, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #map_footer form select {
	width: 145px;
	margin-bottom: 3px;
}
/* line 374, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #map_footer form select#select_country {
	margin-top: 3px;
}
/* line 375, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #map_footer img {
	float: right;
}
/* line 377, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul.nav_site_info {
	padding: 6px 0px 15px 0px;
	margin: 20px 0px 4px 0px;
	list-style: none;
	list-style-image: none;
	float: left;
	border-left: 1px solid #ebeae8;
}
/* line 385, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul.nav_site_info li {
	padding: 0px 25px 11px 25px;
}
/* line 388, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul.nav_site_info li.toplevel a {
	text-decoration: none;
	color: #6b6b6b;
	font-size: 142px;
	font-weight: bold;
}
/* line 394, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul.nav_site_info li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
/* line 403, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
}
/* line 409, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .alert {
	font-size: 14px;
	color: #C60000;
	font-weight: bold;
}
/* line 411, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage h1, .b-adminPage h2, .b-adminPage h3, .b-adminPage h4, .b-adminPage h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a0410d;
	margin: 0px;
	margin-bottom: 4px;
}
/* line 418, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p, .b-adminPage ul, .b-adminPage ol {
	font-size: 15px;
}
/* line 420, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage h1 {
	font-size: 20px;
}
@media only screen and (max-width: 1018px) {
	/* line 423, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage h1 {
		font-size: 30px;
	}
}
/* line 427, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage h2 {
	font-size: 18px;
}
/* line 430, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage h3 {
	font-size: 14px;
}
/* line 432, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage h4 {
	font-size: 12px;
}
/* line 434, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p {
	margin: 0px;
	margin-bottom: 10px;
}
/* line 439, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage a {
	color: #2584f8;
	text-decoration: none;
}
/* line 446, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage a:hover {
	text-decoration: none;
	color: #000;
}
/* line 448, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 30px;
	text-indent: 0px;
	text-decoration: none;
	list-style: none;
	list-style-image: url("/img/dot.png");
}
/* line 459, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ol {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 30px;
	text-indent: 0px;
	text-decoration: none;
}
/* line 471, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage img {
	border: 0;
	max-width: 100%;
}
/* line 472, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .center {
	text-align: center;
}
/* line 473, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .bold {
	font-weight: bold;
}
/* line 474, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .italic {
	font-style: italic;
}
/* line 475, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .small {
	font-size: 1.1em;
}
/* line 476, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .no_spacing {
	margin: 0px;
	padding: 0;
}
/* line 477, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .light, .b-adminPage .tableLight {
	background-color: #ececec;
}
/* line 478, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .dark, .b-adminPage .tableDark {
	background-color: #d6d6d6;
}
/* line 479, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .adminBar {
	background-color: #2d4122;
}
/* line 480, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .highlight, .b-adminPage .tableHighlight {
	background-color: #5f4f4b;
}
/* line 481, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .white {
	color: #FFFFFF;
}
/* line 482, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .black {
	color: #000000;
}
/* line 483, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .hidden {
	display: none;
}
/* line 484, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .icon {
	vertical-align: middle;
}
/* line 485, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage a.no_link, .b-adminPage a.no_link:visited, .b-adminPage a.no_link:hover {
	color: #000;
	text-decoration: none;
}
/* line 487, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .mobile-only {
	display: none;
}
@media only screen and (max-width: 1018px) {
	/* line 492, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .hide-mobile {
		display: none;
	}
	/* line 496, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .mobile-only {
		display: block;
	}
}
/* line 501, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .clear {
	clear: both;
	height: 0px;
	border: 0px solid #000;
}
/* line 507, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .photo {
	float: left;
	margin: 0 11 11 0px;
	padding: 3px;
	background: #fff;
	border: 1px solid #acc0a5;
}
/* line 515, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .button {
	color: #753A00;
}
/* line 519, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .group:after {
	content: "";
	display: table;
	clear: both;
}
/* line 525, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .title {
	background: #fff;
	background-image: url("/img/orange-bar.png");
	background-position: top;
	height: 39px;
	margin-bottom: 10px;
	border: 0px solid black;
}
/* line 533, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .title h1 {
	padding: 10px 5px 0px 11px;
	margin: 0;
	height: 39px;
	background: transparent;
	border: 0px solid black;
}
/* line 540, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .title span {
	padding: 10px 5px 0px 11px;
	margin: 0;
	height: 39px;
	background: transparent;
	border: 0px solid black;
	color: #753A00 !important;
}
/* line 548, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .title div {
	background-position: top left;
	background-repeat: no-repeat;
}
/* line 552, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .title h1, .b-adminPage .title span, .b-adminPage .title h3 {
	background-position: top right;
	background-repeat: no-repeat;
}
/* line 557, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul.striped, .b-adminPage ol.striped {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	text-indent: 0px;
	text-decoration: none;
	list-style: none;
	list-style-image: none;
}
/* line 568, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul.striped li a, .b-adminPage ol.striped li a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;
	border: 0px solid black;
}
/* line 581, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul.striped li a.indent, .b-adminPage ol.striped li a.indent {
	padding-left: 30px;
}
/* line 583, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul.striped li a:hover, .b-adminPage ol.striped li a:hover, .b-adminPage ul.striped li a:hover span.no_link, .b-adminPage ol.striped li a:hover span.no_link {
	background-color: #0080ff;
	color: #fff;
}
/* line 588, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage ul#nav_sub_list {
	margin: 0;
	padding: 0px;
	text-indent: 0px;
	text-decoration: none;
	list-style: none;
	list-style-image: none;
	border: 0px solid black;
}
/* line 597, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #nav_sub_list li {
	background-image: url("/img/bg-rule-dotted.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 2px;
}
/* line 603, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #nav_sub_list li a {
	display: block;
	color: #737373;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	margin-top: 1px;
	padding: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url("/img/icon-arrow.png");
	background-repeat: no-repeat;
	background-position: 135px 9px;
	border: 0px solid black;
}
/* line 622, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #nav_sub_list li a:hover {
	background-color: #ebebeb;
	color: #000;
}
/* line 623, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #nav_sub_list li#first_sub_nav a {
	padding-top: 6px;
}
/* line 630, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .products-table td {
	vertical-align: top;
}
/* line 634, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .products-table .product-image {
	width: 150px;
	text-align: center;
}
@media only screen and (max-width: 1018px) {
	/* line 640, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .products-table .product-image {
		width: 33%;
	}
	/* line 644, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .products-table .product-description {
		width: 67%;
	}
}
/* line 649, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage table.table_products {
	width: 550px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* line 654, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage table#short {
	width: 310px;
}
/* line 655, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .table_products tr td.border {
	border-right: 1px solid #545454;
}
/* line 658, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .table_products tr.first td {
	border-top: 0px;
}
/* line 661, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .table_products td {
	padding: 10px 10px 10px 0px;
	border-top: 1px solid #545454;
}
/* line 665, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .table_products img.photo_item {
	float: left;
	margin: 0px 0px 0px 0px;
}
/* line 669, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .table_products h2 {
	margin-top: 10px;
	margin-bottom: 0px;
}
/* line 673, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .table_products h2 a {
	text-decoration: none;
}
/* line 676, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .table_products p {
	margin-bottom: 6px;
}
/* line 679, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p.price {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}
/* line 685, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p.savings, .b-adminPage img.btn_cart {
	text-align: center;
	margin-bottom: 6px;
}
/* line 690, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage dl {
	width: 620px;
	margin: 0;
	padding: 0;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: #ccc;
}
@media only screen and (max-width: 1018px) {
	/* line 701, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage dl {
		width: 100%;
	}
}
/* line 706, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage dt {
	margin: 0 0 0 0;
	padding: 10px;
	font-size: 130%;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #999;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border: 0px solid #000000;
}
/* line 719, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage dd {
	margin: 0 0 0 0;
	padding: 0;
}
/* line 724, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #blue dt {
	background-color: #5f4f4b;
}
/* line 728, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #blue {
	background-color: e4e4e4;
}
/* line 735, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #auto-ship {
	position: relative;
	background-color: #674832;
	height: 144px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	text-align: center;
}
@media only screen and (max-width: 1018px) {
	/* line 745, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #auto-ship {
		height: auto;
	}
	/* line 749, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #auto-ship img:first-of-type {
		display: none;
	}
}
/* line 754, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #free-shipping {
	position: relative;
	background-color: #5F4F4B;
	height: 170px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}
@media only screen and (max-width: 1018px) {
	/* line 763, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #free-shipping {
		height: auto;
	}
}
/* line 768, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #promos {
	float: left;
	padding: 0 0 20px 0;
}
/* line 773, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #update-cart {
	float: right;
	padding: 0 0 20px 0;
}
/* line 778, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #update-cart .submit {
	float: right;
}
@media only screen and (max-width: 600px) {
	/* line 783, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #promos,
	.b-adminPage #update-cart {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	/* line 791, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage #update-cart .submit {
		float: none;
	}
}
/* line 799, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #menu {
	display: block;
	top: 50px;
	left: 170px;
	width: 230px;
	border: 1px solid #888;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #FFF;
}
/* line 801, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage * html #menu {
	position: absolute;
}
/* line 803, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #menu a:visited, .b-adminPage #menu a {
	font-size: 12px;
}
/* line 805, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #menu a:hover {
	background: #aaa;
	color: #fff;
}
/* line 807, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage table.admin_nav_table {
	width: 100%;
	background-color: #e4e4e4;
	border: 3px solid #AAAA66;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 0px;
}
/* line 818, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage table.admin_nav_table tr td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* line 820, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage td.admin-nav {
	min-width: 200px;
}
@media only screen and (max-width: 1018px) {
	/* line 825, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage td.desktop-admin-nav {
		display: none;
	}
}
/* line 830, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage td.admin-nav td.admin-nav-col {
	padding: 0px 0px 15px 10px;
}
/* line 834, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .submit {
	background-color: #1B810C;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px;
	border: 0px;
	font-weight: bold;
	font-size: 12px;
}
@media only screen and (max-width: 1018px) {
	/* line 845, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .submit {
		padding: 10px 20px;
		font-size: 18px;
	}
}
/* line 851, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .submitsm {
	background-color: #1B810C;
	color: #FFF;
	text-transform: uppercase;
	padding: 4px;
	border: 0px;
	font-weight: bold;
	font-size: 10px;
}
/* line 861, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .submitLg {
	background-color: #1B810C;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px;
	border: 1px solid white;
	font-weight: bold;
	font-size: 15px;
}
@media only screen and (max-width: 1018px) {
	/* line 872, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .submitsm {
		padding: 8px 15px;
		font-size: 14px;
	}
}
/* line 878, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .header2 {
	color: #a0410d;
	font-size: 18px;
	margin-bottom: 4px;
	font-weight: bold;
	display: block;
}
/* line 886, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .header3 {
	color: #a0410d;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
	display: block;
}
/* line 894, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p.highlight {
	font-weight: bold;
	color: white;
}
/* line 899, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage p.highlight, .b-adminPage p.light, .b-adminPage p.dark {
	margin: 0px;
	padding: 3px;
	font-size: 12px;
}
/* line 905, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage #updateFlData {
	display: hidden;
	position: absolute;
	left: -900px;
}
/* line 914, ../../dev/src/sass/blocks/_b-adminPage.scss */
.b-adminPage .home-featured-products {
	transition: all ease 0.3s;
}
@media only screen and (max-width: 600px) {
	/* line 919, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .home-featured-products tr {
		display: table;
		width: 100%;
	}
	/* line 924, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .home-featured-products td {
		display: table-row;
		width: 100%;
		text-align: center;
	}
	/* line 930, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .home-featured-products td > a {
		display: table-cell;
		width: 100%;
		padding: 20px;
	}
	/* line 936, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .home-featured-products td > div {
		float: none !important;
		width: 84% !important;
		height: auto !important;
		padding: 8%;
	}
}
@media print {
	/* line 948, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .noPrint {
		display: none;
	}
	/* line 952, ../../dev/src/sass/blocks/_b-adminPage.scss */
	.b-adminPage .printAdjust, .b-adminPage #blue {
		width: 100%;
		border: 0px solid blue;
	}
}

/* Project only code */
/* line 2, ../../dev/src/sass/blocks/_common.scss */
a:hover {
	text-decoration: none;
}

/* line 10, ../../dev/src/sass/blocks/_common.scss */
.l-body {
	background: #fafafa;
	font-family: "Source Sans Pro", sans-serif;
	color: #000000;
	left: 0;
	min-width: 320px;
}

/**
* @section wrapper
*/
@media screen and (max-width: 1023px) {
	/* line 24, ../../dev/src/sass/blocks/_common.scss */
	.-menu_active .l-wrapper {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
}

/* line 35, ../../dev/src/sass/blocks/_common.scss */
.b-wrapper {
	transition: transform 0.4s;
}
@media screen and (max-width: 1023px) {
	/* line 38, ../../dev/src/sass/blocks/_common.scss */
	.-menu_active .b-wrapper {
		transform: translateX(400px);
		height: 100%;
	}
}
@media screen and (max-width: 639px) {
	/* line 38, ../../dev/src/sass/blocks/_common.scss */
	.-menu_active .b-wrapper {
		transform: translateX(260px);
	}
}

/* line 50, ../../dev/src/sass/blocks/_common.scss */
.b-siteContainer, .b-slider__inner, .b-page__title, .b-page__container, .b-map__inner {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	max-width: 1200px;
}
@media screen and (max-width: 1023px) {
	/* line 50, ../../dev/src/sass/blocks/_common.scss */
	.b-siteContainer, .b-slider__inner, .b-page__title, .b-page__container, .b-map__inner {
		max-width: 640px;
		padding: 0 30px;
	}
}
@media screen and (max-width: 639px) {
	/* line 50, ../../dev/src/sass/blocks/_common.scss */
	.b-siteContainer, .b-slider__inner, .b-page__title, .b-page__container, .b-map__inner {
		padding: 0 10px;
	}
}

/**
* @section content
*/
/* line 70, ../../dev/src/sass/blocks/_common.scss */
.l-content {
	position: relative;
	overflow: hidden;
}

/**
* @section main
*/
/* line 79, ../../dev/src/sass/blocks/_common.scss */
.b-content {
	position: relative;
	display: block;
}

/* line 2, ../../dev/src/sass/blocks/_sitemap.scss */
.l-body.-page_iDeusSitemap, .l-html.-page_iDeusSitemap {
	height: 100%;
}

/**
* @section sitemapWrapper
*/
/* line 11, ../../dev/src/sass/blocks/_sitemap.scss */
.l-sitemapWrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0;
	background: #fff;
	color: #292929;
	font: 15px/1.3 "Roboto", sans-serif;
}

/**
* @section sitemapHeader
*/
/* line 25, ../../dev/src/sass/blocks/_sitemap.scss */
.l-sitemapHeader {
	background: #2b2d31 url("../img/blocks/sitemap/siteHeader-bg.jpg") repeat;
}
/* line 27, ../../dev/src/sass/blocks/_sitemap.scss */
.-type_netcraft .l-sitemapHeader {
	background: #fff;
	border-bottom: 3px solid #3b6da3;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

/* line 33, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapHeader {
	max-width: 980px;
	margin: 0 auto;
	padding: 38px 20px 42px;
}

/**
* @section sitemapLogo
*/
/* line 43, ../../dev/src/sass/blocks/_sitemap.scss */
.l-sitemapLogo {
	overflow: hidden;
	width: 131px;
	height: 47px;
}
/* line 47, ../../dev/src/sass/blocks/_sitemap.scss */
.-type_netcraft .l-sitemapLogo {
	width: 266px;
	height: 50px;
}

/* line 52, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapLogo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/* line 58, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapLogo__link {
	display: block;
	width: 100%;
	height: 100%;
}
/* line 64, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapLogo__icon {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

/**
* @section sitemapContent
*/
/* line 76, ../../dev/src/sass/blocks/_sitemap.scss */
.l-sitemapContent {
	padding: 0 0 185px;
}

/* line 79, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapContent {
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 20px;
}

/**
* @section clientLogo
*/
/* line 89, ../../dev/src/sass/blocks/_sitemap.scss */
.l-clientLogo {
	margin: 33px 0 45px;
	padding: 0;
}

/* line 95, ../../dev/src/sass/blocks/_sitemap.scss */
.b-clientLogo__link {
	display: inline-block;
}
/* line 99, ../../dev/src/sass/blocks/_sitemap.scss */
.b-clientLogo__icon {
	color: #000;
}

/**
* @section sitemapLink
*/
/* line 108, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapLink {
	color: inherit;
	text-decoration: underline;
}
/* line 112, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapLink:hover, .b-sitemapLink:focus, .b-sitemapLink:active, .b-sitemapLink:visited {
	text-decoration: none;
}

/**
* @section sitemapButton
*/
/* line 124, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapButton {
	position: relative;
	min-width: 155px;
	display: inline-block;
	padding: 11px 37px 8px 30px;
	box-sizing: border-box;
	border-radius: 18px;
	border: 1px solid #ed1b23;
	background: #fff;
	box-shadow: none;
	color: #292929;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
/* line 141, ../../dev/src/sass/blocks/_sitemap.scss */
.-type_netcraft .b-sitemapButton {
	border-color: #3b6da3;
}
/* line 145, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapButton:before {
	position: absolute;
	right: 28px;
	top: 15px;
	display: block;
	width: 6px;
	height: 10px;
	background: url("../img/blocks/sitemap/sitemapButton-ico.png") -21px 0 no-repeat;
	content: '';
}
/* line 156, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapButton:hover {
	background: #ed1b23;
	color: #fff;
	text-decoration: none;
}
/* line 161, ../../dev/src/sass/blocks/_sitemap.scss */
.-type_netcraft .b-sitemapButton:hover {
	background-color: #3b6da3;
}
/* line 165, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapButton:hover:before {
	background-position: 0 0;
}
/* line 170, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapButton:focus, .b-sitemapButton:active, .b-sitemapButton:visited {
	text-decoration: none;
}

/**
* @section sitemapTabs
*/
/* line 184, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__title {
	box-sizing: border-box;
	margin: 20px 0 0;
	background: #fafafa;
	color: #636363;
	font: 18px/1.3 "Roboto Slab", serif;
	cursor: pointer;
}
/* line 16, ../../dev/src/sass/_mixins.scss */
.b-sitemapTabs__title:before, .b-sitemapTabs__title:after {
	content: " ";
	display: table;
}
/* line 21, ../../dev/src/sass/_mixins.scss */
.b-sitemapTabs__title:after {
	clear: both;
}
/* line 24, ../../dev/src/sass/_mixins.scss */
.b-sitemapTabs__title {
	*zoom: 1;
}
/* line 193, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__title.-state_active {
	border-bottom: 2px solid #d4d4d4;
	background: transparent;
	color: #ec1b23;
}
/* line 198, ../../dev/src/sass/blocks/_sitemap.scss */
.-type_netcraft .b-sitemapTabs__title.-state_active {
	color: #3b6da3;
}
/* line 202, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__title.-state_active:not(.-state_default) {
	-webkit-animation: opacityAnimation 1.5s;
	animation: opacityAnimation 1.5s;
}
/* line 209, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__title.-state_inactive:not(.-state_default) {
	-webkit-animation: opacityAnimationReverse 1.5s;
	animation: opacityAnimationReverse 1.5s;
}
/* line 216, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__titleText {
	padding: 20px 0 15px 20px;
	float: left;
}
/* line 221, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__arrow {
	width: 60px;
	height: 60px;
	position: relative;
	float: right;
	background: #f2f2f2;
}
/* line 228, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__arrow:before {
	position: absolute;
	top: 23px;
	right: 20px;
	display: block;
	width: 18px;
	height: 16px;
	background: url("../img/blocks/sitemap/sitemapTabs__title-ico.png") -58px 0 no-repeat;
	content: '';
}
/* line 239, ../../dev/src/sass/blocks/_sitemap.scss */
.-state_active .b-sitemapTabs__arrow {
	background: transparent;
}
/* line 242, ../../dev/src/sass/blocks/_sitemap.scss */
.-state_active .b-sitemapTabs__arrow:before {
	top: 26px;
	right: 28px;
	background-position: -26px 0;
}
/* line 249, ../../dev/src/sass/blocks/_sitemap.scss */
.-type_netcraft .-state_active .b-sitemapTabs__arrow:before {
	background-position: -83px 0;
}
/* line 255, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__content {
	padding: 20px 0 0;
	margin: 0 0 20px;
	display: none;
}
/* line 260, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__content.-state_active {
	display: block;
}
/* line 262, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__content.-state_active:not(.-state_default) {
	-webkit-animation: opacityAnimation 1.5s;
	animation: opacityAnimation 1.5s;
}
/* line 269, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table {
	width: 100%;
}
/* line 272, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table tr {
	border-bottom: 1px solid #eaeaea;
}
/* line 277, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table tbody tr:last-child {
	border-bottom: 0;
}
/* line 282, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table td,
.b-sitemapTabs__table th {
	padding: 13px 20px 16px;
}
/* line 286, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table td:first-child,
.b-sitemapTabs__table th:first-child {
	width: 47%;
}
/* line 290, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table td.-type_link,
.b-sitemapTabs__table th.-type_link {
	padding-right: 2px;
	text-align: right;
}
/* line 295, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table td.-view_important,
.b-sitemapTabs__table th.-view_important {
	font-size: 16px;
	text-transform: uppercase;
}
/* line 300, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table td.-state_inactive,
.b-sitemapTabs__table th.-state_inactive {
	color: #c1c1c1;
}
/* line 305, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table th {
	color: #ec1b23;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
/* line 312, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapTabs__table th.-type_link {
	padding-right: 60px;
}
/* line 316, ../../dev/src/sass/blocks/_sitemap.scss */
.-type_netcraft .b-sitemapTabs__table th {
	color: #3b6da3;
}

@keyframes opacityAnimation {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.25;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.75;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes opacityAnimation {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.25;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.75;
	}
	100% {
		opacity: 1;
	}
}
@keyframes opacityAnimationReverse {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes opacityAnimationReverse {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
/**
* @section sitemapFooter
*/
/* line 358, ../../dev/src/sass/blocks/_sitemap.scss */
.l-sitemapFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* line 364, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapFooter {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px;
}

/**
* @section sitemapCopyright
*/
/* line 375, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapCopyright {
	color: #c1c1c1;
	text-align: center;
	font-style: normal;
}
/* line 380, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapCopyright__link {
	color: inherit;
	text-decoration: none;
}
/* line 384, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapCopyright__link:hover {
	text-decoration: underline;
}
/* line 388, ../../dev/src/sass/blocks/_sitemap.scss */
.b-sitemapCopyright__link:focus, .b-sitemapCopyright__link:active, .b-sitemapCopyright__link:visited {
	text-decoration: none;
}

/**
* @section b-text
*/
/* line 6, ../../dev/src/sass/blocks/_b-text.scss */
.b-text.-type_biggest {
	font-size: 20px;
}
/* line 10, ../../dev/src/sass/blocks/_b-text.scss */
.b-text h1, .b-text h2, .b-text h3, .b-text h4, .b-text h5, .b-text h6, .b-text p, .b-text ul, .b-text ol, .b-text dl, .b-text blockquote {
	margin: 1em 0;
}
/* line 79, ../../dev/src/sass/_mixins.scss */
.b-text h1:first-child, .b-text h2:first-child, .b-text h3:first-child, .b-text h4:first-child, .b-text h5:first-child, .b-text h6:first-child, .b-text p:first-child, .b-text ul:first-child, .b-text ol:first-child, .b-text dl:first-child, .b-text blockquote:first-child {
	margin-top: 0;
}
/* line 82, ../../dev/src/sass/_mixins.scss */
.b-text h1:last-child, .b-text h2:last-child, .b-text h3:last-child, .b-text h4:last-child, .b-text h5:last-child, .b-text h6:last-child, .b-text p:last-child, .b-text ul:last-child, .b-text ol:last-child, .b-text dl:last-child, .b-text blockquote:last-child {
	margin-bottom: 0;
}
/* line 15, ../../dev/src/sass/blocks/_b-text.scss */
.b-text h1, .b-text h2, .b-text h3, .b-text h4, .b-text h5, .b-text h6 {
	color: #8ac43d;
	font-family: "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 20, ../../dev/src/sass/blocks/_b-text.scss */
.b-text h1 {
	font-size: 36px;
}
/* line 23, ../../dev/src/sass/blocks/_b-text.scss */
.b-text h2 {
	font-size: 32px;
}
/* line 26, ../../dev/src/sass/blocks/_b-text.scss */
.b-text h3 {
	font-size: 28px;
}
/* line 29, ../../dev/src/sass/blocks/_b-text.scss */
.b-text h4 {
	font-size: 24px;
}
/* line 32, ../../dev/src/sass/blocks/_b-text.scss */
.b-text h5 {
	font-size: 24px;
	margin-bottom: 0.2em;
}
/* line 36, ../../dev/src/sass/blocks/_b-text.scss */
.b-text h6 {
	font-size: 20px;
}
/* line 40, ../../dev/src/sass/blocks/_b-text.scss */
.b-text p {
	line-height: 1.5em;
	margin: 0 0 1.6em 0;
}
/* line 45, ../../dev/src/sass/blocks/_b-text.scss */
.b-text ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.2em;
	line-height: 1.5em;
}
/* line 51, ../../dev/src/sass/blocks/_b-text.scss */
.b-text ul li {
	position: relative;
}
/* line 54, ../../dev/src/sass/blocks/_b-text.scss */
.b-text ul li:before {
	content: '';
	position: absolute;
	top: 13px;
	left: -19px;
	width: 12px;
	height: 2px;
	background: #858585;
}
/* line 73, ../../dev/src/sass/blocks/_b-text.scss */
.b-text a {
	text-decoration: underline;
	color: #88c43d;
}
/* line 73, ../../dev/src/sass/_mixins.scss */
.b-text a:hover {
	text-decoration: none;
}
/* line 78, ../../dev/src/sass/blocks/_b-text.scss */
.b-text img {
	max-width: 100%;
}
/* line 82, ../../dev/src/sass/blocks/_b-text.scss */
.b-text table {
	width: 100%;
}
/* line 85, ../../dev/src/sass/blocks/_b-text.scss */
.b-text table.tableNotBoard {
	border: none;
}
/* line 88, ../../dev/src/sass/blocks/_b-text.scss */
.b-text table.tableNotBoard td {
	border: none;
}
/* line 95, ../../dev/src/sass/blocks/_b-text.scss */
.b-text table.tableBoard td {
	border: 1px solid #e5e5e5;
}
/* line 101, ../../dev/src/sass/blocks/_b-text.scss */
.b-text td {
	border: 1px solid #e5e5e5;
	padding: 10px;
	vertical-align: top;
}

/**
* @section Main Site Header
*/
/* line 4, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.l-siteHeader {
	position: relative;
}

/* line 7, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader {
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
}
/* line 16, ../../dev/src/sass/_mixins.scss */
.b-siteHeader:before, .b-siteHeader:after {
	content: " ";
	display: table;
}
/* line 21, ../../dev/src/sass/_mixins.scss */
.b-siteHeader:after {
	clear: both;
}
/* line 24, ../../dev/src/sass/_mixins.scss */
.b-siteHeader {
	*zoom: 1;
}
/* line 12, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__topLine {
	background: #eba837;
	color: #ffffff;
	font: 14px/30px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 16, ../../dev/src/sass/_mixins.scss */
.b-siteHeader__topLine:before, .b-siteHeader__topLine:after {
	content: " ";
	display: table;
}
/* line 21, ../../dev/src/sass/_mixins.scss */
.b-siteHeader__topLine:after {
	clear: both;
}
/* line 24, ../../dev/src/sass/_mixins.scss */
.b-siteHeader__topLine {
	*zoom: 1;
}
@media screen and (max-width: 1023px) {
	/* line 12, ../../dev/src/sass/blocks/_l-siteHeader.scss */
	.b-siteHeader__topLine {
		display: none;
	}
}
/* line 23, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__translater {
	float: right;
	padding: 4px 0;
}
/* line 27, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__translater .goog-te-gadget-simple {
	background: #eba837;
	border: none;
}
/* line 31, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__translater .goog-te-gadget-simple span {
	color: #ffffff !important;
	border-color: #ffffff !important;
}
/* line 37, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__translater .goog-te-menu-value {
	font: 14px "Source Sans Pro", sans-serif;
	color: #ffffff;
}
/* line 42, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__translater .goog-te-gadget {
	font: 14px "Source Sans Pro", sans-serif;
	color: #ffffff;
}
/* line 49, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__contact {
	font-family: "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
/* line 55, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__contactPhone {
	color: #ffffff;
	text-decoration: none;
}
/* line 60, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__main {
	width: 100%;
	display: table;
	margin: 7px 0 3px;
}
@media screen and (max-width: 1023px) {
	/* line 60, ../../dev/src/sass/blocks/_l-siteHeader.scss */
	.b-siteHeader__main {
		display: block;
		margin: 15px 0 12px;
	}
}
/* line 71, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__cell {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 1023px) {
	/* line 71, ../../dev/src/sass/blocks/_l-siteHeader.scss */
	.b-siteHeader__cell {
		display: none;
	}
	/* line 78, ../../dev/src/sass/blocks/_l-siteHeader.scss */
	.b-siteHeader__cell.-type_mobile {
		display: block;
		position: relative;
	}
}
/* line 84, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__cell.-type_half {
	width: 50%;
}
/* line 89, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__toggleMenu {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 53px;
	background: #89c43d;
	border-radius: 3px;
	height: 7px;
	border-bottom: 17px solid #ffffff;
	border-top: 17px solid #ffffff;
}
/* line 103, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__toggleMenu:after, .b-siteHeader__toggleMenu:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 7px;
	border-radius: 3px;
	background: #89c43d;
	transition: transform 0.4s;
}
/* line 114, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__toggleMenu:before {
	top: -17px;
}
/* line 118, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__toggleMenu:after {
	bottom: -17px;
}
/* line 122, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__toggleMenu.-state_active {
	background: transparent;
}
/* line 125, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__toggleMenu.-state_active:before {
	top: 0;
	transform: rotate(45deg);
}
/* line 130, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__toggleMenu.-state_active:after {
	transform: rotate(-45deg);
	bottom: auto;
	top: 0;
}
@media screen and (max-width: 1023px) {
	/* line 89, ../../dev/src/sass/blocks/_l-siteHeader.scss */
	.b-siteHeader__toggleMenu {
		display: block;
	}
}
/* line 142, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__cart {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 53px;
	height: 50px;
	background: url("../img/sprites/main-sprite.png") no-repeat 0 -120px;
}
@media screen and (max-width: 1023px) {
	/* line 142, ../../dev/src/sass/blocks/_l-siteHeader.scss */
	.b-siteHeader__cart {
		display: block;
	}
}
/* line 158, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__mobileMenu {
	display: none;
	position: fixed;
	top: 0;
	left: -400px;
	width: 400px;
	height: 100%;
	transition: 0.4s;
	z-index: 999;
	background: #ffffff;
	overflow-x: auto;
}
/* line 170, ../../dev/src/sass/blocks/_l-siteHeader.scss */
.b-siteHeader__mobileMenu.-state_active {
	box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
	/* line 158, ../../dev/src/sass/blocks/_l-siteHeader.scss */
	.b-siteHeader__mobileMenu {
		display: block;
	}
}
@media screen and (max-width: 639px) {
	/* line 158, ../../dev/src/sass/blocks/_l-siteHeader.scss */
	.b-siteHeader__mobileMenu {
		left: -260px;
		width: 260px;
	}
}

/**
* @subsection Main Site Logo
*/
/* line 4, ../../dev/src/sass/blocks/_l-siteLogo.scss */
.l-siteLogo {
	width: 123px;
	height: 70px;
	overflow: hidden;
}
@media screen and (max-width: 1023px) {
	/* line 4, ../../dev/src/sass/blocks/_l-siteLogo.scss */
	.l-siteLogo {
		margin: 0 auto;
		width: 253px;
		height: 142px;
	}
}
@media screen and (max-width: 639px) {
	/* line 4, ../../dev/src/sass/blocks/_l-siteLogo.scss */
	.l-siteLogo {
		width: 123px;
		height: 70px;
	}
}

/* line 20, ../../dev/src/sass/blocks/_l-siteLogo.scss */
.b-siteLogo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/* line 26, ../../dev/src/sass/blocks/_l-siteLogo.scss */
.b-siteLogo__link {
	display: block;
	width: 100%;
	height: 100%;
}
/* line 31, ../../dev/src/sass/blocks/_l-siteLogo.scss */
.b-siteLogo__icon {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

/**
* @subsection Main Site Search
*/
/* line 4, ../../dev/src/sass/blocks/_l-siteSearch.scss */
.l-siteSearch {
	overflow: hidden;
	right: 20px;
	width: 226px;
}

/* line 9, ../../dev/src/sass/blocks/_l-siteSearch.scss */
.b-siteSearch {
	position: relative;
}
/* line 12, ../../dev/src/sass/blocks/_l-siteSearch.scss */
.b-siteSearch__input {
	box-sizing: border-box;
	display: block;
	margin: 0;
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	padding: 0 35px 0 20px;
	outline: none;
	font: italic 16px "Source Sans Pro", sans-serif;
}
/* line 24, ../../dev/src/sass/blocks/_l-siteSearch.scss */
.b-siteSearch__input:focus {
	border-color: #81ae24;
}
/* line 28, ../../dev/src/sass/blocks/_l-siteSearch.scss */
.b-siteSearch__button {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 40px;
	margin: auto;
	right: 0;
	width: 30px;
	font-size: 0;
	border: none;
	background: url("../img/sprites/main-sprite.png") no-repeat 0 -25px transparent;
	outline: none;
	transition: opacity 0.4;
}
/* line 42, ../../dev/src/sass/blocks/_l-siteSearch.scss */
.b-siteSearch__button:hover {
	opacity: .4;
}

/**
* @subsection Main Site Nav
*/
/* line 4, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.l-siteNavigation {
	clear: both;
}

/* line 7, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
@media screen and (max-width: 1023px) {
	/* line 7, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation {
		text-align: left;
		padding: 20px 0 0;
	}
}
/* line 21, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__item {
	position: relative;
	margin: 0;
	height: 100%;
	color: #666666;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 21, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation__item {
		padding: 5px 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1023px) {
	/* line 21, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation__item {
		display: block;
		width: auto;
	}
}
/* line 42, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__item:first-child {
	padding-left: 0;
}
@media screen and (max-width: 1023px) {
	/* line 42, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation__item:first-child {
		padding: 5px 15px;
	}
}
/* line 50, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__item:last-child {
	padding-right: 0;
}
@media screen and (max-width: 1023px) {
	/* line 50, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation__item:last-child {
		padding: 5px 15px;
	}
}
/* line 58, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__item.-state_current {
	color: #eba837;
	font-weight: bold;
}
/* line 63, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__item.-type_mob {
	display: none;
}
@media screen and (max-width: 1023px) {
	/* line 63, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation__item.-type_mob {
		display: block;
	}
}
/* line 73, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__item:hover .b-mainNavigation__subMenu {
	display: block;
	opacity: 1;
}
/* line 81, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__link {
	display: block;
	color: inherit;
	text-transform: uppercase;
	font-size: inherit;
	text-decoration: none;
}
@media screen and (max-width: 1023px) {
	/* line 81, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation__link {
		padding-bottom: 10px;
	}
}
/* line 92, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__link:hover {
	color: #81ae24;
}
/* line 97, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__subMenu {
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align:left;
	width: 260px;
	background: #ffffff;
	text-decoration: none;
	padding: 3px 0 0;
	margin: 0;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 999;
	list-style: none;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
	/* line 97, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation__subMenu {
		display: block;
		position: static;
		opacity: 1;
		transform: translateX(0);
		width: auto;
		box-shadow: none;
		border-top: 2px solid #eba837;
	}
}
/* line 125, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__subMenu li {
	border-bottom: 1px solid #eba837;
}
@media screen and (max-width: 1023px) {
	/* line 125, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-mainNavigation__subMenu li {
		border: none;
	}
}
/* line 132, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__subMenu li:last-child {
	border-bottom: none;
}
/* line 137, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__subMenu a {
	display: block;
	padding: 7px;
	color: #666666;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
/* line 146, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-mainNavigation__subMenu a:hover {
	color: #ffffff;
	background: #eba837;
}

/* line 154, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
/* line 163, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__item {
	position: relative;
	margin: 0;
	height: 100%;
	color: #000;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 11px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 163, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-secondaryNavigation__item {
		font-size: 14px;
	}
}
/* line 178, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__item:first-child {
	padding-left: 0;
}
/* line 182, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__item:last-child {
	padding-right: 0;
}
/* line 186, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__item:hover {
	color: #81ae24;
}
/* line 189, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__item:hover .b-secondaryNavigation__subMenu {
	display: block;
	opacity: 1;
}
/* line 194, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__item:hover .b-secondaryNavigation__link:after {
	border-top-color: #81ae24;
}
/* line 201, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__link {
	display: block;
	color: inherit;
	text-transform: uppercase;
	font-size: inherit;
	text-decoration: none;
}
/* line 208, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__link:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url("../img/sprites/main-sprite.png") no-repeat transparent;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 208, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-secondaryNavigation__link:before {
		display: none;
	}
}
/* line 224, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__link.-type_login:before {
	background-position: 0 -65px;
}
/* line 230, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__link.-type_cart:before {
	background-position: -20px -65px;
}
/* line 236, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__link.-type_parent:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 4px solid transparent;
	border-top: 4px solid #000000;
	margin: 2px 0 0 5px;
}
/* line 250, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__linkName {
	overflow: hidden;
	max-width: 90px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* line 259, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__subMenu {
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	background: #ffffff;
	text-decoration: none;
	padding: 3px 0 0;
	margin: 0;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 999;
	list-style: none;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
	text-align: center;
}
@media screen and (max-width: 1023px) {
	/* line 259, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-secondaryNavigation__subMenu {
		display: block;
		position: static;
		opacity: 1;
		transform: translateX(0);
		width: auto;
		box-shadow: none;
		border-top: 2px solid #eba837;
	}
}
/* line 288, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__subMenu li {
	border-bottom: 1px solid #eba837;
}
@media screen and (max-width: 1023px) {
	/* line 288, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
	.b-secondaryNavigation__subMenu li {
		border: none;
	}
}
/* line 295, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__subMenu li:last-child {
	border-bottom: none;
}
/* line 300, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__subMenu a {
	display: block;
	padding: 7px;
	color: #666666;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
/* line 309, ../../dev/src/sass/blocks/_l-siteNavigation.scss */
.b-secondaryNavigation__subMenu a:hover {
	color: #ffffff;
	background: #eba837;
}

/**
* @section Main Site Footer
*/
/* line 7, ../../dev/src/sass/blocks/_l-siteFooter.scss */
.b-siteFooter {
	background: #d29022;
}
/* line 10, ../../dev/src/sass/blocks/_l-siteFooter.scss */
.b-siteFooter__textWrapper {
	padding: 18px 0 20px;
}
@media screen and (max-width: 1023px) {
	/* line 10, ../../dev/src/sass/blocks/_l-siteFooter.scss */
	.b-siteFooter__textWrapper {
		padding: 31px 0 35px;
	}
}
/* line 18, ../../dev/src/sass/blocks/_l-siteFooter.scss */
.b-siteFooter__text {
	color: #ffd9a0;
	font: 12px/20px "Source Sans Pro", sans-serif;
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 1023px) {
	/* line 18, ../../dev/src/sass/blocks/_l-siteFooter.scss */
	.b-siteFooter__text {
		font-size: 20px;
		line-height: 24px;
	}
}
/* line 30, ../../dev/src/sass/blocks/_l-siteFooter.scss */
.b-siteFooter__bottom {
	background: #f5f5f5;
	font-size: 0;
	padding: 18px 0;
}
/* line 36, ../../dev/src/sass/blocks/_l-siteFooter.scss */
.b-siteFooter__bottomItem {
	display: inline-block;
	vertical-align: middle;
	width: 33.33%;
}
@media screen and (max-width: 1023px) {
	/* line 36, ../../dev/src/sass/blocks/_l-siteFooter.scss */
	.b-siteFooter__bottomItem {
		width: 60%;
	}
	/* line 44, ../../dev/src/sass/blocks/_l-siteFooter.scss */
	.b-siteFooter__bottomItem:last-child {
		width: 40%;
	}
	/* line 48, ../../dev/src/sass/blocks/_l-siteFooter.scss */
	.b-siteFooter__bottomItem:nth-child(2) {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 63px;
	}
}
@media screen and (max-width: 639px) {
	/* line 36, ../../dev/src/sass/blocks/_l-siteFooter.scss */
	.b-siteFooter__bottomItem {
		width: auto;
		display: block;
		padding: 10px 0;
	}
	/* line 62, ../../dev/src/sass/blocks/_l-siteFooter.scss */
	.b-siteFooter__bottomItem:last-child {
		width: auto;
	}
}

/**
* @section Site Navigation Bottom
*/
/* line 4, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
.l-siteNavigationBottom {
	border-top: 2px solid #cc8a21;
	border-bottom: 2px solid #cc8a21;
}
@media screen and (max-width: 1023px) {
	/* line 4, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.l-siteNavigationBottom {
		margin: 33px 0 0;
	}
}

/* line 13, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
.b-bottomNavigation {
	padding: 29px 0 32px;
	text-align: center;
	font-size: 0;
	list-style: none;
	margin: 0;
}
@media screen and (max-width: 1023px) {
	/* line 13, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.b-bottomNavigation {
		text-align: left;
		padding: 27px 0 21px;
	}
}
/* line 25, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
.b-bottomNavigation__item {
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1023px) {
	/* line 25, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.b-bottomNavigation__item {
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 639px) {
	/* line 25, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.b-bottomNavigation__item {
		width: auto;
		display: block;
		text-align: center;
	}
}
/* line 43, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
.b-bottomNavigation__item:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #a76d0b;
	margin: 0 14px;
}
@media screen and (max-width: 1023px) {
	/* line 43, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.b-bottomNavigation__item:after {
		display: block;
		position: absolute;
		left: 0;
		top: 12px;
		width: 6px;
		height: 6px;
		margin: 0;
	}
}
@media screen and (max-width: 639px) {
	/* line 43, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.b-bottomNavigation__item:after {
		display: none;
	}
}
/* line 69, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
.b-bottomNavigation__item:last-child:after {
	display: none;
}
@media screen and (max-width: 1023px) {
	/* line 69, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.b-bottomNavigation__item:last-child:after {
		display: block;
	}
}
@media screen and (max-width: 639px) {
	/* line 69, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.b-bottomNavigation__item:last-child:after {
		display: none;
	}
}
/* line 83, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
.b-bottomNavigation__link {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font: 700 14px/1.25 "Source Sans Pro", sans-serif;
	color: #ffe2b0;
	text-decoration: none;
}
@media screen and (max-width: 1023px) {
	/* line 83, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
	.b-bottomNavigation__link {
		font-size: 24px;
	}
}
/* line 95, ../../dev/src/sass/blocks/_l-siteNavigationBottom.scss */
.b-bottomNavigation__link:hover {
	color: #ffffff;
	text-decoration: none;
}

/**
* @section Site Copyright
*/
/* line 4, ../../dev/src/sass/blocks/_l-siteCopyright.scss */
.l-siteCopyright {
	color: #464646;
	font: 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 8, ../../dev/src/sass/blocks/_l-siteCopyright.scss */
.b-siteCopyright {
	text-transform: uppercase;
	color: #808080;
	font: 14px "Source Sans Pro", sans-serif;
	text-align: center;
}
@media screen and (max-width: 1023px) {
	/* line 8, ../../dev/src/sass/blocks/_l-siteCopyright.scss */
	.b-siteCopyright {
		font-size: 24px;
		padding: 20px 0;
	}
}
/* line 19, ../../dev/src/sass/blocks/_l-siteCopyright.scss */
.b-siteCopyright__link {
	text-decoration: none;
	color: inherit;
}
/* line 66, ../../dev/src/sass/_mixins.scss */
.b-siteCopyright__link:hover {
	text-decoration: underline;
}

/**
* @subsection Developer Copyright
*/
/* line 6, ../../dev/src/sass/blocks/_b-developerCopyright.scss */
.b-developerCopyright__link {
	text-decoration: none;
	color: inherit;
}
/* line 66, ../../dev/src/sass/_mixins.scss */
.b-developerCopyright__link:hover {
	text-decoration: underline;
}

/* line 7, ../../dev/src/sass/blocks/_l-productsList.scss */
.b-productsList.-type_dots {
	min-height: 554px;
	position: relative;
}
/* line 11, ../../dev/src/sass/blocks/_l-productsList.scss */
.b-productsList.-type_dots:before {
	content: '';
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	height: 374px;
	background: url("../img/userfiles/dots-grey-bg.png") no-repeat 50% 0;
}
/* line 24, ../../dev/src/sass/blocks/_l-productsList.scss */
.b-productsList.-type_carousel.-type_dots:before {
	top: 7px;
	height: 74px;
	background: url("../img/userfiles/dots-grey-bg.png") no-repeat 50% 0;
}
/* line 32, ../../dev/src/sass/blocks/_l-productsList.scss */
.b-productsList__title {
	text-align: center;
	font: 56px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
	margin: 0 0 0.4em;
	padding: 0.8em 0 0;
	position: relative;
}
@media screen and (max-width: 1023px) {
	/* line 32, ../../dev/src/sass/blocks/_l-productsList.scss */
	.b-productsList__title {
		font-size: 48px;
		margin: 0 0 0.1em;
		padding: 0.5em 0 0;
	}
}
@media screen and (max-width: 639px) {
	/* line 32, ../../dev/src/sass/blocks/_l-productsList.scss */
	.b-productsList__title {
		font-size: 34px;
	}
}
/* line 50, ../../dev/src/sass/blocks/_l-productsList.scss */
.b-productsList__title.-type_related {
	text-align: left;
	font-size: 48px;
	padding: 0;
	margin-bottom: 0.2em;
}
@media screen and (max-width: 639px) {
	/* line 50, ../../dev/src/sass/blocks/_l-productsList.scss */
	.b-productsList__title.-type_related {
		text-align: center;
	}
}
/* line 62, ../../dev/src/sass/blocks/_l-productsList.scss */
.b-productsList__container {
	margin: 0 -10px;
	font-size: 0;
	position: relative;
	padding: 0 0 40px;
}
@media screen and (max-width: 1023px) {
	/* line 62, ../../dev/src/sass/blocks/_l-productsList.scss */
	.b-productsList__container {
		padding: 0 0 10px;
	}
}
/* line 73, ../../dev/src/sass/blocks/_l-productsList.scss */
.b-productsList__item {
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 1023px) {
	/* line 73, ../../dev/src/sass/blocks/_l-productsList.scss */
	.b-productsList__item {
		width: auto;
		display: block;
	}
}

/* line 3, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__inner {
	background: #ffffff;
	border-radius: 3px;
	padding: 10px;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}
/* line 11, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__content {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding-bottom: 35px;
	display: block;
	text-decoration: none;
	transition: 0.4s;
}
@media screen and (max-width: 1023px) {
	/* line 11, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__content {
		padding-bottom: 55px;
	}
}
/* line 23, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__content:hover {
	border-color: #81ae24;
}
/* line 28, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__header {
	height: 115px;
	overflow: hidden;
}
@media screen and (max-width: 1023px) {
	/* line 28, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__header {
		height: auto;
		margin-bottom: 10px;
	}
}
/* line 38, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__name {
	text-align: center;
	font: 24px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
	display: block;
	margin: 27px 0 0;
	padding: 0 7%;
	max-height: 60px;
	overflow: hidden;
	white-space: normal;
}
@media screen and (max-width: 1023px) {
	/* line 38, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__name {
		font-size: 36px;
		max-height: none;
	}
}
@media screen and (max-width: 639px) {
	/* line 38, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__name {
		font-size: 24px;
	}
}
/* line 59, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__info {
	text-align: center;
	font: 14px/1.7 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	color: #000000;
}
@media screen and (max-width: 1023px) {
	/* line 59, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__info {
		font-size: 23px;
		line-height: 1;
	}
}
@media screen and (max-width: 639px) {
	/* line 59, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__info {
		font-size: 16px;
	}
}
/* line 76, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__imgWrapper {
	position: relative;
	height: 268px;
}
/* line 81, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__img {
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
/* line 92, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__priceWrapper {
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	font: 24px/20px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-top: -11px;
	padding: 0 10px;
	box-sizing: border-box;
	min-width: 66%;
	height: 45px;
}
@media screen and (max-width: 1023px) {
	/* line 92, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__priceWrapper {
		margin-top: -22px;
		font-size: 36px;
		line-height: 40px;
	}
}
@media screen and (max-width: 639px) {
	/* line 92, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__priceWrapper {
		font-size: 24px;
	}
}
/* line 118, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__priceOld {
	color: #808080;
	text-decoration: line-through;
}
/* line 123, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__priceActual {
	font-family: "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 127, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__priceDiscount {
	display: block;
	font: 14px/20px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 3px 0 0;
}
@media screen and (max-width: 1023px) {
	/* line 127, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__priceDiscount {
		font-size: 24px;
		line-height: 28px;
		margin: 0;
	}
}
@media screen and (max-width: 639px) {
	/* line 127, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__priceDiscount {
		font-size: 18px;
	}
}
/* line 143, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__button {
	display: block;
	margin: 1em auto 20px;
	width: 200px;
	height: 50px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	background: #8bc53e;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	font: 20px/50px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media screen and (max-width: 1023px) {
	/* line 143, ../../dev/src/sass/blocks/_b-productPreview.scss */
	.b-productPreview__button {
		width: 240px;
		height: 70px;
		margin: 1.6em auto 20px;
		font-size: 24px;
		line-height: 70px;
	}
}
/* line 163, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__button:before {
	content: '';
	width: 19px;
	height: 20px;
	background: url("../img/sprites/main-sprite.png") no-repeat 0 -85px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
/* line 173, ../../dev/src/sass/blocks/_b-productPreview.scss */
.b-productPreview__button:hover {
	opacity: .9;
}

/* line 7, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers.-type_dots {
	position: relative;
}
/* line 10, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers.-type_dots:before {
	content: '';
	position: absolute;
	top: 39px;
	left: 0;
	width: 100%;
	height: 330px;
	background: url("../img/userfiles/dots-grey-bg.png") no-repeat 50% 0;
}
/* line 21, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__list {
	margin: 0 -10px;
	font-size: 0;
	padding: 0 0 50px;
}
@media screen and (max-width: 1023px) {
	/* line 21, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__list {
		margin: 0;
		padding: 0 0 20px;
	}
}
/* line 32, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__item {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 1023px) {
	/* line 32, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__item {
		width: auto;
		display: block;
		padding: 0;
		margin: 20px 0;
	}
	/* line 46, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__item:first-child {
		margin-top: 0;
	}
	/* line 50, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__item:last-child {
		margin-bottom: 0;
	}
}
/* line 56, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__main {
	height: 0;
	padding: 100% 0 0;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	background: no-repeat 50% 50% #7c4908;
	background-size: cover;
}
@media screen and (max-width: 639px) {
	/* line 56, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__main {
		width: 300px;
		padding-top: 300px;
		margin: 0 auto;
	}
}
/* line 72, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__main.-type_newProduct {
	background-image: url("../img/blocks/offers/b-offers__main-type_newProduct-bg.jpg");
}
/* line 76, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__main.-type_monthSpecial {
	background-image: url("../img/blocks/offers/b-offers__main-type_monthSpecial-bg.jpg");
}
/* line 81, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__mainInner {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	padding: 129px 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
	/* line 81, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__mainInner {
		padding: 126px 20px;
	}
}
@media screen and (max-width: 639px) {
	/* line 81, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__mainInner {
		padding: 20px;
	}
}
/* line 101, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__type {
	color: #ffffff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font: 700 20px/1.25 "Source Sans Pro", sans-serif;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
	/* line 101, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__type {
		font-size: 24px;
	}
}
@media screen and (max-width: 639px) {
	/* line 101, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__type {
		font-size: 18px;
	}
}
/* line 118, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__name {
	color: #ffffff;
	display: block;
	text-align: center;
	font: 48px/50px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 35px 0 0;
}
@media screen and (max-width: 639px) {
	/* line 118, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__name {
		font-size: 36px;
		line-height: 40px;
		margin: 20px 0 0;
	}
}
/* line 132, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__button {
	margin: 50px auto 0;
	display: block;
	width: 220px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	text-transform: uppercase;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #89c43d;
	font: 20px/56px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
	transition: 0.3s;
}
@media screen and (max-width: 1023px) {
	/* line 132, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__button {
		margin: 48px auto 0;
		width: 240px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}
@media screen and (max-width: 639px) {
	/* line 132, ../../dev/src/sass/blocks/_l-offers.scss */
	.b-offers__button {
		margin: 20px auto 0;
		width: 180px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
	}
}
/* line 166, ../../dev/src/sass/blocks/_l-offers.scss */
.b-offers__button:hover {
	background: transparent;
	color: #ffffff;
}

/* line 5, ../../dev/src/sass/blocks/_l-testimonial.scss */
.b-testimonial {
	background: url("../img/blocks/testimonial/b-testimonial-bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}
/* line 9, ../../dev/src/sass/blocks/_l-testimonial.scss */
.b-testimonial__title {
	text-align: center;
	color: #ffffff;
	font: 56px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 0.4em;
	padding: 0.5em 0 0;
	position: relative;
}
@media screen and (max-width: 1023px) {
	/* line 9, ../../dev/src/sass/blocks/_l-testimonial.scss */
	.b-testimonial__title {
		font-size: 48px;
		margin: 0 0 0.3em;
		padding: 0.7em 0 0;
	}
}
/* line 24, ../../dev/src/sass/blocks/_l-testimonial.scss */
.b-testimonial__inner {
	position: relative;
	height: 540px;
	overflow: hidden;
}
@media screen and (max-width: 1023px) {
	/* line 24, ../../dev/src/sass/blocks/_l-testimonial.scss */
	.b-testimonial__inner {
		height: auto;
	}
}
/* line 33, ../../dev/src/sass/blocks/_l-testimonial.scss */
.b-testimonial__inner:before {
	content: '';
	position: absolute;
	top: 33px;
	bottom: 33px;
	left: 5%;
	right: 5%;
	background: url("../img/userfiles/dots-white-bg.png") repeat 50% 0;
}
/* line 44, ../../dev/src/sass/blocks/_l-testimonial.scss */
.b-testimonial__wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 860px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	padding: 0 20px;
}
/* line 55, ../../dev/src/sass/blocks/_l-testimonial.scss */
.b-testimonial__imgWrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 860px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
/* line 64, ../../dev/src/sass/blocks/_l-testimonial.scss */
.b-testimonial__img {
	max-width: 100%;
}
/* line 68, ../../dev/src/sass/blocks/_l-testimonial.scss */
.b-testimonial__widget {
	max-width: 100%;
}

/* line 7, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner.-type_dots {
	position: relative;
}
/* line 10, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner.-type_dots:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 330px;
	background: url("../img/userfiles/dots-grey-bg.png") no-repeat 50% 0;
}
/* line 21, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner__main {
	position: relative;
	height: 320px;
	box-sizing: border-box;
	padding: 47px 0 0;
	background: url("../img/blocks/banner/b-banner__main-bg.jpg") no-repeat 50% 50% #ffffff;
	margin: 0 0 70px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 21, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__main {
		background: #ffffff;
	}
	/* line 33, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__main:before {
		content: '';
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: 10px;
		left: 10px;
		border: 1px solid #e5e5e5;
		border-radius: 3px;
	}
}
@media screen and (max-width: 1023px) {
	/* line 21, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__main {
		background: #ffffff;
		padding: 38px 20px;
		margin: 0 0 60px;
		height: auto;
	}
	/* line 51, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__main:before {
		content: '';
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: 10px;
		left: 10px;
		border: 1px solid #e5e5e5;
		border-radius: 3px;
	}
}
/* line 64, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner__title {
	text-align: center;
	font: 42px/1.25 "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #81ae24;
	max-width: 600px;
	margin: 0 auto 15px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 64, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__title {
		position: relative;
	}
}
@media screen and (max-width: 1023px) {
	/* line 64, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__title {
		max-width: none;
		font-size: 48px;
		position: relative;
	}
}
/* line 83, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner__titleBold {
	font-family: "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 87, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner__text {
	text-align: center;
	font: 20px/1.5 "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	max-width: 460px;
	margin: 0 auto;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 87, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__text {
		position: relative;
	}
}
@media screen and (max-width: 1023px) {
	/* line 87, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__text {
		font-size: 24px;
		max-width: 520px;
		position: relative;
	}
}
/* line 104, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner__textBold {
	font-family: "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
}
/* line 109, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner__button {
	display: block;
	margin: 35px auto 0;
	width: 200px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #81ae24;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	font: 20px/50px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 109, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__button {
		position: relative;
	}
}
@media screen and (max-width: 1023px) {
	/* line 109, ../../dev/src/sass/blocks/_l-banner.scss */
	.b-banner__button {
		margin: 29px auto 0;
		width: 240px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
		position: relative;
	}
}
/* line 135, ../../dev/src/sass/blocks/_l-banner.scss */
.b-banner__button:hover {
	opacity: .9;
}

/* line 5, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider {
	background-color:#76b036;
}
@media screen and (max-width: 1023px) {
	/* line 5, ../../dev/src/sass/blocks/_l-slider.scss */
	.b-slider {
		display: none;
	}
}
/* line 13, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 65px;
	background: url("../img/blocks/slider/b-slider-dot-bg.png") repeat 50% 0;
}
/* line 23, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__item {
	width: 100%;
	height: 100%;
}
/* line 27, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__item.-style_1 {
	background: rgba(137, 196, 61, 0.91);
}
/* line 31, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__item.-style_2 {
	background: rgba(202, 118, 36, 0.91);
}
/* line 34, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__item.-style_3 {
	background: rgba(239, 162, 31, 0.91);
}
/* line 39, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__inner {
	padding: 69px 10px;
	min-height: 450px;
}
/* line 44, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_2 .b-slider__inner {
	padding: 108px 10px 69px;
}
/* line 48, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_3 .b-slider__inner {
	padding: 38px 10px;
}
/* line 53, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__titleWrapper {
	position: relative;
	width: 75%;
}
/* line 57, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_3 .b-slider__titleWrapper {
	width: 93%;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 53, ../../dev/src/sass/blocks/_l-slider.scss */
	.b-slider__titleWrapper {
		width: 70%;
	}
}
/* line 66, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__titleWrapper:after, .b-slider__titleWrapper:before {
	content: '';
	display: block;
	position: relative;
	margin-left: 80px;
	height: 20px;
	border: 2px solid rgba(255, 255, 255, 0.5);
}
/* line 74, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_3 .b-slider__titleWrapper:after, .-style_3 .b-slider__titleWrapper:before {
	height: calc(100% - 30px - 11px);
	position: absolute;
	right: 0;
	margin-left: 0;
}
/* line 83, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__titleWrapper:before {
	border-bottom: none;
}
/* line 86, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_3 .b-slider__titleWrapper:before {
	border-left: none;
	top: 30px;
	width: 62%;
}
/* line 93, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__titleWrapper:after {
	border-top: none;
}
/* line 96, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_3 .b-slider__titleWrapper:after {
	border-left: none;
	border-right: none;
	bottom: 11px;
	width: 80%;
}
/* line 105, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__title {
	color: #ffffff;
	font: 48px/60px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 26px 0 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 105, ../../dev/src/sass/blocks/_l-slider.scss */
	.b-slider__title {
		font: 36px/42px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
}
/* line 115, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_2 .b-slider__title {
	text-transform: uppercase;
	margin: 38px 0;
}
/* line 120, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_3 .b-slider__title {
	margin: 0 0 18px;
}
/* line 125, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__list {
	list-style: none;
	padding: 0;
	margin: 18px 0;
}
/* line 131, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__listItem {
	padding-left: 28px;
	position: relative;
	color: #ffffff;
	font: 24px/1.5 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 131, ../../dev/src/sass/blocks/_l-slider.scss */
	.b-slider__listItem {
		font-size: 22px;
	}
}
/* line 141, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__listItem:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 50%;
}
/* line 155, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__descr {
	margin: 10px 0 0 28px;
	color: #ffffff;
	font: 16px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 161, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__imgWrapper {
	position: absolute;
	right: 0;
	width: 40%;
	top: 0;
	bottom: 10px;
	margin: auto;
}
/* line 169, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_2 .b-slider__imgWrapper {
	right: -17px;
	width: 50%;
	bottom: 3px;
}
/* line 175, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_3 .b-slider__imgWrapper {
	right: -25px;
	bottom: 0;
	width: 42%;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 161, ../../dev/src/sass/blocks/_l-slider.scss */
	.b-slider__imgWrapper {
		width: 30%;
	}
}
/* line 186, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/* line 195, ../../dev/src/sass/blocks/_l-slider.scss */
.-style_3 .b-slider__img {
	top: auto;
}
/* line 200, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__buttons {
	margin: 30px 0 0 80px;
	font-size: 0;
}
/* line 205, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__button {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 60px;
	border-radius: 5px;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	color: #8dc63f;
	font: 20px/58px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	margin-right: 10px;
}
/* line 220, ../../dev/src/sass/blocks/_l-slider.scss */
.cycle-slide-active .b-slider__button {
	transition: 0.4s;
}
/* line 224, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__button:last-child {
	margin-right: 0;
}
/* line 228, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__button:hover {
	color: #ffffff;
	background: transparent;
}
/* line 233, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__button.-type_transparent {
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 238, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__button.-type_transparent:hover {
	border-color: #ffffff;
}
/* line 244, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__pager {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 22px;
	width: 100%;
	z-index: 101;
}
/* line 254, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__pagerItem {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border: 3px solid transparent;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	background-clip: content-box;
	margin: 0 5px;
}
/* line 266, ../../dev/src/sass/blocks/_l-slider.scss */
.b-slider__pagerItem.cycle-pager-active {
	border-color: #ffffff;
	background: transparent;
}

/* line 3, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel.-type_dots {
	position: relative;
}
/* line 6, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel.-type_dots:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 74px;
	background: url("../img/userfiles/dots-grey-bg.png") no-repeat 50% 0;
}
/* line 17, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__title {
	text-align: center;
	font: 36px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
	margin: 0 0 0.6em;
	padding: 0.8em 0 0;
	position: relative;
}
@media screen and (max-width: 1023px) {
	/* line 17, ../../dev/src/sass/blocks/_b-carousel.scss */
	.b-carousel__title {
		font-size: 38px;
		margin: 0 0 0.3em;
		padding: 0.5em 0 0;
	}
}
@media screen and (max-width: 639px) {
	/* line 17, ../../dev/src/sass/blocks/_b-carousel.scss */
	.b-carousel__title {
		font-size: 26px;
	}
}
/* line 36, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__content {
	position: relative;
	margin: 0 0 60px;
}
/* line 41, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__wrapper {
	font-size: 0;
	margin: 0 -10px;
}
/* line 46, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__item {
	display: inline-block !important;
	vertical-align: top;
	padding: 0 10px;
	visibility: visible !important;
}
/* line 57, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__control {
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
	cursor: pointer;
}
@media screen and (max-width: 1400px) {
	/* line 57, ../../dev/src/sass/blocks/_b-carousel.scss */
	.b-carousel__control {
		display: none;
	}
}
/* line 73, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__control:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url("../img/sprites/main-sprite.png") no-repeat;
	width: 15px;
	height: 24px;
}
/* line 88, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__control.-type_prev {
	left: -100px;
}
/* line 91, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__control.-type_prev:after {
	right: 7px;
	background-position: -47px 0;
}
/* line 97, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__control.-type_prev:hover:after {
	background-position: -15px 0;
}
/* line 103, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__control.-type_next {
	right: -100px;
}
/* line 106, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__control.-type_next:after {
	left: 7px;
	background-position: -32px 0;
}
/* line 112, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__control.-type_next:hover:after {
	background-position: 0 0;
}
/* line 120, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__controlInner {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
}
/* line 131, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__pager {
	display: none;
	text-align: center;
	font-size: 0;
	padding: 33px 0 0;
}
@media screen and (max-width: 1400px) {
	/* line 131, ../../dev/src/sass/blocks/_b-carousel.scss */
	.b-carousel__pager {
		display: block;
	}
}
/* line 142, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__pageItem {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	background: #8fc740;
	border-radius: 50%;
	margin: 0 14px;
	cursor: pointer;
}
/* line 152, ../../dev/src/sass/blocks/_b-carousel.scss */
.b-carousel__pageItem.cycle-pager-active {
	background: transparent;
	border: 7px solid #8fc740;
}

/* line 1, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks {
	background: #d29022;
	overflow: hidden;
}
@media screen and (max-width: 1023px) {
	/* line 1, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks {
		overflow: hidden;
	}
}
/* line 9, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks.-type_dots {
	position: relative;
	min-height: 300px;
}
/* line 13, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks.-type_dots:before {
	content: '';
	position: absolute;
	top: 38px;
	bottom: 38px;
	left: 0;
	right: 0;
	background: url(../img/userfiles/dots-white-bg.png) repeat 50% 0;
}
@media screen and (max-width: 1023px) {
	/* line 13, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks.-type_dots:before {
		display: none;
	}
}
/* line 28, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__wrapper {
	box-sizing: border-box;
	position: relative;
	margin-left: -30px;
	margin-right: -30px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 28, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__wrapper {
		margin: 0;
	}
}
@media screen and (max-width: 1023px) {
	/* line 28, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__wrapper {
		margin: 0;
	}
}
/* line 43, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__inner {
	display: table;
	width: 100%;
}
@media screen and (max-width: 1023px) {
	/* line 43, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__inner {
		width: auto;
		display: block;
	}
}
/* line 53, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__section {
	display: table-cell;
	vertical-align: top;
	height: 400px;
	box-sizing: border-box;
	padding: 58px 0 65px;
}
@media screen and (max-width: 1023px) {
	/* line 53, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__section {
		display: block;
		width: auto;
		height: auto;
		padding: 20px 0;
	}
}
/* line 67, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__section.-type_noDots {
	background: #d29022;
}
/* line 71, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__section.-size_small {
	width: 36%;
}
@media screen and (max-width: 1023px) {
	/* line 71, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__section.-size_small {
		width: auto;
		position: relative;
		padding-bottom: 45px;
	}
	/* line 79, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__section.-size_small:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: -100%;
		left: -100%;
		background-image: url(../img/userfiles/dots-white-bg.png);
	}
}
/* line 92, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__title {
	font: 24px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	margin: 0 30px 40px;
}
@media screen and (max-width: 1023px) {
	/* line 92, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__title {
		margin: 0 20px 24px;
		font-size: 36px;
		position: relative;
	}
}
/* line 104, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__nav {
	font-size: 0;
	margin: 0 30px;
	overflow: hidden;
}
@media screen and (max-width: 1023px) {
	/* line 104, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__nav {
		margin: 0;
	}
}
/* line 114, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__list {
	display: block;
	list-style: none;
	margin: 0 0 0 -40px;
	font-size: 0;
	padding: 0;
}
@media screen and (max-width: 1023px) {
	/* line 114, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__list {
		margin: 0;
	}
}
/* line 126, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 23px;
	padding: 0 0 0 70px;
	width: 33.33%;
	box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
	/* line 126, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__item {
		width: 50%;
		padding: 0 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 639px) {
	/* line 126, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__item {
		width: auto;
		display: block;
	}
}
/* line 146, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__item:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 43px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1023px) {
	/* line 146, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__item:before {
		left: 0;
		top: 12px;
	}
}
/* line 163, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__link {
	color: #fff2dc;
	text-decoration: none;
	font: 700 14px/1.25 "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 1023px) {
	/* line 163, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__link {
		font-size: 22px;
	}
}
/* line 172, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__link:hover {
	text-decoration: underline;
}
/* line 177, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__contacts {
	margin: -10px 30px 0;
}
@media screen and (max-width: 1023px) {
	/* line 177, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__contacts {
		margin: -5px 20px 0;
		position: relative;
	}
}
@media screen and (max-width: 639px) {
	/* line 177, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__contacts {
		margin: -5px 10px 0;
		position: relative;
	}
}
/* line 191, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__contactsRow {
	margin: 0;
}
@media screen and (max-width: 639px) {
	/* line 191, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__contactsRow {
		margin: 0 0 20px;
	}
}
/* line 199, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__contactsName {
	float: left;
	width: 90px;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	color: #fff2dc;
	font: 700 14px/30px "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 1023px) {
	/* line 199, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__contactsName {
		width: 140px;
		font-size: 24px;
		line-height: 40px;
	}
}
@media screen and (max-width: 639px) {
	/* line 199, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__contactsName {
		float: none;
		font-size: 20px;
		line-height: 32px;
	}
}
/* line 221, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__contactsValue {
	margin-left: 90px;
	font: 700 14px/30px "Source Sans Pro", sans-serif;
	color: #ffffff;
	display: block;
}
@media screen and (max-width: 1023px) {
	/* line 221, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__contactsValue {
		margin-left: 136px;
		font-size: 24px;
		line-height: 40px;
	}
}
@media screen and (max-width: 639px) {
	/* line 221, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__contactsValue {
		margin: 0;
		font-size: 16px;
		line-height: 20px;
	}
}
/* line 240, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__contactsValueInner {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	font-style: normal;
}
/* line 246, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__contactsValueInner.-type_email {
	text-decoration: underline;
}
/* line 250, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__contactsValueInner:hover {
	text-decoration: none;
}
/* line 255, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__button {
	margin: 42px 0 0 30px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	background: #ffffff;
	color: #d29022;
	border: 2px solid #ffffff;
	transition: 0.4s;
	padding: 15px 0 9px;
	width: 260px;
	box-sizing: border-box;
	font: 24px/20px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width: 1023px) {
	/* line 255, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__button {
		margin: 38px 0 0;
		padding: 16px 0 8px;
		display: block;
		width: auto;
		font-size: 36px;
		line-height: 36px;
		position: relative;
	}
}
/* line 281, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__button:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}
/* line 287, ../../dev/src/sass/blocks/_b-footerLinks.scss */
.b-footerLinks__buttonSmall {
	font-size: 18px;
}
@media screen and (max-width: 1023px) {
	/* line 287, ../../dev/src/sass/blocks/_b-footerLinks.scss */
	.b-footerLinks__buttonSmall {
		display: block;
		font-size: 24px;
	}
}

@media screen and (max-width: 639px) {
	/* line 1, ../../dev/src/sass/blocks/_b-partners.scss */
	.b-partners {
		text-align: center;
	}
}
/* line 7, ../../dev/src/sass/blocks/_b-partners.scss */
.b-partners.-type_center {
	text-align: center;
}
/* line 11, ../../dev/src/sass/blocks/_b-partners.scss */
.b-partners__item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
/* line 16, ../../dev/src/sass/blocks/_b-partners.scss */
.b-partners__item:first-child {
	margin: 0;
}
/* line 21, ../../dev/src/sass/blocks/_b-partners.scss */
.b-partners__img {
	width: auto;
	max-height: 42px;
}

/* line 1, ../../dev/src/sass/blocks/_b-social.scss */
.b-social {
	text-align: right;
}
@media screen and (max-width: 639px) {
	/* line 1, ../../dev/src/sass/blocks/_b-social.scss */
	.b-social {
		text-align: center;
	}
}
/* line 8, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__text {
	display: inline-block;
	vertical-align: middle;
	font: 700 14px "Source Sans Pro", sans-serif;
	margin-right: 15px;
	color: #808080;
	text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
	/* line 8, ../../dev/src/sass/blocks/_b-social.scss */
	.b-social__text {
		display: none;
	}
}
/* line 21, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__icons {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
/* line 30, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}
/* line 35, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__item:first-child {
	margin-left: 0;
}
/* line 39, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__item:last-child {
	margin-right: 0;
}
/* line 44, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__link {
	display: block;
	height: 24px;
	width: 24px;
	background: url("../img/sprites/social-sprite.png") no-repeat;
}
/* line 51, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__link.-type_fb {
	background-position: -24px 0;
}
/* line 55, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__link.-type_tw {
	width: 29px;
	background-position: -72px 0;
}
/* line 60, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__link.-type_inst {
	background-position: -48px 0;
}
/* line 64, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__link.-type_g {
	width: 35px;
	background-position: -101px 0;
}
/* line 69, ../../dev/src/sass/blocks/_b-social.scss */
.b-social__link.-type_p {
	background-position: 0 0;
}

/* line 8, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__titleWrapper {
	background: url(../img/blocks/testimonial/b-testimonial-bg.jpg);
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
/* line 15, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__title {
	color: #ffffff;
	font: 48px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media screen and (max-width: 1023px) {
	/* line 15, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__title {
		font-size: 36px;
	}
}
@media screen and (max-width: 639px) {
	/* line 15, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__title {
		font-size: 28px;
		text-align: center;
	}
}
/* line 29, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__title:before, .b-page__title:after {
	content: '';
	position: absolute;
	top: -15px;
	bottom: -15px;
	width: 100%;
	background: url(../img/userfiles/dots-white-bg.png) repeat 50% 0;
}
/* line 38, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__title:before {
	left: -100%;
}
/* line 42, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__title:after {
	right: -100%;
}
/* line 47, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__container {
	margin-bottom: 50px;
}
/* line 51, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__container.-type_topPush {
	margin-top: 50px;
	margin-bottom: 50px;
}
/* line 57, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__section {
	display: table;
	width: 100%;
	margin: 50px 0 22px;
}
@media screen and (max-width: 1023px) {
	/* line 57, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__section {
		width: auto;
		display: block;
	}
}
/* line 68, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__content {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}
@media screen and (max-width: 1023px) {
	/* line 68, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__content {
		display: block;
		padding-right: 0;
	}
}
/* line 78, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__content.-type_single {
	display: block;
	padding: 0;
}
/* line 83, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__content.-type_noTitle {
	padding-top: 55px;
}
/* line 87, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__content.-type_rightIndent {
	padding-right: 70px;
}
@media screen and (max-width: 1023px) {
	/* line 87, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__content.-type_rightIndent {
		padding-right: 0;
	}
}
/* line 95, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__content.-type_rightMinIndent {
	padding-right: 20px;
}
@media screen and (max-width: 1023px) {
	/* line 95, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__content.-type_rightMinIndent {
		padding-right: 0;
	}
}
/* line 104, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__contentTitle {
	font: 48px/1.5 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
	margin: 50px 0 5px;
}
@media screen and (max-width: 639px) {
	/* line 104, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__contentTitle {
		text-align: center;
	}
}
/* line 114, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__aside {
	display: table-cell;
	vertical-align: top;
	width: 380px;
}
@media screen and (max-width: 1023px) {
	/* line 114, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__aside {
		display: none;
	}
}
/* line 124, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__asideButton {
	display: block;
	font: 24px/20px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background: #8ac43d;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 17px 0 13px;
	box-sizing: border-box;
	border: 2px solid #8ac43d;
	transition: 0.4s;
}
/* line 138, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__asideButton:hover {
	color: #8ac43d;
	background: transparent;
}
/* line 144, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__asideButtonSmall {
	display: block;
	font: 18px/20px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 149, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__wrapper {
	padding: 10px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
	margin-bottom: 18px;
}
/* line 156, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__wrapper.-type_bottomPush {
	margin-bottom: 40px;
}
/* line 160, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__wrapper.-type_topPush {
	margin-top: 20px;
}
/* line 164, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__wrapper:last-child {
	margin-bottom: 0;
}
/* line 169, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__wrapperInner {
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
}
/* line 174, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__wrapperInner.-style_1 {
	padding: 28px;
}
/* line 178, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__wrapperInner.-type_delivery {
	position: relative;
	padding-right: 220px;
}
@media screen and (max-width: 639px) {
	/* line 178, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__wrapperInner.-type_delivery {
		padding: 10px;
	}
}
/* line 186, ../../dev/src/sass/blocks/_l-page.scss */
.b-page__wrapperInner.-type_delivery:after {
	content: '';
	position: absolute;
	right: 30px;
	bottom: -11px;
	width: 194px;
	height: 190px;
	background: url("../img/userfiles/delivery.png") no-repeat 100% 100%;
}
@media screen and (max-width: 639px) {
	/* line 186, ../../dev/src/sass/blocks/_l-page.scss */
	.b-page__wrapperInner.-type_delivery:after {
		display: none;
	}
}

/* line 3, ../../dev/src/sass/blocks/_b-breadcrumbs.scss */
.b-breadcrumbs__list {
	list-style: none;
	margin: 22px 0;
	padding: 0;
	font-size: 0;
}
/* line 10, ../../dev/src/sass/blocks/_b-breadcrumbs.scss */
.b-breadcrumbs__item {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	font: 16px/20px "Source Sans Pro", sans-serif;
}
/* line 16, ../../dev/src/sass/blocks/_b-breadcrumbs.scss */
.b-breadcrumbs__item:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	box-sizing: border-box;
	border-top: 1px solid #9cbf53;
	border-right: 1px solid #9cbf53;
	transform: rotate(45deg);
	margin: 0 10px;
}
/* line 31, ../../dev/src/sass/blocks/_b-breadcrumbs.scss */
.b-breadcrumbs__item:last-child:after {
	display: none;
}
/* line 37, ../../dev/src/sass/blocks/_b-breadcrumbs.scss */
.b-breadcrumbs__link {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: #81ae24;
	line-height: 24px;
}
/* line 44, ../../dev/src/sass/blocks/_b-breadcrumbs.scss */
.b-breadcrumbs__link:hover {
	text-decoration: underline;
}

/* line 3, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__name {
	font: 36px/1.5 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
	margin: 15px 0 23px;
}
@media screen and (max-width: 639px) {
	/* line 3, ../../dev/src/sass/blocks/_b-product.scss */
	.b-product__name {
		text-align: center;
	}
}
/* line 13, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__wrapper {
	display: table;
	width: 100%;
}
@media screen and (max-width: 639px) {
	/* line 13, ../../dev/src/sass/blocks/_b-product.scss */
	.b-product__wrapper {
		display: block;
		width: auto;
	}
}
/* line 23, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__col {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
@media screen and (max-width: 639px) {
	/* line 23, ../../dev/src/sass/blocks/_b-product.scss */
	.b-product__col {
		display: block;
		width: auto;
	}
}
/* line 34, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__imgWrapper {
	margin-right: 10px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
	padding: 10px;
	position: relative;
}
@media screen and (max-width: 639px) {
	/* line 34, ../../dev/src/sass/blocks/_b-product.scss */
	.b-product__imgWrapper {
		margin: 0 0 20px;
	}
}
/* line 46, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__imgWrapper:before {
	content: '';
	display: block;
	padding-top: 100%;
	border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
/* line 56, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__img {
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}
/* line 67, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__content {
	margin-left: 30px;
	padding-top: 2px;
}
@media screen and (max-width: 639px) {
	/* line 67, ../../dev/src/sass/blocks/_b-product.scss */
	.b-product__content {
		margin: 0;
	}
}
/* line 76, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__price {
	font: 24px/20px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0;
	padding: 20px 0;
}
@media screen and (max-width: 639px) {
	/* line 76, ../../dev/src/sass/blocks/_b-product.scss */
	.b-product__price {
		text-align: center;
	}
}
/* line 86, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__price:first-child {
	margin: 0;
	padding: 0 0 20px;
	border: none;
}
/* line 93, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__priceLabel {
	display: inline-block;
	vertical-align: middle;
}
/* line 98, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__priceOld {
	display: inline-block;
	vertical-align: middle;
	color: #808080;
	text-decoration: line-through;
}
/* line 105, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__priceActual {
	display: inline-block;
	vertical-align: middle;
	font-family: "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 111, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__priceDiscount {
	display: block;
	font: 14px/20px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 3px 0 0;
}
/* line 117, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__size {
	margin-bottom: 0;
}
/* line 121, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__sizeTitle {
	display: block;
	margin-bottom: 5px;
	color: #8bc53e;
	font: 24px/30px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 128, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__sizeVal {
	font: 16px/1.5 "Source Sans Pro", sans-serif;
}
/* line 132, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__free {
	color: #bb0000;
	margin-bottom: 20px;
}
/* line 137, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__notice {
	color: #d29022;
	font: italic 16px "Source Sans Pro", sans-serif;
	margin: 30px 0 0;
}
/* line 143, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__quantity {
	margin-bottom: 20px;
	padding: 10px 0;
}
/* line 148, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__quantityTitle {
	font: 24px/20px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: inline-block;
	vertical-align: middle;
}
/* line 154, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__quantityField {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	width: 65px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	font: 16px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 165, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__discount {
	margin-bottom: 20px;
}
/* line 169, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__discountTitle {
	display: block;
	margin-bottom: 5px;
	color: #8bc53e;
	font: 24px/30px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 176, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__discountInfo {
	display: block;
}
/* line 180, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__discountRow {
	margin-bottom: 5px;
}
/* line 184, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__discountText {
	font: 16px "Source Sans Pro", sans-serif;
}
/* line 188, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__discountVal {
	font: italic 16px "Source Sans Pro", sans-serif;
	color: #bb0000;
}
/* line 193, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__button {
	display: block;
	margin: 0.4em 0 0;
	width: 200px;
	height: 50px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	background: #8bc53e;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	font: 20px/50px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
}
@media screen and (max-width: 639px) {
	/* line 193, ../../dev/src/sass/blocks/_b-product.scss */
	.b-product__button {
		margin: 0.4em auto 0;
	}
}
/* line 210, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__button:before {
	content: '';
	width: 19px;
	height: 20px;
	background: url("../img/sprites/main-sprite.png") no-repeat 0 -85px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
/* line 220, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__button:hover {
	opacity: .9;
}
/* line 225, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__description {
	margin: 20px 0 0;
	padding: 10px 0;
}
/* line 230, ../../dev/src/sass/blocks/_b-product.scss */
.b-product__social {
	margin: 20px 0 0;
}

/* line 3, ../../dev/src/sass/blocks/_b-textInfo.scss */
.b-textInfo__inner {
	text-align: center;
	padding: 12px 40px;
}
@media screen and (max-width: 1023px) {
	/* line 3, ../../dev/src/sass/blocks/_b-textInfo.scss */
	.b-textInfo__inner {
		padding: 10px;
	}
}
/* line 12, ../../dev/src/sass/blocks/_b-textInfo.scss */
.b-textInfo__text {
	font: 24px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 20px;
}
/* line 17, ../../dev/src/sass/blocks/_b-textInfo.scss */
.b-textInfo__text:last-child {
	margin-bottom: 0;
}
/* line 22, ../../dev/src/sass/blocks/_b-textInfo.scss */
.b-textInfo__text.-type_green {
	color: #8dc63f;
}
/* line 26, ../../dev/src/sass/blocks/_b-textInfo.scss */
.b-textInfo__text.-type_brown {
	color: #d29022;
}
/* line 30, ../../dev/src/sass/blocks/_b-textInfo.scss */
.b-textInfo__text.-type_biggest {
	font-size: 36px;
}
/* line 34, ../../dev/src/sass/blocks/_b-textInfo.scss */
.b-textInfo__text.-type_smaller {
	font-size: 20px;
}

/* line 1, ../../dev/src/sass/blocks/_b-map.scss */
.b-map {
	margin-top: 62px;
	position: relative;
}
/* line 5, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
@media screen and (max-width: 1023px) {
	/* line 5, ../../dev/src/sass/blocks/_b-map.scss */
	.b-map__wrapper {
		position: static;
		height: 300px;
	}
}
/* line 18, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__inner {
	padding: 90px 10px;
	pointer-events: none;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1023px) {
	/* line 18, ../../dev/src/sass/blocks/_b-map.scss */
	.b-map__inner {
		padding: 0;
		margin: 20px auto;
	}
}
/* line 31, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__info {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
	pointer-events: visible;
}
@media screen and (max-width: 1023px) {
	/* line 31, ../../dev/src/sass/blocks/_b-map.scss */
	.b-map__info {
		width: auto;
	}
}
/* line 45, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__infoInner {
	padding: 30px 10px 30px 30px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1023px) {
	/* line 45, ../../dev/src/sass/blocks/_b-map.scss */
	.b-map__infoInner {
		padding: 20px;
	}
}
/* line 55, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__list {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}
@media screen and (max-width: 639px) {
	/* line 55, ../../dev/src/sass/blocks/_b-map.scss */
	.b-map__list {
		margin: 0;
	}
}
/* line 65, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__item {
	font: 20px/1.25 "Source Sans Pro", sans-serif;
	color: #000000;
	position: relative;
	margin-bottom: 15px;
}
/* line 72, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__item:last-child {
	margin-bottom: 0;
}
/* line 76, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__item:before {
	content: '';
	position: absolute;
	top: 11px;
	left: -26px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #7f7f7f;
}
@media screen and (max-width: 639px) {
	/* line 76, ../../dev/src/sass/blocks/_b-map.scss */
	.b-map__item:before {
		display: none;
	}
}
/* line 92, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__itemTitle {
	font-weight: 700;
	color: #000000;
	float: left;
	width: 160px;
	padding-right: 10px;
}
@media screen and (max-width: 639px) {
	/* line 92, ../../dev/src/sass/blocks/_b-map.scss */
	.b-map__itemTitle {
		float: none;
		width: auto;
	}
}
/* line 105, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__itemValue {
	display: block;
	overflow: hidden;
	word-wrap: break-word;
}
/* line 110, ../../dev/src/sass/blocks/_b-map.scss */
.b-map__itemValue.-type_link {
	color: #81ae24;
}
@media screen and (max-width: 639px) {
	/* line 110, ../../dev/src/sass/blocks/_b-map.scss */
	.b-map__itemValue.-type_link {
		font-size: 16px;
	}
}

/* line 3, ../../dev/src/sass/blocks/_b-recipes.scss */
.b-recipes__title {
	font: 48px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
	margin: 0 0 12px;
}
@media screen and (max-width: 1023px) {
	/* line 3, ../../dev/src/sass/blocks/_b-recipes.scss */
	.b-recipes__title {
		text-align: center;
	}
}
/* line 14, ../../dev/src/sass/blocks/_b-recipes.scss */
.b-recipes__intro {
	font: 700 20px/1.5 "Source Sans Pro", sans-serif;
	color: #000000;
	margin: 0 0 10px;
}
/* line 20, ../../dev/src/sass/blocks/_b-recipes.scss */
.b-recipes__container {
	display: table;
	width: 100%;
	margin: 30px 0;
}
@media screen and (max-width: 1023px) {
	/* line 20, ../../dev/src/sass/blocks/_b-recipes.scss */
	.b-recipes__container {
		width: auto;
		display: block;
	}
}
/* line 31, ../../dev/src/sass/blocks/_b-recipes.scss */
.b-recipes__nav {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding: 14px 70px 20px 0;
	border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 1023px) {
	/* line 31, ../../dev/src/sass/blocks/_b-recipes.scss */
	.b-recipes__nav {
		width: auto;
		display: block;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		padding: 20px 0;
	}
}
/* line 47, ../../dev/src/sass/blocks/_b-recipes.scss */
.b-recipes__content {
	display: table-cell;
	vertical-align: top;
	padding: 10px 3% 20px 6%;
}
@media screen and (max-width: 1023px) {
	/* line 47, ../../dev/src/sass/blocks/_b-recipes.scss */
	.b-recipes__content {
		width: auto;
		display: block;
		padding: 20px 0 0;
	}
}
/* line 59, ../../dev/src/sass/blocks/_b-recipes.scss */
.b-recipes__contentInner {
	display: none;
}
/* line 62, ../../dev/src/sass/blocks/_b-recipes.scss */
.b-recipes__contentInner.-state_active {
	display: block;
}

/* line 3, ../../dev/src/sass/blocks/_b-verticalMenu.scss */
.b-verticalMenu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* line 9, ../../dev/src/sass/blocks/_b-verticalMenu.scss */
.b-verticalMenu__item {
	font: 16px/24px "Source Sans Pro", sans-serif;
	text-decoration: none;
	position: relative;
	color: #666666;
	margin: 0 0 16px;
}
/* line 16, ../../dev/src/sass/blocks/_b-verticalMenu.scss */
.b-verticalMenu__item:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
}
/* line 30, ../../dev/src/sass/blocks/_b-verticalMenu.scss */
.b-verticalMenu__link {
	color: inherit;
	text-decoration: inherit;
	display: block;
	padding-left: 20px;
}
/* line 36, ../../dev/src/sass/blocks/_b-verticalMenu.scss */
.b-verticalMenu__link.-state_active {
	color: #81ae24;
	font-weight: bold;
}
/* line 41, ../../dev/src/sass/blocks/_b-verticalMenu.scss */
.b-verticalMenu__link:hover {
	color: #81ae24;
}

/* line 3, ../../dev/src/sass/blocks/_b-contactForm.scss */
.b-contactForm__wrapper {
	padding: 25px;
}
/* line 7, ../../dev/src/sass/blocks/_b-contactForm.scss */
.b-contactForm__text {
	margin: 0 auto 29px;
	max-width: 860px;
	text-align: center;
	font: 24px/36px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 14, ../../dev/src/sass/blocks/_b-contactForm.scss */
.b-contactForm__row {
	text-align: center;
	margin: 0 auto 30px;
	max-width: 620px;
}
/* line 20, ../../dev/src/sass/blocks/_b-contactForm.scss */
.b-contactForm__fieldName {
	display: block;
	font-size: 20px;
	margin: 0 0 10px;
}
/* line 26, ../../dev/src/sass/blocks/_b-contactForm.scss */
.b-contactForm__btn {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	background: #8bc53e;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	font: 20px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: none;
	outline: none;
}
@media screen and (max-width: 1023px) {
	/* line 26, ../../dev/src/sass/blocks/_b-contactForm.scss */
	.b-contactForm__btn {
		width: 240px;
		height: 70px;
		font-size: 36px;
	}
}
@media screen and (max-width: 639px) {
	/* line 26, ../../dev/src/sass/blocks/_b-contactForm.scss */
	.b-contactForm__btn {
		width: 200px;
		height: 50px;
		font-size: 20px;
	}
}
/* line 52, ../../dev/src/sass/blocks/_b-contactForm.scss */
.b-contactForm__btn:hover {
	opacity: .9;
}

/* line 4, ../../dev/src/sass/blocks/_b-form.scss */
.b-form__field {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 0 20px;
	background: transparent;
	font: italic 16px "Source Sans Pro", sans-serif;
}
/* line 14, ../../dev/src/sass/blocks/_b-form.scss */
.b-form__field::-webkit-input-placeholder {
	color: #000000;
}
/* line 15, ../../dev/src/sass/blocks/_b-form.scss */
.b-form__field::-moz-placeholder {
	color: #000000;
}
/* line 16, ../../dev/src/sass/blocks/_b-form.scss */
.b-form__field:-ms-input-placeholder {
	color: #000000;
}

/* line 22, ../../dev/src/sass/blocks/_b-form.scss */
.-type_textarea .b-form__field {
	resize: none;
	height: 221px;
	padding: 5px 20px;
}

/* line 28, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox {
	padding: 0;
	border: none;
	display: block !important;
}
/* line 35, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox select {
	display: none;
}
/* line 41, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox.dropdown .jq-selectbox__select {
	border-radius: 4px 4px 0 0;
}
/* line 45, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox.dropdown .jq-selectbox__dropdown {
	border-radius: 0 0 4px 4px;
	border-top: none;
}
/* line 53, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox.dropup .jq-selectbox__select {
	border-radius: 0 0 4px 4px;
}
/* line 57, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox.dropup .jq-selectbox__dropdown {
	border-radius: 4px 4px 0 0;
	border-bottom: none;
}
/* line 63, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__select {
	height: 40px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
/* line 72, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__select-text {
	height: 38px;
	line-height: 38px;
	margin-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 420px;
}
/* line 81, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__trigger {
	position: absolute;
	top: 17px;
	right: 19px;
	width: 11px;
}
/* line 88, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__trigger-arrow {
	width: 11px;
	height: 11px;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-top: 5px solid #a5a5a5;
}
/* line 96, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__dropdown {
	width: 100%;
	background: #fafafa;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
/* line 102, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__dropdown ul {
	margin: 0;
	padding: 0;
}
/* line 107, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__dropdown li {
	padding: 7px 20px;
	cursor: pointer;
}
/* line 111, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__dropdown li.selected {
	background: #E4E4E4;
}
/* line 115, ../../dev/src/sass/blocks/_b-form.scss */
.jq-selectbox__dropdown li:hover {
	background: #ffffff;
}

/* line 122, ../../dev/src/sass/blocks/_b-form.scss */
.jq-radio {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	background: #fafafa;
}
/* line 133, ../../dev/src/sass/blocks/_b-form.scss */
.jq-radio__div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #8dc63f;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
/* line 147, ../../dev/src/sass/blocks/_b-form.scss */
.jq-radio.checked .jq-radio__div {
	display: block;
}

/* line 152, ../../dev/src/sass/blocks/_b-form.scss */
.jq-checkbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #FF0000;
	border-radius: 2px;
	background: #fafafa;
}
@media screen and (max-width: 639px) {
	/* line 163, ../../dev/src/sass/blocks/_b-form.scss */
	.-style_2 .jq-checkbox {
		float: left;
	}
}
/* line 169, ../../dev/src/sass/blocks/_b-form.scss */
.jq-checkbox__div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url("../img/sprites/main-sprite.png") no-repeat 0 -107px;
	width: 12px;
	height: 8px;
}
/* line 183, ../../dev/src/sass/blocks/_b-form.scss */
.jq-checkbox.checked .jq-checkbox__div {
	display: block;
}

/* line 3, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__wrapper {
	padding: 41px 29px 10px 0;
}
@media screen and (max-width: 639px) {
	/* line 3, ../../dev/src/sass/blocks/_b-innerSearch.scss */
	.b-innerSearch__wrapper {
		padding: 40px 0 10px;
	}
}
/* line 11, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__title {
	font: 24px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
	margin: 0 0 25px;
}
/* line 17, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__row {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
	/* line 17, ../../dev/src/sass/blocks/_b-innerSearch.scss */
	.b-innerSearch__row {
		display: block;
		width: auto;
	}
}
/* line 27, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__row:last-child {
	margin-bottom: 0;
}
/* line 32, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__lbl {
	display: table-cell;
	vertical-align: middle;
	width: 82px;
	padding-right: 15px;
	text-align: right;
}
@media screen and (max-width: 639px) {
	/* line 32, ../../dev/src/sass/blocks/_b-innerSearch.scss */
	.b-innerSearch__lbl {
		display: block;
		width: auto;
		text-align: left;
		margin: 0 0 10px;
	}
}
/* line 47, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__fieldWrapper {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 639px) {
	/* line 47, ../../dev/src/sass/blocks/_b-innerSearch.scss */
	.b-innerSearch__fieldWrapper {
		display: block;
		width: auto;
		text-align: left;
	}
}
/* line 58, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__btnWrapper {
	display: table-cell;
	vertical-align: middle;
	width: 107px;
	padding: 0 7px;
}
@media screen and (max-width: 639px) {
	/* line 58, ../../dev/src/sass/blocks/_b-innerSearch.scss */
	.b-innerSearch__btnWrapper {
		display: block;
		padding: 0;
		margin: 10px 0 0;
	}
}
/* line 71, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__btn {
	display: block;
	width: 100%;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	background: #8bc53e;
	font: 16px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: none;
}
/* line 82, ../../dev/src/sass/blocks/_b-innerSearch.scss */
.b-innerSearch__btn:hover {
	opacity: .9;
}

/* line 4, ../../dev/src/sass/blocks/_b-refer.scss */
.b-refer__main {
	position: relative;
	height: 280px;
	box-sizing: border-box;
	padding: 50px 30px 0 315px;
	background: url("../img/blocks/refer/b-refer__main-bg.jpg") no-repeat 50% 50% #ffffff;
	margin: 0 0 70px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 4, ../../dev/src/sass/blocks/_b-refer.scss */
	.b-refer__main {
		background: #ffffff;
		padding: 30px;
		height: auto;
	}
	/* line 18, ../../dev/src/sass/blocks/_b-refer.scss */
	.b-refer__main:before {
		content: '';
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: 10px;
		left: 10px;
		border: 1px solid #E5E5E5;
		border-radius: 3px;
		pointer-events: none;
	}
}
@media screen and (max-width: 1023px) {
	/* line 4, ../../dev/src/sass/blocks/_b-refer.scss */
	.b-refer__main {
		background: #ffffff;
		padding: 30px;
		height: auto;
	}
	/* line 36, ../../dev/src/sass/blocks/_b-refer.scss */
	.b-refer__main:before {
		content: '';
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: 10px;
		left: 10px;
		border: 1px solid #E5E5E5;
		border-radius: 3px;
		pointer-events: none;
	}
}
/* line 50, ../../dev/src/sass/blocks/_b-refer.scss */
.b-refer__title {
	font: 36px/38px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #d29022;
	margin: 0 0 20px;
	padding: 0;
}
/* line 57, ../../dev/src/sass/blocks/_b-refer.scss */
.b-refer__titleBold {
	font-family: "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 61, ../../dev/src/sass/blocks/_b-refer.scss */
.b-refer__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* line 67, ../../dev/src/sass/blocks/_b-refer.scss */
.b-refer__item {
	font: 20px/1.5 "Source Sans Pro", sans-serif;
	position: relative;
	padding: 0 0 0 24px;
}
/* line 72, ../../dev/src/sass/blocks/_b-refer.scss */
.b-refer__item:before {
	content: '';
	position: absolute;
	top: 17px;
	left: 2px;
	height: 2px;
	width: 12px;
	background: #888888;
}
/* line 83, ../../dev/src/sass/blocks/_b-refer.scss */
.b-refer__itemBold {
	font-weight: 700;
	color: #81ae24;
}

/* line 3, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__main {
	background: #ffffff;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 10px;
}
/* line 10, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemWrapper {
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}
/* line 15, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__item {
	display: table;
	width: 100%;
	border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 1023px) {
	/* line 15, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__item {
		display: block;
		position: relative;
		padding-bottom: 100px;
	}
}
/* line 26, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__item:nth-child(odd) {
	background: #ffffff;
}
/* line 30, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__item:nth-child(even) {
	background: #fafafa;
}
/* line 34, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__item:first-child {
	border: none;
}
/* line 39, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}
@media screen and (max-width: 1023px) {
	/* line 39, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemElement {
		padding: 10px;
	}
}
/* line 48, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_img {
	width: 130px;
	padding: 30px 0 30px 30px;
}
@media screen and (max-width: 1023px) {
	/* line 48, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemElement.-type_img {
		padding: 10px;
		width: 100px;
	}
}
/* line 58, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_price {
	width: 100px;
	padding: 30px 15px 30px 30px;
	text-align: right;
}
@media screen and (max-width: 1023px) {
	/* line 58, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemElement.-type_price {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 10px;
	}
}
/* line 70, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_price input {
	width: auto;
}
/* line 76, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity {
	width: 100px;
	padding: 30px 15px;
}
@media screen and (max-width: 1023px) {
	/* line 76, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemElement.-type_quantity {
		position: absolute;
		bottom: 50px;
		left: 0;
		padding: 10px;
	}
}
/* line 87, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number {
	position: relative;
	padding: 0 30px;
}
/* line 93, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number__field input {
	outline: none;
	-moz-appearance: textfield;
}
/* line 97, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number__field input::-webkit-inner-spin-button, .b-cart__itemElement.-type_quantity .jq-number__field input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
/* line 104, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number__spin {
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	cursor: pointer;
}
/* line 114, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number__spin:hover {
	background: #e5e5e5;
}
/* line 118, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number__spin:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 2px;
	background: #bfbfbf;
}
/* line 131, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number__spin.minus {
	left: 0;
	border-right: none;
	border-radius: 2px 0 0 2px;
}
/* line 137, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number__spin.plus {
	right: 0;
	border-left: none;
	border-radius: 0 2px 2px 0;
}
/* line 142, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_quantity .jq-number__spin.plus:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 12px;
	width: 2px;
	background: #bfbfbf;
}
/* line 161, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemElement.-type_btn {
	width: 80px;
	padding: 30px 30px 30px 15px;
}
@media screen and (max-width: 1023px) {
	/* line 161, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemElement.-type_btn {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px;
		width: 100px;
	}
}
/* line 175, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemImgWrapper {
	display: block;
	width: 130px;
	height: 130px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: #ffffff;
	position: relative;
}
@media screen and (max-width: 1023px) {
	/* line 175, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemImgWrapper {
		width: 100px;
		height: 100px;
	}
}
/* line 190, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemImg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}
/* line 201, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemName {
	font: 24px/1.5 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #808080;
	position: relative;
}
@media screen and (max-width: 639px) {
	/* line 201, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemName {
		font-size: 18px;
	}
}
/* line 211, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemSubName {
	position: absolute;
	top: 100%;
	color: #ed3030;
	font: 500 14px/1.5 "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 1023px) {
	/* line 211, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemSubName {
		position: static;
	}
}
/* line 222, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemPrice {
	font: 24px/1.5 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 226, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemQuantity {
	font: 20px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
/* line 235, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemBtn {
	display: block;
	width: 80px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #facbcb;
	border-radius: 2px;
	color: #ed3030;
	font: 16px/38px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: transparent;
	transition: 0.4s;
}
@media screen and (max-width: 1023px) {
	/* line 235, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__itemBtn {
		width: 100%;
	}
}
/* line 253, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__itemBtn:hover {
	color: #ffffff;
	background: #ed3030;
}
/* line 259, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__row {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 1023px) {
	/* line 259, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__row {
		display: block;
		width: auto;
	}
}
/* line 269, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__row:last-child {
	border-bottom: none;
}
/* line 274, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__section {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	font-size: 0;
}
@media screen and (max-width: 1023px) {
	/* line 274, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__section {
		display: block;
	}
}
/* line 284, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__section.-type_right {
	text-align: right;
}
/* line 289, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__button {
	display: inline-block;
	vertical-align: middle;
	font: 16px/38px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #8ac43d;
	border: 1px solid #8ac43d;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0;
	transition: 0.4s;
}
@media screen and (max-width: 639px) {
	/* line 289, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__button {
		display: block;
		margin: 0 auto 15px;
	}
}
/* line 308, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__button:hover {
	background: #ffffff;
	color: #8ac43d;
}
/* line 313, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__button.-style_1 {
	width: 90px;
}
/* line 317, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__button.-style_2 {
	width: 140px;
}
/* line 321, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__button.-style_3 {
	width: 40px;
}
/* line 325, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__button.-style_4 {
	background: #ffffff;
	color: #8ac43d;
	margin: 0 10px;
	width: 180px;
}
@media screen and (max-width: 639px) {
	/* line 325, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__button.-style_4 {
		margin: 0 auto 15px;
	}
}
/* line 335, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__button.-style_4:hover {
	background: #8ac43d;
	color: #ffffff;
}
/* line 341, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__button.-style_5 {
	width: 160px;
	margin-top: 20px;
}
/* line 347, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__fieldName {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	font: 16px "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 639px) {
	/* line 347, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__fieldName {
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 639px) {
	/* line 359, ../../dev/src/sass/blocks/_b-cart.scss */
	.-style_2 .b-cart__fieldName {
		overflow: hidden;
		margin-left: 40px;
		text-align: left;
	}
}
/* line 369, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__field {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 160px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 0 10px;
	margin: 0 10px;
	font: 16px "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 639px) {
	/* line 369, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__field {
		display: block;
		margin: 0 auto 15px;
	}
}
/* line 386, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__field::-webkit-input-placeholder {
	color: #000;
	font-style: italic;
}
/* line 387, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__field::-moz-placeholder {
	color: #000;
	font-style: italic;
}
/* line 388, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__field:-ms-input-placeholder {
	color: #000;
	font-style: italic;
}
/* line 390, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__field.-style_1 {
	width: 240px;
}
/* line 395, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__freeShipping {
	font: 24px/1.5 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffa103;
}
/* line 400, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__sectionRow {
	font: 700 20px/1.5 "Source Sans Pro", sans-serif;
}
/* line 404, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__sectionLine {
	margin: 15px 0;
}
/* line 407, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__sectionLine:first-child {
	margin-top: 0;
}
/* line 411, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__sectionLine:last-child {
	margin-bottom: 0;
}
/* line 416, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__sectionLink {
	color: #8ac43d;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	font: 16px "Source Sans Pro", sans-serif;
}
/* line 424, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__info {
	display: table;
	width: 100%;
}
@media screen and (max-width: 1023px) {
	/* line 424, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__info {
		display: flex;
		flex-direction: column-reverse;
		width: auto;
	}
}
@media screen and (max-width: 1023px) {
	/* line 434, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__info.-type_1 {
		flex-direction: column;
	}
}
/* line 441, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__cell {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 1023px) {
	/* line 441, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__cell {
		display: block;
	}
}
/* line 449, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__cell.-type_small {
	width: 320px;
	padding-left: 10px;
}
@media screen and (max-width: 1023px) {
	/* line 449, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__cell.-type_small {
		width: auto;
		padding: 0;
		margin-bottom: 18px;
	}
}
/* line 461, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__blockTitle {
	margin: 0 0 10px;
	color: #8dc63f;
	font: 24px/1.25 "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 467, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__blockText {
	font: 14px/20px "Source Sans Pro", sans-serif;
	margin-bottom: 10px;
}
/* line 471, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__blockText:last-child {
	margin-bottom: 0;
}
/* line 475, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__blockText strong, .b-cart__blockText b {
	font-weight: 700;
}
/* line 479, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__blockText em, .b-cart__blockText i {
	font-style: italic;
}
/* line 483, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__blockText a {
	color: #8dc63f;
}
/* line 488, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__payPal {
	width: 100%;
}
/* line 492, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__receive {
	font-size: 0;
}
/* line 496, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__receiveField {
	display: inline-block;
	vertical-align: middle;
}
/* line 501, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__receiveFieldName {
	display: inline-block;
	vertical-align: middle;
	font: 14px "Source Sans Pro", sans-serif;
	padding: 0 10px;
}
@media screen and (max-width: 639px) {
	/* line 501, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__receiveFieldName {
		font-size: 12px;
	}
}
/* line 512, ../../dev/src/sass/blocks/_b-cart.scss */
.b-cart__receiveSelect {
	display: inline-block !important;
	vertical-align: middle;
	font: 700 14px "Source Sans Pro", sans-serif;
	border-radius: 3px;
	height: 40px;
}
@media screen and (max-width: 1023px) {
	/* line 512, ../../dev/src/sass/blocks/_b-cart.scss */
	.b-cart__receiveSelect {
		margin: 10px 0;
	}
}

/* line 3, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
.b-cartEmpty__inner {
	display: table;
	width: 100%;
	margin: 9px 0;
}
@media screen and (max-width: 1023px) {
	/* line 3, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
	.b-cartEmpty__inner {
		display: block;
		width: auto;
	}
}
/* line 14, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
.b-cartEmpty__info {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
@media screen and (max-width: 1023px) {
	/* line 14, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
	.b-cartEmpty__info {
		display: block;
	}
}
/* line 24, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
.b-cartEmpty__text {
	position: relative;
	min-height: 120px;
	padding: 20px 0 20px 142px;
	box-sizing: border-box;
}
@media screen and (max-width: 639px) {
	/* line 24, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
	.b-cartEmpty__text {
		padding: 20px;
		text-align: center;
	}
}
/* line 35, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
.b-cartEmpty__text:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 120px;
	height: 120px;
	background: url("../img/blocks/cartEmpty/b-cartEmpty__text-ico.png") no-repeat;
}
@media screen and (max-width: 639px) {
	/* line 35, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
	.b-cartEmpty__text:before {
		display: none;
	}
}
/* line 52, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
.b-cartEmpty__textRow {
	font: 36px/50px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666666;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 1023px) {
	/* line 52, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
	.b-cartEmpty__textRow {
		font-size: 24px;
		line-height: 32px;
	}
}
/* line 64, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
.b-cartEmpty__buttonWrapper {
	display: table-cell;
	vertical-align: middle;
	width: 242px;
	padding: 0 20px;
}
@media screen and (max-width: 1023px) {
	/* line 64, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
	.b-cartEmpty__buttonWrapper {
		display: block;
		width: auto;
		padding: 20px;
	}
}
@media screen and (max-width: 639px) {
	/* line 64, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
	.b-cartEmpty__buttonWrapper {
		padding: 20px 0;
	}
}
/* line 81, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
.b-cartEmpty__button {
	display: block;
	text-align: center;
	height: 50px;
	font: 20px/50px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background: #84c13a;
	border-radius: 5px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	opacity: 1;
	transition: 0.4s;
}
@media screen and (max-width: 1023px) {
	/* line 81, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
	.b-cartEmpty__button {
		margin: 0 auto;
		width: 240px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}
/* line 102, ../../dev/src/sass/blocks/_b-cartEmpty.scss */
.b-cartEmpty__button:hover {
	opacity: 0.9;
}

/* line 3, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__title {
	margin: 0 0 25px;
	font: 30px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 8, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__rowGroup {
	position: relative;
}
/* line 12, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__row {
	border-top: 1px solid #e5e5e5;
	padding: 14px 0;
}
/* line 16, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__row:last-child {
	border-bottom: 1px solid #e5e5e5;
}
/* line 21, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__field {
	float: left;
}
/* line 25, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__fieldName {
	margin-left: 40px;
	display: block;
	font: 16px "Source Sans Pro", sans-serif;
}
/* line 30, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__fieldName.-style_1 {
	font-weight: 700;
}
/* line 35, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__img {
	max-width: 100%;
}
/* line 39, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__btn {
	display: block;
	font: 20px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #8ac43d;
	border: 1px solid #8ac43d;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0;
	transition: 0.4s;
	height: 50px;
	width: 100%;
	text-transform: uppercase;
	margin-top: 30px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
	/* line 39, ../../dev/src/sass/blocks/_b-finish.scss */
	.b-finish__btn {
		width: 240px;
		margin: 30px auto 0;
		height: 70px;
	}
}
@media screen and (max-width: 639px) {
	/* line 39, ../../dev/src/sass/blocks/_b-finish.scss */
	.b-finish__btn {
		max-width: 240px;
		width: 100%;
		margin: 30px auto 0;
		height: 50px;
	}
}
/* line 70, ../../dev/src/sass/blocks/_b-finish.scss */
.b-finish__btn:hover {
	background: #ffffff;
	color: #8ac43d;
}

/* line 3, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__inner {
	padding: 15px 0;
}
/* line 7, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__row {
	display: table;
	width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 7, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__row {
		width: auto;
		display: block;
	}
}
@media screen and (max-width: 1023px) {
	/* line 7, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__row {
		width: auto;
		display: block;
	}
}
/* line 22, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__col {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	font-size: 0;
	padding: 15px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 22, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__col {
		width: auto;
		display: block;
		padding: 5px 0;
	}
}
@media screen and (max-width: 1023px) {
	/* line 22, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__col {
		width: auto;
		display: block;
		padding: 5px 0;
	}
}
/* line 41, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__col.-type_min {
	width: 260px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 41, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__col.-type_min {
		width: auto;
		display: block;
	}
}
@media screen and (max-width: 1023px) {
	/* line 41, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__col.-type_min {
		width: auto;
		display: block;
	}
}
/* line 55, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__col.-type_autoSize {
	width: auto;
}
/* line 60, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__field {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	width: 220px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	background: transparent;
	font: italic 16px "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 60, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__field {
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
	/* line 60, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__field {
		width: 100%;
	}
}
/* line 80, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__field.-type_textarea {
	height: 90px;
	resize: none;
	width: 600px;
	padding: 3px 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 80, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__field.-type_textarea {
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
	/* line 80, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__field.-type_textarea {
		width: 100%;
	}
}
/* line 96, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__fieldName {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	box-sizing: border-box;
	padding: 10px 5px;
	font: 16px "Source Sans Pro", sans-serif;
	width: 130px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 96, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__fieldName {
		text-align: left;
		font-size: 20px;
		width: auto;
	}
}
@media screen and (max-width: 1023px) {
	/* line 96, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__fieldName {
		text-align: left;
		font-size: 20px;
		width: auto;
	}
}
/* line 118, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__checkGroupName {
	text-align: right;
	font: 16px "Source Sans Pro", sans-serif;
	box-sizing: border-box;
	padding: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 118, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__checkGroupName {
		padding: 10px 0;
		font-size: 20px;
		text-align: left;
	}
}
@media screen and (max-width: 1023px) {
	/* line 118, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__checkGroupName {
		padding: 10px 0;
		font-size: 20px;
		text-align: left;
	}
}
/* line 137, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__checkGroup {
	font-size: 0;
}
/* line 141, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__checkWrapper {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 10px 0;
}
@media screen and (max-width: 639px) {
	/* line 141, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__checkWrapper {
		display: block;
		width: auto;
	}
}
/* line 153, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__checkWrapper:nth-child(even) {
	width: 40%;
}
@media screen and (max-width: 639px) {
	/* line 153, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__checkWrapper:nth-child(even) {
		width: auto;
	}
}
/* line 161, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__checkWrapper:nth-child(odd) {
	width: 60%;
}
@media screen and (max-width: 639px) {
	/* line 161, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__checkWrapper:nth-child(odd) {
		width: auto;
	}
}
/* line 170, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__checkField {
	float: left;
	margin: 0 0 0 10px;
}
/* line 175, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__checkFieldName {
	margin-left: 50px;
	font: 16px "Source Sans Pro", sans-serif;
	display: block;
}
/* line 181, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__btnWrapper {
	text-align: right;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* line 181, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__btnWrapper {
		padding: 20px 0;
	}
}
@media screen and (max-width: 1023px) {
	/* line 181, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__btnWrapper {
		text-align: center;
		padding: 20px 0;
	}
}
/* line 194, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__btn {
	display: inline-block;
	vertical-align: middle;
	font: 16px/38px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #8ac43d;
	border: 1px solid #8ac43d;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0;
	transition: 0.4s;
	height: 40px;
	width: 150px;
}
@media screen and (max-width: 1023px) {
	/* line 194, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__btn {
		height: 70px;
		width: 220px;
		font: 20px/68px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
}
@media screen and (max-width: 639px) {
	/* line 194, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
	.b-contactRetailer__btn {
		height: 40px;
		width: 150px;
		font: 16px/38px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
}
/* line 223, ../../dev/src/sass/blocks/_b-contactRetailer.scss */
.b-contactRetailer__btn:hover {
	background: #ffffff;
	color: #8ac43d;
}

/* line 1, ../../dev/src/sass/blocks/_b-btn.scss */
.b-btn-wrapper {
	padding: 20px 0;
	text-align: center;
}
/* line 5, ../../dev/src/sass/blocks/_b-btn.scss */
.b-btn-wrapper.-align_left {
	text-align: left;
}
/* line 9, ../../dev/src/sass/blocks/_b-btn.scss */
.b-btn-wrapper.-align_right {
	text-align: right;
}

/* line 14, ../../dev/src/sass/blocks/_b-btn.scss */
.b-btn {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	background: #8ac53e;
	border-radius: 5px;
	color: #ffffff;
	opacity: 1;
	transition: 0.4s;
	font: 16px/40px "Arsenal", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 28, ../../dev/src/sass/blocks/_b-btn.scss */
.b-btn:hover {
	opacity: .9;
}

/* line 7, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__formTitle {
	text-align: center;
	color: #81ae24;
	font-size: 22px;
	margin: 16px 0 23px;
	word-break: break-word;
}
/* line 15, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__wrapper {
	width: 100%;
	max-width: 680px;
	margin: 0 auto 30px;
	box-sizing: border-box;
	padding-left: 200px;
}
@media screen and (max-width: 1023px) {
	/* line 15, ../../dev/src/sass/blocks/_b-login.scss */
	.b-login__wrapper {
		padding: 0 20px;
	}
}
/* line 27, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__wrapperInner {
	display: table;
	width: 100%;
}
@media screen and (max-width: 1023px) {
	/* line 27, ../../dev/src/sass/blocks/_b-login.scss */
	.b-login__wrapperInner {
		display: block;
	}
}
/* line 36, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__textWrap {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 1023px) {
	/* line 36, ../../dev/src/sass/blocks/_b-login.scss */
	.b-login__textWrap {
		display: block;
		margin-bottom: 30px;
	}
}
/* line 46, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__btnWrap {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	padding-left: 20px;
}
@media screen and (max-width: 1023px) {
	/* line 46, ../../dev/src/sass/blocks/_b-login.scss */
	.b-login__btnWrap {
		display: block;
		width: auto;
		margin-bottom: 30px;
		padding: 0;
	}
}
/* line 60, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__btn {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	background: #8bc53e;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	font: 16px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: none;
	outline: none;
}
@media screen and (max-width: 1023px) {
	/* line 60, ../../dev/src/sass/blocks/_b-login.scss */
	.b-login__btn {
		margin: 0 auto;
	}
}
/* line 78, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__btn.-style_1 {
	width: auto;
}
/* line 82, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__btn.-style_2 {
	text-align: center;
	line-height: 40px;
	width: 200px;
}
/* line 88, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__btn:hover {
	opacity: .9;
}
/* line 93, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__text {
	font-size: 16px;
	word-break: break-word;
}
/* line 97, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__text:first-child {
	margin-top: 0;
}
/* line 101, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__text:last-child {
	margin-bottom: 0;
}
/* line 105, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__text.-type_1 {
	display: block;
	margin: 0 3px 0 30px;
}
/* line 112, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__link {
	color: #81ae24;
}
/* line 116, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__row {
	display: table;
	flex-direction: column;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 30px;
}
@media screen and (max-width: 1023px) {
	/* line 116, ../../dev/src/sass/blocks/_b-login.scss */
	.b-login__row {
		display: block;
	}
}
/* line 128, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__fieldName {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	text-align: right;
	padding: 0 0 0 20px;
	width: 180px;
}
@media screen and (max-width: 1023px) {
	/* line 128, ../../dev/src/sass/blocks/_b-login.scss */
	.b-login__fieldName {
		display: block;
		text-align: left;
		margin-bottom: 3px;
	}
}
/* line 144, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__fieldWrap {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
@media screen and (max-width: 1023px) {
	/* line 144, ../../dev/src/sass/blocks/_b-login.scss */
	.b-login__fieldWrap {
		display: block;
	}
}
/* line 154, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__checkbox {
	float: left;
}
/* line 158, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__fieldDropdown {
	text-align: left;
	white-space: nowrap;
	padding: 5px 20px;
	font-size: 10pt;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	position: absolute;
	cursor: default;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 4px;
	margin-top: 3px;
}
/* line 173, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__fieldDropdown p {
	font-size: 16px;
	margin: 0 !important;
}
/* line 178, ../../dev/src/sass/blocks/_b-login.scss */
.b-login__fieldDropdown a {
	color: #81ae24;
}
/* line 183, ../../dev/src/sass/blocks/_b-login.scss */
.b-login .success {
	border: 3px solid #81ae24;
	margin: 20px auto;
	max-width: 80%;
	padding: 10px 30px;
	box-sizing: border-box;
	text-align: center;
}
/* line 192, ../../dev/src/sass/blocks/_b-login.scss */
.b-login .error {
	border: 3px solid #ff0000;
	margin: 20px auto;
	max-width: 80%;
	padding: 10px 30px;
	box-sizing: border-box;
	text-align: center;
}

/* line 7, ../../dev/src/sass/blocks/_b-verification.scss */
.b-verification__row {
	margin: 0 auto 40px;
	text-align: center;
	font-size: 0;
}
/* line 13, ../../dev/src/sass/blocks/_b-verification.scss */
.b-verification__fieldName {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 40%;
	font-size: 14px;
}
@media screen and (max-width: 1023px) {
	/* line 13, ../../dev/src/sass/blocks/_b-verification.scss */
	.b-verification__fieldName {
		display: block;
		width: auto;
		text-align: left;
	}
}
/* line 27, ../../dev/src/sass/blocks/_b-verification.scss */
.b-verification__fieldWrap {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	width: 20%;
	box-sizing: border-box;
	text-align: left;
}
@media screen and (max-width: 1023px) {
	/* line 27, ../../dev/src/sass/blocks/_b-verification.scss */
	.b-verification__fieldWrap {
		display: block;
		width: auto;
		padding: 0;
	}
}
/* line 42, ../../dev/src/sass/blocks/_b-verification.scss */
.b-verification__link {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width: 1023px) {
	/* line 42, ../../dev/src/sass/blocks/_b-verification.scss */
	.b-verification__link {
		display: block;
		width: auto;
	}
}
/* line 55, ../../dev/src/sass/blocks/_b-verification.scss */
.b-verification__btn {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	background: #8bc53e;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	font: 16px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: none;
	outline: none;
}
/* line 70, ../../dev/src/sass/blocks/_b-verification.scss */
.b-verification__btn:hover {
	opacity: .9;
}

/* line 2, ../../dev/src/sass/blocks/_b-error.scss */
.b-error .error {
	margin: 20px 0;
	border: 2px solid #eb5137;
	border-radius: 4px;
	padding: 5px 10px;
	color: #eb5137;
}

/* line 1, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart {
	padding: 10px;
}
/* line 4, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__head {
	border-bottom: 1px solid #e5e5e5;
	max-height: 540px;
	overflow: auto;
	padding: 10px 0 0;
	margin: 0 0 20px;
}
/* line 12, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__product {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 20px;
}
/* line 19, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__product:last-child {
	margin-bottom: 0;
}
/* line 24, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__imgWrapper {
	flex-basis: 90px;
	width: 90px;
	height: 90px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	position: relative;
	box-sizing: border-box;
}
/* line 33, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__imgWrapper:before {
	content: '';
	display: block;
	height: 1px;
	width: 90px;
}
/* line 41, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 85%;
	height: 85%;
}
/* line 52, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__count {
	position: absolute;
	right: -7px;
	top: -10px;
	font: 600 14px "Source Sans Pro", sans-serif;
	color: #ffffff;
	background: #fdb813;
	border-radius: 12px;
	padding: 1px;
	min-width: 18px;
	text-align: center;
}
/* line 65, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__info {
	padding-left: 20px;
}
/* line 69, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__name {
	color: #808080;
	font: 700 16px/1.25 "Source Sans Pro", sans-serif;
	margin: 0;
}
/* line 75, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__txt {
	color: #c5c5c5;
	font: 600 14px "Source Sans Pro", sans-serif;
	margin: 0;
}
/* line 81, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__body {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0 20px 0;
}
/* line 86, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__item {
	color: #808080;
	font: 16px "Source Sans Pro", sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	border-bottom: 2px dotted #c5c5c5;
	margin-bottom: 14px;
}
/* line 97, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__item:last-child {
	margin-bottom: 0;
}
/* line 101, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__item.-style_1 {
	font-weight: 700;
	border-bottom: none;
	color: #000000;
}
/* line 108, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__itemTxt {
	background: #ffffff;
	display: block;
	margin-bottom: -6px;
}
/* line 113, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__itemTxt:first-child {
	padding-right: 3px;
}
/* line 117, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__itemTxt:last-child {
	padding-left: 3px;
}
/* line 122, ../../dev/src/sass/blocks/_b-previewCart.scss */
.b-previewCart__foot {
	padding: 13px 0;
}

/* line 6, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__inner.-style_1 {
	padding: 0 17px;
}
/* line 11, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__title {
	font: 24px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #81ae24;
	margin: 15px 20px 0;
}
/* line 16, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__inner.-style_1 .b-customerForm__title {
	margin: 15px 0 0;
}
/* line 21, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__subTitle {
	margin: 7px 20px 0;
	font: 16px "Source Sans Pro", sans-serif;
	color: #808080;
}
/* line 27, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__body {
	margin: 20px 0 0;
}
/* line 30, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__body.-style_1 {
	padding-bottom: 37px;
	margin-bottom: 37px;
	border-bottom: 1px solid #e5e5e5;
}
/* line 37, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
	/* line 37, ../../dev/src/sass/blocks/_b-customerForm.scss */
	.b-customerForm__row {
		display: block;
	}
}
/* line 48, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__row:last-child {
	margin-bottom: 0;
}
/* line 52, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__row.-style_1 {
	margin-bottom: 10px;
}
/* line 57, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__cell {
	flex-grow: 1;
	width: 50%;
}
@media screen and (max-width: 1023px) {
	/* line 57, ../../dev/src/sass/blocks/_b-customerForm.scss */
	.b-customerForm__cell {
		width: auto;
		margin-bottom: 30px;
	}
}
/* line 67, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldWrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 1;
}
@media screen and (max-width: 1023px) {
	/* line 67, ../../dev/src/sass/blocks/_b-customerForm.scss */
	.b-customerForm__fieldWrapper {
		display: block;
	}
}
/* line 79, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldName {
	display: block;
	width: 110px;
	flex-basis: 110px;
	color: #000000;
	font: 16px "Source Sans Pro", sans-serif;
	text-align: right;
	margin-top: 7px;
	padding-right: 20px;
}
@media screen and (max-width: 1023px) {
	/* line 79, ../../dev/src/sass/blocks/_b-customerForm.scss */
	.b-customerForm__fieldName {
		width: auto;
		text-align: left;
		margin-bottom: 3px;
	}
}
/* line 95, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldName:before {
	content: '';
	height: 1px;
	width: 110px;
	display: block;
}
/* line 102, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldName.-style_1 {
	width: 145px;
	flex-basis: 145px;
}
/* line 106, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldName.-style_1:before {
	width: 145px;
}
/* line 111, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldName.-style_2 {
	padding-right: 10px;
	width: 250px;
	flex-basis: 250px;
}
/* line 116, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldName.-style_2:before {
	width: 250px;
}
/* line 122, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__wrapper {
	display: block;
	width: 100%;
}
/* line 127, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__field {
	height: 40px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fafafa;
	display: block;
}
/* line 137, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__field.-style_1 {
	background: #ffffff;
}
/* line 142, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldInfo {
	display: block;
	margin: 14px 0 0;
	font: italic 16px "Source Sans Pro", sans-serif;
}
/* line 148, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__fieldLink {
	font: normal 16px "Source Sans Pro", sans-serif;
	color: #81ae24;
}
/* line 153, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__checkboxWrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
/* line 160, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__checkboxWrapper.-state_error {
	color: #f00;
}
/* line 165, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__checkbox {
	width: 16px;
	height: 16px;
}
/* line 170, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__checkboxName {
	padding-left: 10px;
	font: 14px "Source Sans Pro", sans-serif;
	flex-basis: 70%;
}
/* line 176, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__list {
	margin: 2px 0 0 60px;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 1023px) {
	/* line 176, ../../dev/src/sass/blocks/_b-customerForm.scss */
	.b-customerForm__list {
		margin: 2px 0 0 0;
	}
}
/* line 186, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__item {
	padding-left: 30px;
	position: relative;
	margin-bottom: 8px;
}
/* line 191, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__item:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 17px;
	height: 12px;
	background: url("../img/sprites/main-sprite.png") no-repeat -64px -13px;
}
/* line 202, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__address {
	margin: 0 0 0 20px;
	padding: 0;
	font: 16px/1.9 "Source Sans Pro", sans-serif;
	color: #808080;
	max-width: 140px;
}
/* line 210, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btnWrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 50px;
}
@media screen and (max-width: 1023px) {
	/* line 210, ../../dev/src/sass/blocks/_b-customerForm.scss */
	.b-customerForm__btnWrapper {
		display: block;
	}
}
/* line 222, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__linkWrapper {
	font: 14px/20px Source Sans Pro,sans-serif;
	margin-bottom: 10px;
	text-align: right;
	padding: 0 20px;
	display: none;
}
/* line 229, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__linkWrapper.-state_active {
	display: block;
}
/* line 234, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__link {
	color: #8dc63f;
}
/* line 238, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn {
	font: 16px/38px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #8ac43d;
	border: 1px solid #8ac43d;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0 30px;
	transition: 0.4s;
	display: inline-block;
}
@media screen and (max-width: 1023px) {
	/* line 238, ../../dev/src/sass/blocks/_b-customerForm.scss */
	.b-customerForm__btn {
		display: block;
		margin: 10px auto;
		max-width: 300px;
		width: 100%;
		padding: 0;
		font: 15px/50px "ArsenalBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
}
/* line 260, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn:hover {
	background: #ffffff;
	color: #8ac43d;
}
/* line 265, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn.-style_1 {
	background: #ffffff;
	color: #8ac43d;
}
/* line 269, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn.-style_1:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 8px;
	height: 13px;
	background: url("../img/sprites/main-sprite.png") no-repeat -64px 0;
	margin-top: -3px;
}
/* line 280, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn.-style_1:hover {
	background: #8ac43d;
	color: #ffffff;
}
/* line 284, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn.-style_1:hover:before {
	background-position: -72px 0;
}
/* line 290, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn.-style_2 {
	background: #ffffff;
	color: #ed3030;
	border: 1px solid #facbcb;
	height: 40px;
	box-sizing: border-box;
	margin: 20px 20px 0;
	padding: 0 20px;
}
@media screen and (max-width: 1023px) {
	/* line 290, ../../dev/src/sass/blocks/_b-customerForm.scss */
	.b-customerForm__btn.-style_2 {
		width: auto;
		height: 50px;
		line-height: 48px;
	}
}
/* line 305, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn.-style_2:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 15px;
	height: 15px;
	background: url("../img/sprites/main-sprite.png") no-repeat -64px -56px;
	margin-top: -3px;
}
/* line 316, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn.-style_2:hover {
	background: #ed3030;
	color: #ffffff;
}
/* line 320, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__btn.-style_2:hover:before {
	background-position: -64px -71px;
}
/* line 327, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__info {
	margin: 0px 20px;
}
/* line 331, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__infoInner {
	display: none;
	margin-bottom: 20px;
}
/* line 335, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__infoInner.-state_active {
	display: block;
}
/* line 339, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__infoInner p {
	margin-bottom: 5px !important;
}
/* line 342, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__infoInner strong {
	font-weight: 600 !important;
}
/* line 348, ../../dev/src/sass/blocks/_b-customerForm.scss */
.b-customerForm__toggle.-state_hide {
	display: none;
}

/* line 4, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__inner {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
/* line 9, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__item {
	border-bottom: 1px solid #e5e5e5;
}
/* line 12, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__item:last-child {
	border-bottom: none;
}
/* line 17, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__head {
	min-height: 44px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 3px 20px;
}
@media screen and (max-width: 1023px) {
	/* line 26, ../../dev/src/sass/blocks/_b-box.scss */
	.b-box__head.-type_1 {
		display: block;
	}
}
/* line 33, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__fieldWrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
/* line 42, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__field:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
}
/* line 50, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__fieldName {
	padding: 0 10px 0 20px;
	font: 16px "Source Sans Pro", sans-serif;
}
/* line 54, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__field.checked + .b-box__fieldName {
	font-weight: 700;
	color: #81ae24;
}
/* line 60, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
/* line 66, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__body {
	background: #fafafa;
	padding: 15px;
	border-top: 1px solid #e5e5e5;
}
/* line 72, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__price {
	text-align: right;
	font: 16px "Source Sans Pro", sans-serif;
}
/* line 77, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__checkboxWrap {
	font-size: 0;
	text-align: right;
}
@media screen and (max-width: 1023px) {
	/* line 77, ../../dev/src/sass/blocks/_b-box.scss */
	.b-box__checkboxWrap {
		text-align: left;
		margin: 10px 2px;
	}
}
/* line 87, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__checkbox {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	overflow: visible !important;
}
@media screen and (max-width: 1023px) {
	/* line 87, ../../dev/src/sass/blocks/_b-box.scss */
	.b-box__checkbox {
		float: left;
	}
}
/* line 99, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__checkboxName {
	display: inline-block;
	vertical-align: middle;
	font: 14px "Source Sans Pro", sans-serif;
	padding: 0 10px;
}
@media screen and (max-width: 1023px) {
	/* line 99, ../../dev/src/sass/blocks/_b-box.scss */
	.b-box__checkboxName {
		margin-left: 27px;
		display: block;
	}
}
/* line 111, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__select {
	display: inline-block !important;
	vertical-align: middle;
	font: 700 14px "Source Sans Pro", sans-serif;
	border-radius: 3px;
	height: 30px;
	width: 126px;
	text-align: left;
}
@media screen and (max-width: 1023px) {
	/* line 111, ../../dev/src/sass/blocks/_b-box.scss */
	.b-box__select {
		margin: 10px 35px;
	}
}
/* line 126, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__select .jq-selectbox__select {
	height: 30px;
	background: #fafafa;
}
/* line 131, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__select .jq-selectbox__select-text {
	line-height: 28px;
	height: 28px;
}
/* line 136, ../../dev/src/sass/blocks/_b-box.scss */
.b-box__select .jq-selectbox__trigger {
	top: 12px;
}

/* line 3, ../../dev/src/sass/blocks/_b-paymentLogo.scss */
.b-paymentLogo__list {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* line 13, ../../dev/src/sass/blocks/_b-paymentLogo.scss */
.b-paymentLogo__item {
	margin: 0 5px;
}
/* line 16, ../../dev/src/sass/blocks/_b-paymentLogo.scss */
.b-paymentLogo__item:first-child {
	margin-left: 0;
}
/* line 20, ../../dev/src/sass/blocks/_b-paymentLogo.scss */
.b-paymentLogo__item:last-child {
	margin-right: 0;
}
/* line 25, ../../dev/src/sass/blocks/_b-paymentLogo.scss */
.b-paymentLogo__img {
	max-width: 100%;
	max-height: 100%;
}

/* line 7, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
	/* line 7, ../../dev/src/sass/blocks/_b-card.scss */
	.b-card__row {
		display: block;
		margin: 0;
	}
}
/* line 19, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__row:last-child {
	margin-bottom: 0;
}
/* line 24, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__wrapper {
	display: block;
	flex-grow: 1;
	margin: 0 5px;
	position: relative;
}
@media screen and (max-width: 1023px) {
	/* line 24, ../../dev/src/sass/blocks/_b-card.scss */
	.b-card__wrapper {
		margin: 0 0 10px;
	}
}
/* line 34, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__wrapper:first-child {
	margin-left: 0;
}
/* line 38, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__wrapper:last-child {
	margin-right: 0;
}
/* line 42, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__wrapper.-type_max {
	flex-basis: 50%;
}
/* line 48, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__wrapper.-style_1:after {
	content: '';
	position: absolute;
	right: 23px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 16px;
	background: url("../img/sprites/main-sprite.png") no-repeat -64px -25px;
}
/* line 64, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__wrapper.-style_2:after {
	content: '';
	position: absolute;
	right: 19px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 17px;
	height: 17px;
	background: url("../img/sprites/main-sprite.png") no-repeat -64px -40px;
}
/* line 78, ../../dev/src/sass/blocks/_b-card.scss */
.b-card__field {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #ffffff;
	font: italic 16px "Source Sans Pro", sans-serif;
	color: #808080;
}

/**
* Responsive & Print styles
*/
/* ==========================================================================
	 Queries for Desktop Design.
	 Theses examples override the primary ('wide screen') styles.
	 Modify as content requires.
	 ========================================================================== */
/* ==========================================================================
	 Queries for Tablet Design.
	 Theses examples override the primary ('wide screen') styles.
	 Modify as content requires.
	 ========================================================================== */
/* ==========================================================================
	 Queries for Mobile Design.
	 Theses examples override the primary ('wide screen') styles.
	 Modify as content requires.
	 ========================================================================== */
/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}
/* ==========================================================================
	 Print styles.
	 Inlined to avoid the additional HTTP request:
	 http://www.phpied.com/delay-loading-your-print-css/
	 ========================================================================== */
@media print {
	/* line 8, ../../dev/src/sass/_print.scss */
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
			 http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	/* line 18, ../../dev/src/sass/_print.scss */
	a,
	a:visited {
		text-decoration: underline;
	}

	/* line 23, ../../dev/src/sass/_print.scss */
	a[href]:after {
		content: " (" attr(href) ")";
	}

	/* line 27, ../../dev/src/sass/_print.scss */
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	/* line 36, ../../dev/src/sass/_print.scss */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	/* line 41, ../../dev/src/sass/_print.scss */
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	/* line 52, ../../dev/src/sass/_print.scss */
	thead {
		display: table-header-group;
	}

	/* line 56, ../../dev/src/sass/_print.scss */
	tr,
	img {
		page-break-inside: avoid;
	}

	/* line 61, ../../dev/src/sass/_print.scss */
	img {
		max-width: 100% !important;
	}

	/* line 65, ../../dev/src/sass/_print.scss */
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	/* line 72, ../../dev/src/sass/_print.scss */
	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*# sourceMappingURL=main.css.map */



