@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 28px;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    vertical-align: middle;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

.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;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/* reset browsers */
* {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

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

* ::-moz-selection {
    color: #fff;
    background: #222;
}

* ::selection {
    color: #fff;
    background: #222;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

button {
    background: transparent;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;
}

strong {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 1em;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #15ecb9;
    text-decoration: none;
}

a:hover {
    color: #222;
}

/* placeholder cross-browser */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #222;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #222;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #222;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #222;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* general styles */
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    min-width: 320px;
    min-height: 100%;
    color: #222;
    background-color: #eee;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(34, 34, 34, 0.15);
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/roboto-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto/roboto-medium-webfont.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 16px;
}

body {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.333;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

/* container */
.g-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}

.is-hidden {
    display: none;
}

.wp-content {
    /* Text meant only for screen readers. */
}

.wp-content iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: none;
}

.wp-content blockquote {
    padding: 6px 0 0 40px;
    position: relative;
    margin: 0 0 20px;
}

.wp-content blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/quote.svg");
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

.wp-content table {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    border-collapse: collapse;
}

.wp-content td *:last-child {
    margin-bottom: 0;
}

.wp-content th, .wp-content td {
    padding: 8px;
    border: 1px solid #999;
}

.wp-content dl {
    margin: 0 0 20px;
}

.wp-content dl dt {
    float: left;
    clear: left;
    padding-right: 5px;
    font-weight: bold;
}

.wp-content dl dd {
    overflow: hidden;
}

.wp-content ul {
    margin: 0 0 25px;
}

.wp-content ul ul, .wp-content ul ol {
    margin: 10px 0;
}

.wp-content ul > li {
    position: relative;
    margin: 0 0 5px;
    padding-left: 20px;
    list-style: none;
}

.wp-content ul > li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #222;
}

.wp-content ol {
    margin: 0 0 25px;
}

.wp-content ol ol, .wp-content ol ul {
    margin: 10px 0;
}

.wp-content ol li {
    margin: 0 0 5px 20px;
}

.wp-content ol > li {
    margin: 0 0 5px 20px;
    list-style: decimal;
}

.wp-content code, .wp-content kbd, .wp-content samp {
    font-family: monospace, monospace;
    font-size: 15px;
}

.wp-content .wp-block-image {
    max-width: 100%;
    margin: 0 0 10px;
}

.wp-content .alignnone {
    margin: 0 20px 10px 0;
}

.wp-content .aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}

.wp-content .alignright {
    float: right;
    margin: 0 0 20px 10px;
}

.wp-content .alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.wp-content figure {
    margin: 0 0 15px;
}

.wp-content .wp-caption {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 15px 0;
}

.wp-content .wp-caption img {
    border: 0;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
    max-width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.wp-content .wp-caption p,
.wp-content .wp-caption .wp-caption-text,
.wp-content .wp-caption .gallery-caption {
    margin: 0;
}

.wp-content .wp-caption a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.wp-content .wp-caption.alignnone, .wp-content .wp-caption.alignleft {
    text-align: left;
    float: none;
}

.wp-content .wp-caption.alignnone img, .wp-content .wp-caption.alignleft img {
    margin: 0 0 10px;
}

.wp-content .wp-caption.aligncenter img {
    margin: 0 auto 10px;
}

.wp-content .wp-caption.alignright {
    text-align: right;
    float: none;
}

.wp-content .wp-caption.alignright img {
    margin: 0 0 10px auto;
}

.wp-content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.wp-content strong {
    font-weight: 700;
}

.wp-content small {
    font-size: 12px;
}

.wp-content pre {
    max-width: 100%;
}

.wp-content .twitter-tweet {
    margin: 0 auto;
}

.wp-content .navigation.pagination {
    margin-bottom: 15px;
}

.wp-content .navigation.pagination .nav-links {
    text-align: center;
}

.wp-content .navigation.pagination .nav-links a, .wp-content .navigation.pagination .nav-links span {
    padding: 0 5px;
}

.wp-content .navigation-single {
    margin-bottom: 15px;
    text-align: center;
}

.wp-content .navigation-single .prev, .wp-content .navigation-single .next {
    display: inline-block;
}

.wp-content .navigation-single .prev a, .wp-content .navigation-single .next a {
    padding: 0 5px;
}

.wp-content .navigation-comments {
    margin-bottom: 15px;
    text-align: center;
}

.wp-content .navigation-comments a, .wp-content .navigation-comments span {
    padding: 0 5px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
}

#wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}

.page__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 18px 0;
}

