/*! 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.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

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.
 */

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.
 */

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.
 */

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.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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.
 */

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.
 */

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.
 */

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.
 */

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.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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.
 */

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.
 */

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`.
 */

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.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .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.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

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.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?ffbe5p");
	src: url("../fonts/icomoon.eot?ffbe5p#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ffbe5p") format("truetype"), url("../fonts/icomoon.woff?ffbe5p") format("woff"), url("../fonts/icomoon.svg?ffbe5p#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
#header.active-search .opener-search:before,
#header .opener-search:before,
.has-drop-down-a:before,
.item-section .section-title .btn.opener-filter:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-small:before {
	content: "\e90e";
}

.icon-star:before {
	content: "\e90a";
}

.icon-arrow-d:before {
	content: "\e906";
}

.icon-arrow-l:before {
	content: "\e907";
}

.icon-arrow-r:before {
	content: "\e908";
}

.icon-cart:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

.icon-logo:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}

.icon-twitter:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e90b";
}

.icon-cross:before {
	content: "\e909";
}

.icon-google-plus:before {
	content: "\e90c";
}

.icon-pinterest:before {
	content: "\e90d";
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 19, 2016 */

@font-face {
	font-family: "bender";
	src: url("../fonts/bender-webfont.woff2") format("woff2"), url("../fonts/bender-webfont.woff") format("woff"), url("../fonts/bender-webfont.svg#benderregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "bender";
	src: url("../fonts/bender-black-webfont.woff2") format("woff2"), url("../fonts/bender-black-webfont.woff") format("woff"), url("../fonts/bender-black-webfont.svg#benderblack") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "bender";
	src: url("../fonts/bender-blackitalic-webfont.woff2") format("woff2"), url("../fonts/bender-blackitalic-webfont.woff") format("woff"), url("../fonts/bender-blackitalic-webfont.svg#benderblack_italic") format("svg");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "bender";
	src: url("../fonts/bender-bold-webfont.woff2") format("woff2"), url("../fonts/bender-bold-webfont.woff") format("woff"), url("../fonts/bender-bold-webfont.svg#benderbold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "bender";
	src: url("../fonts/bender-bolditalic-webfont.woff2") format("woff2"), url("../fonts/bender-bolditalic-webfont.woff") format("woff"), url("../fonts/bender-bolditalic-webfont.svg#benderbold_italic") format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "bender";
	src: url("../fonts/bender-italic-webfont.woff2") format("woff2"), url("../fonts/bender-italic-webfont.woff") format("woff"), url("../fonts/bender-italic-webfont.svg#benderitalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "bender";
	src: url("../fonts/bender-light-webfont.woff2") format("woff2"), url("../fonts/bender-light-webfont.woff") format("woff"), url("../fonts/bender-light-webfont.svg#benderlight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "bender";
	src: url("../fonts/bender-lightitalic-webfont.woff2") format("woff2"), url("../fonts/bender-lightitalic-webfont.woff") format("woff"), url("../fonts/bender-lightitalic-webfont.svg#benderlight_italic") format("svg");
	font-weight: 300;
	font-style: italic;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 19, 2016 */

@font-face {
	font-family: "roboto";
	src: url("../fonts/robotocondensed-bold-webfont.woff2") format("woff2"), url("../fonts/robotocondensed-bold-webfont.woff") format("woff"), url("../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "roboto";
	src: url("../fonts/robotocondensed-bolditalic-webfont.woff2") format("woff2"), url("../fonts/robotocondensed-bolditalic-webfont.woff") format("woff"), url("../fonts/robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic") format("svg");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: "roboto";
	src: url("../fonts/robotocondensed-italic-webfont.woff2") format("woff2"), url("../fonts/robotocondensed-italic-webfont.woff") format("woff"), url("../fonts/robotocondensed-italic-webfont.svg#roboto_condenseditalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "roboto";
	src: url("../fonts/robotocondensed-light-webfont.woff2") format("woff2"), url("../fonts/robotocondensed-light-webfont.woff") format("woff"), url("../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "roboto";
	src: url("../fonts/robotocondensed-lightitalic-webfont.woff2") format("woff2"), url("../fonts/robotocondensed-lightitalic-webfont.woff") format("woff"), url("../fonts/robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic") format("svg");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "roboto";
	src: url("../fonts/robotocondensed-regular-webfont.woff2") format("woff2"), url("../fonts/robotocondensed-regular-webfont.woff") format("woff"), url("../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

#nav,
#nav .drop ul,
.pagination ul,
.item .item-info.area .title-list,
#footer .columns .col:nth-child(2) ul,
.social-networks,
.contacts-list,
.info-list,
.paging,
.tag-list,
.comments-list,
.comments-info,
.filter-list,
.posts-list,
.categories-list,
.social-posts,
.detail-form .number-frame,
.tabset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
#nav:after,
.detail-form .number-frame:after,
.tabset:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 20px/35px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #898989;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #898989;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #898989;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #898989;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #898989;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #898989;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1640px;
}

.top-block {
	background: #000;
	margin: 0 0 20px;
	position: relative;
	padding: 2px 0;
}

.top-block:after,
.top-block:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: #000;
}

.top-block:before {
	padding: 0 0 0 9999px;
	margin: 0 0 0 -9999px;
	left: 0;
}

.top-block:after {
	padding: 0 9999px 0 0;
	margin: 0 -9999px 0 0;
	right: 0;
}

.top-block .info {
	text-transform: uppercase;
	color: #fff;
	font: 16px/30px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	word-spacing: 3px;
	display: block;
}

.top-block .info mark {
	color: #ee013e;
	background: none;
	font-weight: bold;
}

#header {
	background: #fff;
	position: relative;
	text-align: center;
}

#header.active-search .slide {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#header.active-search .opener-search {
	color: #000;
	font-size: 27px;
	top: 10px;
}

#header.active-search .opener-search:before {
	content: "\e909";
}

#header .container {
	position: relative;
}

#header .logo {
	color: #000;
	font: 800 28px/30px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	width: 145px;
	margin: 22px auto 0;
}

#header .logo .icon-logo {
	font-size: 67px;
	display: inline-block;
	vertical-align: middle;
	margin: -7px 5px 0 0;
}

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

#header .cart {
	text-decoration: none;
	color: #000;
	font: 15px/18px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: -2px 0 0;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
	position: absolute;
	top: 65px;
	right: 50px;
}

#header .cart:hover {
	color: #ee013e;
}

#header .cart .icon-cart {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin: 2px 5px 0 0;
}

#header .slide {
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	z-index: 10;
	background: #f2f2f2;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	margin: 0 -9999px;
	text-align: left;
	padding: 7px 9999px 6px;
	bottom: -20px;
	-webkit-transition: -webkit-transform linear .35s;
	transition: transform linear .35s;
}

#header .opener-search {
	position: absolute;
	z-index: 12;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
	top: 56px;
	right: 0;
}

#header .opener-search:hover {
	color: #ee013e;
}

#header .opener-search:before {
	content: "\e904";
}

#header .search-form {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 24px;
}

#header .search-form input[type="search"] {
	border: none;
	background: transparent;
	outline: none;
	height: 50px;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 5px 6px 5px;
	z-index: 5;
	margin: 0;
	-webkit-transition: width linear .35s;
	transition: width linear .35s;
	color: #000;
	width: 200px;
}

#header .search-form input[type="search"]::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #000;
}

#header .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: #000;
}

#header .search-form input[type="search"]:-moz-placeholder {
	text-transform: uppercase;
	color: #000;
}

#header .search-form input[type="search"]:-ms-input-placeholder {
	text-transform: uppercase;
	color: #000;
}

#header .search-form input[type="search"].placeholder {
	text-transform: uppercase;
	color: #000;
}

#header .search-form button[type="submit"] {
	background: transparent;
	color: #000;
	padding: 0;
	margin: 0 12px 0 0;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

#header .search-form button[type="submit"]:before {
	font-size: 15px;
}

#header .search-form button[type="submit"]:hover {
	color: #ee013e;
}

#nav {
	text-transform: uppercase;
	font: bold 20px/24px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
	background: #fff;
	text-align: left;
}

#nav > li {
	position: relative;
	border-top: 2px solid #000;
}

#nav > li.open-drop .drop {
	opacity: 1;
	visibility: visible;
}

#nav > li:last-child {
	margin: 0;
}

#nav > li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
	display: block;
}

#nav > li a.hover {
	color: #ee013e;
}

#nav > li.active a {
	color: #898989;
}

#nav > li.hover a {
	color: #ee013e;
}

#nav .drop {
	position: relative;
	z-index: 20;
	-webkit-transition: opacity linear .35s, max-height linear .6s;
	transition: opacity linear .35s, max-height linear .6s;
	visibility: hidden;
	width: 100%;
	text-align: left;
	color: #000;
}

#nav .drop ul {
	background: #fff;
	padding: 0;
	font-weight: normal;
}

#nav .drop ul li a {
	color: #898989;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
	display: block;
	border-top: 1px solid #898989;
	padding: 20px 10px 20px 28px;
}

#nav .drop ul li a:hover {
	color: #ee013e;
}

.list-title {
	text-transform: uppercase;
	color: #fff;
	display: block;
	border-bottom: 1px solid #404040;
	padding-bottom: 20px;
}

.has-drop-down-a {
	padding: 0 25px 57px 0;
}

.has-drop-down-a:before {
	content: "\e906";
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 15px;
}

.resize-active .menu {
	-webkit-transition: none !important;
	transition: none !important;
}

.menu {
	max-height: 0;
	-webkit-transition: max-height .5s linear, visibility .5s linear;
	transition: max-height .5s linear, visibility .5s linear;
	visibility: hidden;
	padding: 13px 0 0;
	background: #fff;
	z-index: 20;
	position: relative;
}

.active .menu {
	visibility: visible;
	max-height: 1000px;
}

.active .opener span {
	opacity: 0;
}

.active .opener:before,
.active .opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 14%;
}

.active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.opener {
	width: 33px;
	height: 34px;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 4px;
}

.opener:before,
.opener:after,
.opener span {
	background: #000;
	position: absolute;
	top: 17px;
	left: 4%;
	right: 8%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.opener span:last-child {
	top: 24px;
}

.opener:before,
.opener:after {
	content: "";
	top: 10px;
}

.opener:after {
	top: 31px;
}

.opener:hover:before,
.opener:hover:after,
.opener:hover span {
	background: #ee013e;
}

h1 {
	font: 300 40px/46px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h2 {
	font: 800 18px/24px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 2px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: bottom;
}

h3 {
	font: 800 24px/26px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.banner {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 0 24px;
}

.banner.area {
	margin-bottom: 23px;
}

.banner .banner-wrap {
	white-space: nowrap;
	text-align: center;
}

.banner .banner-wrap:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 154px;
}

.banner .banner-wrap > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner .banner-wrap h1 {
	color: #fff;
	font-size: 38px;
	line-height: 42px;
}

.visual .carousel .btn-prev,
.visual .carousel .btn-next {
	visibility: hidden;
	-webkit-transition: visibility linear .35s;
	transition: visibility linear .35s;
}

.visual .carousel .btn-prev.disabled,
.visual .carousel .btn-next.disabled {
	display: none;
}

.visual .carousel:hover .btn-prev,
.visual .carousel:hover .btn-next {
	visibility: visible;
}

.carousel {
	position: relative;
	margin: 0 0 7px;
	text-align: center;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 100%;
	float: left;
	position: relative;
	min-height: 287px;
}

.carousel .img-slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 289px;
	margin-bottom: 22px;
}

.carousel .note {
	font-weight: bold;
}

.carousel .btn {
	text-transform: uppercase;
	color: #fff;
	margin: 9px auto 93px;
	max-width: 214px;
	display: block;
}

.carousel .btn-prev {
	left: 25px;
	right: auto;
}

.carousel .btn-next {
	right: 25px;
	left: auto;
}

.carousel .btn-prev,
.carousel .btn-next {
	top: 145px;
}

.btn-prev,
.btn-next {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 45px;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.btn-prev:hover,
.btn-next:hover {
	color: #ee013e;
}

.btn-prev {
	left: 35px;
	right: auto;
}

.btn-next {
	right: 35px;
	left: auto;
}

.pagination {
	position: absolute;
	bottom: 17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.pagination ul {
	letter-spacing: -4px;
}

.pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	letter-spacing: 0;
}

.pagination ul li:hover a,
.pagination ul li.active a {
	background: #ee013e;
}

.pagination ul li a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 41px;
	height: 7px;
	background: #000;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
}

.carousel-1 {
	position: relative;
	margin: 0 auto 38px;
	padding: 0 30px;
}

.carousel-1 .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-1 .slideset {
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.carousel-1 .slide {
	padding: 0 10px;
	width: 33.33%;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0;
	-webkit-transition: opacity linear .25s;
	transition: opacity linear .25s;
}

.carousel-1 .slide:hover {
	opacity: .7;
}

.carousel-1 .btn-prev,
.carousel-1 .btn-next {
	color: #000;
	font-size: 35px;
}

.carousel-1 .btn-prev:hover,
.carousel-1 .btn-next:hover {
	color: #ee013e;
}

.carousel-1 .btn-prev {
	left: -5px;
	right: auto;
}

.carousel-1 .btn-next {
	right: -5px;
	left: auto;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	background: #ee013e;
	text-align: center;
	font: bold 16px/18px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 147px;
	padding: 15px 5px;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
	color: #fff;
	text-transform: uppercase;
}

.btn:hover {
	background: #d30e3e;
}

.categories.two {
	margin: 0 0 25px;
}

.categories.two .two-columns.alt .item .item-wrapp {
	min-height: 0;
	max-height: 515px;
	overflow: hidden;
}

.categories.two .two-columns.alt .item.long .item-wrapp {
	max-height: none;
}

.categories.four {
	margin: 0 -13px;
}

.categories.four .wrap-block {
	padding: 13px;
}

.categories.four .wrap-block .block {
	padding: 0;
	width: 100%;
}

.categories.four .block-title {
	font-weight: normal;
}

.categories .item .item-wrapp {
	min-height: 0;
}

.categories .wrap-area {
	overflow: hidden;
	position: relative;
	padding: 0 0 21px;
}

.categories .wrapp {
	position: relative;
	overflow: hidden;
}

.categories .wrapp:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
	z-index: 5;
}

.categories .block {
	position: relative;
	display: block;
}

.categories .block img {
	width: 100%;
	-webkit-transition: -webkit-transform linear .35s;
	transition: transform linear .35s;
}

.categories .block:hover .wrapp:before {
	background: rgba(0, 0, 0, .5);
}

.categories .block:hover img {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.categories .wrap-block {
	overflow: hidden;
}

.categories .block-title {
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font: bold 28px/30px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.categories .item img {
	width: 100%;
}

.categories .item.double .item-wrapp {
	padding: 0;
}

.categories .item.double .item-wrapp .item-holder {
	max-width: none;
}

.categories .item.double .item-wrapp .item-holder img {
	max-width: none;
	vertical-align: top;
}

.categories .item.long .item-holder {
	max-width: none;
}

.categories .item.long .item-wrapp {
	background: #f2f2f2;
}

.categories .item .item-wrapp {
	padding: 0;
}

.categories .item .item-holder {
	padding: 0;
	width: 100%;
	max-width: none;
}

.categories .item .item-holder img {
	max-width: none;
}

.categories .item .item-wrapp:hover .item-link:before {
	background: rgba(0, 0, 0, .5);
}

.video-block {
	position: relative;
	min-height: 393px;
	margin: 0 0 20px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.video-block .text-block {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	max-width: 350px;
	font: 22px/26px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 40px 0 0;
	width: 100%;
}

.video-block .text-block p {
	margin: 0;
}

.video-block .video-title {
	font-size: 38px;
	line-height: 40px;
	margin: 0 0 28px;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.video-block .btn-play {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	border: 5px solid #fff;
	display: block;
	margin: 0 auto 20px;
	position: relative;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
}

.video-block .btn-play:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 13px 0 13px 26px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 4px;
	-webkit-transition: border-color linear .35s;
	transition: border-color linear .35s;
}

.video-block .btn-play:hover {
	background: #fff;
}

.video-block .btn-play:hover:before {
	border-color: transparent transparent transparent #ee013e;
}

.item-section {
	background: #e3e3e3;
	padding: 60px 0 20px;
	position: relative;
	width: 100%;
	-webkit-transition: margin linear .35s;
	transition: margin linear .35s;
}

.item-section .section-title {
	position: relative;
	border-bottom: 5px solid #000;
	margin: 0 0 20px;
}

.item-section .section-title .btn {
	margin: 0 0 10px;
}

.item-section .section-title .btn.opener-filter {
	color: #000;
	background: #fff;
	padding: 15px 20px 15px 5px;
	-webkit-transition: color linear .35s, background linear .35s;
	transition: color linear .35s, background linear .35s;
	position: relative;
}

.item-section .section-title .btn.opener-filter:before {
	content: "\e90e";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	font-size: 18px;
	font-weight: bold;
}

.item-section .section-title .btn.opener-filter:hover {
	background: #ee013e;
	color: #fff;
}

.item-section .filter-area {
	background: #000;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	padding: 102px 20px 40px;
	z-index: 30;
	-webkit-transition: -webkit-transform linear .35s;
	transition: transform linear .35s;
}

.item-section .filter-area .item {
	margin-bottom: 20px;
}

.item-section .filter-area .item .holder-info.alt {
	text-align: left;
}

.item-section .filter-area .item .holder-info .item-info {
	padding: 5px 10px 5px 0;
}

.item-section .filter-wrap {
	max-width: 418px;
	margin: 0 auto;
	position: relative;
}

.item-section .filter-wrap .opener-filter {
	position: absolute;
	top: -6px;
	right: -5px;
	text-decoration: none;
	color: #fff;
}

.item-section .filter-wrap .sub-title {
	text-transform: uppercase;
	font: bold 18px/20px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 26px;
}

.item-section .filter-wrap .icon-cross {
	font-size: 33px;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.item-section .filter-wrap .icon-cross:hover {
	color: #ee013e;
}

.item-section .filter-wrap h3 {
	font: bold 20px/24px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 106px;
	color: #fff;
	letter-spacing: 0;
}

.item-section .filter-wrap .item {
	padding: 0;
}

.item-section .filter-wrap .item .item-info {
	padding: 22px 0;
}

.item-section .filter-wrap .item .item-info .item-name,
.item-section .filter-wrap .item .item-info .price {
	width: auto !important;
}

.item-section .filter-wrap .holder-info {
	left: -1px;
	bottom: -1px;
	right: -1px;
}

.item-section .title {
	font: bold 18px/20px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 30px;
}

.item-section .box-frame {
	margin-bottom: 88px;
}

.three-columns {
	margin: -10px 0 10px;
}

.three-columns .item.double .info-frame {
	max-width: 480px;
}

.three-columns .item.double .item-holder {
	width: 100%;
}

.two-columns {
	margin: -10px 0 10px;
}

.two-columns .col-wrapp {
	width: 100%;
}

.circle-box {
	border-radius: 50%;
	background: #ee013e;
	color: #fff;
	width: 93px;
	height: 93px;
	position: absolute;
	top: 11px;
	left: 10px;
	z-index: 5;
	display: none;
}

.circle-box.circle {
	display: block;
}

.circle-box .circle-title {
	font: bold 20px/22px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	text-transform: uppercase;
	max-width: 63px;
}

.item {
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.item.hover .item-link:before {
	background: rgba(0, 0, 0, .85);
}

.item.hover .info-frame {
	-webkit-animation: movebox .6s ease-in-out;
	animation: movebox .6s ease-in-out;
	opacity: 1;
}

.item .holder-info {
	white-space: nowrap;
	text-align: center;
	background: #000;
	color: #fff;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}

.item .holder-info:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 78px;
}

.item .holder-info > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.item .holder-info.alt {
	text-align: center;
}

.item .holder-info.alt .item-info {
	padding: 5px 10px;
}

.item .item-info {
	font: 16px/20px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 5px 90px 5px 15px;
	width: 100%;
	z-index: 15;
	position: relative;
}

.item .item-info.area .item-name {
	width: 100%;
}

.item .item-info.area .title-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.item .item-info.area .title-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	position: relative;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 16px;
}

.item .item-info.area .title-list li:before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 2px;
	width: 2px;
	right: -15px;
	background: #fff;
}

.item .item-info.area .title-list li:last-child {
	margin-right: 0;
}

.item .item-info.area .title-list li:last-child:before {
	display: none;
}

.item .item-info.area .title-list .price {
	position: static;
}

.item .item-info .price {
	text-align: right;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.item .item-info.center {
	text-align: center;
	padding: 10px;
}

.item .item-info.center .item-name {
	width: 100%;
}

.item .item-wrapp {
	position: relative;
	background: #fff;
	width: 100%;
	padding-bottom: 78px;
}

.item .info-frame {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	color: #fff;
	width: 100%;
	max-width: 360px;
	word-spacing: 3px;
	opacity: 0;
	z-index: 20;
	padding: 5px;
	font-size: 17px;
	line-height: 24px;
}

.item .info-frame p {
	margin: 0;
}

.item .info-frame .btn {
	min-width: 214px;
	padding: 24px 5px;
}

.item .item-holder {
	background: #fff;
	padding: 5px;
	width: 100%;
}

.item .item-name {
	text-transform: uppercase;
	display: block;
}

.item .item-link {
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
}

.item .item-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
	z-index: 15;
}

.old-price {
	text-decoration: line-through;
	font: 20px/22px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 5px;
}

.icon-star {
	color: #e3e3e3;
	font-size: 22px;
	-webkit-transition: color linear .25s;
	transition: color linear .25s;
}

.rating {
	font-size: 20px;
	color: orange;
	display: block;
	box-sizing: content-box;
	margin: 0 0 5px;
	padding-top: 5px;
}

.rating[data-state="disabled"] {
	pointer-events: none;
}

.rating .rating-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	margin: 0 -.1em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rating:hover input:checked + label .icon-star,
.rating:hover input:checked ~ label .icon-star {
	color: #ee013e;
}

.rating:hover input + label:hover .icon-star,
.rating:hover input + label:hover ~ label .icon-star {
	color: #ee013e;
}

.rating input {
	display: none;
}

.rating input:checked + label .icon-star,
.rating input:checked ~ label .icon-star {
	color: #ee013e;
}

.rating label {
	padding: 0 .1em;
	width: 1.25em;
	cursor: pointer;
}

.rating label .icon-star {
	color: #e3e3e3;
}

.rating.w-halves label:nth-of-type(even) {
	position: absolute;
	width: .37em;
	overflow: hidden;
}

.mail-section {
	background: #fff;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}

.mail-section p {
	margin: 0 0 30px;
}

.mail-section .container {
	white-space: nowrap;
	text-align: center;
}

.mail-section .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 314px;
}

.mail-section .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.mail-section .holder {
	width: 100%;
	padding: 0 0 24px;
}

.mail-section .text-holder {
	max-width: 330px;
	margin: 0 auto;
}

.email-form {
	max-width: 885px;
	margin: 0 auto;
	position: relative;
}

.email-form input[type="email"] {
	width: 100%;
	border: none;
	background: #e9e9e9;
	height: 76px;
	outline: none;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	padding: 27px 50px 27px 40px;
}

.email-form input[type="email"]::-webkit-input-placeholder {
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
}

.email-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
}

.email-form input[type="email"]:-moz-placeholder {
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
}

.email-form input[type="email"]:-ms-input-placeholder {
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
}

.email-form input[type="email"].placeholder {
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
}

.email-form button[type="submit"] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 7px;
	background: none;
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
}

.email-form button[type="submit"] .icon-cross {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	color: #ee013e;
	font-size: 35px;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.email-form button[type="submit"]:hover .icon-cross {
	color: #000;
}

#footer {
	background: #000;
	color: #fff;
	padding: 45px 0;
	text-align: center;
	overflow: hidden;
}

#footer .logo {
	width: 266px;
	margin: 0 auto 47px;
}

#footer .columns {
	overflow: hidden;
}

#footer .columns .col:nth-child(2) {
	margin: -3px 0 0;
}

#footer .columns .col:nth-child(2) ul {
	font: bold 18px/24px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#footer .columns .col:nth-child(2) ul:last-child {
	margin-bottom: 46px;
}

#footer .columns .col:nth-child(2) ul li {
	margin-bottom: 16px;
}

#footer .columns .col:nth-child(2) ul li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

#footer .columns .col:nth-child(2) ul li a:hover {
	color: #ee013e;
}

#footer .sub-title {
	font: bold 16px/18px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 33px;
	text-transform: uppercase;
}

.social-networks {
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 66px;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 20px;
	margin: 0 28px;
}

.social-networks li a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.social-networks li a:hover {
	color: #6b6b6b;
}

.copyrights {
	display: block;
	font-size: 16px;
	line-height: 18px;
}

.copyrights a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.copyrights a:hover {
	color: #ee013e;
}

.copyrights p {
	margin: 0;
}

.list-info {
	margin: 0 0 137px;
}

.list-info dt {
	font: 800 24px/26px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 14px;
	letter-spacing: 1px;
}

.list-info dd {
	margin: 0 0 102px;
	letter-spacing: 1px;
}

.list-info dd p {
	margin: 0 0 25px;
}

.contacts-list {
	text-transform: uppercase;
}

.contacts-list li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.contacts-list li a:hover {
	color: #ee013e;
}

.contacts-list address {
	font-style: normal;
}

.post-section {
	padding: 10px 0 0;
}

.post-section .title-block {
	margin-bottom: 25px;
}

.post-section .title-block h2 a {
	text-decoration: none;
	color: #000;
	-webkit-transition: opacity linear .35s;
	transition: opacity linear .35s;
}

.post-section .title-block h2 a:hover {
	opacity: .6;
}

.post {
	padding: 0 0 50px;
}

.post h2 {
	font-size: 24px;
	line-height: 28px;
	max-width: 350px;
	letter-spacing: 1px;
	margin: 0 0 12px;
}

.post .img-block {
	display: block;
	margin: 0 0 38px;
	position: relative;
}

.post .img-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
	z-index: 5;
}

.post .img-block img {
	width: 100%;
	-webkit-transition: -webkit-transform linear .35s;
	transition: transform linear .35s;
}

.post .img-block:hover:before {
	background: rgba(0, 0, 0, .5);
}

.post .img-block:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.post .img-wrap {
	overflow: hidden;
}

.post .text-box {
	max-width: 490px;
	letter-spacing: 1px;
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 25px;
}

.post .text-box p {
	margin: 0 0 10px;
}

.btn-mote {
	color: #727070;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	letter-spacing: 1px;
	font: bold 18px/20px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn-mote:hover {
	color: #ee013e;
}

.btn-mote:before {
	content: ">";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -5px;
	margin: -1px 0 0 0;
}

.info-list {
	text-transform: uppercase;
	color: #acacac;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 0 27px;
}

.info-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
	position: relative;
	margin: 0 12px 0 0;
}

.info-list li a {
	color: #acacac;
	text-decoration: none;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.info-list li a:hover {
	color: #ee013e;
}

.info-list li:before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 2px;
	right: -8px;
	width: 2px;
	background: #acacac;
}

.info-list li:last-child:before {
	display: none;
}

.info-list .autor {
	font-weight: normal;
}

.paging-area {
	text-align: center;
}

.paging {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	color: #000;
	padding: 4px 0 0;
	margin: 0 0 102px;
}

.paging li {
	display: inline-block;
	vertical-align: top;
	font: bold 20px/22px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
	margin: 0 25px;
}

.paging li a {
	color: #acacac;
	text-decoration: none;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.paging li a:hover {
	color: #000;
	text-decoration: underline;
}

.paging li.disabled {
	display: none;
}

.paging li:last-child a:hover,
.paging li:first-child a:hover {
	text-decoration: none;
}

.paging li .active {
	text-decoration: underline;
}

.section-frame {
	overflow: hidden;
}

.section-frame.area {
	margin-bottom: 18px;
}

.section-frame.area h2 {
	margin-bottom: 51px;
}

.section-frame.area .contacts-list {
	letter-spacing: 1px;
}

.section-frame.area .contacts-list li {
	line-height: 25px;
	margin-bottom: 10px;
}

.section-frame h1 {
	font: 800 28px/32px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
}

.section-frame h2 {
	font: 800 22px/24px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

.section-frame h3 {
	font: 800 22px/24px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 15px;
	letter-spacing: 1px;
}

.section-frame .comment-title {
	font: 800 22px/24px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 52px;
}

.section-frame .img-post {
	margin-bottom: 32px;
}

.section-frame .info-list {
	margin: 0 0 16px;
}

.section-frame .info-list li {
	margin: 0 12px 10px 0;
}

.section-frame .post-text {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 42px;
}

.section-frame .post-text p {
	margin: 0 0 25px;
}

.section-frame .list-note {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}

.section-frame .social-networks {
	padding: 0 0 0 5px;
	margin-bottom: 0;
}

.section-frame .social-networks li {
	font-size: 16px;
	line-height: 26px;
	margin: 0 5px;
}

.section-frame .social-networks li a {
	color: #999;
}

.section-frame .social-networks li a:hover {
	color: #ee013e;
}

.section-frame .social-networks .icon-google-plus {
	font-size: 22px;
}

.section-frame .social-networks .icon-pinterest {
	font-size: 18px;
}

.section-frame .social-frame {
	margin-bottom: 4px;
}

.section-frame .tags-frame {
	margin-bottom: 20px;
}

.section-frame .paging {
	padding: 0;
	margin: 0 0 70px;
}

.tag-list {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.tag-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	margin: 0 10px 0 0;
}

.tag-list li a {
	color: #999;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
	text-decoration: none;
}

.tag-list li a:hover {
	color: #ee013e;
}

.comments-frame {
	border-top: 1px solid #cdcccc;
	border-bottom: 1px solid #cdcccc;
	padding: 55px 0 16px;
	margin-bottom: 56px;
}

.comments-list {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
}

.comments-list li {
	display: table;
	margin-bottom: 35px;
}

.comments-list li .img-box {
	display: table-cell;
	vertical-align: top;
	width: 10%;
}

.comments-list li .text-box {
	display: table-cell;
	vertical-align: top;
	width: 80%;
}

.comments-list li .img-box {
	text-align: center;
	padding: 0 16px 0 0;
}

.comments-list li .img-wrap {
	border-radius: 50%;
	width: 77px;
	height: 77px;
	background: #ececec;
	overflow: hidden;
}

.comments-list li .text-box p {
	margin: 0 0 10px;
}

.comments-info {
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	letter-spacing: 1px;
}

.comments-info li {
	text-transform: uppercase;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.comments-info li:last-child {
	margin: 0;
}

.comments-info li:before {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 5px;
	right: -7px;
	width: 2px;
	background: #000;
}

.comments-info li:last-child:before {
	display: none;
}

.comments-info .time-counter {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

input[type="text"] {
	width: 100%;
	border: none;
	outline: none;
}

button[type="submit"] {
	border: none;
	outline: none;
}

.filter-form input[type="checkbox"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.filter-form .fake-label {
	cursor: pointer;
}

.filter-form .fake-input {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
	position: relative;
	margin: -4px 6px 0 0;
	cursor: pointer;
}

.filter-form input[type="checkbox"] + .fake-input:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius: 50%;
	background: #ee013e;
}

.filter-form input[type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.code-form {
	background: #ececec;
	padding: 98px 0 50px;
	margin-bottom: 62px;
	position: relative;
}

.code-form:before,
.code-form:after {
	content: "";
	position: absolute;
	background: #ececec;
	top: 0;
	bottom: 0;
}

.code-form:before {
	padding: 0 9999px 0 0;
	margin: 0 -9999px 0 0;
	right: 0;
}

.code-form:after {
	padding: 0 0 0 9999px;
	margin: 0 0 0 -9999px;
	left: 0;
}

.code-form input[type="text"] {
	background: #fff;
	height: 63px;
	padding: 10px 10px 10px 43px;
	margin-bottom: 10px;
}

.code-form input[type="text"]::-webkit-input-placeholder {
	text-transform: capitalize;
	color: #000;
}

.code-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	text-transform: capitalize;
	color: #000;
}

.code-form input[type="text"]:-moz-placeholder {
	text-transform: capitalize;
	color: #000;
}

.code-form input[type="text"]:-ms-input-placeholder {
	text-transform: capitalize;
	color: #000;
}

.code-form input[type="text"].placeholder {
	text-transform: capitalize;
	color: #000;
}

.code-form button[type="submit"] {
	width: 100%;
	color: #fff;
	background: #504e4e;
	text-align: center;
	font: bold 20px/22px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	height: 66px;
	padding: 20px;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
	text-transform: uppercase;
}

.code-form button[type="submit"]:hover {
	background: #a2a2a2;
}

.filter-list {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
}

.filter-list li {
	margin-bottom: 9px;
}

.comment-form,
.contact-form {
	margin-bottom: 98px;
}

.comment-form label,
.contact-form label {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.comment-form input[type="text"],
.comment-form textarea,
.contact-form input[type="text"],
.contact-form textarea {
	height: 76px;
	background: #ececec;
	padding: 20px 10px;
	margin: 0;
}

.comment-form textarea,
.contact-form textarea {
	height: 279px;
	margin: 0 0 29px;
	width: 100%;
	border: none;
	outline: none;
}

.comment-form button[type="submit"],
.contact-form button[type="submit"] {
	border: 2px solid transparent;
	background: #000;
	-webkit-transition: color linear .35s, border-color linear .35s,background linear .35s;
	transition: color linear .35s, border-color linear .35s,background linear .35s;
	text-transform: uppercase;
	color: #fff;
	font: bold 18px/20px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	min-width: 214px;
	padding: 22px 5px;
	text-align: center;
}

.comment-form button[type="submit"]:hover,
.contact-form button[type="submit"]:hover {
	color: #000;
	background: #fff;
	border-color: #000;
}

.comment-form .row,
.contact-form .row {
	margin-bottom: 26px;
}

.contact-form button[type="submit"] {
	background: #ee013e;
}

.contact-form button[type="submit"]:hover {
	color: #ee013e;
	border-color: #ee013e;
}

.search-form {
	margin-bottom: 71px;
}

.search-form input[type="search"] {
	background: #ececec;
	height: 76px;
	padding: 20px 33px;
	color: #000;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #000;
	letter-spacing: 1px;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #000;
	letter-spacing: 1px;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #000;
	letter-spacing: 1px;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #000;
	letter-spacing: 1px;
}

.search-form input[type="search"].placeholder {
	color: #000;
	letter-spacing: 1px;
}

.selest-form {
	overflow: hidden;
	margin: 0 -13px;
	border-top: 1px solid #cdcccc;
	border-bottom: 1px solid #cdcccc;
	padding: 16px 0 31px;
}

.selest-form .col {
	padding: 0 13px 12px;
}

.selest-form .row {
	overflow: hidden;
}

.selest-form input[type="text"] {
	height: 63px;
	color: #000;
	padding: 10px 45px;
	background: #f7f3f3;
}

.selest-form input[type="text"]::-webkit-input-placeholder {
	color: #000;
}

.selest-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.selest-form input[type="text"]:-moz-placeholder {
	color: #000;
}

.selest-form input[type="text"]:-ms-input-placeholder {
	color: #000;
}

.selest-form input[type="text"].placeholder {
	color: #000;
}

.selest-form button[type="submit"] {
	background: #000;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	height: 63px;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
}

.selest-form button[type="submit"]:hover {
	background: #ee013e;
}

.fake-select {
	position: relative;
}

.fake-select:before {
	right: 4px;
}

select::-ms-expand {
	display: none;
}

select {
	display: inline-block;
	border: none;
	padding: 5px 75px 5px 45px;
	margin: 0;
	font: inherit;
	outline: none;
	line-height: 1.2;
	background: #f7f3f3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	position: relative;
	height: 63px;
}

.fake-select:before {
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 35px;
	background: #f7f3f3;
	pointer-events: none;
	z-index: 1;
}

.fake-select:after {
	position: absolute;
	right: 28px;
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	border: 3px solid #000;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-46deg);
	-webkit-transform: rotate(-46deg);
	transform: rotate(-46deg);
	margin-top: -8px;
	line-height: 0;
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
}

.posts-list {
	padding: 7px 0 0;
	margin-bottom: 90px;
}

.posts-list li {
	margin-bottom: 50px;
	overflow: hidden;
}

.posts-list li .img-box {
	float: left;
	width: 38%;
	margin-right: 23px;
}

.posts-list li .img-box img {
	width: 100%;
}

.posts-list li .img-wrap {
	overflow: hidden;
	position: relative;
}

.posts-list li .img-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: transparent;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
}

.posts-list li .text-box {
	overflow: hidden;
}

.posts-list li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.posts-list li a:hover {
	color: #ee013e;
}

.posts-list li a:hover .img-wrap:before {
	background: rgba(0, 0, 0, .5);
}

.posts-list li .post-title {
	display: block;
	margin-bottom: 17px;
	word-spacing: 4px;
	font: bold 20px/22px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 250px;
}

.posts-list li time {
	text-transform: uppercase;
	color: #acacac;
}

.categories-list {
	letter-spacing: 1px;
	margin-bottom: 62px;
	padding: 5px 0 0;
}

.categories-list li {
	margin-bottom: 10px;
}

.categories-list li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
}

.categories-list li a:hover {
	color: #ee013e;
}

.social-posts {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	padding: 10px 0 0;
}

.social-posts li {
	margin-bottom: 52px;
}

.social-posts li a {
	color: #00adef;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
}

.social-posts li a:hover {
	text-decoration: underline;
}

.social-posts .post-time {
	display: block;
	color: #898989;
	font-size: 18px;
	line-height: 25px;
}

#sidebar {
	margin-bottom: 135px;
}

#sidebar .tag-list {
	max-width: 400px;
	padding: 7px 0 0;
}

#sidebar .tag-list li {
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 22px;
	margin: 0 12px 20px 0;
}

#sidebar .tag-list li a {
	display: inline-block;
	vertical-align: top;
	background: #ececec;
	color: #000;
	padding: 11px 12px;
	-webkit-transition: color linear .35s, background linear .35s;
	transition: color linear .35s, background linear .35s;
}

#sidebar .tag-list li a:hover {
	background: #000;
	color: #fff;
}

#sidebar .search-form {
	margin-bottom: 70px;
}

#sidebar .search-form input[type="search"] {
	border: none;
	width: 100%;
	outline: none;
}

.post-large {
	margin-bottom: 46px;
}

.post-large .post-text p {
	margin-bottom: 31px;
}

.section-area {
	border-top: 5px solid #000;
	padding: 25px 0 0;
	position: relative;
}

.section-area h1 {
	font: 800 21px/24px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 55px;
	letter-spacing: 1px;
}

.section-area h2 {
	font: bold 21px/24px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 17px;
	letter-spacing: 1px;
}

.section-area h3 {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 1px;
}

.section-area #sidebar {
	position: relative;
}

.section-area .area h3 {
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 5;
	right: 0;
	font: bold 22px/24px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
}

.section-area .area h3:before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	height: 1px;
	background: #c3c0c0;
}

.area-box {
	margin-bottom: 16px;
	overflow: hidden;
}

.frame-wrap {
	background: #000;
	padding: 67px 28px 62px;
	margin-bottom: 8px;
}

.frame-box {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
}

.frame-box table {
	width: 100%;
}

.frame-box td {
	padding: 24px 10px 24px 0;
}

.frame-box td:first-child {
	width: 62%;
}

.frame-box tr {
	border-bottom: 1px solid #fff;
}

.frame-box tr:last-child {
	border: none;
}

.frame-box .btn {
	display: block;
	font-size: 25px;
	line-height: 30px;
	padding: 20px 5px;
}

.frame-box h3 {
	margin-bottom: 18px;
}

.frame-box .total {
	font-size: 30px;
}

.cart-area table {
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 16px;
	line-height: 18px;
}

.cart-area th {
	text-transform: uppercase;
	color: #929090;
	padding: 12px 0;
	font-weight: normal;
}

.cart-area th:nth-child(3) {
	width: 18%;
}

.cart-area th:nth-child(2) {
	width: 27%;
}

.cart-area th:first-child {
	padding: 12px 0 12px 0;
	width: 55%;
}

.cart-area tr {
	border-top: 1px solid #cdcccc;
}

.cart-area tr:first-child {
	border: none;
}

.cart-area td {
	position: relative;
	padding: 39px 0 0;
	vertical-align: top;
}

.cart-area td:first-child {
	padding: 40px 0 32px 28px;
}

.cart-area .img-frame {
	display: none;
}

.cart-area .btn-close {
	text-decoration: none;
	color: #000;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
	font-size: 21px;
}

.cart-area .btn-close:hover {
	color: #ee013e;
}

.cart-area .item-title {
	font: bold 16px/18px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.cart-area dl {
	margin: 0;
}

.cart-area dd,
.cart-area dt {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.cart-area .box {
	background: #f7f3f3;
	position: absolute;
	top: 30px;
	left: 0;
	width: 79px;
	height: 43px;
	text-align: center;
	padding: 12px 0;
}

.cart-area .btn-wrap {
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 1px solid #cdcccc;
	padding: 34px 0;
	text-transform: uppercase;
}

.cart-area .btn {
	background: #d5d5d5;
	color: #000;
	letter-spacing: 1px;
	-webkit-transition: color linear .35s, background linear .35s;
	transition: color linear .35s, background linear .35s;
	display: block;
	width: 100%;
	margin-bottom: 14px;
	font-size: 19px;
	line-height: 22px;
	padding: 22px 5px;
}

.cart-area .btn:hover {
	color: #fff;
	background: #000;
}

.carousel-2 {
	padding: 0 25px 0;
	position: relative;
	margin: 0 0 7px;
	text-align: center;
}

.carousel-2 .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-2 .slideset {
	width: 99999px;
	float: left;
}

.carousel-2 .slide {
	width: 100%;
	float: left;
	position: relative;
}

.carousel-2 .slide {
	text-align: center;
}

.carousel-2 .img-slide {
	white-space: nowrap;
	text-align: center;
	margin-bottom: 25px;
}

.carousel-2 .img-slide:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 200px;
}

.carousel-2 .img-slide > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.carousel-2 .btn-next,
.carousel-2 .btn-prev {
	color: #e3e3e3;
	font-size: 34px;
	margin: -5px 0 0;
}

.carousel-2 .btn-next:hover,
.carousel-2 .btn-prev:hover {
	color: #ee013e;
}

.carousel-2 .btn-next {
	right: -5px;
	left: auto;
}

.carousel-2 .btn-prev {
	left: -5px;
	right: auto;
}

.product-visual {
	border-top: 5px solid #000;
	margin-bottom: 55px;
}

.product-visual .pagination {
	bottom: -18px;
}

.product-visual .pagination ul li a {
	background: #e3e3e3;
}

.product-visual .pagination ul li.active a,
.product-visual .pagination ul li:hover a {
	background: #ee013e;
}

.product-visual h1 {
	font: bold 29px/32px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	margin: 0;
}

.product-visual .price {
	font: 25px/35px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-right: 10px;
}

.product-visual .old-price {
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	font-family: "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.product-visual .product-info {
	max-width: 500px;
	margin: 0 auto;
}

.product-visual .rating-block {
	overflow: hidden;
	margin-bottom: 28px;
}

.product-visual .rating {
	padding: 8px 0 0;
	float: left;
	margin: 0;
}

.product-visual .rating .rating-holder {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-visual .reviews {
	font: 20px/52px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	float: left;
	margin-left: 14px;
}

.product-visual .text-box {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 46px;
}

.product-visual .text-box .title {
	text-transform: uppercase;
}

.product-visual .text-box p {
	margin: 0 0 10px;
}

.detail-form .number-frame {
	margin: 0 -2px;
	text-align: center;
	font: bold 18px/65px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.detail-form .number-frame li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
	width: 33.33%;
	height: 68px;
	margin: 0 -4px 0 0;
	position: relative;
}

.detail-form .number-frame li:first-child .btn-number:after {
	width: 16px;
	height: 4px;
}

.detail-form .number-frame .icon-cross:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
	margin: -10px 0 0;
	font-size: 20px;
}

.detail-form .number-frame .btn-number {
	text-decoration: none;
	color: #000;
	display: block;
	background: #efeeee;
	height: 100%;
	font-size: 30px;
	-webkit-transition: background linear .35s, color linear .35s;
	transition: background linear .35s, color linear .35s;
}

.detail-form .number-frame .btn-number:after {
	content: "";
	position: absolute;
	background: #000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
}

.detail-form .number-frame .btn-number:hover {
	background: #ee013e;
	color: #fff;
}

.detail-form .number-frame .btn-number:hover:after {
	background: #fff;
}

.detail-form .counter {
	background: #efeeee;
	display: block;
	height: 100%;
}

.detail-form .fake-select {
	border: none;
	text-transform: uppercase;
}

.detail-form .fake-select:before {
	background: #efeeee;
	right: 4px;
}

.detail-form .fake-select:after {
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -5px;
	right: 20px;
}

.detail-form select {
	font: bold 17px/22px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
	padding: 5px 5px 5px 41px;
	height: 68px;
	cursor: pointer;
	background: #efeeee;
}

.detail-form .col {
	float: left;
	width: 50%;
	padding: 0 6px;
}

.detail-form .row {
	overflow: hidden;
	margin-bottom: 20px;
}

.detail-form .row:first-child {
	margin: 0 -6px 13px;
}

.detail-form button[type="submit"] {
	width: 100%;
	background: #ee013e;
	color: #fff;
	text-transform: uppercase;
	font: bold 18px/22px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 22px 5px;
	-webkit-transition: background linear .35s;
	transition: background linear .35s;
}

.detail-form button[type="submit"]:hover {
	background: #d30e3e;
}

.product-section {
	background: #f6f6f6;
	padding: 52px 0 21px;
}

.product-section h2 {
	font: bold 22px/24px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.product-section .three-blocks {
	margin: 0 -15px;
}

.product-section .block {
	font-size: 18px;
	line-height: 25px;
	padding: 0 15px;
}

.product-section p {
	margin: 0 0 25px;
}

.product-section .img-block {
	padding: 4px 0 0;
}

.product-section .img-block img {
	width: 100%;
}

.tabset {
	text-transform: uppercase;
	font: bold 16px/18px "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 -20px 30px;
}

.tabset li {
	padding: 0 20px;
	float: left;
	width: 33.33%;
	margin-bottom: 7px;
}

.tabset li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: color linear .35s;
	transition: color linear .35s;
	position: relative;
	display: inline-block;
}

.tabset li a:before {
	content: "";
	position: absolute;
	bottom: -7px;
	height: 2px;
	background: #ee013e;
	left: 0;
	right: 100%;
	-webkit-transition: right linear .35s;
	transition: right linear .35s;
}

.tabset li a:hover,
.tabset li a.active-tab {
	color: #ee013e;
}

.tabset li a:hover:before,
.tabset li a.active-tab:before {
	right: 0;
}

.product-frame h2 {
	margin-bottom: 15px;
}

.tab-content {
	padding: 0 0 15px;
	margin-bottom: 33px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

@media (min-width: 480px) {
	.top-block .info {
		font-size: 20px;
		line-height: 37px;
		word-spacing: 6px;
	}

	#header .logo {
		width: 260px;
		margin: 0 auto;
	}

	#header .cart {
		right: 50px;
		top: 83px;
	}

	#header .opener-search {
		top: 78px;
	}

	.opener {
		margin: 12px 0 0 0;
	}

	h1 {
		font-size: 60px;
		line-height: 64px;
	}

	h2 {
		display: block;
		font-size: 28px;
		line-height: 30px;
		letter-spacing: 2px;
	}

	.btn {
		min-width: 214px;
		padding: 24px 5px;
	}

	.categories .block-title {
		font-size: 50px;
		line-height: 54px;
	}

	.item-section .section-title h2 {
		padding: 0 220px 0 0;
		margin: 0 0 5px;
	}

	.item-section .section-title .btn {
		position: absolute;
		right: 0;
		top: -43px;
		margin: 0;
	}

	.item-section .section-title .btn.opener-filter {
		position: absolute;
		padding: 24px 40px 24px 18px;
	}

	.item-section .section-title .btn.opener-filter:before {
		right: 25px;
	}

	.item .item-info {
		font-size: 20px;
		line-height: 24px;
	}

	.paging li {
		margin: 0 31px;
	}

	.section-frame .list-note {
		font-size: 20px;
		line-height: 24px;
	}

	.section-frame .social-networks {
		padding: 0 0 0 15px;
	}

	.section-frame .social-networks li {
		margin: 0 16px;
	}

	.comments-info li {
		margin: 0 39px 0 0;
	}

	.comments-info li:before {
		right: -18px;
	}

	.cart-area table {
		font-size: 18px;
		line-height: 20px;
	}

	.cart-area .item-title {
		font-size: 21px;
		line-height: 24px;
	}

	.carousel-2 .img-slide {
		white-space: nowrap;
		text-align: center;
		margin-bottom: 103px;
	}

	.carousel-2 .img-slide:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 290px;
	}

	.carousel-2 .img-slide > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.product-visual .pagination {
		bottom: 16px;
	}

	.detail-form .fake-select:after {
		right: 58px;
	}

	.detail-form select {
		padding: 5px 5px 5px 75px;
	}

	.tabset {
		font-size: 18px;
		line-height: 22px;
		margin: 0 -45px 38px;
	}

	.tabset li {
		padding: 0 45px;
		margin-bottom: 7px;
	}
}

@media (min-width: 768px) {
	.top-block {
		padding: 2px 0;
		margin: 0 0 27px;
	}

	.top-block .info {
		font-size: 15px;
		line-height: 35px;
		word-spacing: 2px;
		padding: 0;
	}

	#header {
		text-align: left;
	}

	#header .logo {
		float: left;
	}

	#header .cart {
		color: #fff;
		top: 12px;
		right: 73px;
		font-size: 14px;
	}

	#header .cart .icon-cart {
		font-size: 18px;
		margin: 0 7px 0 0;
	}

	#header .slide {
		padding: 4px 9999px 4px;
		top: 0;
	}

	#header .opener-search {
		top: 0;
		position: relative;
		float: right;
		color: #fff;
		font-size: 15px;
	}

	#nav {
		padding: 27px 3px 0 0;
		font-size: 16px;
		line-height: 16px;
		text-align: right;
	}

	#nav > li {
		display: inline-block;
		vertical-align: top;
		border: none;
		padding: 0;
		margin-right: 25px;
	}

	#nav > li:nth-child(2) .drop {
		width: 400px !important;
	}

	#nav > li:nth-child(3) .drop {
		width: 250px !important;
	}

	#nav > li a {
		display: inline-block;
		vertical-align: top;
	}

	#nav > li.hover .drop {
		opacity: 1;
		visibility: visible;
	}

	#nav .drop {
		width: 550px !important;
		position: absolute;
		left: 50%  !important;
		-webkit-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
		right: 0 !important;
		top: 100% !important;
		background: #000;
		padding: 30px 50px 50px;
		opacity: 0;
	}

	#nav .drop ul {
		background: #000;
		color: #fff;
		padding: 20px 0 0;
	}

	#nav .drop ul li a {
		padding: 10px 5px;
		border: none;
		color: #fff;
	}

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

	.has-drop-down-a:before {
		top: 3px;
		right: 3px;
		font-size: 12px;
	}

	.menu {
		float: right;
		visibility: visible;
		max-height: 100%;
		padding: 0;
	}

	.opener {
		display: none;
	}

	h1 {
		font-size: 100px;
		line-height: 104px;
	}

	h2 {
		font-size: 36px;
		line-height: 38px;
		margin: 0 0 4px;
	}

	h3 {
		font-size: 30px;
		line-height: 32px;
		letter-spacing: 2px;
		margin: 0 0 10px;
	}

	.banner.area {
		margin-bottom: 80px;
	}

	.banner.frame .banner-wrap {
		white-space: nowrap;
		text-align: center;
	}

	.banner.frame .banner-wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 380px;
	}

	.banner.frame .banner-wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.banner .banner-wrap {
		white-space: nowrap;
		text-align: center;
	}

	.banner .banner-wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 557px;
	}

	.banner .banner-wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.banner .banner-wrap h1 {
		font-size: 100px;
		line-height: 104px;
	}

	.carousel {
		text-align: left;
		margin: 0 0 45px;
	}

	.carousel .slide {
		min-height: 560px;
	}

	.carousel .img-slide {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
	}

	.carousel .text-block {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 15px 0 0 80px;
		left: 0;
		width: 60%;
	}

	.carousel h1 {
		color: #fff;
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}

	.carousel .btn {
		margin: 15px 0 0 25px;
		vertical-align: middle;
		max-width: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		top: 50%;
	}

	.pagination ul li a {
		background: #fff;
	}

	.carousel-1 {
		margin: 0 auto 50px;
	}

	.carousel-1 .slide {
		width: 20%;
	}

	.btn {
		font-size: 18px;
		line-height: 20px;
	}

	.categories {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: -5px -5px 30px -5px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.categories.two {
		margin: 0 0 56px;
	}

	.categories.four {
		margin: -5px -5px 30px -5px;
	}

	.categories.four .wrap-block {
		width: 50%;
		padding: 5px;
	}

	.categories .wrap-area {
		padding: 5px;
		width: 33.33%;
	}

	.categories .block-title {
		font-size: 26px;
		line-height: 30px;
	}

	.video-block {
		margin: 0 0 80px;
		min-height: 468px;
	}

	.video-block .text-block {
		font-size: 25px;
		line-height: 30px;
		max-width: 500px;
		padding: 13px 0 0;
	}

	.video-block .video-title {
		font-size: 45px;
		line-height: 50px;
	}

	.video-block .btn-play {
		height: 104px;
		width: 104px;
		margin: 0 auto 30px;
	}

	.item-section {
		padding: 117px 0 55px;
	}

	.item-section.open-filter {
		margin-left: -400px;
	}

	.item-section .section-title {
		margin: 0 0 27px;
	}

	.item-section .section-title .btn {
		top: -37px;
	}

	.item-section .filter-area {
		width: 400px;
		right: -400px;
		bottom: 0;
		left: auto;
	}

	.three-columns {
		margin: -5px -5px 5px -5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.three-columns .item {
		width: 33.33%;
	}

	.three-columns .item.double {
		width: 50%;
	}

	.two-columns {
		margin: -5px -5px 5px -5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.two-columns.alt .col {
		width: 66.67%;
	}

	.two-columns.alt .col:last-child {
		width: 33.33%;
	}

	.two-columns.alt .item .item-wrapp {
		min-height: 485px;
	}

	.two-columns .col {
		width: 33.33%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.two-columns .col:last-child {
		width: 66.67%;
	}

	.two-columns .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.two-columns .row .item {
		width: 50%;
	}

	.item {
		padding: 5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.item.double .item-wrapp {
		padding-bottom: 25px;
	}

	.item .item-info {
		font-size: 14px;
		line-height: 18px;
		padding: 5px 65px 5px 10px;
	}

	.item .item-wrapp {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		min-height: 426px;
	}

	.item .item-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.rating {
		font-size: 24px;
	}

	.mail-section {
		letter-spacing: 1px;
	}

	.mail-section p {
		margin: 0 0 60px;
	}

	.mail-section .container {
		white-space: nowrap;
		text-align: center;
	}

	.mail-section .container:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 435px;
	}

	.mail-section .container > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.mail-section .holder {
		padding: 0 0 7px;
	}

	.mail-section .text-holder {
		max-width: none;
	}

	.email-form input[type="email"] {
		height: 106px;
		padding: 41px 100px 41px 50px;
	}

	.email-form button[type="submit"] {
		right: 27px;
	}

	.list-info dd p {
		margin: 0 0 35px;
	}

	.contacts-list li:last-child {
		font-size: 15px;
		line-height: 18px;
	}

	.post-section {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -13px -13px 155px;
	}

	.post {
		width: 33.33%;
		padding: 13px 13px 75px;
	}

	.paging {
		margin: 0 0 181px;
	}

	.section-frame.area {
		margin-bottom: 195px;
	}

	.section-frame.area h2 {
		margin-bottom: 20px;
	}

	.section-frame h1 {
		font-size: 30px;
		line-height: 32px;
		letter-spacing: 2px;
		margin: 0 0 21px;
	}

	.section-frame h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.section-frame h3 {
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 0;
	}

	.section-frame .comment-title {
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 47px;
	}

	.section-frame .img-post {
		margin-bottom: 35px;
	}

	.section-frame .info-list {
		margin: 0 0 45px;
	}

	.section-frame .info-list li {
		margin: 0 17px 10px 0;
	}

	.section-frame .post-text {
		letter-spacing: 1px;
		padding: 0 88px 0 0;
		margin: 0 0 92px;
		font-size: 20px;
		line-height: 35px;
	}

	.section-frame .post-text p {
		margin: 0 0 35px;
	}

	.section-frame .social-networks {
		padding: 0 0 0 8px;
	}

	.section-frame .social-frame {
		margin-bottom: 21px;
	}

	.section-frame .tags-frame {
		margin-bottom: 78px;
	}

	.comments-frame {
		padding: 90px 0 45px;
	}

	.comments-frame {
		margin-bottom: 89px;
	}

	.comments-list {
		padding: 0 35px 0 0;
	}

	.comments-list li {
		margin-bottom: 38px;
	}

	.comments-list li .img-box {
		padding: 6px 16px 0 0;
	}

	.comments-list li .img-wrap {
		width: 112px;
		height: 112px;
	}

	.code-form input[type="text"] {
		padding: 20px;
		height: 66px;
		margin-bottom: 30px;
	}

	.comment-form,
	.contact-form {
		margin-bottom: 119px;
	}

	.comment-form label,
	.contact-form label {
		font-size: 20px;
		line-height: 22px;
	}

	.comment-form .row,
	.contact-form .row {
		margin-bottom: 24px;
	}

	.selest-form {
		padding: 60px 0 31px;
	}

	.selest-form .col {
		float: left;
		width: 50%;
		padding: 0 13px;
	}

	.selest-form .row {
		margin-bottom: 30px;
	}

	.fake-select:after {
		margin-top: -6px;
		right: 34px;
	}

	.posts-list {
		margin-bottom: 77px;
	}

	.posts-list li .img-box {
		width: 33%;
	}

	.posts-list li .post-title {
		letter-spacing: 1px;
		margin-bottom: 21px;
	}

	.posts-list li time {
		letter-spacing: 1px;
	}

	.categories-list {
		padding: 0;
		margin-bottom: 59px;
	}

	.social-posts {
		padding: 0 40px 0 0;
		font-size: 25px;
		line-height: 35px;
	}

	.social-posts li {
		margin-bottom: 60px;
	}

	.social-posts li a {
		margin-bottom: 43px;
	}

	.social-posts .post-time {
		font-size: 20px;
		line-height: 22px;
	}

	#content {
		float: left;
		width: 67.8%;
		padding: 0 27px 0 0;
	}

	#sidebar {
		float: left;
		width: 32.2%;
		margin: -3px 0 0;
	}

	.post-large {
		margin-bottom: 30px;
	}

	.section-area h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.section-area h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.section-area .area h3 {
		margin-bottom: 88px;
		letter-spacing: 2px;
	}

	.area-box {
		margin-bottom: 30px;
	}

	.frame-box h3 {
		margin-bottom: 41px;
	}

	.cart-area th:nth-child(3) {
		width: 17%;
	}

	.cart-area th:nth-child(2) {
		width: 15%;
	}

	.cart-area th:first-child {
		width: 57%;
	}

	.cart-area td {
		padding: 112px 0 0;
	}

	.cart-area td:first-child {
		padding: 30px 0 30px 30px;
	}

	.cart-area .img-frame {
		white-space: nowrap;
		text-align: center;
		padding: 0 5px;
		border: 1px solid #cdcccc;
		display: inline-block;
		vertical-align: middle;
		width: 46%;
		margin: 0 -4px 0 0;
	}

	.cart-area .img-frame:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 160px;
	}

	.cart-area .img-frame > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.cart-area .item-info {
		padding: 0 20px 0 15px;
		display: inline-block;
		vertical-align: middle;
		width: 54%;
		margin: 0 -4px 0 0;
	}

	.cart-area .box {
		top: 95px;
		left: -10px;
		width: 108px;
		height: 65px;
		padding: 20px 0;
	}

	.cart-area .btn-wrap {
		padding: 43px 0;
		margin-bottom: 84px;
	}

	.cart-area .btn {
		float: left;
		min-width: 310px;
		margin: 0;
		width: auto;
	}

	.cart-area .btn.update {
		float: right;
	}

	.carousel-2 {
		padding: 35px 65px 0;
	}

	.carousel-2 .slide {
		min-height: 540px;
	}

	.carousel-2 .img-slide:after {
		display: none;
	}

	.carousel-2 .btn-next,
	.carousel-2 .btn-prev {
		margin: -51px 0 0;
	}

	.carousel-2 .btn-next {
		right: 30px;
		left: auto;
	}

	.carousel-2 .btn-prev {
		left: 20px;
		right: auto;
	}

	.product-visual .pagination {
		bottom: 43px;
	}

	.product-visual .reviews {
		font-size: 15px;
		line-height: 52px;
	}

	.product-section {
		padding: 74px 0 53px;
	}

	.product-section h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 18px;
	}

	.product-section .three-blocks {
		margin: 0 -5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.product-section .block {
		padding: 0 5px;
		width: 33.33%;
		font-size: 17px;
		line-height: 25px;
	}

	.product-section .img-block {
		padding: 8px 0 0;
	}

	.tabset {
		margin: 0 0 73px;
	}

	.tabset li {
		width: auto;
	}

	.product-frame h2 {
		margin-bottom: 25px;
	}

	.tab-content {
		border-bottom: 1px solid #dfdfdf;
		padding: 0 0 127px;
		margin-bottom: 75px;
	}
}

@media (min-width: 1024px) {
	#nav > li {
		margin-right: 85px;
	}

	#nav > li:nth-child(2) .drop {
		left: -50px;
	}

	#nav .drop {
		position: absolute;
		left: -50px !important;
		right: 0 !important;
		top: 100% !important;
		background: #000;
		padding: 30px 50px 50px;
		-webkit-transform: translateX(0) !important;
		-ms-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}

	h1 {
		font-size: 160px;
		line-height: 166px;
	}

	.banner {
		margin: 0 0 71px;
	}

	.carousel .slide {
		min-height: 760px;
	}

	.carousel .btn-prev {
		left: 36px;
		right: auto;
	}

	.carousel .btn-next {
		right: 36px;
		left: auto;
	}

	.carousel-1 .slide {
		width: 11.11%;
	}

	.categories {
		margin: -13px -13px 68px -13px;
	}

	.categories.four {
		margin: -13px -13px 70px -13px;
	}

	.categories.four .wrap-block {
		padding: 13px;
	}

	.categories .wrap-area {
		padding: 13px;
	}

	.categories .block-title {
		font-size: 36px;
		line-height: 40px;
	}

	.item-section.open-filter {
		margin-left: -614px;
	}

	.item-section .filter-area {
		width: 614px;
		right: -614px;
	}

	.two-columns.alt .item .item-wrapp {
		min-height: 526px;
	}

	.circle-box {
		width: 108px;
		height: 108px;
		top: 13px;
		left: 13px;
	}

	.circle-box .circle-title {
		font-size: 24px;
		line-height: 24px;
		max-width: 75px;
	}

	.item .holder-info {
		white-space: nowrap;
		text-align: center;
		text-align: left;
	}

	.item .holder-info:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 91px;
	}

	.item .holder-info > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.item .item-info {
		font-size: 18px;
		line-height: 20px;
		padding: 5px 90px 5px 10px;
	}

	.item .item-info.area .title-list li {
		margin-right: 52px;
	}

	.item .item-info.area .title-list li:before {
		right: -27px;
	}

	.item .item-wrapp {
		min-height: 514px;
	}

	.item .info-frame {
		max-width: 390px;
	}

	#footer {
		padding: 112px 0 20px;
		text-align: left;
	}

	#footer .logo {
		margin: 0;
	}

	#footer .columns {
		margin-bottom: 35px;
	}

	#footer .columns .col {
		float: left;
		width: 33.33%;
	}

	#footer .columns .col:last-child {
		width: 24.67%;
		text-align: right;
		padding: 4px 3px 0 0;
	}

	#footer .columns .col:nth-child(2) {
		width: 42%;
	}

	#footer .columns .col:nth-child(2) ul {
		font-size: 17px;
		line-height: 20px;
		float: left;
		width: 37%;
		margin: 0 20px 0 0;
	}

	#footer .columns .col:nth-child(2) ul:last-child {
		margin-right: 0;
		width: 53%;
		margin: 0;
	}

	#footer .columns .col:nth-child(2) ul li {
		margin-bottom: 10px;
	}

	#footer .sub-title {
		display: inline-block;
		vertical-align: top;
	}

	.social-networks {
		margin: 0;
	}

	.social-networks li {
		margin: 0 15px;
	}

	.copyrights {
		float: right;
	}

	.list-info {
		margin: 0 0 483px;
	}

	.list-info dt {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 2px;
		margin: 7px 0 0;
	}

	.list-info dt {
		float: left;
		width: 34%;
	}

	.list-info dd {
		overflow: hidden;
		margin: 0 0 152px;
	}

	.contacts-list li:last-child {
		font-size: 20px;
		line-height: 35px;
	}

	.post h2 {
		font-size: 30px;
		line-height: 35px;
		max-width: 450px;
		margin: 0 0 14px;
	}

	.post .img-block {
		margin: 0 0 42px;
	}

	.post .text-box {
		font-size: 20px;
		line-height: 35px;
		margin: 0 0 35px;
	}

	.btn-mote {
		font-size: 20px;
		line-height: 35px;
	}

	.info-list {
		margin: 0 0 20px;
	}

	.info-list li {
		font-size: 20px;
		line-height: 22px;
		letter-spacing: 1px;
		margin: 0 18px 0 0;
	}

	.info-list li:before {
		right: -10px;
	}

	.code-form {
		padding: 45px 43px 56px;
		margin-bottom: 69px;
	}

	.code-form:before,
	.code-form:after {
		display: none;
	}

	.code-form input[type="text"]::-webkit-input-placeholder {
		text-align: center;
	}

	.code-form input[type="text"]::-moz-placeholder {
		text-align: center;
	}

	.code-form input[type="text"]:-moz-placeholder {
		text-align: center;
	}

	.code-form input[type="text"]:-ms-input-placeholder {
		text-align: center;
	}

	.code-form input[type="text"].placeholder {
		text-align: center;
	}

	.code-form button[type="submit"] {
		color: #000;
		background: #d5d5d5;
	}

	.section-area {
		padding: 77px 0 0;
		overflow: hidden;
	}

	.section-area h1 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 85px;
	}

	.section-area .area h3 {
		font: bold 25px/30px "bender", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		position: static;
	}

	.section-area .area h3:before {
		display: none;
	}

	.area-box {
		margin-bottom: 250px;
	}

	.cart-area table {
		font-size: 20px;
		line-height: 22px;
	}

	.cart-area .item-title {
		font-size: 22px;
		line-height: 24px;
	}

	.carousel-2 {
		float: left;
		width: 60%;
		padding: 35px 65px 0;
		margin: 0 0 12px;
	}

	.product-visual {
		overflow: hidden;
		padding: 110px 0 0;
		margin-bottom: 0;
	}

	.product-visual .product-info {
		overflow: hidden;
		max-width: 485px;
		padding: 0 15px;
		margin: 0;
	}

	.detail-form .fake-select:after {
		right: 28px;
	}

	.detail-form select {
		padding: 5px 5px 5px 60px;
	}

	.product-section .three-blocks {
		margin: 0 -15px;
	}

	.product-section .block {
		padding: 0 15px;
	}

	.tabset li {
		margin: 0 118px 52px 0;
		padding: 0;
	}

	.tabset li a:before {
		bottom: -54px;
	}
}

@media (min-width: 1250px) {
	#nav > li {
		margin-right: 112px;
	}

	.carousel .text-block {
		width: 50%;
		padding: 15px 0 0 150px;
	}

	.categories .block-title {
		font-size: 50px;
		line-height: 54px;
	}

	.three-columns {
		margin: -13px -13px 13px -13px;
	}

	.three-columns .item.long .item-wrapp {
		min-height: 1060px;
	}

	.two-columns {
		margin: -13px -13px 13px -13px;
	}

	.two-columns.alt .item .item-wrapp {
		min-height: 514px;
	}

	.item {
		padding: 13px;
	}

	.item .item-info {
		padding: 5px 110px 5px 28px;
		font-size: 22px;
		line-height: 24px;
	}

	.item .item-info.area .title-list li {
		font-size: 22px;
		line-height: 24px;
	}

	.item .item-info .price {
		right: 20px;
	}

	.item .info-frame {
		padding: 31px 5px 5px;
	}

	.old-price {
		margin: 0 0 27px;
	}

	.rating {
		margin: 0 0 35px;
		padding-top: 24px;
	}

	#footer .columns .col:last-child {
		width: 33.33%;
	}

	#footer .columns .col:nth-child(2) {
		width: 33.33%;
	}

	#footer .sub-title {
		margin-right: 30px;
	}

	.social-networks li {
		margin: 0 28px;
	}

	.social-networks li:last-child {
		margin: 0 0 0 28px;
	}

	.frame-wrap {
		padding: 67px 55px 62px;
	}

	.frame-box td {
		padding: 24px 18px;
	}

	.frame-box td:first-child {
		width: 56%;
	}

	.cart-area td:first-child {
		padding: 45px 0 45px 57px;
	}

	.cart-area .img-frame {
		white-space: nowrap;
		text-align: center;
		padding: 0 25px;
	}

	.cart-area .img-frame:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 252px;
	}

	.cart-area .img-frame > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.cart-area .item-info {
		padding: 0 80px 0 26px;
	}

	.carousel-2 {
		width: 66%;
	}

	.carousel-2 .slide {
		min-height: 623px;
	}

	.product-visual .product-info {
		padding: 0 28px;
	}
}

@media (min-width: 1400px) {
	.detail-form .fake-select:after {
		right: 58px;
	}

	.detail-form select {
		padding: 5px 5px 5px 75px;
	}
}

@media (max-width: 1023px) {
	#footer .columns .col:nth-child(2) ul:first-child {
		display: none;
	}

	.section-area #content {
		float: none;
		width: 100%;
	}

	.section-area #sidebar {
		float: none;
		width: 100%;
		margin-bottom: 100px;
	}
}

@media (max-width: 767px) {
	#nav > li.open-drop .drop {
		max-height: 1000px;
	}

	#nav > li a {
		padding: 20px 0;
	}

	#nav .drop {
		max-height: 0;
	}

	.list-title {
		display: none;
	}

	.blog-grid .banner {
		display: none;
	}

	.item-section.open-filter .filter-area {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.item-section .filter-area {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.item.double .item-wrapp .item-holder {
		white-space: nowrap;
		text-align: center;
		max-width: 330px;
		margin: 0 auto;
		padding: 0;
	}

	.item.double .item-wrapp .item-holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 216px;
	}

	.item.double .item-wrapp .item-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.item.long .item-holder {
		white-space: nowrap;
		text-align: center;
		max-width: 290px;
		margin: 0 auto;
		padding: 0;
	}

	.item.long .item-holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 825px;
	}

	.item.long .item-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.item .info-frame p + p {
		display: none;
	}

	.item .item-holder {
		white-space: nowrap;
		text-align: center;
		max-width: 330px;
		margin: 0 auto;
		padding: 0;
	}

	.item .item-holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 363px;
	}

	.item .item-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.list-info dd {
		font-size: 18px;
		line-height: 25px;
	}

	.cart-area th:last-child {
		display: none;
	}

	.cart-area td:last-child {
		display: none;
	}

	.cart-area .btn-close {
		left: -4px;
		margin: -8px 0 0;
	}

	.cart-area dl {
		display: none;
	}
}

@media (max-width: 479px) {
	.categories.two .two-columns.alt .item.double .item-wrapp .item-holder:after {
		min-height: 216px;
	}

	.categories.two .two-columns.alt .item-holder:after {
		min-height: 282px;
	}

	.item-section .section-title {
		overflow: hidden;
	}

	.item-section .section-title h2 {
		margin: 20px 0 0;
		float: left;
	}

	.item-section .section-title .btn {
		float: right;
	}

	.tabset li a {
		white-space: nowrap;
		text-align: center;
		text-align: left;
	}

	.tabset li a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 46px;
	}

	.tabset li a > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}
}

@-webkit-keyframes movebox {
	0% {
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(-50%, -60%);
		transform: translate(-50%, -60%);
		opacity: 1;
	}
}

@keyframes movebox {
	0% {
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(-50%, -60%);
		transform: translate(-50%, -60%);
		opacity: 1;
	}
}

