/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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?b2m547");
	src: url("fonts/icomoon.eot?b2m547#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?b2m547") format("truetype"), url("fonts/icomoon.woff?b2m547") format("woff"), url("fonts/icomoon.svg?b2m547#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* 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-next:before {
	content: "\e902";
}

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

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

.icon-g-plus:before {
	content: "\ea8b";
}

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

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

/* Slick slider styles */

.intro-slider {
	position: relative;
	display: block;
	z-index: 5;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.intro-slider .slick-track,
.intro-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: transparent;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

#header .drop-down-menu,
.main-nav,
.header-list,
.social-list,
.spec-list,
.product-block .description .wrap-list,
.product-block .description .wrap-list li ul,
.footer-nav,
.footer-drop-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single: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: #333;
	background: #fff;
	font: 16px/1.2 "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;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #363636;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #363636;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

.form-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 45px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	box-shadow: 3px 3px 4px 0 rgba(1, 1, 1, .35);
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 0 solid #363636;
	padding: .4em .7em;
	font-size: 30px;
	font-weight: 400;
	width: 100%;
	outline: none;
}

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

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: #000;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

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: #000;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

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: #000;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

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: #000;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

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

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 360px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	display: inline-block;
	background: #ed1c24;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	min-width: 174px;
	text-align: center;
	padding: 20px 15px;
	font-size: 30px;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
	box-shadow: 3px 3px 4px 0 rgba(1, 1, 1, .35);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: rgba(237, 28, 36, .8);
}

.request-form {
	margin: 0 -10px;
}

.form-col:nth-child(1) {
	width: 51%;
	padding: 0 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-col:nth-child(2) {
	width: 49%;
	padding: 0 0 0 48px;
}

.textarea-field {
	margin: 0 0 45px;
}

.form-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.field {
	width: 100%;
	margin: 0 0 35px;
}

.field:last-child {
	margin: 0;
}

.captcha {
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	color: #a4a1a1;
	background: white;
	min-width: 250px;
	padding: 20px 5px;
	margin: 0 15px 0 0;
	white-space: nowrap;
	box-shadow: 3px 3px 4px 0 rgba(1, 1, 1, .35);
}

.captcha:hover {
	color: rgba(164, 161, 161, .8);
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

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

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #363636;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #363636;
}

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

h1,
.h1 {
	font-size: 98px;
	text-transform: uppercase;
}

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

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;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: color .3s ease-out, border .3s ease-out, opacity .3s ease-out;
	transition: color .3s ease-out, border .3s ease-out, opacity .3s ease-out;
}

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

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 0;
	position: relative;
	z-index: 7;
}

#header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 30%;
	background: -webkit-linear-gradient(left, black 0%, black 10%, rgba(0, 0, 0, .61) 35%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, black 0%, black 10%, rgba(0, 0, 0, .61) 35%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
	opacity: .35;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

#header .logo {
	max-width: 415px;
	margin: 0 30px 0 0;
}

#header .logo img {
	width: 100%;
}

#header .drop-down {
	position: relative;
}

#header .drop-down.hover a {
	opacity: .8;
}

#header .drop-down.hover .drop-down-menu {
	display: block;
	z-index: 10;
	background: rgba(237, 28, 36, .8);
}

#header .drop-down:last-child .drop-down-menu {
	right: 0;
}

#header .drop-down-menu {
	display: none;
	position: absolute;
	min-width: 229px;
	margin: 0 0 0 0;
	padding: 15px 17px 8px;
}

#header .drop-down-menu li {
	margin: 0 0 9px;
	padding: 0;
	-webkit-transform: skew(0);
	-ms-transform: skew(0);
	transform: skew(0);
}

#header .drop-down-menu a {
	padding: 0;
	font-size: 18px;
	opacity: 1 !important;
	color: #fff !important;
}

#header .drop-down-menu a:hover {
	opacity: .8 !important;
}

#header .social-list {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 0 0 11px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#header .social-list li {
	padding: 0 0 0 8px;
}

#header .social-list li::after {
	display: none;
}

#header .search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .search form {
	width: 0;
	-webkit-transition: width .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: width .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: width .5s ease-out, transform .5s ease-out, opacity .5s ease-out;
	transition: width .5s ease-out, transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
}

#header .search input {
	padding: 7px;
	font-size: 20px;
	box-shadow: none;
}

#header .search input::-webkit-input-placeholder {
	font-size: 20px;
}

#header .search input::-moz-placeholder {
	opacity: 1;
	font-size: 20px;
}

#header .search input:-moz-placeholder {
	font-size: 20px;
}

#header .search input:-ms-input-placeholder {
	font-size: 20px;
}

#header .search input.placeholder {
	font-size: 20px;
}

#header .search-btn {
	display: block;
	font-size: 65px;
	color: #363636;
	margin: -12px 0 0 0;
}

#header .search-btn:hover {
	cursor: pointer;
	color: rgba(54, 54, 54, .8);
}

#header .search-btn.active-search + form {
	width: 55%;
}

.nav-opener {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	right: 10px;
	overflow: hidden;
	outline: none;
	z-index: 9999;
	display: none;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: transparent;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #ed1c24;
	position: absolute;
	top: 21px;
	left: 15%;
	right: 15%;
	height: 2px;
	margin-top: -3px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 14px;
}

.nav-opener:after {
	top: 28px;
}

