/*! 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;
}

.clearfix: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: 16px/1.75 "Verdana", Geneva, 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: "Londrina Solid", cursive;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 70px;
}

h2,
.h2 {
	font-size: 50px;
}

h3,
.h3 {
	font-size: 40px;
}

h4,
.h4 {
	font-size: 26px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 36px;
}

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 #999;
	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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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;
}

.wrapper:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	content: "";
	display: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}

.container {
	max-width: 1287px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

.logo {
	width: 168px;
	display: block;
}

.btn {
	background: #d90a00;
	color: #fff;
	padding: 14px 30px;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	border-radius: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	vertical-align: top;
}

.btn:hover {
	background: #b90b02;
}

.btn-outline {
	border: 1px solid #d90a00;
	background: #fff;
	color: #d90a00;
	padding: 7px 20px;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	border-radius: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	vertical-align: top;
}

.btn-outline:hover {
	background: #d90a00;
	border-color: #d90a00;
	color: #fff;
}

.header {
	background: #d90a00;
	font-family: "Londrina Solid", cursive;
	padding: 17px 0;
	position: relative;
	z-index: 10;
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.nav-opener {
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 5px;
	position: absolute;
	right: 32px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: none;
}

.nav-opener span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 26px;
	height: 20px;
	border-top: 2px solid #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-active .nav-opener span {
	border: none;
}

.nav-opener span:before,
.nav-opener span:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	content: "";
	height: 2px;
	background: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-active .nav-opener span:before,
.nav-active .nav-opener span:after {
	top: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener span:after {
	top: 18px;
}

.nav-active .nav-opener span:after {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: 700;
}

.menu li {
	padding: 0 13px;
	position: relative;
}

.menu li.has-dropdown > a {
	padding: 0 20px 0 0;
}

.menu li.has-dropdown > a:after {
	display: block;
}

.menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu a {
	text-decoration: none;
	color: #fff;
	position: relative;
}

.menu a:hover:before {
	opacity: 1;
	visibility: visible;
}

.menu a:before {
	position: absolute;
	left: -10px;
	top: -5px;
	bottom: -5px;
	right: -10px;
	border-radius: 5px;
	content: "";
	border: 1px solid rgba(255, 255, 255, .5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.menu a:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 0;
	content: "";
	display: none;
}

.sub-menu {
	list-style: none;
	margin: 3px 0 0;
	border: 1px solid #000;
	background: #fff;
	padding: 16px 25px 14px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 204px;
	left: 46%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 4;
}

.sub-menu li {
	padding: 4px 0;
}

.sub-menu a {
	color: #000;
}

.sub-menu a:hover {
	color: #d90a00;
}

.nav-drop {
	width: calc(100% - 168px);
	padding: 0 70px 0 63px;
}

.nav-area {
	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;
}

.open-close-hover {
	position: relative;
	text-align: right;
	max-width: 150px;
	margin: 0 0 0 auto;
}

.open-close-hover:hover .slide {
	opacity: 1;
	visibility: visible;
}

.open-close-hover .slide {
	opacity: 0;
	visibility: hidden;
}

.list-actions {
	list-style: none;
	margin: 0;
	padding: 0 9px;
	font-weight: 700;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 300px;
}

.list-actions .fas.fa-search {
	font-size: 18px;
}

.list-actions > li {
	padding: 0 10px;
	float: none;
	position: relative;
	width: 100%;
}

.list-actions > li:first-child {
	margin: -10px 0 10px;
}

.list-actions a {
	text-decoration: none;
	color: #fff;
}

.list-actions .fa-user {
	padding: 0 0 0 10px;
}

.list-actions .form-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px -80px 0 0;
	border: 1px solid #fff;
}

.list-actions .form-search .form-control {
	width: calc(100% - 60px);
	border: none;
	color: #000;
	outline: none;
}

.list-actions .form-search .btn {
	width: 60px;
	border: none;
	background: #fff;
	border: none;
	background: #000;
	border-radius: 0;
	padding: 5px;
}

.list-actions .form-search .btn:hover {
	background: #d90a00;
}

.list-actions .open-close-outside {
	text-align: right;
}

.login-options {
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	width: 130px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.list-features {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-features li {
	padding: 0;
}

.list-features li + li {
	border-top: 1px solid #000;
}

.list-features a {
	color: #000;
	padding: 10px 15px;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.list-features a:hover {
	background: #d90a00;
	color: #fff;
}

.cart-holder {
	position: absolute;
	right: 32px;
	bottom: 0;
	content: "";
	z-index: 5;
}

.cart-holder.active .opener:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: -3px 0 0;
}

.cart-holder .num {
	position: absolute;
	color: #000;
	background: #fff;
	content: "";
	border-radius: 50%;
	width: 17px;
	height: 17px;
	text-align: center;
	top: -6px;
	right: 22px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

.cart-holder .opener {
	color: #fff;
	position: relative;
	padding: 0 30px 0 0;
	vertical-align: top;
}

.cart-holder .opener:after {
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	width: 12px;
	height: 6px;
	content: "";
	top: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 3px;
}

.cart-holder .fa-shopping-cart {
	font-size: 25px;
}

.cart-holder .slide {
	position: absolute;
	width: 475px;
	right: 0;
	z-index: 9;
}

.cart-holder .slide .slide-holder {
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
}

.cart-holder .cart-list {
	max-height: 475px;
	overflow: auto;
}

.cart-holder .cart-list .text-holder .text-area {
	width: calc(100% - 145px);
}

.cart-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cart-list li {
	border-bottom: 1px solid #000;
	padding: 10px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-list .image-holder {
	width: 75px;
}

.cart-list .image-holder img {
	width: 100%;
}

.cart-list .text-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.cart-list .text-holder h5 {
	margin: 0 0 8px;
	line-height: 1;
}

.cart-list .text-holder p {
	margin: 0;
	line-height: 1.3;
	font-family: "Verdana", Geneva, sans-serif;
}

.cart-list .text-holder .text-area {
	width: calc(100% - 100px);
	padding: 0 18px;
}

.cart-list .action-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-list .action-area .amount {
	display: block;
	font-size: 20px;
	padding: 0 27px;
	font-family: "Verdana", Geneva, sans-serif;
}

.cart-list .action-area .removed {
	color: #fff;
	background: #d90a00;
	border-radius: 5px;
	padding: 2px 19px;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.cart-list .action-area .removed:hover {
	background: #730500;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.cart-list .action-area .price {
	display: block;
	font-size: 20px;
	padding: 0 15px;
	font-family: "Verdana", Geneva, sans-serif;
}

.btn-black {
	background: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 14px 0;
	display: block;
	text-decoration: none;
	font-family: "Verdana", Geneva, sans-serif;
}

.btn-black .fa-shopping-cart {
	padding: 0 20px;
}

.visual-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.visual-area .text-holder {
	max-width: 65.5%;
}

.visual-area .text-holder .btn {
	text-decoration: none;
	font-family: "Londrina Solid", cursive;
	padding: 14px 45px;
}

.visual-area .text-holder h1 {
	line-height: 1;
	margin: 0 0 36px;
}

.visual-area .text-holder p {
	margin: 0 0 28px;
}

.visual-area .text-holder p:nth-child(odd) {
	margin: 0 0 72px;
}

.visual-area .more-info {
	max-width: 31%;
}

.visual-area .more-info .text-area {
	position: relative;
	margin: 0 0 30px;
}

.visual-area .more-info .text-area .fa-arrow-down {
	position: absolute;
	right: 0;
	top: 16px;
	font-size: 45px;
	width: 39px;
	height: 45px;
}

.visual-area .more-info .text-area h3 {
	margin: 0 0 37px;
}

.article-info {
	border: 2px solid #000;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	position: relative;
}

.article-info:hover {
	border-color: #d90a00;
}

.article-info:hover .image-holder img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.article-info .image-holder {
	position: relative;
	overflow: hidden;
}

.article-info .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.article-info .btn {
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	padding: 2px 14px;
}

.article-info .btn:after {
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: -9999px;
	bottom: -9999px;
	content: "";
}

.article-info .text-info {
	padding: 26px 20px;
	font-size: 20px;
	font-weight: 400;
}

.article-info h4 {
	margin: 0 0 8px;
}

.article-info p {
	margin: 0 0 23px;
	font-family: "Londrina Solid", cursive;
}

.news-area {
	padding: 17px 0 61px;
}

.news-area h2 {
	margin: 0 0 39px;
}

.article-wrap .slick-list {
	margin: 0 -20px;
}

.article-wrap .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.article-wrap .slick-track:after,
.article-wrap .slick-track:before {
	display: none;
}

.article-wrap .article-slide {
	height: auto;
	padding: 0 20px;
}

.article-wrap .article {
	height: 100%;
	border-radius: 6px;
}

.article {
	border: 2px solid #d90a00;
	background: #d90a00;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	overflow: hidden;
}

.article:hover {
	border-color: #000;
}

.article:hover .image-holder img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.article .image-holder {
	position: relative;
	overflow: hidden;
}

.article .image-holder img {
	height: auto;
	vertical-align: top;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.article .text-holder {
	padding: 29px 27px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.article .btn-outline {
	text-decoration: none;
	margin: 0 0 18px;
	background: #d90a00;
	color: #fff;
	border: 1px solid #fff;
	font-size: 18px;
	border-radius: 6px;
}

.article .btn-outline:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
}

.article .time {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 44px;
}

.article h4 {
	font-weight: 400;
	margin: 0 0 17px;
	line-height: 1;
}

.article h5 {
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 12px;
}

.article p {
	margin: 0;
}

.slick-dots {
	list-style: none;
	padding: 3px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots li {
	padding: 0 8px;
}

.slick-dots button {
	border: none;
	font-size: 0;
	line-height: 0;
	border-radius: 100%;
	width: 8px;
	height: 9px;
	background: #bfbfbf;
	outline: none;
	padding: 0;
}

.slick-dots .slick-active button {
	background: #d90a00;
}

.slick-arrow {
	border: none;
	background: none;
	color: #d90a00;
	position: absolute;
	bottom: -6px;
	outline: none;
}

.fa-chevron-left {
	font-size: 22px;
}

.fa-chevron-right {
	font-size: 22px;
}

.slick-prev {
	left: -8px;
}

.slick-next {
	right: -8px;
}

.four-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.four-cols .col {
	width: 25%;
	padding: 0 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.four-cols .article-detaile {
	height: 100%;
	position: relative;
	border-radius: 10px;
}

.four-cols h3 {
	min-height: 100px;
}

.article-detaile {
	border: 2px solid #000;
	padding: 23px 27px 93px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.article-detaile:hover {
	border-color: #d90a00;
}

.article-detaile h3 {
	margin: 0 0 16px;
	line-height: 1.2;
}

.article-detaile p {
	margin: 0 0 4px;
	line-height: 1.2;
}

.article-detaile .btn {
	text-decoration: none;
	position: absolute;
	bottom: 26px;
	padding: 14px 18px;
}

.article-detaile .btn:after {
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: -9999px;
	bottom: -9999px;
	content: "";
}

.block-catalogue {
	padding: 52px 0 57px;
}

.block-catalogue h2 {
	margin: 0 0 20px;
}

.five-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px 55px;
}

.five-cols .col {
	width: 20%;
	padding: 0 20px;
}

.five-cols .col:nth-child(6) {
	display: none;
}

.five-cols .article-info {
	height: 100%;
	position: relative;
}

.five-cols .article-info p {
	line-height: 1.3;
	margin: 0 0 10px;
}

.five-cols .article-info h4 {
	font-family: "Londrina Solid", cursive;
	font-size: 20px;
	margin: 0 0 10px;
}

.five-cols .btn {
	position: absolute;
	bottom: 13px;
	font-size: 18px;
	font-weight: 400;
	padding: 9px 17px;
}

.five-cols .text-info {
	padding: 24px 11px 59px;
}

.btn {
	text-decoration: none;
	font-family: "Londrina Solid", cursive;
	padding: 14px 45px;
}

.form-area {
	background: #d90a00;
	color: #fff;
	padding: 55px 0 71px;
}

.form-area h2 {
	margin: 0 0 43px;
}

.form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
}

.form .row .field {
	width: 50%;
	padding: 0 20px;
}

.form label {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px;
}

.form input[type=text],
.form input[type=email],
.form input[type=number] {
	width: 100%;
	border: 2px solid #707070;
	padding: 13px 28px;
	margin: 0 0 32px;
	outline: none;
	color: #000;
}

.form input[type=text]:hover,
.form input[type=text]:focus,
.form input[type=email]:hover,
.form input[type=email]:focus,
.form input[type=number]:hover,
.form input[type=number]:focus {
	border-color: #d90a00;
}

.form button[type=submit] {
	border-radius: 10px;
	padding: 7px 36px;
	border: none;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	outline: none;
	font-family: "Londrina Solid", cursive;
}

.form button[type=submit]:hover {
	color: #d90a00;
}

.form .btn-holder {
	padding: 16px 0;
}

.footer {
	padding: 22px 0;
	font-size: 20px;
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-links,
.social-networks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: 400;
}

.footer-links li,
.social-networks li {
	padding: 0 4px;
	position: relative;
}

.footer-links li:after,
.social-networks li:after {
	position: absolute;
	width: 2px;
	height: 15px;
	background: #000;
	right: -2px;
	content: "";
	top: 10px;
}

.footer-links li:first-child:after,
.footer-links li:last-child:after,
.social-networks li:first-child:after,
.social-networks li:last-child:after {
	display: none;
}

.footer-links p,
.social-networks p {
	margin: 0;
	font-family: "Londrina Solid", cursive;
	font-weight: 700;
}

.footer-links a,
.social-networks a {
	text-decoration: none;
	color: #000;
}

.footer-links a:hover,
.social-networks a:hover {
	color: #d90a00;
}

.social-networks li:after {
	display: none;
}

.about {
	padding: 57px 0 73px;
}

.about h1 {
	line-height: 1.1;
	margin: 0 0 91px;
}

.about .about-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about .about-wrap .text-holder {
	max-width: 69%;
	padding: 0 40px 0 0;
}

.about .about-wrap .text-holder p {
	margin: 0 0 28px;
}

.about .article-info {
	margin: 0 0 38px;
}

.about .article-info .text-info {
	padding: 31px 24px 22px;
}

.about .article-info h4 {
	margin: 0 0 -5px;
}

.about .article-info p {
	line-height: 1.2;
}

.block-join {
	padding: 51px 0 196px;
	max-width: 66%;
}

.block-join h1 {
	margin: 0 0 20px;
	font-family: "Londrina Solid", cursive;
}

.block-join .text-area {
	font-size: 16px;
	margin: 0 0 54px;
}

.block-join .text-area .title {
	font-family: "Verdana", Geneva, sans-serif;
	margin: 0 0 30px;
	display: block;
}

.block-join .text-area .black {
	text-decoration: none;
	border-bottom: 2px solid #000;
	color: #000;
}

.block-join .text-area p {
	margin: 0 0 27px;
}

.block-join .image-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.block-join .image-holder .block-price {
	padding: 0 15px;
}

.block-join .text-info {
	font-size: 20px;
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: 400;
	padding: 18px 24px;
}

.block-join .text-info .text {
	font-size: 20px;
	font-weight: 400;
	font-family: "Verdana", Geneva, sans-serif;
	margin: 0 0 20px;
	display: block;
}

.block-join .article-info h4 {
	margin: 0 0 5px;
}

.block-join .article-info p {
	margin: 0 0 20px;
}

.price-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.price-list .fa-pound-sign {
	position: absolute;
	top: 11px;
	left: 19px;
}

.price-list .fa-shopping-cart {
	position: absolute;
	color: #fff;
	left: 16px;
	top: 54px;
}

.price-list input[type=text],
.price-list input[type=email],
.price-list input[type=number] {
	border: none;
	width: 100%;
	padding: 8px 8px 8px 63px;
	position: relative;
	z-index: 10;
	outline: none;
}

.price-list input[type=text]:focus,
.price-list input[type=email]:focus,
.price-list input[type=number]:focus {
	border: none;
}

.price-list .btn {
	width: 100%;
	border-radius: 0;
	padding: 11px 0 11px 66px;
	font-size: 15px;
	font-family: "Verdana", Geneva, sans-serif;
}

.price-list li {
	padding: 0;
}

.price-list li label {
	z-index: 11;
	position: absolute;
}

.block-area {
	padding: 60px 0 181px;
	max-width: 66%;
	font-size: 18px;
}

.block-area h1 {
	margin: 0 0 33px;
	font-family: "Londrina Solid", cursive;
	line-height: 1;
}

.block-area p {
	font-family: "Verdana", Geneva, sans-serif;
	margin: 0 0 17px;
}

.block-area button[type=submit] {
	background: #d90a00;
	color: #fff;
}

.block-area button[type=submit]:hover {
	background: #730500;
	color: #fff !important;
}

.block-area .text-login {
	text-decoration: none;
	color: #d90a00;
	border-bottom: 1px solid #d90a00;
}

.form {
	margin: 0 0 20px;
}

.form input[type=mail],
.form input[type=text],
.form input[type=email],
.form input[type=number] {
	width: 100%;
	border: 2px solid #707070;
	padding: 13px 28px;
	margin: 0 0 23px;
	outline: none;
	border-radius: 5px;
}

.form input[type=mail]:hover,
.form input[type=mail]:focus,
.form input[type=text]:hover,
.form input[type=text]:focus,
.form input[type=email]:hover,
.form input[type=email]:focus,
.form input[type=number]:hover,
.form input[type=number]:focus {
	border-color: #d90a00;
}

.form .btn-holder {
	padding: 28px 0 0;
}

input[type=password],
input[type=email],
input[type=number] {
	width: 100%;
	border: 2px solid #707070;
	padding: 13px 28px;
	margin: 0 0 23px;
	outline: none;
	border-radius: 5px;
}

.block-club {
	padding: 37px 0 62px;
	max-width: 66%;
	font-size: 18px;
	position: relative;
}

.block-club .fa-arrow-down {
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
	margin: 0 0 0 50px;
	vertical-align: middle;
}

.block-club h1 {
	margin: 0 0 62px;
}

.block-club h3 {
	margin: 0 0 61px;
	line-height: 1;
}

.block-club p {
	margin: 0 0 10px;
}

.block-club p a {
	color: #8b8b8b;
}

.block-club p a:hover {
	color: #d90a00;
}

.block-club button[type=submit] {
	background: #d90a00;
	color: #fff;
}

.block-club button[type=submit]:hover {
	background: #730500;
	color: #fff !important;
}

.block-club .btn-holder {
	padding: 22px 0 66px;
}

.block-search {
	padding: 62px 0 0;
	position: relative;
}

.block-search h1 {
	margin: 0 0 103px;
	line-height: 1;
}

.block-search h1 .fa-search {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 40px;
	font-size: 54px;
}

.block-search .fa-arrow-down {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 58px;
	font-size: 40px;
}

.block-search h3 {
	margin: 0 0 52px;
	font-weight: 400;
}

.block-search .name {
	font-weight: 700;
}

.block-search button[type=submit] {
	background: #d90a00;
	color: #fff;
	padding: 7px 47px;
}

.block-search button[type=submit]:hover {
	background: #730500;
	color: #fff !important;
}

.block-search input[type=text],
.block-search input[type=email],
.block-search input[type=number] {
	margin: 0;
}

.block-search .btn-holder {
	padding: 28px 0 44px;
}

.two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 81px 0 37px;
	font-size: 16px;
	position: relative;
}

.two-col .left-col {
	max-width: 69%;
	padding: 0 30px 0 0;
}

.two-col .right-col {
	max-width: 31%;
	position: relative;
}

.two-col .right-col .h1 {
	display: none;
}

.two-col .right-col h3 {
	line-height: 1;
	margin: 0 0 46px;
}

.two-col .right-col .fa-arrow-down {
	margin: 0 0 0 240px;
}

.two-col .right-col .text {
	display: block;
	margin: 0 0 21px;
}

.two-col .h1 {
	line-height: 1;
	margin: 0 0 82px;
}

.two-col h3 {
	line-height: 1;
	margin: 0 0 70px;
}

.two-col .btn {
	width: 100%;
	text-align: center;
	padding: 12px 0;
	border-radius: 0;
	font-size: 20px;
	font-family: "Verdana", Geneva, sans-serif;
	border-radius: 5px;
}

.two-col .text-bold {
	font-weight: 700;
	display: block;
	margin: 0 0 27px;
}

.two-col p {
	margin: 0 0 28px;
}

.two-col p:nth-child(8) {
	margin: 0 0 95px;
}

.two-col .text-info {
	padding: 21px 18px 28px;
}

.two-col .fa-arrow-down {
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
	margin: 0 0 0 84px;
	vertical-align: middle;
}

.block-media {
	padding: 40px 0;
}

.block-media h2 {
	line-height: 1;
	margin: 0 0 59px;
	font-family: "Londrina Solid", cursive;
}

.images-slider .slick-arrow {
	background: #fff;
	border-radius: 100%;
	z-index: 2;
	bottom: auto;
	font-size: 24px;
	width: 66px;
	height: 66px;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.images-slider .slick-arrow:hover {
	background: #d90a00;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.images-slider .slick-arrow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.images-slider .fa-chevron-right {
	font-size: 13px;
}

.images-slider .fa-chevron-left {
	font-size: 13px;
}

.images-slider .slick-prev {
	left: 46px;
}

.images-slider .slick-next {
	right: 28px;
}

.block-faq {
	padding: 179px 0 123px;
}

.block-faq h6 {
	margin: 0 0 71px;
	line-height: 1;
}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: "Verdana", Geneva, sans-serif;
	border-radius: 15px;
	border: 1px solid #b6b6b6;
}

.accordion li {
	padding: 15px 40px;
	border-bottom: 1px solid #b6b6b6;
}

.accordion li:last-child {
	border: none;
}

.accordion li.active {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 29px 40px;
}

.accordion li.active .plus .fas {
	position: absolute;
	right: 11px;
	top: -2px;
}

.accordion li.active .opener {
	color: #d90a00;
}

.accordion li.active .opener .fas {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #b6b6b6;
}

.accordion .opener {
	color: #000;
	font-weight: 700;
	display: block;
	font-size: 20px;
	position: relative;
}

.accordion .opener .fas {
	position: absolute;
	right: 12px;
	top: 10px;
	color: #d90a00;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.accordion .slide {
	position: relative;
	overflow: hidden;
	padding: 15px 0 0;
}

.block-dave {
	padding: 63px 0 0;
	position: relative;
}

.block-dave .dave-text {
	width: 68%;
}

.block-dave h1 {
	line-height: 1;
	margin: 0 0 103px;
}

.block-dave h3 {
	line-height: 1;
	margin: 0 0 45px;
}

.block-dave p {
	margin: 0 0 97px;
}

.block-dave .fa-arrow-down {
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
	margin: 0 0 0 37px;
	vertical-align: middle;
}

.block-dave .block-link h3 {
	margin: 0 0 39px;
}

.block-dave .image-holder {
	width: 23%;
}

.block-dave .image-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-dave .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-dave .text-holder {
	background: #d90a00;
	width: 77%;
	color: #fff;
	padding: 18px 38px 0;
}

.block-dave .text-holder .btn-outline {
	background: #d90a00;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 21px;
	font-size: 18px;
}

.block-dave .text-holder .btn-outline:hover {
	background: #fff;
	color: #d90a00;
}

.block-dave .row-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 0 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400;
	font-size: 17px;
	font-family: "Verdana", Geneva, sans-serif;
	line-height: 1.1;
}

.block-dave .row-wrap .col {
	width: 50%;
	position: relative;
}

.block-dave .row-wrap .col:nth-child(2) {
	width: 39%;
}

.block-dave .row-wrap .watch {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin: 0 0 30px;
}

.block-dave .row-wrap h5 {
	font-family: "Verdana", Geneva, sans-serif;
	margin: 0 0 23px;
	line-height: 1;
}

.block-dave .row-wrap p {
	margin: 0 0 24px;
}

.block-dave .row-wrap .fa-youtube {
	position: absolute;
	color: #d90a00;
	font-size: 23px;
	left: 18px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.block-dave .row-wrap .btn-link {
	background: #fff;
	color: #d90a00;
	padding: 14px 0 14px 65px;
	width: 100%;
	display: block;
	border-radius: 5px;
	font-size: 15px;
	position: relative;
}

.block-dave .btn-area {
	padding: 30px 0 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-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;
}

.video-holder {
	position: relative;
	overflow: hidden;
}

.video-holder img {
	opacity: 0;
	visibility: hidden;
}

.video-holder iframe {
	width: 100%;
	height: 100%;
	top: -7px;
	position: absolute;
	left: 0;
	border: none;
}

.mejs-container {
	position: relative;
	background: #d90a00;
	border-radius: 5px;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
	height: 0;
	width: 0;
}

.mejs-embed,
.mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */

.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

:root .mejs-poster img {
	display: none;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url(bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(background.png);
	background: rgba(0, 0, 0, .9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: -webkit-linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */

.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: #d90a00;
	border-radius: 5px;
	height: 30px;
	width: 100%;
}

.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 20px;
	line-height: 24px;
	font-family: "Verdana", Geneva, sans-serif;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 10px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(controls.png);
}

/* :focus for accessibility */

.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */

.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	width: auto;
	padding: 8px 10px 0 18px;
	overflow: hidden;
	text-align: center;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */

.mejs-controls .mejs-play button {
	background: url(../images/play.svg) no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
}

.mejs-controls .mejs-pause button {
	background: url(../images/pause.svg) no-repeat;
	width: 24px;
	height: 24px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}

/* Start: Play/Pause/Stop */

/* Start: Progress Bar */

.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 17px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 9px 5px;
	background: #b90b02;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: #000;
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255, 255, 255, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	margin: 0;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	background: #fff;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none !important;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/

/* End: Progress Bar */

/* Start: Fullscreen */

.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}

/* End: Fullscreen */

/* Start: Mute/Volume */

.mejs-controls .mejs-volume-button {
	width: 36px !important;
	height: 36px !important;
	margin: 4px 0 0  -9px !important;
}