.page__footer,
.page__header {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.page__header {
    position: relative;
}

#wrapper {
    padding: 61px 0 0;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
}

.page__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.admin-bar .page__header {
    top: 0;
}

.page__header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background-color: #106641;
}

.header__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 1px;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hamburger {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 -5px 0 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.nav-active .hamburger {
    background-color: #fff;
}

.hamburger:after, .hamburger:before {
    content: '';
}

.nav-active .hamburger:after, .nav-active .hamburger:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 28px;
    width: 32px;
    margin: -1px 0 0 -16px;
}

.hamburger:before {
    top: 21px;
}

.hamburger:after {
    top: 37px;
}

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

.hamburger:after, .hamburger:before,
.hamburger .hamburger-box {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin: -1px 0 0 -12px;
    border-radius: 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.nav-active .hamburger:after, .nav-active .hamburger:before, .nav-active
.hamburger .hamburger-box {
    background-color: #222;
}

.hamburger .hamburger-box {
    top: 50%;
    margin: -2px 0 0 -12px;
    text-indent: -9999px;
}

.nav-active .hamburger .hamburger-box {
    opacity: 0;
}

.logo {
    width: 179px;
    margin: 0 0 0 5px;
}

.logo a {
    display: block;
}

.bg-black {
    background: #222;
}

.resize-active .main__nav,
.resize-active .navbar {
    -webkit-transition: none !important;
    transition: none !important;
}

.main__nav {
    padding: 10px 0 17px;
    margin: 0 0 10px;
}

.main__nav li {
    padding: 0 0 5px;
}

.main__nav li:first-child {
    padding: 0;
}

.main__nav li.active a {
    background-color: rgba(34, 34, 34, 0.1);
}

.main__nav a {
    color: #222;
    position: relative;
    padding: 10px 4px 12px;
    line-height: 1.1;
    display: block;
    font-size: 20px;
}

.main__nav a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.section-page {
    max-width: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
}

.section-page__content {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.section-page__content:only-child {
    width: 100%;
    max-width: 100%;
}

.section-page__reviews {
    padding: 0px 0 30px;
}

.section-page__sidebar {
    padding: 54px 15px 0 0;
    width: 25%;
    display: none;
}

.hero-section {
    margin-bottom: 25px;
}

.hero-text-box {
    color: #fff;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.3;
    display: none;
}

.hero-text-box h1,
.hero-text-box h2,
.hero-text-box h3,
.hero-text-box h4,
.hero-text-box h5,
.hero-text-box h6 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #15ecb9;
}

.hero-banner {
    margin: 0 -5px;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.hero-banner:hover {
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

.hero-banner a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.hero-banner a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
}

.hero-banner img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.btn {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #15ecb9;
    background: #15ecb9;
    min-width: 185px;
    padding: 6px 20px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    color: #222;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

.btn:hover {
    background: #fff;
    border-color: #11bd94;
}

.btn:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    top: 50%;
    right: 10px;
    margin: -5px 0 0;
    border: 3px solid #222;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-136deg);
            transform: rotate(-136deg);
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.btn-orange {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #15ecb9;
    background-color: #15ecb9;
    color: #222;
    min-width: 300px;
    padding: 12px 32px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    position: relative;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.btn-orange:after {
    border: 3px solid #222;
    border-width: 0 0 3px 3px;
    right: 20px;
    height: 12px;
    width: 12px;
}

.btn-orange:hover {
    background-color: #fff;
}

.load-more-holder {
    text-align: center;
    padding: 20px 0;
}

.load-more {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #f57829;
    min-width: 180px;
    padding: 9px 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.load-more:hover {
    background-color: #f57829;
    color: #fff;
}

.head {
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    margin: 0 0 16px;
    padding: 0 0 2px;
}

.head .poster {
    background-color: transparent;
    display: block;
    margin: 8px 0 16px;
}

.head .poster__content {
    width: calc(100% + 20px);
    padding: 0 15px;
    margin: 0 0 0 -10px;
    z-index: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-color: #222;
}

.head .poster__title {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 0.2px;
    color: #15ecb9;
    margin: 19px 0 20px;
    max-width: 100%;
}

.head .poster__text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #eee;
    display: none;
    max-width: 100%;
}

.head .poster__image {
    width: calc(100% + 20px);
    margin: 0 0 1px -10px;
    position: relative;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.head .poster__image img {
    width: 100%;
    height: auto;
}

.head .poster__image:before {
    content: '';
    display: none;
    width: 170px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#222));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #222);
    z-index: 1;
    position: absolute;
    top: 0;
    left: -1px;
}

.head h1 {
    margin: 0;
}

.product-card {
    padding: 0 5px 8px;
    position: relative;
    overflow: hidden;
}

.product-card__ribbon-text {
    position: absolute;
    background: #fe5e31;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-size: 10px;
    line-height: 1;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
    text-align: center;
    height: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 14px;
    left: -27px;
    width: 110px;
    padding: 4px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ribbon__band .product-card__ribbon-text {
    display: block;
}

.product-card__ribbon-text.d-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 12px 10px 10px;
    text-align: center;
    margin: 0 0 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-card__text {
    padding: 0 10px;
}

.product-card__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 130px;
    min-width: 120px;
    margin: 0 auto 5px;
}

.product-card__logo .product-card__link {
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.product-card__logo .product-card__link:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}

.product-card__logo .product-card__link img {
    max-width: 110px;
}

.rating {
    height: 15px;
    position: relative;
    width: 80px;
    margin: auto;
}

.rating:before {
    background-image: url(../images/icon-star.svg);
    background-repeat: repeat-x;
    background-size: 16px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

.rating .rating__star {
    text-indent: -10000px;
    width: 80px;
    height: 15px;
    position: absolute;
    overflow: hidden;
}

.rating .rating__star:before {
    background-image: url(../images/icon-star-fill.svg);
    background-repeat: repeat-x;
    background-size: 16px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}

.product-card__rating-hold {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.product-card__rating-hold .rating-hold__title {
    font-weight: 400;
    font-size: 13px;
    color: #343434;
}

.product-card__title {
    font-size: 20px;
    line-height: 1.1;
    padding: 4px 5px 12px;
    display: block;
    margin: 0;
}

.product-card__content {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 10px;
    display: none;
}

.product-card__subcol {
    padding: 0 5px;
    width: 195px;
    margin: 0 auto;
}

.product-card__subcol .product-card__descr {
    font-size: 10px;
    line-height: 1.1;
    display: block;
    padding: 8px 0 4px;
}

.product-card__footer {
    font-size: 10px;
    line-height: 1.214;
    color: #777;
    text-align: center;
}

.card-for-section-page {
    padding: 0 0 11px;
    position: relative;
    overflow: hidden;
}

.card-for-section-page__ribbon-text {
    position: absolute;
    background: #fe5e31;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-size: 10px;
    line-height: 1;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
    text-align: center;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 14px;
    left: -27px;
    width: 110px;
    padding: 4px 23px;
}

.card-for-section-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 11px 0 8px;
    text-align: center;
    margin: 0 0 7px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

.card-for-section-page__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 140px;
    margin: 0 0 7px;
    padding: 0 0 0 10px;
}

.card-for-section-page__link {
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.card-for-section-page__link img {
    max-width: 110px;
}

.card-for-section-page__link:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}

.card-for-section-page__title {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
    display: block;
    padding: 0 5px 10px;
    margin: 0;
}

.card-for-section-page__content {
    font-size: 14px;
    line-height: 1.2;
    display: none;
    padding: 0 5px;
}

.card-for-section-page__subcol {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.card-for-section-page__descr {
    font-size: 10px;
    line-height: 1.1;
    display: block;
    padding: 8px 0 0;
}

.card-for-section-page__footer {
    font-size: 10px;
    line-height: 1.214;
    color: #777;
    text-align: center;
}

.card-for-section-page__col {
    display: block;
    font-size: 0;
    letter-spacing: 0;
}

.card-for-section-page__col:first-child {
    width: 140px;
}

.card-for-section-page__col:last-child {
    width: calc(100% - 140px);
    padding-left: 0;
}

.card-for-section-page__col:last-child .card-for-section-page__subcol {
    display: block;
}

.card-for-section-page__col:last-child .card-for-section-page__subcol:nth-child(3) {
    padding: 0 10px;
}

.card-for-section-page .rating {
    height: 15px;
    position: relative;
    width: 80px;
    margin: auto;
}

.card-for-section-page .rating__star {
    text-indent: -10000px;
    width: 80px;
    height: 15px;
    position: absolute;
    overflow: hidden;
}

.card-for-section-page .rating__star:before {
    background-image: url(../images/icon-star-fill.svg);
    background-repeat: repeat-x;
    background-size: 16px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}

.card-for-section-page .rating:before {
    background-image: url(../images/icon-star.svg);
    background-repeat: repeat-x;
    background-size: 16px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

.card-for-section-page .rating-hold {
    padding: 0 0 0 10px;
}

.card-for-section-page .rating-hold__title {
    font-weight: 400;
    font-size: 13px;
    color: #343434;
    display: block;
    padding: 0 5px 2px;
}

.card-for-section-page .rating-hold_for-desk {
    display: none;
}

.card-for-section-page .btn {
    width: 100%;
    max-width: 185px;
    font-size: 15px;
    line-height: 1.33;
}

.card-for-sidebar {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.card-for-sidebar .card-holder {
    border-radius: 8px;
    overflow: hidden;
}

.card-for-sidebar__ribbon-text {
    position: absolute;
    top: 14px;
    left: -27px;
    background: #ff3;
    color: #0e0e0e;
    padding: 4px 20px;
    text-transform: uppercase;
    width: 110px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-size: 10px;
    line-height: 1;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
    text-align: center;
    font-weight: 700;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.card-for-sidebar__body {
    background: #fff;
    padding: 11px 10px;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

.card-for-sidebar__logo {
    display: block;
}

.card-for-sidebar__link {
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-radius: 7px 7px 0 0;
    border: 1px solid #fff;
    border-bottom: none;
}

.card-for-sidebar__link:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}

.card-for-sidebar__img {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 40px;
}

.card-for-sidebar__title {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: 0;
    display: block;
    padding: 0;
    margin-bottom: 6px;
}

.card-for-sidebar__descr {
    font-size: 10px;
    line-height: 1.1;
    display: block;
    padding: 8px 0 0;
}

.card-for-sidebar__footer {
    font-size: 10px;
    line-height: 1.214;
    color: #777;
    text-align: center;
    padding: 8px 8px 13px;
}

.card-for-sidebar .rating {
    height: 15px;
    position: relative;
    width: 80px;
    margin: auto;
}

.card-for-sidebar .rating__star {
    text-indent: -10000px;
    width: 80px;
    height: 15px;
    position: absolute;
    overflow: hidden;
}

.card-for-sidebar .rating__star:before {
    background-image: url(../images/icon-star-fill.svg);
    background-repeat: repeat-x;
    background-size: 16px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}

.card-for-sidebar .rating:before {
    background-image: url(../images/icon-star.svg);
    background-repeat: repeat-x;
    background-size: 16px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

.card-for-sidebar .rating-hold__title {
    font-weight: 400;
    font-size: 15px;
    color: #343434;
    display: block;
    padding: 0;
    margin-bottom: 4px;
}

.card-for-sidebar .rating-hold__link {
    margin-bottom: 15px;
    display: block;
}

.reviews-section {
    padding: 0;
}

.main-container {
    padding: 20px 0 12px;
}

.slider-holder {
    padding: 30px 0 28px;
    -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(51, 50, 51, 0.05);
}

.mfp-counter {
    display: none;
}

.review-slider .slick-list {
    overflow: visible;
}

.review-slider .slick-slide {
    outline: none;
}

.review-slider .slide-box {
    padding: 0 22px;
}

.review-slider .slide-box img {
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}

.top__card-review {
    padding: 0 5px 18px;
}

.top__card-review .head {
    padding: 0 0 4px;
    margin: 0 0 13px;
}

.top__card-review .product-card__rating {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px;
}

.top__card-review .product-card__rating .rating {
    width: 95px;
    height: 20px;
}

.top__card-review .product-card__rating .rating:before {
    width: 95px;
    background-size: 19px 18px;
    height: 20px;
}

.top__card-review .product-card__rating .rating .rating__star {
    width: 95px;
    height: 20px;
}

.top__card-review .product-card__rating .rating .rating__star:before {
    background-size: 19px 18px;
    height: 20px;
}

.top__card-review .product-card__rating a {
    display: block;
}

.top__card-review .image__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 113px;
    border-radius: 5px;
    border: 3px solid #4c4c4c;
    background-color: #000;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 15px;
}

.top__card-review .image__box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.top__card-review .text-holder {
    padding: 20px 5px 0;
}

.top__card-review p {
    margin: 0 0 20px;
}

.sidebar {
    padding: 0 5px 30px;
}

.sidebar h2 {
    margin: 0 0 6px;
}

.sidebar .list {
    font-size: 18px;
    padding: 15px 14px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

.sidebar .list li {
    position: relative;
    padding: 0 0 1px 26px;
}

.sidebar .list li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #222;
}

.sidebar .list a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.sidebar .list a:hover {
    color: #f57829;
}

.content {
    padding: 0 5px 40px;
}

.content .content-list-wrap h2 {
    margin: 0 0 6px;
}

.content h2 {
    margin: 0 0 27px;
}

.content p {
    margin: 0 0 20px;
    line-height: 1.34;
}

.pros__cons {
    margin: 0 0 18px;
}

.pros__cons li {
    padding: 18px 10px 18px 58px;
    background: #fff;
    margin: 0 0 5px;
    position: relative;
}

.pros__cons .ico-pros,
.pros__cons .ico-cons {
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #37b549;
}

.pros__cons .ico-pros:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 14px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 4px solid #fff;
    border-width: 0 0 4px 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.pros__cons .ico-cons {
    background: #c12a2a;
}

.pros__cons .ico-cons:after, .pros__cons .ico-cons:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 4px;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -2px 0 0 -9px;
}

.pros__cons .ico-cons:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.error-page {
    padding: 0 0 50px;
}

.error-page h1 {
    font-size: 60px;
    margin: 0 0 22px;
    line-height: 1.2;
}

.error-page h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 16px;
}

.error-page p {
    margin: 0 0 31px;
}

.error-page .error-page__info {
    margin: 0 auto;
    text-align: center;
    padding: 0 15px 35px;
    max-width: 390px;
    line-height: 1.33;
    font-size: 18px;
}

.error-page .error-page__img {
    max-width: 262px;
    margin: 0 auto;
    padding: 0 15px;
}

.page__footer {
    text-align: center;
    padding: 25px 0 32px;
    position: relative;
    background-color: #eee;
}

.page__footer:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    height: 5px;
    background-color: #a7b2af;
    max-width: 1180px;
    margin: 0 auto;
}

.page__footer h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.page__footer .text-box {
    max-width: 720px;
    margin: 0 auto 30px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.page__footer .text-box h3 {
    margin: 0 0 21px;
}

.social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 25px;
}

.social-network li {
    padding: 0 7px;
}

.social-network a {
    display: block;
    font-size: 48px;
    color: #222;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.social-network a:hover {
    color: #15ecb9;
}

.footer__brands {
    padding: 0 0 24px;
}

.footer__brands li {
    padding: 0 0 13px;
}

.footer__brands a {
    display: block;
}

.footer__brands a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.footer__brands img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.copyright-holder {
    font-size: 14px;
    line-height: 16px;
}

.copyright-holder .privacy {
    display: inline-block;
    margin: 0 0 28px;
}

.copyright-holder a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #222;
}

.copyright-holder a:hover {
    color: #15ecb9;
}

.copyright-holder p {
    display: block;
    margin: 0 12px;
}

#cookie-law-info-bar span {
    display: inline-block;
    vertical-align: middle;
}

#cookie-law-info-bar span span {
    padding: 5px 15px 0;
}

#cookie-law-info-bar span .cli-plugin-button {
    margin: 0;
    background: #15ecb9 !important;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #222 !important;
}

#cookie-law-info-bar span .cli-plugin-button:hover {
    background: #30343b !important;
    color: #fff !important;
}

#cookie-law-info-bar span .cli-plugin-main-link {
    margin-left: 8px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

#cookie-law-info-bar span .cli-plugin-main-link:hover {
    color: #15ecb9 !important;
}

#cookie-law-info-again {
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 0 5px 2px rgba(22, 22, 22, 0.2);
            box-shadow: 0 0 5px 2px rgba(22, 22, 22, 0.2);
}