.nav-opener:hover:before,
.nav-opener:hover:after {
	opacity: 1;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 21px;
	left: 15%;
	right: 15%;
	background: #fff;
}

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

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .main-nav {
	-webkit-transform: translate(0, 0) rotate(0);
	-ms-transform: translate(0, 0) rotate(0);
	transform: translate(0, 0) rotate(0);
}

.header-list {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header-list li {
	padding: 0 15px 0 0;
	position: relative;
}

.header-list li::after {
	content: "";
	position: absolute;
	height: 80%;
	background: #a4a1a1;
	width: 1px;
	left: 100%;
	top: 0;
}

.header-list li:last-child {
	padding: 0;
}

.header-list li:last-child::after {
	display: none;
}

.header-list li.phone-item {
	padding: 3px 5px 7px 5px;
}

.header-list li.phone-item a {
	font-weight: bold;
	font-size: 10px;
	line-height: 1;
	color: #333;
	white-space: nowrap;
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ed1c24;
	border-top: 4px solid #333;
	position: relative;
	width: 100%;
	margin: -7px -10px 0 0;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition: opacity .5s ease-out, visibility .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, visibility .5s ease-out, -webkit-transform .5s ease-out;
	transition: transform .5s ease-out, opacity .5s ease-out, visibility .5s ease-out;
	transition: transform .5s ease-out, opacity .5s ease-out, visibility .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}

.main-nav::after {
	content: "";
	position: absolute;
	left: 99%;
	top: -4px;
	width: 9999px;
	height: calc(100% + 4px);
	border-top: 4px solid #333;
	background: #ed1c24;
	z-index: -1;
	-webkit-transform: skew(0deg);
	-ms-transform: skew(0deg);
	transform: skew(0deg);
}

.main-nav li {
	padding: 14px 0 14px 45px;
	-webkit-transform: skew(25deg);
	-ms-transform: skew(25deg);
	transform: skew(25deg);
}

.main-nav li.active a,
.main-nav li:focus a {
	color: rgba(255, 255, 255, .8);
}

.main-nav li.active a:hover,
.main-nav li.active a:focus,
.main-nav li:focus a:hover,
.main-nav li:focus a:focus {
	color: rgba(255, 255, 255, .8);
}

.main-nav a {
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.header-row-1 {
	position: relative;
	z-index: 1;
}

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

.header-list,
.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social-list {
	font-size: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-list li {
	padding: 0 0 8px 8px;
}

.social-list a {
	display: block;
	position: relative;
	color: #363636;
	border: 1px solid #363636;
	border-radius: 50%;
	width: 38px;
	height: 38px;
}

.social-list a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-list a:hover {
	color: rgba(54, 54, 54, .8);
	border: 1px solid rgba(54, 54, 54, .8);
}

.social-list.social-white a {
	color: #fff;
	border: 1px solid #fff;
}

.social-list.social-white a:hover {
	color: rgba(255, 255, 255, .8);
	border: 1px solid rgba(255, 255, 255, .8);
}

.btns-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 463px;
}

.catalog-holder {
	background: #d6d6d6;
	font-size: 23px;
	color: #000;
	text-align: center;
	display: block;
	padding: 20px 25px 13px;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
}

.catalog-holder:hover {
	background: rgba(214, 214, 214, .8);
}

.catalog-holder p {
	margin: 0;
}

.catalog-holder .img-holder {
	margin: 0 0 10px;
}

address {
	color: #fff;
	font-style: normal;
	font-size: 23px;
	line-height: 1.4;
	margin: 0 0 20px;
}

address a {
	color: #fff;
}

address a:hover {
	color: rgba(255, 255, 255, .8);
}

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

.holder {
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
}

.holder.holder-min {
	max-width: 1052px;
	padding: 0 15px;
}

.holder-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-section .holder {
	padding: 35px 117px 0;
}

.product-description {
	font-size: 24px;
	padding: 36px 10px 42px;
	text-align: center;
	border-top: 1px solid #a4a1a1;
	border-bottom: 1px solid #a4a1a1;
	margin: 0 0 27px;
	line-height: 32px;
}

.product-description p {
	margin: 0 0 32px;
}

.product-description p:last-child {
	margin: 0;
}

.form-section {
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 58px 0 47px;
}

.form-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(225, 225, 225, .9);
}

.form-section img {
	height: auto;
	position: absolute;
	width: auto;
}

.contact-section h2 {
	max-width: 1052px;
	margin: 0 auto 17px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-weight: 500;
}

.contact-section .holder {
	position: relative;
	z-index: 2;
}

.contact-section .is-touch-device {
	background-size: cover;
}

.product-slider {
	margin: 0 -15px 36px;
	position: relative;
}

.product-slide {
	padding: 0 15px;
	height: 100%;
}

.product-content {
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 325px;
	padding: 15px 0 0 15px;
	border-top: 11px solid #000;
	background: -webkit-linear-gradient(left, #d6d6d6 0%, #d4d4d4 100%);
	background: linear-gradient(to right, #d6d6d6 0%, #d4d4d4 100%);
}

.product-prev,
.product-next {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 80px;
	color: #b2b2b2;
	z-index: 9999;
}

.product-prev:hover,
.product-next:hover {
	color: rgba(178, 178, 178, .8);
}

.product-prev {
	left: -9%;
}

.product-next {
	right: -9%;
}

.red-h3 {
	padding: 11px 10px 12px 0;
	background: #ed1c24;
	min-width: 295px;
	text-align: right;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: relative;
	box-shadow: 5px 3px 4px 0 rgba(1, 1, 1, .35);
}

.red-h3 h2 {
	display: inline;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.red-h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	border: 15px solid transparent;
	border-left: 4px solid #d6d6d6;
	border-top: 55px solid #d6d6d6;
}

.products-name {
	text-align: center;
	padding-right: 11px;
}

.products-name .img-holder img {
	display: inline-block;
}

.product-link-list {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-right: 11px;
	text-align: right;
}

.product-link-list li {
	margin-bottom: 8px;
}

.product-link-list a {
	background-color: #7f7f7f;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 18px;
	display: inline-block;
	padding: 7px 12px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
	display: none;
}

.lightbox-product-detail {
	color: #626161;
	font-size: 16px;
}

.lightbox-product-detail .fancybox-button {
	display: none;
}

.lightbox-product-detail .inner {
	border: 13px solid #000;
	background-color: #f0f0f0;
	padding: 15px 15px;
}

.lightbox-product-detail h2 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	padding: 0 20px;
}

.lightbox-product-detail .close-btn {
	position: absolute;
	top: 28px;
	right: 38px;
	font-size: 20px;
	font-weight: bold;
	color: #626161;
	text-decoration: none;
	outline: none;
}

.lightbox-product-detail .close-btn:hover {
	color: #ed1c24;
}

.spec-list {
	font-size: 18px;
	padding: 21px 10px 0 0;
	margin: 0 0 0 -13px;
	font-size: 18px;
	line-height: 25px;
}

.spec-list li {
	padding: 0 0 0 23px;
	position: relative;
}

.spec-list li::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	top: calc(21px/2);
	left: 13px;
}

.intro-section {
	position: relative;
}

.intro-section .logo-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1540px;
	margin: 0 auto;
	width: 100%;
	padding: 0 30px;
	z-index: 6;
}