.mejs-controls .mejs-mute button {
	background: url(../images/volume.svg) no-repeat;
	background-size: 100% 100%;
}

.mejs-controls .mejs-unmute button {
	background: url(../images/mute.svg) no-repeat;
	background-size: 100% 100%;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, .5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, .9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, .9);
	cursor: N-resize;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */

.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
	margin: 3px 0 0;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 17px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #b90b02;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 17px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #fff;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */

.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -webkit-linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102, 102, 102, .7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
	background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: -webkit-linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, .5);
	white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}

/* End: Error */

/* Start: Loop */

.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */

.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}

/* End: backlight */

/* Start: Picture Controls */

.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}

/* End: Picture Controls */

/* context menu */

.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2c7c91;
	color: #fff;
}

/* Start: Source Chooser */

.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

/* End: Source Chooser */

/* Start: Postroll */

.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	z-index: 1000;
	overflow: hidden;
}

.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}

.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}

/* End: Postroll */

/* Start: Speed */

div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #fff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: #c8c8c8 !important;
	background-color: rgba(255, 255, 255, .4) !important;
}

/* End: Speed */

.mobile-box {
	display: none;
}

a {
	text-decoration: none;
}

.cart-holder .slide {
	display: none;
}

.visual-area {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.visual-area .modal {
	display: block;
}

.visual-area .banner-image {
	border: 2px solid #000;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	width: 31%;
}

.visual-area .banner-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.visual-area.style {
	margin: 0 0 70px;
}

.visual-area.style p {
	margin: 0 0 20px !important;
}

.visual-area.style .btn-outline {
	padding: 12px;
	display: block;
	text-align: center;
}

.visual-area.style .article-info {
	margin: 0 0 30px;
}

.visual-area.style .article-info .btn:after {
	display: none;
}

.visual-area p a {
	color: #000;
}

.visual-area .img-user {
	border-radius: 10px;
	border: 2px solid #000;
	position: relative;
	overflow: hidden;
}

.download-box {
	max-width: 384px;
}

.download-box .box-area {
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
}

.download-box .btn {
	display: block;
	width: 100%;
	text-align: left;
	padding: 11px 25px 11px 85px !important;
	font-family: "Verdana", Geneva, sans-serif !important;
	border-radius: 0;
	position: relative;
}

.download-box .btn .fas {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.heading-text {
	max-width: 384px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select-holder {
	min-height: 44px;
}

.select-holder select {
	opacity: 0;
	visibility: hidden;
}

.select-holder .jcf-select {
	background: none;
	color: #707070;
	margin: 0;
	height: 44px;
	font-family: "Verdana", Geneva, sans-serif;
}

.select-holder .jcf-select .jcf-select-opener {
	border-color: #000 transparent transparent transparent;
}

.select-holder .jcf-select .jcf-select-text {
	color: #000;
	line-height: 44px;
	margin: 0 40px 0 20px;
}

.four-cols .article-info {
	position: relative;
}

.four-cols .article-info .text-info {
	padding: 24px 11px 70px;
	font-size: 26px;
	font-family: "Londrina Solid", cursive;
	line-height: 1.3;
}

.four-cols .article-info .btn {
	position: absolute;
	bottom: 13px;
	font-size: 18px;
	font-weight: 400;
	padding: 9px 17px;
}

.four-cols .article-info p {
	margin: 0 0 10px;
}

.four-cols .article-info h4 {
	font-size: 20px;
	font-weight: 400;
	font-family: "Londrina Solid", cursive;
}

.article-info .tag-sold,
.article-info .tag-on {
	position: absolute;
	right: -50px;
	top: 20px;
	text-align: center;
	width: 200px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
	z-index: 9;
	background: #d90a00;
	font: 24px/28px "Londrina Solid", cursive;
	padding: 8px 10px;
}

.article-info .tag-on {
	right: auto;
	left: -50px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.article-info .list-btns {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article-info .list-btns li {
	width: 100%;
	margin: 0 0 18px;
}

.article-info .list-btns .btn {
	font: 400 15px/18px "Verdana", Geneva, sans-serif;
	text-align: left;
	padding: 15px 10px 15px 64px;
	display: block;
	position: relative;
}

.article-info .list-btns .fas {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.list-sorting {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-sorting li {
	padding: 0 15px;
	min-height: 50px;
}

.list-sorting li select {
	opacity: 0;
	visibility: hidden;
}

.list-sorting li .jcf-select {
	width: 180px;
}

.list-sorting li:first-child.large .jcf-select {
	width: 221px;
}

.list-sorting li:first-child .jcf-select {
	width: 190px;
}

.list-btns {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-btns li {
	padding: 0 10px;
	margin: 0 0 10px;
}

.list-btns .btn-outline {
	min-width: 188px;
	padding: 12px 15px;
	text-align: center;
}

.block-checkout {
	padding: 35px 0;
}

.block-checkout h1 {
	margin: 0 0 65px;
}

.block-checkout h1 i {
	font-size: 54px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
}

.block-checkout .h3 {
	margin: 0 0 61px;
}

.block-checkout .h3 i {
	margin: 0 0 0 80px;
	display: inline-block;
	vertical-align: middle;
}

.block-checkout .fields-area .field {
	width: 318px;
}

.block-checkout .fields-area .field:first-child {
	width: 212px;
}

.block-checkout .jcf-select {
	background: none;
	color: #707070;
	border: 2px solid #707070;
}

.block-checkout .jcf-select .jcf-select-opener {
	border-color: #707070 transparent transparent transparent;
}

.block-checkout .form button[type=submit].btn {
	color: #fff;
	font-weight: 400;
	padding: 12px 15px;
	min-width: 212px;
	font-family: "Verdana", Geneva, sans-serif;
}

.block-checkout .right-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 66px;
}

.block-checkout .right-head .number {
	font: 26px/30px "Londrina Solid", cursive;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.block-checkout .right-head .h3 {
	margin: 0;
}

.block-checkout .price-list {
	border-radius: 5px;
	border: 2px solid #707070;
	margin: 0 0 50px;
}

.block-checkout .cart-list .text-holder .text-area {
	padding: 0 14px;
}

.block-checkout .cart-list li {
	padding: 20px 0 20px 12px;
}

.block-checkout .total-price {
	padding: 19px 10px;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
}

.block-edition {
	margin: 0 0 65px;
}

.block-edition h3 {
	margin: 0 0 30px;
}

.block-edition h3 .fas {
	margin: 0 0 0 35px;
}

.slider__counter {
	padding: 31px 0 20px;
	font-size: 18px;
	line-height: 22px;
}

.block-video {
	position: relative;
	overflow: hidden;
	margin: 0 0 90px;
}

.block-video .video-holder {
	position: relative;
	overflow: hidden;
}

.block-video img {
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.block-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.stream-info {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 0 0 5px 5px;
	position: relative;
	overflow: hidden;
	background: #d90a00;
}

.stream-info .current-stream {
	font-size: 20px;
	line-height: 24px;
	width: 50%;
	color: #fff;
	padding: 10px 20px;
}

.stream-info .select-holder {
	width: 50%;
	border: 1px solid #000;
	border-top: none;
	border-left: none;
	border-radius: 0 0 5px 0;
	background: #fff;
}

.text-box {
	width: 66%;
	position: relative;
	overflow: hidden;
	padding: 0 0 30px;
}

.text-box p {
	margin: 0 0 30px;
}

.text-box .modal {
	display: block;
}

.list-check {
	margin: 37px 0 0;
	padding: 0;
	list-style: none;
}

.list-check li {
	margin: 0 0 27px;
}

.check-holder {
	margin: 0 !important;
	position: relative;
	padding: 0 0 0 40px;
	font-size: 18px;
	line-height: 1.2;
}

.check-holder .fields-frame {
	margin: 0 0 105px;
}

.check-holder input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.check-holder input[type="checkbox"]:checked + .fake-check {
	border-color: #d90a00;
}

.check-holder input[type="checkbox"]:checked + .fake-check:after {
	opacity: 1;
	visibility: visible;
}

.check-holder .fake-check {
	position: absolute;
	left: 0;
	top: -2px;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border: 2px solid #707070;
}

.check-holder .fake-check:after {
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	content: "";
	background: #d90a00;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.radio-holder {
	margin: 0 !important;
	position: relative;
	padding: 0 0 0 40px;
}

.radio-holder input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.radio-holder input[type="radio"]:checked + .fake-radio {
	border-color: #d90a00;
}

.radio-holder input[type="radio"]:checked + .fake-radio:after {
	opacity: 1;
	visibility: visible;
}

.radio-holder .fake-radio {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border: 2px solid #707070;
}

.radio-holder .fake-radio:after {
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	content: "";
	background: #d90a00;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.checkout-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.checkout-cols .col-left {
	width: 66%;
}

.checkout-cols .col-right {
	width: 31%;
}

.information-wrap {
	border: 2px solid #707070;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	margin: 0 0 55px;
}

.information-wrap input[type="text"],
.information-wrap input[type="email"],
.information-wrap input[type="number"] {
	border: none !important;
	margin: 0 !important;
	padding: 16px 20px;
}

.information-wrap .card-image {
	width: 178px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.information-wrap .card-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.information-wrap .cvc-image {
	width: 54px;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
}

.information-wrap .card-number {
	position: relative;
	border-bottom: 2px solid #707070;
}

.information-wrap .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.information-wrap .d-flex .col {
	width: 50%;
	position: relative;
}

.information-wrap .d-flex .col + .col {
	border-left: 1px solid #707070;
}

.voucher-area {
	border: 2px solid #000;
	border-radius: 5px;
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.voucher-area input[type="text"] {
	margin: 0 !important;
	border-radius: 5px 0 0 5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.voucher-area button[type="submit"] {
	width: 138px;
	border-radius: 0 5px 5px 0;
	min-width: inherit !important;
}

.audio-player {
	position: relative;
	overflow: hidden;
	margin: 0 0 50px;
}

.audio-player .mejs-audio {
	width: 100% !important;
	height: 46px !important;
}

.audio-player .mejs-container .mejs-controls {
	height: 46px;
}

.audio-player .title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	padding: 16px 0 0;
}

.alert-holder {
	margin: 30px 0 23px;
	background: #000;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-radius: 5px;
}

.alert-holder p {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.list-action-btns {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-action-btns li {
	padding: 0 10px;
}

.list-action-btns .link {
	color: #fff;
	text-decoration: underline;
}

.list-action-btns .link:hover {
	text-decoration: none;
}

.list-action-btns .btn {
	font: 400 15px/18px "Verdana", Geneva, sans-serif;
	padding: 14px 20px;
}

.reviews-area {
	padding: 13px 0 35px;
}

.review-holder {
	position: relative;
	overflow: hidden;
	font: 20px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 27px;
}

.review-holder .review-text {
	padding: 0 0 4px;
}

.review-holder .reviewer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.review-holder .name {
	padding: 0 0 0 10px;
}

.list-rating {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-rating li {
	padding: 0 1px;
}

.block-info {
	padding: 0 0 30px;
}

.block-info h2 {
	margin: 0 0 41px;
}

.block-info .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.block-info .col {
	width: 50%;
	padding: 0 20px;
}

.article-box {
	background: #efefef;
	border-radius: 5px;
	height: 100%;
	position: relative;
	padding: 30px 39px 136px;
}

.article-box .version-info {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #707070;
	padding: 0 0 27px;
	margin: 0 0 20px;
}

.article-box .title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 22px;
}

.article-box .btn {
	position: absolute;
	left: 40px;
	bottom: 43px;
	text-align: left;
	font: 400 20px/24px "Verdana", Geneva, sans-serif;
	padding: 17px 47px 17px 80px;
}

.article-box .btn .fas {
	position: absolute;
	left: 20px;
	width: 10px;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.article-box .list-download-info {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 22px;
}

.three-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.three-cols .col {
	padding: 0 20px;
	width: 33.333%;
}

.three-cols .article-info {
	position: relative;
}

.three-cols .article-info p {
	font-family: "Verdana", Geneva, sans-serif;
	margin: 0 0 20px;
}

.three-cols .article-info .description {
	display: block;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 15px;
}

.three-cols .article-info .text-info {
	padding-bottom: 105px;
}

.three-cols .article-info .btn {
	position: absolute;
	left: 20px;
	bottom: 38px;
	right: 20px;
	font: 20px/24px "Verdana", Geneva, sans-serif;
	padding: 12px 10px 12px 70px;
}

.three-cols .article-info .btn .fas {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	background: #d90a00;
	margin: 0 0 12px;
	height: 50px;
	color: #fff;
	border-radius: 10px;
	font-family: "Londrina Solid", cursive;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 20px;
	line-height: 50px;
	margin: 0 45px 0 30px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #d90a00;
	line-height: 22px;
	font-family: "Londrina Solid", cursive;
	font-size: 18px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #fff;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #fff;
	color: #d90a00;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

@media (min-width: 768px) {
	.visual-area .text-holder {
		padding-right: 15px;
	}
}

@media (min-width: 1440px) {
	.cart-holder .slide {
		right: -50px;
	}
}

@media (max-width: 1199px) {
	h1,
	.h1 {
		font-size: 60px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	.menu li {
		padding: 0 10px;
	}

	.nav-drop {
		padding: 0 60px 0 0;
	}

	.list-actions {
		max-width: 270px;
	}

	.footer .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-links,
	.social-networks {
		font-size: 18px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-dave .btn-area {
		padding: 10px 0 0;
	}

	.checkout-cols .col-left {
		width: 60%;
	}

	.checkout-cols .col-right {
		width: 38%;
	}

	.article-box .btn {
		font-size: 18px;
		right: 40px;
		padding: 15px 20px 15px 60px;
	}

	.three-cols .article-info .btn {
		font-size: 18px;
		line-height: 22px;
		padding: 10px 10px 10px 50px;
	}

	.three-cols .article-info .btn .fas {
		left: 10px;
	}
}

@media (max-width: 1023px) {
	.wrapper:after {
		display: block;
	}

	.nav-active .wrapper:after {
		opacity: 1;
		visibility: visible;
	}

	.header {
		padding: 0;
	}

	.header .container {
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 70px;
	}

	.nav-opener {
		display: block;
	}

	.menu {
		display: block;
		overflow: hidden;
		padding: 25px 0 0;
		font-size: 25px;
	}

	.menu li {
		float: left;
		padding: 5px 30px;
		clear: both;
	}

	.menu li:hover .sub-menu {
		display: block;
	}

	.sub-menu {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: none;
		overflow: hidden;
	}

	.nav-drop {
		padding: 0;
		position: absolute;
		z-index: 9;
		left: 0;
		right: 0;
		top: 100%;
		width: auto;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}

	.nav-active .nav-drop {
		max-height: 4000px;
	}

	.nav-area {
		background: #d90a00;
		display: block;
		-webkit-transform: translate(0, -130%);
		-ms-transform: translate(0, -130%);
		transform: translate(0, -130%);
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}

	.nav-active .nav-area {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.open-close-hover {
		margin: 0;
		text-align: left;
	}

	.open-close-hover .opener {
		font-size: 25px;
	}

	.open-close-hover:hover .slide {
		display: block;
	}

	.open-close-hover .slide {
		position: static;
		display: none;
	}

	.list-actions {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 23px;
		padding: 0 22px 30px;
		max-width: inherit;
	}

	.list-actions > li:first-child {
		margin: 0 0 20px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.list-actions > li:last-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.list-actions .hidden-mobile {
		display: none;
	}

	.list-actions .form-search {
		margin: 0;
	}

	.cart-holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative;
		top: auto;
		right: auto;
	}

	.cart-holder .num {
		top: -14px;
		right: 51px;
	}

	.cart-holder .opener {
		padding: 0 55px 0 0;
	}

	.cart-holder .opener:after {
		right: 26px;
	}

	.cart-holder .slide {
		right: -40px;
	}

	.visual-area {
		padding: 44px 0 0;
	}

	.visual-area .text-holder {
		font-size: 14px;
	}

	.visual-area .text-holder .btn {
		padding: 8px 24px;
	}

	.visual-area .text-holder h1 {
		line-height: 1.2;
	}

	.visual-area .text-holder p {
		line-height: 1.9;
	}

	.visual-area .text-holder p:nth-child(odd) {
		margin: 0 0 61px;
		line-height: 2;
	}

	.visual-area .more-info .text-area .fa-arrow-down {
		left: 0;
		top: 58px;
		font-size: 35px;
	}

	.visual-area .more-info .text-area h3 {
		margin: 0 0 65px;
		font-size: 23px;
	}

	.article-info .text-info {
		padding: 21px 19px 11px;
	}

	.article-info h4 {
		font-size: 23px;
		margin: 0 0 3px;
	}

	.article-info p {
		line-height: 1.1;
		margin: 0 0 19px;
	}

	.news-area {
		padding: 12px 0 15px;
	}

	.news-area h2 {
		font-size: 40px;
		margin: 0;
	}

	.article .text-holder {
		padding: 24px 16px 31px;
		font-size: 14px;
	}

	.article .btn-outline {
		font-size: 13px;
		margin: 0 0 8px;
		padding: 3px 7px;
	}

	.article .time {
		font-size: 16px;
		margin: 0 0 13px;
		line-height: 1.4;
	}

	.article h4 {
		font-size: 21px;
	}

	.article h5 {
		font-size: 18px;
		margin: 0 0 21px;
	}

	.article p {
		line-height: 1.1;
	}

	.four-cols.style .col {
		width: 25%;
	}

	.four-cols .col {
		width: 50%;
		margin: 0 0 26px;
	}

	.four-cols .article-detaile {
		font-size: 14px;
	}

	.four-cols h3 {
		min-height: 57px;
	}

	.article-detaile {
		padding: 23px 27px 80px;
	}

	.article-detaile p {
		margin: 0 0 57px;
	}

	.article-detaile .btn {
		padding: 7px 27px;
	}

	.block-catalogue {
		padding: 13px 0 57px;
	}

	.block-catalogue h2 {
		font-size: 40px;
	}

	.five-cols {
		margin: 0 -10px 37px;
	}

	.five-cols .col {
		padding: 0 10px;
	}

	.five-cols .article-info h4 {
		font-size: 14px;
	}

	.five-cols .btn {
		font-size: 16px;
		padding: 6px 14px;
		bottom: 6px;
	}

	.five-cols .text-info {
		font-size: 16px;
		padding: 14px 7px 59px;
	}

	.btn {
		padding: 8px 28px;
	}

	.form-area {
		padding: 38px 0 51px;
	}

	.form-area h2 {
		font-size: 40px;
	}

	.form label {
		margin: 0 0 8px;
	}

	.form button[type=submit] {
		padding: 3px 36px;
	}

	.about {
		padding: 28px 0 65px;
	}

	.about h1 {
		margin: 0 0 38px;
	}

	.about .about-wrap .text-holder {
		font-size: 14px;
	}

	.about .about-wrap .text-holder p {
		margin: 0 0 24px;
	}

	.about .article-info {
		margin: 0 0 24px;
	}

	.about .article-info .text-info {
		padding: 22px 16px 22px;
	}

	.block-join {
		padding: 21px 0 73px;
	}

	.block-join h1 {
		font-size: 50px;
		margin: 0 0 41px;
	}

	.block-join .text-area {
		font-size: 14px;
	}

	.block-join .text-area .title {
		margin: 0 0 13px;
	}

	.block-join .text-area p {
		line-height: 1.5;
		margin: 0 0 16px;
	}

	.block-join .text-info {
		padding: 13px 13px 20px;
	}

	.block-join .text-info .text {
		font-size: 16px;
		margin: 0 0 4px;
	}

	.block-join .article-info h4 {
		display: none;
	}

	.block-join .article-info p {
		display: none;
	}

	.price-list .btn {
		font-size: 14px;
		padding: 6px 0 8px 58px;
	}

	.block-area {
		max-width: 100%;
		padding: 31px 0;
	}

	.block-area h1 {
		font-size: 60px;
		margin: 0 0 35px;
	}

	.block-area p {
		max-width: 430px;
		margin: 0 0 28px;
	}

	.form input[type=mail],
	.form input[type=text],
	.form input[type=email],
	.form input[type=number] {
		margin: 0 0 24px;
	}

	.form .btn-holder {
		padding: 19px 0 15px;
	}

	.block-club {
		padding: 6px 0 37px;
		max-width: 100%;
	}

	.block-club h1 {
		margin: 0 0 46px;
	}

	.block-club h3 {
		margin: 0 0 54px;
	}

	.block-club .btn-holder {
		padding: 24px 0 77px;
	}

	.block-search {
		padding: 31px 0 24px;
	}

	.block-search h1 {
		font-size: 60px;
		margin: 0 0 80px;
	}

	.block-search h1 .fa-search {
		font-size: 38px;
		margin: 0 0 0 15px;
	}

	.block-search .fa-arrow-down {
		margin: 0 0 0 41px;
		font-size: 33px;
	}

	.block-search .btn-holder {
		padding: 28px 0 21px;
	}

	.block-search .col {
		width: 25%;
	}

	.two-col {
		padding: 40px 0 37px;
		font-size: 14px;
	}

	.two-col .left-col {
		padding: 0 28px 0 0;
	}

	.two-col .h1 {
		font-size: 50px;
		line-height: 1.1;
		margin: 0 0 54px;
	}

	.two-col h3 {
		margin: 0 0 44px;
	}

	.two-col .text-bold {
		line-height: 1.4;
		margin: 0 0 20px;
	}

	.two-col p {
		line-height: 1.5;
		margin: 0 0 18px;
	}

	.two-col p:nth-child(8) {
		margin: 0 0 69px;
	}

	.block-media {
		padding: 14px 0;
	}

	.block-media h2 {
		font-size: 40px;
		margin: 0 0 29px;
	}

	.images-slider .slick-arrow {
		width: 52px;
		height: 52px;
		top: 42%;
	}

	.images-slider .slick-prev {
		left: 20px;
	}

	.block-faq {
		padding: 39px 0 61px;
	}

	.accordion {
		font-size: 16px;
	}

	.accordion li {
		padding: 19px 35px;
	}

	.accordion li.active {
		padding: 27px 33px;
	}

	.accordion .opener {
		font-size: 18px;
	}

	.accordion .slide {
		padding: 20px 0 0;
	}

	.block-dave {
		padding: 29px 0 0;
	}

	.block-dave .dave-text {
		width: 69%;
	}

	.block-dave h1 {
		margin: 0 0 75px;
	}

	.block-dave h3 {
		font-size: 40px;
		margin: 0 0 39px;
	}

	.block-dave p {
		margin: 0 0 43px;
	}

	.block-dave .block-link h3 {
		font-size: 30px;
		margin: 0 0 45px;
	}

	.block-dave .image-holder {
		width: 30%;
	}

	.block-dave .text-holder {
		width: 70%;
		padding: 12px 10px 0 32px;
	}

	.block-dave .text-holder .btn-outline {
		padding: 3px 13px;
		font-size: 11px;
		border-radius: 7px;
	}

	.block-dave .row-wrap {
		padding: 19px 0 0;
		font-size: 14px;
	}

	.block-dave .row-wrap .col:nth-child(2) {
		width: 45%;
	}

	.block-dave .row-wrap .watch {
		font-size: 16px;
		margin: 0 0 21px;
	}

	.block-dave .row-wrap h5 {
		font-size: 18px;
		margin: 0 0 22px;
	}

	.block-dave .row-wrap .fa-youtube {
		left: 7px;
		font-size: 19px;
	}

	.block-dave .row-wrap .btn-link {
		padding: 16px 10px 16px 44px;
		font-size: 13px;
	}

	.block-dave .btn-area {
		padding: 12px 0 0;
	}

	.visual-area.style .btn-outline {
		font-size: 14px;
		line-height: 18px;
		padding: 10px;
	}

	.visual-area.style h2 {
		font-size: 30px;
		margin: 0 0 7px;
	}

	.visual-area.style h1 {
		font-size: 50px;
	}

	.four-cols .article-info .text-info {
		font-size: 20px;
	}

	.four-cols .article-info h4 {
		font-size: 16px;
	}

	.article-info .list-btns .btn {
		font-size: 14px;
		padding: 10px 6px 9px 33px;
	}

	.article-info .list-btns .fas {
		left: 8px;
	}

	.block-checkout {
		padding: 25px 0;
	}

	.block-checkout h1 {
		margin: 0 0 45px;
	}

	.block-checkout .h3 {
		margin: 0 0 40px;
	}

	.block-checkout .fields-area .field {
		width: 224px;
	}

	.block-checkout .fields-area .field:first-child {
		width: 194px;
	}

	.block-checkout .form button[type=submit].btn {
		min-width: 185px;
		padding: 9px 15px;
	}

	.block-checkout .right-head {
		margin: 0 0 24px;
	}

	.block-checkout .total-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px;
	}

	.block-edition {
		margin: 0 0 43px;
	}

	.check-holder .fields-frame {
		margin: 0 0 51px;
	}

	.checkout-cols .col-left {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.checkout-cols .col-right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 64px;
	}

	.information-wrap {
		margin: 0 0 41px;
	}

	.information-wrap input[type="text"],
	.information-wrap input[type="email"],
	.information-wrap input[type="number"] {
		padding: 9px 20px;
	}

	.information-wrap .cvc-image {
		width: 34px;
		line-height: 1;
	}

	.alert-holder {
		font-size: 14px;
		line-height: 1.3;
		padding: 15px;
		margin: 30px 0 0;
	}

	.alert-holder p {
		padding: 0 30px 0 0;
	}

	.review-holder {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 18px;
	}

	.list-rating {
		font-size: 13px;
		line-height: 16px;
	}

	.block-info h2 {
		font-size: 40px;
		margin: 0 0 17px;
	}

	.article-box {
		padding: 30px 29px 129px;
	}

	.article-box .title {
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 27px;
	}

	.article-box .btn {
		font-size: 14px;
		padding: 9px 15px 9px 40px;
		left: 20px;
		right: 20px;
		bottom: 27px;
	}

	.article-box .btn .fas {
		left: 15px;
	}

	.article-box .list-download-info {
		font-size: 16px;
		line-height: 20px;
	}

	.article-box p {
		margin: 0 0 10px;
	}

	.three-cols .article-info p {
		font-size: 16px;
	}

	.three-cols .article-info h4 {
		font-size: 20px;
		line-height: 1.25;
	}

	.three-cols .article-info .description {
		font-size: 14px;
	}

	.three-cols .article-info .text-info {
		padding-bottom: 78px;
	}

	.three-cols .article-info .btn {
		font-size: 12px;
		line-height: 18px;
		padding: 10px 10px 10px 30px;
		bottom: 23px;
	}

	.three-cols .article-info .btn .fas {
		left: 8px;
	}
}

@media (max-width: 767px) {
	.logo {
		width: 122px;
	}

	.header .container {
		padding-top: 11px;
		padding-bottom: 13px;
	}

	.menu a:after {
		top: 59%;
		right: -12px;
	}

	.cart-holder .num {
		top: -10px;
		right: 52px;
	}

	.cart-holder .opener {
		padding: 0 56px 0 0;
	}

	.cart-holder .opener:after {
		right: 26px;
	}

	.cart-holder .slide {
		width: 314px;
	}

	.cart-holder .slide .slide-holder {
		margin: 4px 0 0;
	}

	.cart-holder .cart-list .text-holder .text-area {
		width: calc(100% - 100px);
	}

	.cart-list li {
		padding: 12px 0 21px 12px;
	}

	.cart-list .image-holder {
		width: 58px;
	}

	.cart-list .text-holder {
		padding: 0 8px;
		font-size: 9px;
	}

	.cart-list .text-holder h5 {
		font-size: 16px;
	}

	.cart-list .text-holder .text-area {
		padding: 0 2px;
	}

	.cart-list .action-area .amount {
		font-size: 16px;
		padding: 0 13px;
	}

	.cart-list .action-area .removed {
		font-size: 14px;
		padding: 2px 10px;
	}

	.cart-list .action-area .price {
		font-size: 16px;
		padding: 0 9px;
	}

	.btn-black {
		padding: 10px 0;
		font-size: 17px;
	}

	.visual-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 31px 0 0;
	}

	.visual-area .text-holder {
		max-width: 100%;
		margin: 0 0 44px;
	}

	.visual-area .text-holder h1 {
		font-size: 45px;
		margin: 0 0 30px;
	}

	.visual-area .text-holder p:nth-child(odd) {
		margin: 0 0 68px;
	}

	.visual-area .more-info {
		max-width: 100%;
	}

	.visual-area .more-info .text-area .fa-arrow-down {
		right: -9px;
		left: auto;
		top: 9px;
	}

	.visual-area .more-info .text-area h3 {
		font-size: 30px;
		margin: 0 0 15px;
	}

	.article-info .btn {
		font-size: 16px;
	}

	.article-info .text-info {
		font-size: 21px;
		padding: 5px 22px 14px;
	}

	.news-area {
		padding: 40px 0;
	}

	.news-area h2 {
		margin: 0 0 12px;
	}

	.article .text-holder {
		padding: 17px 22px 36px;
	}

	.article .btn-outline {
		font-size: 12px;
	}

	.article p {
		line-height: 1.3;
	}

	.four-cols {
		margin: 0 -5px;
	}

	.four-cols.style .col {
		width: 50%;
	}

	.four-cols .col {
		width: 100%;
		margin: 0 0 20px;
		padding: 0 5px;
	}

	.article-detaile {
		padding: 23px 23px 64px;
	}

	.article-detaile .btn {
		font-size: 18px;
		bottom: 38px;
	}

	.block-catalogue {
		padding: 7px 0 63px;
	}

	.block-catalogue h2 {
		font-size: 41px;
		line-height: 1.2;
		margin: 0 0 40px;
	}

	.five-cols {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px 58px;
	}

	.five-cols .col {
		width: 50%;
		margin: 0 0 20px;
	}

	.five-cols .col:nth-child(6) {
		display: block;
	}

	.five-cols .btn {
		font-size: 12px;
		padding: 5px 21px;
		bottom: 18px;
	}

	.five-cols .text-info {
		padding: 18px 14px 54px;
	}

	.form-area {
		padding: 47px 0 43px;
	}

	.form-area h2 {
		line-height: 1.2;
	}

	.form .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form .row .field {
		width: 100%;
	}

	.form input[type=text],
	.form input[type=email],
	.form input[type=number] {
		margin: 0 0 30px;
	}

	.form .btn-holder {
		padding: 0;
	}

	.footer {
		padding: 25px 0;
	}

	.footer-links li:first-child {
		width: 100%;
	}

	.footer-links,
	.social-networks {
		font-size: 16px;
		line-height: 1.4;
		margin: 0 0 35px;
	}

	.footer-links li:after,
	.social-networks li:after {
		top: 4px;
	}

	.social-networks {
		font-size: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.about {
		padding: 34px 0 46px;
	}

	.about h1 {
		font-size: 45px;
		margin: 0 0 34px;
	}

	.about .about-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about .about-wrap .text-holder {
		max-width: 100%;
		padding: 0;
		margin: 0 0 31px;
	}

	.about .about-wrap .text-holder p {
		line-height: 2;
		margin: 0 0 28px;
	}

	.about .article-info {
		margin: 0 0 38px;
	}

	.about .article-info .text-info {
		padding: 22px 16px 18px;
	}

	.block-join {
		max-width: 100%;
		padding: 55px 0;
	}

	.block-join h1 {
		font-size: 45px;
		margin: 0 0 67px;
		line-height: 1.1;
	}

	.block-join .text-area {
		margin: 0 0 40px;
	}

	.block-join .text-area .title {
		line-height: 2;
		margin: 0 0 27px;
	}

	.block-join .text-area p {
		line-height: 2;
		margin: 0 0 28px;
	}

	.block-join .image-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-area {
		padding: 36px 0 30px;
	}

	.block-area h1 {
		font-size: 47px;
		line-height: 1.1;
		margin: 0 0 37px;
	}

	.block-area p {
		line-height: 1.6;
		margin: 0 0 45px;
	}

	.form .btn-holder {
		padding: 7px 0 15px;
	}

	.block-club {
		padding: 21px 0 87px;
	}

	.block-club h1 {
		font-size: 45px;
		margin: 0 0 23px;
	}

	.block-club h3 {
		margin: 0 0 30px;
	}

	.block-club .btn-holder {
		padding: 21px 0 75px;
	}

	.block-search {
		padding: 36px 0 0;
	}

	.block-search h1 {
		font-size: 45px;
		margin: 0 0 51px;
	}

	.block-search .fa-arrow-down {
		margin: 0 0 0 2px;
		display: block;
	}

	.block-search .btn-holder {
		padding: 28px 0 10px;
	}

	.block-search .col {
		width: 50%;
	}

	.two-col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 56px 0 37px;
	}

	.two-col .left-col {
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0;
	}

	.two-col .right-col {
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.two-col .right-col .h1 {
		display: block;
		font-size: 45px;
		margin: 0 0 62px;
	}

	.two-col .right-col h3 {
		margin: 0 0 63px;
	}

	.two-col .right-col .fa-arrow-down {
		margin: 0 0 0 205px;
	}

	.two-col .right-col .text {
		margin: 0 0 27px;
	}

	.two-col .h1 {
		display: none;
	}

	.two-col .btn {
		font-size: 14px;
		padding: 9px 0;
	}

	.two-col .text-bold {
		font-size: 13px;
		line-height: 30px;
		margin: 0 0 27px;
	}

	.two-col p {
		line-height: 28px;
		margin: 0 0 27px;
	}

	.two-col p:nth-child(8) {
		padding: 0 0 35px;
	}

	.two-col .article-info {
		margin: 0 0 53px;
	}

	.two-col .text-info {
		font-size: 14px;
		padding: 32px 23px 28px;
	}

	.two-col .fa-arrow-down {
		margin: 0 0 0 129px;
	}

	.block-media h2 {
		margin: 0 0 42px;
	}

	.images-slider .slick-arrow {
		width: 35px;
		height: 35px;
	}

	.images-slider .slick-prev {
		left: 10px;
	}

	.images-slider .slick-next {
		right: 11px;
	}

	.block-faq {
		padding: 95px 0 61px;
	}

	.block-faq h6 {
		margin: 0 0 59px;
	}

	.accordion li {
		padding: 23px 48px 22px 22px;
	}

	.accordion li.active {
		padding: 31px 57px 5px 15px;
	}

	.accordion li.active .plus .fas {
		right: -27px;
		top: -2px;
	}

	.accordion li.active .opener {
		font-size: 18px;
	}

	.accordion .opener .fas {
		right: -19px;
		top: 9px;
	}

	.accordion .slide {
		padding: 11px 0 0;
		line-height: 1.7;
	}

	.block-dave {
		padding: 35px 0 0;
	}

	.block-dave .dave-text {
		width: 100%;
		font-size: 14px;
		line-height: 2;
	}

	.block-dave h1 {
		font-size: 45px;
		line-height: 1.1;
		margin: 0 0 54px;
	}

	.block-dave h3 {
		margin: 0 0 34px;
	}

	.block-dave p {
		margin: 0 0 46px;
	}

	.block-dave .fa-arrow-down {
		margin: 0 0 0 51px;
	}

	.block-dave .image-holder {
		width: 100%;
	}

	.block-dave .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-dave .text-holder {
		width: 100%;
		padding: 30px 10px 0 19px;
	}

	.block-dave .row-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 15px;
	}

	.block-dave .row-wrap .col:nth-child(2) {
		width: 72%;
	}

	.block-dave .row-wrap .col {
		width: 100%;
		margin: 0 0 40px;
	}

	.block-dave .row-wrap .btn-link {
		font-size: 12px;
		padding: 14px 10px 14px 44px;
	}

	.mobile-box {
		display: block;
	}

	.desktop-box {
		display: none;
	}

	.visual-area.style {
		margin: 0 0 40px;
	}

	.visual-area.style .text-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 57px 0 0;
		margin: 0;
	}

	.visual-area.style .more-info {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.visual-area.style h2 {
		margin: 0 0 20px;
	}

	.visual-area.style h1 {
		font-size: 45px;
		line-height: 1.2;
		margin: 0 0 44px;
	}

	.visual-area.has-padding {
		padding: 0;
	}

	.visual-area.has-padding .text-holder {
		padding: 33px 0 0;
	}

	.visual-area.has-padding .banner-image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border-radius: 0;
		width: 100%;
		margin: 30px 0 0;
	}

	.article-info .list-btns {
		padding: 10px 0 0;
	}

	.list-sorting {
		margin: 0 -5px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.list-sorting li {
		padding: 0 5px;
		width: 100%;
	}

	.list-sorting li .jcf-select {
		width: 100%;
	}

	.list-sorting li:first-child.large .jcf-select {
		width: 100%;
	}

	.list-sorting li:first-child .jcf-select {
		width: 100%;
	}

	.list-btns li {
		padding: 0 6px;
	}

	.list-btns .btn-outline {
		min-width: 150px;
		padding: 7px 15px;
	}

	.block-checkout {
		padding: 20px 0;
	}

	.block-checkout h1 {
		font-size: 45px;
		margin: 0 0 25px;
	}

	.block-checkout h1 i {
		font-size: 40px;
		margin: 0 0 0 25px;
	}

	.block-checkout .h3 {
		margin: 0 0 20px;
	}

	.block-checkout .fields-area .field {
		width: 100%;
	}

	.block-checkout .fields-area .field:first-child {
		width: 100%;
	}

	.block-checkout .right-head {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 0 18px;
	}

	.block-checkout .right-head .number {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 0 0 20px;
		font-size: 20px;
	}

	.block-checkout .price-list {
		margin: 0 0 30px;
	}

	.block-checkout .cart-list .text-holder .text-area {
		padding: 0 15px 0 0;
	}

	.block-checkout .cart-list li {
		padding: 15px 0 15px 6px;
	}

	.slider__counter {
		padding: 19px 0 0;
	}

	.block-video {
		margin: 0 0 64px;
	}

	.stream-info .current-stream {
		width: 100%;
	}

	.stream-info .select-holder {
		width: 100%;
		border-left: 1px solid #000;
		border-radius: 0 0 5px 5px;
	}

	.text-box {
		width: 100%;
	}

	.checkout-cols .col-right {
		margin: 0 0 34px;
	}

	.information-wrap input[type="text"],
	.information-wrap input[type="email"],
	.information-wrap input[type="number"] {
		padding: 9px 10px;
	}

	.information-wrap .card-image {
		width: 100px;
		line-height: 1;
	}

	.voucher-area input[type="text"] {
		padding: 13px 15px;
	}

	.alert-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px 24px 26px;
		margin: 30px 0 10px;
	}

	.alert-holder p {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}

	.list-action-btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}

	.list-action-btns li {
		width: 100%;
		padding: 0;
	}

	.list-action-btns li + li {
		padding: 15px 0 0;
	}

	.list-action-btns .btn {
		padding: 10px 15px;
	}

	.block-info h2 {
		margin: 0 0 32px;
	}

	.block-info .col {
		width: 100%;
		margin: 0 0 30px;
	}

	.article-box {
		line-height: 1.2;
	}

	.three-cols .col {
		width: 100%;
		margin: 0 0 33px;
	}

	.three-cols .article-info .text-info {
		padding: 23px 23px 78px;
	}

	.jcf-select .jcf-select-text {
		margin: 0 45px 0 20px;
	}
}

@-webkit-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 30px 0;
	}
}

@keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 30px 0;
	}
}
#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}