@media (min-width: 375px) {
    .card-for-section-page__col:last-child {
        padding-left: 10px;
    }
}

@media (min-width: 480px) {
    .hero-text-box {
        display: block;
    }
    .hero-banner {
        margin: 0;
    }
    .card-for-section-page__body {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media (min-width: 576px) {
    .product-card__body {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .product-card__body .product-card__col {
        width: 30%;
    }
    .product-card__body .product-card__col:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        width: 70%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .card-for-section-page__logo {
        margin: 0;
    }
    .card-for-section-page__col:last-child .card-for-section-page__subcol {
        width: 200px;
        display: inline-block;
        vertical-align: middle;
    }
    .card-for-section-page__col:last-child .card-for-section-page__subcol:nth-child(2) {
        width: calc(100% - 400px);
    }
    .card-for-section-page__col:last-child .card-for-section-page__subcol:nth-child(3) {
        padding: 0 20px 0 5px;
    }
    .card-for-section-page .rating-hold_for-mob {
        display: none;
    }
    .card-for-section-page .rating-hold_for-desk {
        display: block;
    }
    .card-for-section-page .btn {
        max-width: 175px;
        min-width: auto;
    }
}

@media (min-width: 600px) {
    .admin-bar .page__header {
        top: 32px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 28px;
    }
    .container {
        padding: 0 15px;
    }
    .section-page__reviews {
        padding: 15px 0 30px;
    }
    .section-page {
        max-width: 1200px;
        padding: 0;
    }
    .head .poster__content {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: calc(100% - 370px);
        margin: 0 -30px 0 0;
        background-color: transparent;
        padding: 0 0 0 24px;
    }
    .head .poster__image img {
        min-width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .head .poster__image:before {
        display: block;
    }
    .head .poster__image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 400px;
        margin: 0px;
        min-height: 170px;
    }
    .head .poster {
        margin: 18px 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        background-color: #222;
    }
    .product-card {
        padding: 0 0 8px;
    }
    .product-card__body {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 15px 12px 15px 12px;
    }
    .product-card__body .product-card__col {
        width: 45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .product-card__body .product-card__col:last-child {
        width: 55%;
    }
    .product-card__logo {
        margin: 0;
        width: 140px;
        max-width: 140px;
    }
    .product-card__rating-hold {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0 10px;
        width: 60%;
    }
    .product-card__rating-hold .rating-hold__title {
        font-size: 15px;
    }
    .product-card__title {
        width: 50%;
        padding: 0 5px 10px 5px;
    }
    .product-card__subcol {
        padding: 0;
        width: 50%;
    }
    .product-card__footer {
        text-align: left;
    }
    .card-for-section-page__body {
        padding: 20px 0;
        margin: 0 0 5px;
    }
    .card-for-section-page__logo {
        padding: 0 12px;
        width: 180px;
    }
    .card-for-section-page__link {
        height: 100px;
    }
    .card-for-section-page__title {
        font-size: 22px;
        padding: 4px 5px 9px;
    }
    .card-for-section-page__content {
        display: block;
    }
    .card-for-section-page__footer {
        text-align: left;
    }
    .card-for-section-page__col:first-child {
        width: 180px;
    }
    .card-for-section-page__col:last-child {
        width: calc(100% - 180px);
        padding-left: 0;
    }
    .card-for-section-page .rating-hold__title {
        font-size: 15px;
    }
    .card-for-section-page .rating-hold {
        padding: 0 4px;
    }
    .main-container {
        padding: 40px 0 0;
    }
    .main-container .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .slider-holder {
        padding: 40px 0 38px;
    }
    .top__card-review {
        padding: 0 0 32px;
    }
    .top__card-review .head {
        padding: 0 0 9px;
        margin: 0 0 28px;
    }
    .top__card-review .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .top__card-review .product-card__rating {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding: 0 0 10px;
        width: 95px;
        margin: 0;
        text-align: left;
    }
    .top__card-review .image__box {
        width: 259px;
        height: 169px;
        border-radius: 8px;
    }
    .top__card-review .text-holder {
        padding: 1px 0 0 25px;
    }
    .sidebar {
        width: 30%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 0 23px 0 0;
    }
    .sidebar .list {
        border-color: #129588;
        padding: 15px 0;
    }
    .content {
        width: 75%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        max-width: 610px;
        padding: 0 0 10px 8px;
    }
    .content .content-text {
        padding: 0 0 25px;
    }
    .pros__cons {
        margin: 0 0 34px;
    }
    .error-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 90px 0;
    }
    .error-page h1 {
        font-size: 120px;
        margin: 0 0 4px;
    }
    .error-page h2 {
        margin: 0 0 16px;
    }
    .error-page p {
        margin: 0 0 34px;
    }
    .error-page .error-page__info {
        padding: 5px 20px 0;
        margin: 0;
    }
    .error-page .error-page__img {
        margin: 0 0 0 76px;
        padding: 0;
        max-width: 384px;
    }
    .page__footer {
        padding: 40px 0 33px;
    }
    .page__footer h3 {
        margin: 0 0 17px;
    }
    .page__footer .text-box {
        line-height: 1.46;
        letter-spacing: 0;
    }
    .page__footer .text-box h3 {
        margin: 0 0 17px;
    }
    .social-network {
        padding: 0 0 48px;
    }
    .social-network li {
        padding: 0 5px;
    }
    .social-network a {
        font-size: 40px;
    }
    .footer__brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 50px;
    }
    .footer__brands li {
        padding: 0 20px;
        border-right: 1px solid #b0aeae;
    }
    .footer__brands li:first-child {
        border-left: 1px solid #b0aeae;
    }
    .footer__brands img {
        max-height: 36px;
    }
    .copyright-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .copyright-holder br {
        display: none;
    }
    .copyright-holder .privacy {
        margin: 0 12px;
    }
    .copyright-holder p {
        display: inline;
    }
    #cookie-law-info-bar span span {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .page__main {
        padding: 42px 0;
    }
    #wrapper {
        padding: 116px 0 0;
    }
    .page__header:after {
        bottom: -7px;
        height: 7px;
    }
    .header__holder {
        padding: 19px 0 18px;
    }
    .hamburger {
        display: none;
    }
    .logo {
        width: 312px;
        margin: 0;
    }
    .main__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0;
    }
    .main__nav li {
        font-weight: 700;
        padding: 0 0 0 30px;
    }
    .main__nav li.active a {
        background: none;
    }
    .main__nav li.active a:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
    .main__nav a {
        display: inline-block;
        color: #fff;
        padding: 0 4px;
        font-size: 16px;
    }
    .main__nav a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 4px;
        bottom: -10px;
        background-color: #f57829;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .section-page__content {
        padding: 0 15px;
        max-width: 75%;
    }
    .section-page__sidebar {
        display: block;
    }
    .hero-section .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .hero-text-box {
        width: 30%;
        margin: 0 0 0 30px;
        min-height: 350px;
    }
    .hero-banner {
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        max-height: 400px;
    }
    .hero-banner img {
        opacity: 0;
    }
    .head .poster__title {
        font-size: 22px;
        line-height: 0.91;
        margin: 15px 0 20px;
    }
    .head .poster__text {
        display: block;
    }
    .product-card__body {
        padding: 15px 24px 15px 12px;
    }
    .product-card__body .product-card__col {
        width: 28%;
    }
    .product-card__body .product-card__col:last-child {
        width: 72%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .product-card__logo {
        width: 156px;
        max-width: 156px;
    }
    .product-card__rating-hold {
        width: 56%;
    }
    .product-card__title {
        font-size: 24px;
        line-height: 1.1;
        width: 34%;
    }
    .product-card__content {
        display: block;
        width: 45%;
        padding: 0 15px;
    }
    .product-card__subcol {
        width: 195px;
    }
    .top__card-review .text-holder {
        padding: 1px 0 0 51px;
    }
    .sidebar {
        width: 25%;
    }
    .content {
        width: 70%;
    }
    .error-page {
        padding: 80px 77px 90px 0;
    }
    .footer__brands li {
        padding: 2px 32px;
    }
}