.intro-section .logo img {
	max-width: 100%;
}

.video-holder {
	min-height: 250px;
	width: 100%;
	position: relative;
}

.intro-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
}

.intro-slide .holder {
	min-height: 568px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
}

.intro-content {
	max-width: 890px;
}

.intro-content h1 {
	color: #fff;
	font-weight: 500;
	margin: 0 0 74px;
	line-height: 1;
	text-shadow: 10px 8px 20px black;
}

.title-section h2 {
	text-transform: uppercase;
	text-align: center;
}

.new-slide {
	padding: 30px 0;
}

.new-slide .holder .title-section {
	margin: 0 0 40px;
}

.new-slide .holder .title-section h2 {
	margin: 0;
}

.new-slide .slick-list .slick-slide {
	max-height: 170px;
}

.new-slide .product-content {
	background: #ed1c24;
}

.new-slide .product-content .products-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.new-slide .product-content .products-name .spec-list {
	font-weight: 500;
	margin: 0 0 0 12px;
	padding: 0 10px 0 0;
}

.new-slide .product-content .products-name .spec-list li {
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 24px;
}

.new-slide .product-content .products-name .spec-list li::after {
	display: none;
}

.top-title {
	background: #000;
	padding: 45px 0 20px;
	position: relative;
}

.top-title .title-section {
	color: #fff;
}

.top-title .title-section h2 {
	margin: 0;
}

.new-p {
	padding: 30px 0 30px;
	position: relative;
}

.new-p::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(225, 225, 225, .9);
}

.product-txt {
	font-size: 24px;
	letter-spacing: .2px;
	line-height: 1.35;
}

.product-txt p {
	margin: 0 0 35px;
}

.product-txt p:last-child {
	margin: 0;
}

.product-txt .txt-list {
	padding: 0 0 0 15px;
	margin: 0 0 25px;
	position: relative;
}

.product-txt .txt-list p {
	margin: 0;
}

.product-txt .txt-list .list-txt {
	display: block;
	position: relative;
}

.product-txt .txt-list .list-txt::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	top: calc(21px/2);
	left: -13px;
	top: 15px;
}

.product-txt .txt-list p {
	margin: 0;
}

.product-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-block.box-one {
	margin: 0 auto 80px;
}

.product-block.box-one .description .wrap-list::before {
	content: "";
	position: absolute;
	bottom: -45px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #ed1c24;
}

.product-block .photo-post {
	display: block;
	position: relative;
	margin: 0 0 0 15px;
}

.product-block .photo-post img {
	position: relative;
}

.product-block .description {
	font-size: 24px;
	letter-spacing: .2px;
	line-height: 1.35;
	margin-bottom: 25px;
	width: 100%;
}

.product-block .description .title-description {
	color: #ed1c24;
}

.product-block .description .title-description h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}

.product-block .description .wrap-list {
	padding: 0 0 0 18px;
	position: relative;
}

.product-block .description .wrap-list li {
	position: relative;
}

.product-block .description .wrap-list li::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	top: calc(21px/2);
	left: -13px;
	top: 15px;
}

.product-block .description .wrap-list li ul {
	padding: 0 0 0 40px;
}

.product-block .description p {
	margin: 0;
}