@media (min-width: 1200px) {
    .main__nav li {
        padding: 0 0 0 49px;
    }
    .section-page__sidebar {
        padding: 54px 15px 0;
    }
    .page__footer:after {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        text-align: center;
        margin: -4px 0 0;
        z-index: 10;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .nav-active .navbar {
        max-height: 4000px;
    }
    .main__nav {
        background-color: #fff;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }
    .nav-active .main__nav {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    .main__nav a:hover {
        background-color: rgba(34, 34, 34, 0.1);
    }
    .hero-banner {
        background: none !important;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .hero-section {
        margin-bottom: 13px;
    }
    .product-card__body .product-card__col.image-hold {
        max-width: 135px;
    }
    .review-slider {
        max-width: 330px;
    }
    .review-slider .slide-box {
        padding: 0 18px;
    }
    .top__card-review .head h1 {
        font-size: 18px;
    }
    .top__card-review .text-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 16px;
        line-height: 1.3;
    }
    .top__card-review .text-holder .btn-orange {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 0 auto 24px;
        max-width: 300px;
    }
    .top__card-review .text-holder p {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .content .text-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .content .text-wrap .btn {
        max-width: 300px;
        margin: 0 auto 38px;
    }
}

@media (max-width: 575px) {
    .product-card__body .product-card__col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
    }
}

@media (max-width: 375px) {
    .product-card__body {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

@media (max-width: 374px) {
    .btn {
        min-width: 134px;
    }
    .product-card__title {
        font-size: 18px;
    }
    .product-card__subcol {
        width: auto;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .top__card-review .image__box img {
        width: 100%;
    }
}

/*# sourceMappingURL=main.css.map */