.twocol {
	max-width: 950px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

table {
	width: 100%;
}

table th {
	letter-spacing: .5px;
	line-height: 1.5;
	padding: 0;
}

thead th {
	background: none !important;
}

tbody {
	line-height: 1.4;
	font-size: 14px;
}

.image {
	text-align: center;
}

.image .row-1 {
	font-size: 18px;
}

.image:first-child {
	width: 500px;
	border: 6px solid #3d3d3d;
}

.image:first-child thead {
	border-bottom: 4px solid #3d3d3d;
	background: inherit;
}

.image:first-child thead tr th {
	border: none;
	text-align: center;
}

.image:first-child thead .row-1 .column-1,
.image:first-child thead .row-1 .column-2,
.image:first-child thead .row-1 .column-3 {
	font-weight: 400;
	text-align: center;
}

.image:first-child thead .row-1 .column-1,
.image:first-child thead .row-1 .column-2 {
	border-right: 2px solid #3d3d3d;
}

.image:first-child thead .row-1 .column-3 span {
	margin: 0 8px;
}

.image:first-child tbody .row-2 .column-1 {
	padding: 25px 17px;
	text-align: center;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-2 .column-2 {
	padding: 5px 25px 5px 20px;
	text-align: center;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-2 .column-3,
.image:first-child tbody .row-2 .column-4,
.image:first-child tbody .row-2 .column-5 {
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-2 .column-3 {
	text-align: center;
}

.image:first-child tbody .row-2 .column-5 {
	text-align: right;
}

.image:first-child tbody .row-3 .column-2 {
	text-align: center;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-3 .column-3,
.image:first-child tbody .row-3 .column-4,
.image:first-child tbody .row-3 .column-5 {
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-3 .column-3 {
	text-align: center;
}

.image:first-child tbody .row-3 .column-5 {
	text-align: right;
}

.image:first-child tbody .row-4 .column-1 {
	padding: 25px 17px;
}

.image:first-child tbody .row-4 .column-1,
.image:first-child tbody .row-4 .column-2 {
	text-align: center;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-4 .column-3,
.image:first-child tbody .row-4 .column-4,
.image:first-child tbody .row-4 .column-5 {
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-4 .column-3 {
	text-align: center;
}

.image:first-child tbody .row-4 .column-5 {
	text-align: right;
}

.image:first-child tbody .row-5 .column-3,
.image:first-child tbody .row-5 .column-4,
.image:first-child tbody .row-5 .column-5 {
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-5 .column-3 {
	text-align: center;
}

.image:first-child tbody .row-5 .column-5 {
	text-align: right;
}

.image:first-child tbody .row-6 .column-1 {
	padding: 25px 17px;
}

.image:first-child tbody .row-6 .column-1,
.image:first-child tbody .row-6 .column-2 {
	text-align: center;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-6 .column-3,
.image:first-child tbody .row-6 .column-4,
.image:first-child tbody .row-6 .column-5 {
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-6 .column-3 {
	text-align: center;
}

.image:first-child tbody .row-6 .column-5 {
	text-align: right;
}

.image:first-child tbody .row-7 .column-3,
.image:first-child tbody .row-7 .column-4,
.image:first-child tbody .row-7 .column-5 {
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-7 .column-3 {
	text-align: center;
}

.image:first-child tbody .row-7 .column-5 {
	text-align: right;
}

.image:first-child tbody .row-8 .column-1,
.image:first-child tbody .row-8 .column-2 {
	text-align: center;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-8 .column-3,
.image:first-child tbody .row-8 .column-4,
.image:first-child tbody .row-8 .column-5 {
	border-bottom: 2px solid #3d3d3d;
}

.image:first-child tbody .row-8 .column-3 {
	text-align: center;
}

.image:first-child tbody .row-8 .column-5 {
	text-align: right;
}

.image:first-child tbody .row-9 .column-1,
.image:first-child tbody .row-9 .column-2 {
	text-align: center;
	border-right: 2px solid #3d3d3d;
}

.image:first-child tbody .row-9 .column-3 {
	text-align: center;
}

.image:first-child tbody .row-9 .column-5 {
	text-align: right;
}

.image:first-child tbody tr td {
	border: none;
}

.image:first-child .row-4 .column-1,
.image:first-child .row-4 .column-2,
.image:first-child .row-6 .column-1,
.image:first-child .row-6 .column-2 {
	padding: 25px 8px;
}

.image:first-child .row-4,
.image:first-child .row-5,
.image:first-child .row-8 {
	background: #d8d1ce;
}

.image:last-child {
	width: 360px;
}

.image:last-child .subheaders-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.image:last-child tr th {
	text-align: center;
	vertical-align: middle;
}

.image:last-child tr td {
	vertical-align: middle;
}

.image:last-child h2 {
	margin: 0 0 0 42px;
	border-right: 6px solid #3d3d3d;
	border-left: 6px solid #3d3d3d;
	border-top: 6px solid #3d3d3d;
}

.image:last-child .tablepress-table-description {
	margin: 0 0 0 42px;
	border-right: 6px solid #3d3d3d;
	border-left: 6px solid #3d3d3d;
}

.image:last-child thead .row-1 {
	border-right: 6px solid #3d3d3d;
}

.image:last-child thead tr th {
	border: none;
}

.image:last-child thead .column-2 {
	border-left: 6px solid #3d3d3d;
}

.image:last-child thead .column-2 span {
	margin: 0 8px;
	display: block;
	font-weight: 400;
	float: left;
}

.image:last-child tbody {
	border: 6px solid #3d3d3d;
}

.image:last-child tbody .row-2 .column-1,
.image:last-child tbody .row-9 .column-1,
.image:last-child tbody .row-13 .column-1 {
	width: 1px;
}

.image:last-child tbody .row-2 .column-1 .rotate,
.image:last-child tbody .row-9 .column-1 .rotate,
.image:last-child tbody .row-13 .column-1 .rotate {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.image:last-child tbody tr td {
	border: none;
	text-align: center;
	padding: 0;
}

.image:last-child tbody .row-2 .column-1,
.image:last-child tbody .row-9 .column-1,
.image:last-child tbody .row-13 .column-1 {
	border-bottom: 6px solid #3d3d3d;
	border-right: 6px solid #3d3d3d;
}

.image:last-child tbody .row-2 .column-5,
.image:last-child tbody .row-3 .column-5,
.image:last-child tbody .row-4 .column-5,
.image:last-child tbody .row-5 .column-5,
.image:last-child tbody .row-6 .column-5,
.image:last-child tbody .row-7 .column-5,
.image:last-child tbody .row-8 .column-5,
.image:last-child tbody .row-9 .column-5,
.image:last-child tbody .row-10 .column-5,
.image:last-child tbody .row-11 .column-5,
.image:last-child tbody .row-12 .column-5,
.image:last-child tbody .row-13 .column-5,
.image:last-child tbody .row-14 .column-5,
.image:last-child tbody .row-15 .column-5,
.image:last-child tbody .row-16 .column-5,
.image:last-child tbody .row-17 .column-5,
.image:last-child tbody .row-18 .column-5 {
	border-left: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}

.image:last-child tbody .row-8 .column-5,
.image:last-child tbody .row-12 .column-5 {
	border-bottom: 6px solid #3d3d3d;
}

.image:last-child tbody .row-9 .column-2,
.image:last-child tbody .row-9 .column-3,
.image:last-child tbody .row-9 .column-4,
.image:last-child tbody .row-13 .column-2,
.image:last-child tbody .row-13 .column-3,
.image:last-child tbody .row-13 .column-4 {
	border-top: 6px solid #3d3d3d;
}

.image:last-child tbody .row-4 .column-2,
.image:last-child tbody .row-4 .column-3,
.image:last-child tbody .row-4 .column-4,
.image:last-child tbody .row-6 .column-2,
.image:last-child tbody .row-6 .column-3,
.image:last-child tbody .row-6 .column-4,
.image:last-child tbody .row-11 .column-2,
.image:last-child tbody .row-11 .column-3,
.image:last-child tbody .row-11 .column-4,
.image:last-child tbody .row-15 .column-2,
.image:last-child tbody .row-15 .column-3,
.image:last-child tbody .row-15 .column-4 {
	border-top: 2px solid #3d3d3d;
}

.image:last-child tbody .row-4,
.image:last-child tbody .row-11,
.image:last-child tbody .row-15,
.image:last-child tbody .row-16 {
	background: #d8d1ce;
}

.image:last-child tbody .row-5 .column-5,
.image:last-child tbody .row-12 .column-5,
.image:last-child tbody .row-17 .column-5 {
	background: #d8d1ce;
}

.title-description {
	text-align: center;
}

.inner-hero-section {
	height: 70px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 2;
}

.products-section {
	margin-bottom: 15px;
	padding-top: 30px;
}

.products-section h2 {
	margin-bottom: 30px;
	text-align: center;
}

.products-list {
	margin: 0 -8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products-list .product-content {
	background: #f6f5f5;
	padding: 7px 0 0 12px;
}

.products-list .h3 {
	font-size: 20px;
	-webkit-transform: skew(20deg, 0);
	-ms-transform: skew(20deg, 0);
	transform: skew(20deg, 0);
	display: block;
	text-align: right;
	margin-bottom: 0;
}

.products-list .box {
	padding: 0 8px;
	width: 100%;
	margin-bottom: 30px;
}

.products-list .red-h3 {
	padding: 9px 32px 9px 25px;
	min-width: 90%;
	-webkit-transform: skew(-20deg, 0);
	-ms-transform: skew(-20deg, 0);
	transform: skew(-20deg, 0);
	margin-right: -17px;
}

.products-list .red-h3:before {
	display: none;
}

.products-list .img-holder {
	margin: 10px 0;
}

.product-details-section {
	padding: 30px 0;
}

.product-details-section .two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-sidebar {
	background-color: #000;
	color: #fff;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: 30px;
}

.product-sidebar-list {
	padding: 14px 10px 14px 14px;
	margin: 0;
	list-style: none;
	font-size: 16px;
	text-transform: uppercase;
}

.product-sidebar-list li {
	margin-bottom: 30px;
}

.product-sidebar-list li:last-of-type {
	margin-bottom: 0;
}

.product-sidebar-list a {
	color: #fff;
}

.product-sidebar-list ul {
	padding: 10px 0 0 5px;
	margin: 0;
	list-style: none;
	font-size: 14px;
}

.product-sidebar-list ul li {
	margin-bottom: 10px;
}

.product-sidebar-list ul li:last-of-type {
	margin-bottom: 0;
}

.product-details {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.product-details .image-holder {
	padding: 0 15px 0 0;
	width: 50px;
	min-width: 50px;
}

.details-content h3 {
	color: #ed1c24;
}

.details-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.details-content ul li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 5px;
}

.details-content ul li:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
}

.details-content .accordion-details {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}

.details-content .accordion-details li {
	padding: 0;
}

.details-content .accordion-details li:before {
	display: none;
}

.details-content .accordion-details .opener {
	text-transform: uppercase;
	font-size: 18px;
	color: #ed1c24;
	font-weight: bold;
}

.details-content .accordion-details .image {
	margin-top: 25px;
}

.details-content .accordion-details h2,
.details-content .accordion-details .tablepress-table-description {
	font-size: 22px;
}

.details-content .accordion-details .tablepress-table-description {
	display: block;
	font-weight: 500;
}

.details-content .accordion-details .tablepress {
	margin: 0;
}

.separator {
	background-color: #b4b4b4;
	height: 2px;
	margin: 25px 0;
}

#content {
	padding: 30px 15px;
}

.sub-title-page-text {
	margin-bottom: 30px;
}

#footer {
	background: #ed1c24;
	padding: 90px 45px 45px;
}

#footer .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .social-list li {
	padding: 0 8px 8px 0;
}

.footer-logo {
	max-width: 280px;
	margin: 0 0 12px -17px;
}

.footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 90px;
}

.footer-list .footer-col {
	position: relative;
}

.footer-list .footer-col::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #a4a1a1;
}

.footer-list .footer-col:nth-child(1) {
	padding: 0 10px;
	min-width: 325px;
}

.footer-list .footer-col:nth-child(2) {
	min-width: 485px;
	padding: 25px 55px 0;
}

.footer-list .footer-col:nth-child(3) {
	min-width: 220px;
	padding: 26px 0 11px 64px;
}

.footer-list .footer-col:nth-child(3)::before {
	display: none;
}

.footer-nav a,
.footer-drop-nav a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-nav a:hover,
.footer-drop-nav a:hover {
	color: rgba(255, 255, 255, .8);
}

.footer-nav {
	white-space: nowrap;
}

.footer-nav li:first-child {
	float: left;
	margin: 0 58px 0 0;
}

.footer-nav li:not(:first-child) {
	margin: 0 0 28px;
}

.footer-nav a {
	justify-self: flex-end;
	display: inline-block;
	margin: 0 0 7px;
}

.footer-nav .footer-drop-nav {
	padding: 0 0 0 10px;
	white-space: normal;
}

.footer-nav .footer-drop-nav li {
	max-width: 225px;
	margin: 0;
}

.footer-nav .footer-drop-nav li:first-child {
	position: static;
}

.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: rgba(255, 255, 255, .8);
}

@media (min-width: 481px) {
	.header-list li.phone-item {
		padding: 7px 5px 12px 5px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 769px) {
	.header-list li.phone-item {
		padding: 8px 15px 12px 15px;
	}

	.header-list li.phone-item a {
		font-size: 12px;
	}

	.lightbox-product-detail {
		font-size: 18px;
	}

	.lightbox-product-detail .inner {
		padding: 20px 40px;
	}

	.lightbox-product-detail h2 {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.lightbox-product-detail .close-btn {
		top: 34px;
		right: 54px;
		font-size: 24px;
	}

	.video-holder {
		min-height: 400px;
	}

	.inner-hero-section {
		height: 113px;
	}

	.products-section {
		margin-bottom: 70px;
		padding-top: 50px;
	}

	.products-section h2 {
		margin-bottom: 70px;
	}

	.products-list .box {
		width: 33.333%;
	}

	.product-details-section {
		padding: 50px 0;
	}

	.product-details-section .two-columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.product-sidebar {
		width: 160px;
		min-width: 160px;
		margin-bottom: 0;
	}

	.product-details {
		padding-left: 60px;
	}

	.product-details .image-holder {
		padding: 0 70px 0 20px;
		width: 164px;
		min-width: 164px;
	}

	.details-content {
		font-size: 24px;
	}

	.details-content p {
		margin-bottom: 50px;
	}

	.details-content ul li:before {
		top: 11px;
	}

	.details-content .accordion-details {
		margin-bottom: 0;
	}

	.details-content .accordion-details .opener {
		font-size: 20px;
	}

	.details-content .accordion-details .image {
		margin-top: 50px;
	}

	.separator {
		margin: 50px 0;
	}

	#content {
		padding-top: 50px 30px;
	}
}

@media (min-width: 1024px) {
	.sub-title-page-text {
		margin-bottom: 60px;
	}
}

@media (min-width: 1025px) {
	.header-list li.phone-item {
		padding: 8px 15px 18px 15px;
	}

	.header-list li.phone-item a {
		font-size: 26px;
	}

	.menu-holder:only-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.menu-holder:only-child .header-row-1 {
		width: 100%;
	}

	.video-holder {
		min-height: 568px;
	}

	.products-list .box {
		width: 25%;
	}
}

@media (min-width: 1201px) {
	#header:after {
		width: 510px;
	}
}

@media (max-width: 1240px) {
	.nav-drop {
		margin: 0 -15px 0 0;
	}

	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		left: 0;
		bottom: 0;
	}

	.main-nav li {
		padding: 14px 15px 14px 45px;
	}
}

@media (max-width: 1200px) {
	h3,
	.h3 {
		font-size: 21px;
	}

	.main-nav li {
		padding: 14px 15px 14px 35px;
	}

	.main-nav a {
		font-size: 18px;
	}

	.product-section .holder {
		padding: 30px 93px 0;
	}

	.product-description {
		font-size: 22px;
	}

	.form-section {
		padding: 35px 0;
	}

	.product-prev,
	.product-next {
		font-size: 60px;
	}

	.red-h3 {
		min-width: auto;
		width: 100%;
		padding: 11px 5px 12px 0;
	}

	.spec-list {
		font-size: 15px;
		padding: 0;
	}

	.spec-list li {
		padding: 0 10px;
	}

	.spec-list li::after {
		left: 0;
	}

	.product-txt {
		font-size: 22px;
	}

	.product-block .description {
		font-size: 22px;
	}

	#footer {
		padding: 50px 35px 35px;
	}

	.footer-list {
		margin: 0 0 50px;
	}

	.footer-list .footer-col:nth-child(1) {
		min-width: auto;
	}

	.footer-list .footer-col:nth-child(2) {
		min-width: auto;
		width: 55%;
	}

	.footer-list .footer-col:nth-child(3) {
		min-width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px;
	}

	.footer-nav a,
	.footer-drop-nav a {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.form-cols {
		margin: 0 0 30px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 25px;
	}

	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 {
		font-size: 25px;
	}

	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 {
		font-size: 25px;
	}

	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 {
		font-size: 25px;
	}

	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 {
		font-size: 25px;
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		font-size: 25px;
	}

	textarea {
		min-height: 280px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 25px;
		min-width: auto;
		padding: 15px;
	}

	.form-col {
		padding: 0 15px;
		width: 100%;
		margin: 0 0 15px;
	}

	.form-col:nth-child(1) {
		padding: 0 15px;
		width: 100%;
	}

	.form-col:nth-child(2) {
		padding: 0 15px;
		width: 100%;
	}

	.form-buttons {
		padding: 0 15px;
	}

	.field {
		margin: 0 0 25px;
	}

	.captcha {
		font-size: 25px;
		padding: 15px;
		min-width: auto;
	}

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

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

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

	#header .holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#header .logo {
		margin: 0 0 15px;
		max-width: 315px;
	}

	#header .drop-down-menu a {
		font-size: 14px;
	}

	#header .search form {
		-webkit-transform: translateX(-150%);
		-ms-transform: translateX(-150%);
		transform: translateX(-150%);
		position: absolute;
		opacity: 0;
		top: 0;
		width: 100%;
		left: 100%;
		z-index: 6;
		min-width: 165px;
	}

	#header .search input {
		padding: 7px;
		z-index: 6;
	}

	#header .search-btn {
		font-size: 42px;
		margin: -4px 0 0 0;
	}

	#header .search-btn.active-search + form {
		position: absolute;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.header-list li::after {
		height: 90%;
	}

	.main-nav {
		border-top: 2px solid #333;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.main-nav::after {
		border-top: 2px solid #333;
		top: -2px;
		height: calc(100% + 2px);
	}

	.main-nav li {
		position: relative;
		padding: 7px 7px 10px 10px;
	}

	.main-nav li:first-child {
		padding-left: 35px;
	}

	.main-nav a {
		font-size: 14px;
	}

	.menu-holder {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.social-list a {
		width: 34px;
		height: 34px;
		font-size: 17px;
	}

	.btns-holder {
		min-width: auto;
	}

	.catalog-holder {
		font-size: 17px;
		padding: 15px 20px;
	}

	address {
		font-size: 17px;
	}

	.product-section .holder {
		padding: 25px 86px 0;
	}

	.product-description {
		font-size: 20px;
		padding: 30px 10px;
	}

	.product-description p {
		margin: 0 0 20px;
	}

	.form-section {
		padding: 25px 0;
	}

	.product-prev,
	.product-next {
		font-size: 50px;
	}

	.product-prev {
		left: -7%;
	}

	.product-next {
		right: -7%;
	}

	.red-h3 {
		min-width: 250px;
		width: auto;
	}

	.spec-list {
		font-size: 18px;
	}

	.intro-slide .holder {
		min-height: 468px;
	}

	.product-txt {
		font-size: 20px;
	}

	.product-block .description {
		font-size: 20px;
	}

	.twocol {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.image:first-child {
		width: 100%;
		margin: 0 0 30px;
	}

	.image:last-child {
		width: 100%;
	}

	#footer {
		padding: 40px 15px 25px 15px;
	}

	.footer-list {
		margin: 0 0 35px;
	}

	.footer-list .footer-col:nth-child(2) {
		padding: 15px 35px 0;
		width: 65%;
	}

	.footer-list .footer-col:nth-child(3) {
		width: 30%;
		padding: 0 15px;
	}

	.footer-nav a,
	.footer-drop-nav a {
		font-size: 15px;
	}

	.footer-nav li:first-child {
		margin: 0 15px 0 0;
	}

	.footer-nav .footer-drop-nav li {
		max-width: 150px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.footer-list .footer-col:nth-child(2) {
		width: 55%;
	}
}

@media (max-width: 857px) {
	.red-h3 {
		width: 100%;
		min-width: auto;
	}
}

@media (max-width: 840px) {
	.footer-list {
		margin: 0 0 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-list .footer-col:nth-child(1) {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 0 15px;
		margin: 0 0 15px;
	}

	.footer-list .footer-col:nth-child(1)::before {
		display: none;
	}

	.footer-list .footer-col:nth-child(2) {
		padding: 15px 0;
	}

	.footer-list .footer-col:nth-child(3) {
		width: 35%;
	}
}

@media (max-width: 768px) {
	.form-cols {
		margin: 0 0 20px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 20px;
	}

	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 {
		font-size: 20px;
	}

	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 {
		font-size: 20px;
	}

	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 {
		font-size: 20px;
	}

	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 {
		font-size: 20px;
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		font-size: 20px;
	}

	textarea {
		min-height: 255px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 20px;
		padding: 10px 15px;
	}

	.form-col:nth-child(1) {
		margin: 0 0 35px;
	}

	.field {
		margin: 0 0 15px;
	}

	.captcha {
		font-size: 20px;
		padding: 10px 7px;
	}

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

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

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

	#header .drop-down-menu {
		position: static;
		margin: 0;
		padding: 10px 0 0;
	}

	#header .drop-down-menu a {
		font-size: 14px;
	}

	.nav-opener {
		display: block;
		right: 15px;
		bottom: -4px;
		top: auto;
	}

	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
		padding: 100px 0;
		z-index: 10;
		bottom: auto;
		-webkit-transform: translate(0, 0) rotate(-90deg) skew(0deg);
		-ms-transform: translate(0, 0) rotate(-90deg) skew(0deg);
		transform: translate(0, 0) rotate(-90deg) skew(0deg);
	}

	.main-nav::after {
		display: none;
	}

	.main-nav li {
		padding: 0 0 15px;
		-webkit-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);
	}

	.main-nav li:first-child {
		padding-left: 0;
	}

	.main-nav a {
		font-size: 20px;
	}

	.catalog-holder {
		font-size: 16px;
		padding: 7px 15px;
	}

	address {
		font-size: 16px;
	}

	.product-section .holder {
		padding: 25px 50px 0;
	}

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

	.product-description p {
		margin: 0 0 15px;
	}

	.form-section {
		padding: 15px 0;
	}

	.product-slide {
		max-width: 360px;
		margin: 0 auto;
	}

	.product-prev,
	.product-next {
		font-size: 38px;
	}

	.product-prev {
		left: -4%;
	}

	.product-next {
		right: -4%;
	}

	.red-h3 {
		width: auto;
		min-width: 320px;
	}

	.spec-list {
		font-size: 17px;
	}

	.intro-slide .holder {
		min-height: 368px;
	}

	.product-txt {
		font-size: 18px;
	}

	.product-txt .txt-list .list-txt::after {
		top: 10px;
	}

	.product-block .photo-post {
		margin: 0 15px;
	}

	.product-block .description {
		font-size: 18px;
	}

	.product-block .description .wrap-list li::after {
		top: 10px;
	}

	#footer {
		padding: 25px 0;
	}

	.footer-list .footer-col:nth-child(2) {
		width: 55%;
		padding: 15px 0;
	}

	.footer-nav a,
	.footer-drop-nav a {
		font-size: 14px;
	}

	.copyright {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.details-content .accordion-details .slide {
		width: calc(100vw - 80px);
		overflow-x: auto;
	}
}

@media (max-width: 600px) {
	.footer-list .footer-col:nth-child(1)::before {
		display: block;
		top: 100%;
		height: 1px;
		width: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		max-width: 312px;
		min-width: 320px;
	}

	.footer-list .footer-col:nth-child(2) {
		width: 70%;
		margin: 0 0 15px;
	}

	.footer-list .footer-col:nth-child(2)::before {
		display: block;
		top: 100%;
		height: 1px;
		width: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		min-width: 312px;
		max-width: 320px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 520px) {
	.footer-list {
		margin: 0 0 20px;
	}

	.footer-list .footer-col:nth-child(3) {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.form-cols {
		margin: 0 0 15px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 16px;
	}

	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 {
		font-size: 16px;
	}

	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 {
		font-size: 16px;
	}

	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 {
		font-size: 16px;
	}

	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 {
		font-size: 16px;
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		font-size: 16px;
	}

	textarea {
		min-height: 175px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 16px;
	}

	.form-col:nth-child(1) {
		margin: 0 0 15px;
	}

	.captcha {
		font-size: 16px;
	}

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

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

	#header .drop-down-menu a {
		font-size: 12px;
	}

	#header .social-list {
		padding: 0 0 0 8px;
	}

	#header .search form {
		top: -6px;
	}

	#header .search-btn {
		font-size: 33px;
	}

	.header-list li {
		padding: 0 8px 0 0;
	}

	.main-nav a {
		font-size: 19px;
	}

	.social-list a {
		width: 27px;
		height: 27px;
		font-size: 16px;
	}

	.catalog-holder {
		font-size: 14px;
	}

	address {
		font-size: 14px;
	}

	.product-section .holder {
		padding: 15px 15px 0;
	}

	.product-description {
		font-size: 16px;
		line-height: 20px;
	}

	.product-slide {
		padding: 0 30px;
	}

	.product-prev,
	.product-next {
		font-size: 28px;
	}

	.product-prev {
		left: 0;
	}

	.product-next {
		right: 0;
	}

	.red-h3 {
		min-width: 220px;
	}

	.spec-list {
		font-size: 12px;
	}

	.intro-slide .holder {
		min-height: 350px;
	}

	.product-txt {
		font-size: 16px;
	}

	.product-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto 20px;
	}

	.product-block .photo-post {
		margin: 0 15px 20px;
	}

	.product-block .description {
		font-size: 16px;
	}

	.twocol {
		overflow-x: scroll;
	}

	.image:first-child {
		min-width: 480px;
	}

	#footer {
		padding: 20px 0;
	}

	.copyright {
		font-size: 10px;
	}
}

@media (max-width: 380px) {
	.footer-list .footer-col:nth-child(2) {
		width: 85%;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

