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

 */
@import 'https://fonts.googleapis.com/css?family=Dosis:300,400,700';
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: 0.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: -0.5em; }

sub {
  bottom: -0.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: 0.35em 0.625em 0.75em; }

/**

 * 1. Correct `color` not being inherited in IE 8/9/10/11.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

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

/**

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

 */
textarea {
  overflow: auto; }

/**

 * Don't inherit the `font-weight` (applied by a rule above).

 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

 */
optgroup {
  font-weight: bold; }

/* Tables

   ========================================================================== */
/**

 * Remove most spacing between table cells.

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat100.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat200.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat300.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat400.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat500.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat600.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat700.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat800.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat900.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff?5mzd27") format("woff");
  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-angle-left:before {
  content: "\e900"; }

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

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

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

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

body {
  min-width: 320px;
  background: #fff;
  font: 14px/20px "Montserrat", Arial, Helvetica, sans-serif;
  color: #363636; }

a {
  color: #cd0b00;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img,
iframe {
  max-width: 100%; }

input,
select,
textarea,
button {
  outline: none; }

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

.container {
  position: relative;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (max-width: 1180px) {
    .container {
      padding: 0 15px;
      max-width: 720px; } }
  .container:after {
    display: block;
    content: '';
    clear: both; }

#header {
  position: relative;
  padding: 30px 0 20px;
  background: -webkit-linear-gradient(top, #d51204 0%, #cf1104 27%, #bd0f03 70%, #b50f03 100%);
  background: linear-gradient(to bottom, #d51204 0%, #cf1104 27%, #bd0f03 70%, #b50f03 100%);
  border-bottom: 1px solid #cd0b00;
  color: #fff; }
  @media (max-width: 767px) {
    #header {
      padding: 15px 0; } }
  #header .container {
    position: static; }
  #header .logo {
    float: left; }
    @media (max-width: 767px) {
      #header .logo {
        width: 230px;
        margin: 5px 0 0; } }
    #header .logo img {
      display: block; }
  #header a {
    color: inherit; }
  #header .search-block {
    position: relative;
    float: right;
    margin: 4px 0 0 20px; }
    @media (max-width: 767px) {
      #header .search-block {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 10px; } }
    #header .search-block .opener {
      font-size: 16px; }
    #header .search-block .search-slide {
      background: #fff;
      border: 3px solid #cd0b00;
      position: absolute;
      top: -10px;
      right: 0;
      z-index: 1;
      display: none; }
      @media (max-width: 767px) {
        #header .search-block .search-slide {
          position: static;
          top: auto; } }
      #header .search-block .search-slide form {
        position: relative; }
    @media (max-width: 767px) {
      #header .search-block.active .opener {
        display: none; } }
    #header .search-block.active .search-slide {
      display: block; }
    #header .search-block input[type=text] {
      border: none;
      background: #fff;
      font: 14px/20px "Montserrat", Arial, Helvetica, sans-serif;
      color: #363636;
      padding: 6px 30px 4px 10px;
      width: 180px; }
    #header .search-block button {
      border: none;
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      font-size: 18px;
      height: 30px;
      width: 30px;
      color: #cd0b00; }
  #header .cart-block {
    position: relative;
    margin: 4px 0 0 20px;
    float: right; }
    @media (max-width: 767px) {
      #header .cart-block {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 10px; } }
    #header .cart-block .opener {
      font-size: 16px; }
  #header .slide {
    padding: 5px 0 0; }
    @media (max-width: 767px) {
      #header .slide {
        padding: 15px 0;
        text-align: center;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        right: -100%;
        background: #cd0b00;
        -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease; } }
    .menu-active #header .slide {
      right: 0; }

#nav {
  float: right;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font: bold 16px/24px "Dosis", Arial, Helvetica, sans-serif; }
  @media (max-width: 1180px) {
    #nav {
      float: none;
      clear: both;
      margin: 0;
      padding: 6px 0 0;
      text-align: justify;
      font-size: 14px;
      height: 24px; } }
  @media (max-width: 767px) {
    #nav {
      height: auto;
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.5); } }
  #nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 1180px) {
      #nav ul:after {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 1px;
        content: ''; } }
    @media (max-width: 767px) {
      #nav ul:after {
        display: none; } }
  #nav li {
    float: left;
    margin-left: 30px; }
    @media (max-width: 1180px) {
      #nav li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0; } }
    @media (max-width: 767px) {
      #nav li {
        display: block; } }
  @media (max-width: 767px) {
    #nav a {
      display: block;
      padding: 8px 15px; } }
  #nav a:hover, #nav a.active {
    color: #2c2b2b;
    text-decoration: none; }

.promo-section {
  font-weight: bold;
  line-height: 1; }
  @media (max-width: 767px) {
    .promo-section {
      text-align: center; } }
  .promo-section .image {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 10px; 
    width: 400px;
    }
    @media (max-width: 1180px) {
      .promo-section .image {
        width: 220px;
        top: 50%; } }
    @media (max-width: 767px) {
      .promo-section .image {
        position: static;
        display: block;
        width: 80%;
        margin: 0 auto 20px; } }
  .promo-section .block-1 {
    padding: 58px 0 45px; }
    @media (max-width: 1180px) {
      .promo-section .block-1 {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      .promo-section .block-1 {
        padding: 15px 0; } }
    .promo-section .block-1 .container > span {
      display: block; }
    .promo-section .block-1 .style-1 {
      font-size: 34px; }
      @media (max-width: 1180px) {
        .promo-section .block-1 .style-1 {
          font-size: 29px; } }
      @media (max-width: 767px) {
        .promo-section .block-1 .style-1 {
          font-size: 17px; } }
    .promo-section .block-1 .style-2 {
      display: block;
      color: #cd0b00;
      font-size: 35px; }
      @media (max-width: 1180px) {
        .promo-section .block-1 .style-2 {
          font-size: 33px; } }
      @media (max-width: 767px) {
        .promo-section .block-1 .style-2 {
          font-size: 18px; } }
    .promo-section .block-1 .style-3 {
      text-transform: uppercase;
      font-size: 59px; }
      @media (max-width: 1180px) {
        .promo-section .block-1 .style-3 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .promo-section .block-1 .style-3 {
          font-size: 18px; } }
    .promo-section .block-1 .style-4 {
      display: block;
      margin: 0 0 20px;
      color: #cd0b00;
      font-size: 45px;
      text-transform: uppercase; }
      @media (max-width: 1180px) {
        .promo-section .block-1 .style-4 {
          font-size: 37px; } }
      @media (max-width: 767px) {
        .promo-section .block-1 .style-4 {
          font-size: 20px;
          margin: 0 0 10px; } }
    .promo-section .block-1 .style-5 {
      text-transform: uppercase;
      font-size: 37px; }
      @media (max-width: 1180px) {
        .promo-section .block-1 .style-5 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .promo-section .block-1 .style-5 {
          font-size: 24px; } }
  .promo-section .block-2 {
    position: relative;
    padding: 52px 0 45px;
    background: #ebebeb; }
    @media (max-width: 1180px) {
      .promo-section .block-2 {
        padding: 30px 0; } }
    .promo-section .block-2:before {
      position: absolute;
      content: '';
      top: 1px;
      left: 0;
      right: 0;
      height: 6px;
      background: #fff; }
    .promo-section .block-2 .container > span {
      display: block; }
    .promo-section .block-2 .style-1 {
      display: block;
      margin: 0 0 -8px;
      text-transform: uppercase;
      font-size: 38px; }
      @media (max-width: 1180px) {
        .promo-section .block-2 .style-1 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .promo-section .block-2 .style-1 {
          font-size: 16px;
          line-height: 24px; } }
    .promo-section .block-2 .style-2 {
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      color: #cd0b00;
      font-size: 199px; }
      @media (max-width: 1180px) {
        .promo-section .block-2 .style-2 {
          font-size: 150px; } }
      @media (max-width: 767px) {
        .promo-section .block-2 .style-2 {
          font-size: 60px; } }
      .promo-section .block-2 .style-2 sup {
        position: absolute;
        font-size: 100px;
        top: 60px;
        vertical-align: top; }
        @media (max-width: 1180px) {
          .promo-section .block-2 .style-2 sup {
            font-size: 80px;
            top: 50px; } }
        @media (max-width: 767px) {
          .promo-section .block-2 .style-2 sup {
            top: 20px;
            font-size: 30px; } }
    .promo-section .block-2 .style-3 {
      text-transform: uppercase;
      font-size: 74px;
      color: #363636; }
      @media (max-width: 1180px) {
        .promo-section .block-2 .style-3 {
          font-size: 55px; } }
      @media (max-width: 767px) {
        .promo-section .block-2 .style-3 {
          font-size: 22px; } }
    .promo-section .block-2 .style-4 {
      display: block;
      margin-top: -30px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 67px; }
      @media (max-width: 1180px) {
        .promo-section .block-2 .style-4 {
          font-size: 55px;
          margin-top: -20px; } }
      @media (max-width: 767px) {
        .promo-section .block-2 .style-4 {
          font-size: 22px;
          margin-top: -5px; } }
    .promo-section .block-2 .style-5 {
      font-size: 25px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .promo-section .block-2 .style-5 {
          font-size: 18px; } }
      .promo-section .block-2 .style-5 .timer {
        color: #cd0b00; }

.get-row {
  line-height: 1;
  color: #fff;
  background: #2f3134; }
  @media (max-width: 767px) {
    .get-row {
      text-align: center; } }
  .get-row .text {
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold; }
    .get-row .text span {
      display: block;
      margin: 0 0 4px;
      font-size: 30px; }
      @media (max-width: 1180px) {
        .get-row .text span {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .get-row .text span {
          font-size: 16px; } }
    .get-row .text strong {
      font-weight: bold;
      font-size: 40px;
      color: #cd0b00; }
      @media (max-width: 1180px) {
        .get-row .text strong {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .get-row .text strong {
          font-size: 20px; } }
  .get-row .text-holder {
    padding: 40px 0 0;
    overflow: hidden; }
    @media (max-width: 1180px) {
      .get-row .text-holder {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .get-row .text-holder {
        padding: 15px 0; } }
  .get-row .icons {
    padding: 24px 0 0;
    float: right; }
    @media (max-width: 1180px) {
      .get-row .icons {
        display: none; } }
  .get-row .get-holder {
    float: right;
    width: 320px;
    position: relative;
    background: #cd0b00;
    height: 190px; }
    @media (max-width: 1180px) {
      .get-row .get-holder {
        width: auto;
        padding: 20px;
        height: auto; } }
    @media (max-width: 767px) {
      .get-row .get-holder {
        float: none;
        width: auto;
        padding: 10px; } }
    .get-row .get-holder:after {
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      width: 2000px;
      background: #cd0b00;
      content: ''; }
      @media (max-width: 767px) {
        .get-row .get-holder:after {
          display: none; } }
    .get-row .get-holder:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 180px;
      height: 190px;
      border: solid transparent;
      border-width: 95px 90px;
      border-left-color: #2f3134; }
      @media (max-width: 1180px) {
        .get-row .get-holder:before {
          display: none; } }
  .get-row .btn-get {
    z-index: 2;
    position: relative;
    display: block;
    text-align: center;
    background: #f3c100;
    color: #cd0b00;
    text-shadow: 1px 1px 0 #ffe400;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 5px 16px;
    margin: 41px 0 0 110px;
    width: 204px; }
    @media (max-width: 1180px) {
      .get-row .btn-get {
        font-size: 28px;
        margin: 0;
        padding: 13px 10px 11px; } }
    @media (max-width: 767px) {
      .get-row .btn-get {
        font-size: 24px;
        line-height: 26px;
        display: block;
        width: auto; } }
    .get-row .btn-get:before, .get-row .btn-get:after {
      position: absolute;
      top: 0;
      right: 100%;
      width: 52px;
      height: 54px;
      border: solid transparent;
      border-width: 27px 26px;
      border-color: #f3c100 #f3c100 transparent transparent;
      content: ''; }
      @media (max-width: 1180px) {
        .get-row .btn-get:before, .get-row .btn-get:after {
          display: none; } }
    .get-row .btn-get:after {
      top: auto;
      bottom: 0;
      border-color: transparent #f3c100 #f3c100 transparent; }
    .get-row .btn-get span {
      display: block;
      font-size: 38px; }
      @media (max-width: 1180px) {
        .get-row .btn-get span {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .get-row .btn-get span {
          display: inline;
          font-size: inherit; } }
    .get-row .btn-get:hover {
      text-decoration: none;
      background: #d89e00; }
      .get-row .btn-get:hover:before {
        border-color: #d89e00 #d89e00 transparent transparent; }
      .get-row .btn-get:hover:after {
        border-color: transparent #d89e00 #d89e00 transparent; }

.advantages-section {
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 95px 0 0; }
  @media (max-width: 1180px) {
    .advantages-section {
      padding: 50px 0 0; } }
  @media (max-width: 767px) {
    .advantages-section {
      padding: 30px 0 0; } }
  .advantages-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    content: '';
    background: url(../images/img-2.jpg) no-repeat;
    background-size: cover;
    opacity: 0.2; }
  .advantages-section .bg {
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .advantages-section .bg img {
      display: block;
      width: 100%; }
  .advantages-section .heading {
    margin: 0 0 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      .advantages-section .heading {
        font-size: 26px;
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .advantages-section .heading {
        font-size: 16px;
        margin: 0 0 15px; } }
    .advantages-section .heading h1 {
      font-size: 45px;
      color: #cd0b00;
      margin: 0 0 10px; }
      @media (max-width: 1180px) {
        .advantages-section .heading h1 {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .advantages-section .heading h1 {
          font-size: 28px; } }
      .advantages-section .heading h1:after {
        display: block;
        content: '';
        height: 2px;
        background: rgba(255, 255, 255, 0.15);
        border-top: 1px solid #000;
        margin: 5px 0 0; }
    .advantages-section .heading span {
      display: block; }
  .advantages-section .advantage-list {
    margin: 0 0 70px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    overflow: hidden; }
    @media (max-width: 1180px) {
      .advantages-section .advantage-list {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .advantages-section .advantage-list {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 20px; } }
    .advantages-section .advantage-list .item {
      position: relative;
      float: left;
      width: 20%;
      padding: 0 10px;
      font-weight: 300; }
      @media (max-width: 1180px) {
        .advantages-section .advantage-list .item {
          float: none;
          width: 30%;
          display: inline-block;
          vertical-align: top;
          margin: 0 0 20px; } }
      @media (max-width: 767px) {
        .advantages-section .advantage-list .item {
          float: none;
          display: inline-block;
          vertical-align: top;
          width: 260px; } }
      .advantages-section .advantage-list .item + .item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.2);
        content: '';
        width: 1px;
        height: 276px; }
        @media (max-width: 1180px) {
          .advantages-section .advantage-list .item + .item:before {
            display: none; } }
    .advantages-section .advantage-list .visual {
      height: 230px;
      margin: 0 0 4px;
      position: relative; }
      @media (max-width: 1180px) {
        .advantages-section .advantage-list .visual {
          height: 200px; } }
      @media (max-width: 767px) {
        .advantages-section .advantage-list .visual {
          height: auto;
          margin: 0 0 -5px; } }
      .advantages-section .advantage-list .visual img {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (max-width: 767px) {
          .advantages-section .advantage-list .visual img {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            width: 50%; } }
    .advantages-section .advantage-list strong {
      text-transform: uppercase;
      color: #cd0b00;
      display: block;
      font-weight: 600;
      font-size: 16px; }
    .advantages-section .advantage-list span {
      display: block;
      padding: 0 10px; }
  .advantages-section .additional {
    margin: 0 0 100px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300; }
    @media (max-width: 1180px) {
      .advantages-section .additional {
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .advantages-section .additional {
        font-size: 14px;
        margin: 0 0 30px; } }
    .advantages-section .additional h2 {
      text-align: left;
      color: #cd0b00;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 26px;
      font-weight: 600;
      margin: 0 0 25px;
      text-align: center; }
      @media (max-width: 767px) {
        .advantages-section .additional h2 {
          font-size: 20px;
          line-height: 24px;
          margin: 0 0 15px; } }
    .advantages-section .additional ul {
      max-width: 980px;
      text-align: left;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 70px;
         -moz-column-gap: 70px;
              column-gap: 70px; }
      @media (max-width: 1180px) {
        .advantages-section .additional ul {
          -webkit-column-gap: 30px;
             -moz-column-gap: 30px;
                  column-gap: 30px; } }
      @media (max-width: 767px) {
        .advantages-section .additional ul {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1;
          -webkit-column-gap: 0;
             -moz-column-gap: 0;
                  column-gap: 0; } }
      .advantages-section .additional ul li {
        position: relative;
        padding-left: 26px;
        margin: 0 0 6px; }
        .advantages-section .additional ul li:before {
          position: absolute;
          top: 4px;
          left: 0;
          content: '';
          width: 14px;
          height: 14px;
          border: 2px solid #cd0b00;
          border-radius: 100%; }
          @media (max-width: 1180px) {
            .advantages-section .additional ul li:before {
              top: 2px; } }
        .advantages-section .additional ul li:after {
          position: absolute;
          content: '';
          top: 9px;
          left: 5px;
          width: 4px;
          height: 4px;
          border-radius: 100%;
          background: #cd0b00; }
          @media (max-width: 1180px) {
            .advantages-section .additional ul li:after {
              top: 7px; } }

.separator {
  margin: 45px 0;
  clear: both;
  display: block;
  height: 22px;
  background: url(../images/separator.png) no-repeat 50% 0; }
  @media (max-width: 1180px) {
    .separator {
      margin: 30px 0; } }
  @media (max-width: 767px) {
    .separator {
      margin: 15px 0; } }
  .separator.alt {
    background: url(../images/separator-2.png) no-repeat 50% 0; }

.off-box {
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.1); }
  .off-box.dark {
    background: #242526; }
  .off-box.light {
    background: #e7e7e7;
    color: #363636; }
    .off-box.light .box-top {
      background: #fff; }
      @media (max-width: 1180px) {
        .off-box.light .box-top {
          padding: 20px 0 80px; } }
      @media (max-width: 767px) {
        .off-box.light .box-top {
          padding: 15px 0 80px; } }
      .off-box.light .box-top .style-4 .timer {
        color: #363636; }
      .off-box.light .box-top .container {
        position: relative;
        z-index: 10; }
    .off-box.light .box-bot {
      background: none; }
      .off-box.light .box-bot .decor {
        background: url(../images/bg-decor-2.png) no-repeat 50% 0;
        height: 140px; }
        .off-box.light .box-bot .decor:before, .off-box.light .box-bot .decor:after {
          background: #e7e7e7 url(../images/bg-shadow.png) repeat-x; }
      .off-box.light .box-bot .style-2 {
        color: #cd0b00; }
  .off-box .box-top {
    text-transform: uppercase;
    padding: 40px 0 80px;
    text-align: center; }
    @media (max-width: 1180px) {
      .off-box .box-top {
        padding: 20px 0 40px; } }
    @media (max-width: 767px) {
      .off-box .box-top {
        padding: 15px 0 40px; } }
    .off-box .box-top .container > span {
      display: block; }
    .off-box .box-top .style-1 {
      display: block;
      padding: 12px 0 5px;
      font-size: 25px; }
      @media (max-width: 1180px) {
        .off-box .box-top .style-1 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .off-box .box-top .style-1 {
          font-size: 16px;
          padding: 0; } }
    .off-box .box-top .style-2 {
      color: #cd0b00;
      font-weight: 800;
      font-size: 75px;
      margin: 0 0 -4px; }
      @media (max-width: 1180px) {
        .off-box .box-top .style-2 {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .off-box .box-top .style-2 {
          font-size: 32px;
          padding: 5px 0; } }
    .off-box .box-top .style-3 {
      display: block;
      font-size: 50px;
      font-weight: 800; }
      @media (max-width: 1180px) {
        .off-box .box-top .style-3 {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .off-box .box-top .style-3 {
          font-size: 20px; } }
    .off-box .box-top .style-4 {
      margin: 10px 0 0;
      display: block;
      color: #cd0b00;
      font-size: 20px; }
      @media (max-width: 1180px) {
        .off-box .box-top .style-4 {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .off-box .box-top .style-4 {
          font-size: 16px; } }
      .off-box .box-top .style-4 .timer {
        color: #fff; }
  .off-box .box-bot {
    padding: 38px 0 40px;
    text-align: center;
    position: relative;
    background: #c70300;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      .off-box .box-bot {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      .off-box .box-bot {
        padding: 15px 0; } }
    .off-box .box-bot .decor {
      position: absolute;
      bottom: 100%;
      left: 50%;
      width: 1300px;
      margin-left: -650px;
      height: 115px;
      background: url(../images/bg-decor-1.png) no-repeat 50% 0; }
      .off-box .box-bot .decor:before, .off-box .box-bot .decor:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 2000px;
        background: #c70300; }
      .off-box .box-bot .decor:after {
        left: auto;
        right: 100%; }
    .off-box .box-bot .style-1 {
      display: block;
      margin: 0 0 6px;
      font-size: 30px; }
      @media (max-width: 1180px) {
        .off-box .box-bot .style-1 {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .off-box .box-bot .style-1 {
          font-size: 17px; } }
    .off-box .box-bot .style-2 {
      margin: 0 0 15px;
      display: block;
      font-size: 41px; }
      @media (max-width: 1180px) {
        .off-box .box-bot .style-2 {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .off-box .box-bot .style-2 {
          font-size: 20px; } }
  .off-box .btn-get {
    margin: 0 0 40px;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    color: #cd0b00;
    display: inline-block;
    vertical-align: top;
    padding: 16px 10px 12px;
    min-width: 390px;
    background: -webkit-linear-gradient(top, #ffcc00 0%, #ffcc00 24%, #fcc600 41%, #dc9e00 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 24%, #fcc600 41%, #dc9e00 100%);
    border: 1px solid #ffcb00;
    text-shadow: 1px 1px 0 #ffe400;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      .off-box .btn-get {
        font-size: 28px;
        min-width: 300px;
        margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .off-box .btn-get {
        display: block;
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 24px;
        padding: 11px 10px 9px; } }
    .off-box .btn-get:hover {
      background: #dc9e00;
      text-decoration: none; }
    .off-box .btn-get i {
      font-size: 28px;
      margin-left: 22px; }
      @media (max-width: 1180px) {
        .off-box .btn-get i {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .off-box .btn-get i {
          font-size: 16px;
          margin-left: 10px; } }
  .off-box .image {
    display: block;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .off-box .image {
        max-width: 80%; } }
  .off-box.alt {
    color: #363636;
    background: #e4e4e4; }
    .off-box.alt .box-top {
      background: #fff;
      position: relative;
      padding-bottom: 100px; }
      @media (max-width: 767px) {
        .off-box.alt .box-top {
          padding-bottom: 70px; } }
      .off-box.alt .box-top .container > span {
        position: relative;
        z-index: 4; }
      .off-box.alt .box-top .style-4 .timer {
        color: #363636; }
    .off-box.alt .box-bot {
      background: none; }
      .off-box.alt .box-bot .decor {
        height: 140px;
        background: url(../images/bg-decor-2.png) no-repeat; }
        .off-box.alt .box-bot .decor:before, .off-box.alt .box-bot .decor:after {
          background: #e5e5e5 url(../images/bg-shadow.png) repeat-x; }
      .off-box.alt .box-bot .style-2 {
        color: #cd0b00; }

.faq-section {
  padding: 72px 0 20px;
  font-weight: 300; }
  @media (max-width: 1180px) {
    .faq-section {
      padding: 40px 0 30px; } }
  @media (max-width: 767px) {
    .faq-section {
      padding: 30px 0 10px; } }
  .faq-section h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 55px; }
    @media (max-width: 1180px) {
      .faq-section h2 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .faq-section h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 15px; } }
  .faq-section .row {
    margin: 0 -40px; }
    .faq-section .row:after {
      display: block;
      content: '';
      clear: both; }
    .faq-section .row .col {
      float: left;
      width: 50%;
      padding: 0 40px; }
      @media (max-width: 1180px) {
        .faq-section .row .col {
          width: auto;
          float: none; } }
      .faq-section .row .col:nth-child(2n+2) {
        border-left: 1px solid #e5e5e5; }
        @media (max-width: 1180px) {
          .faq-section .row .col:nth-child(2n+2) {
            border: none; } }
  .faq-section .item {
    padding-left: 25px;
    position: relative;
    margin: 0 0 50px;
    font-size: 18px;
    line-height: 25px; }
    @media (max-width: 1180px) {
      .faq-section .item {
        font-size: 17px;
        line-height: 20px;
        margin: 0 0 25px; } }
    @media (max-width: 767px) {
      .faq-section .item {
        font-size: 14px;
        margin: 0 0 15px; } }
    .faq-section .item .num {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 19px;
      line-height: 25px;
      font-weight: 800; }
      @media (max-width: 1180px) {
        .faq-section .item .num {
          font-size: 18px;
          line-height: 20px; } }
      @media (max-width: 767px) {
        .faq-section .item .num {
          font-size: 16px; } }
    .faq-section .item strong {
      color: #cd0b00;
      text-transform: uppercase;
      font-size: 19px;
      line-height: 25px;
      font-weight: 800;
      display: block;
      margin: 0 0 10px; }
      @media (max-width: 1180px) {
        .faq-section .item strong {
          font-size: 18px;
          line-height: 20px;
          margin: 0 0 5px; } }
      @media (max-width: 767px) {
        .faq-section .item strong {
          font-size: 16px; } }
    .faq-section .item p {
      margin: 0; }

.help-section {
  background: #e6e6e6;
  padding: 0 0 70px; }
  @media (max-width: 767px) {
    .help-section {
      padding: 0 0 15px; } }
  .help-section .heading {
    background: #fff;
    position: relative;
    text-align: center;
    margin: 0 0 160px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 800; }
    @media (max-width: 1180px) {
      .help-section .heading {
        margin: 0 0 140px; } }
    @media (max-width: 767px) {
      .help-section .heading {
        margin: 0 0 15px;
        padding: 15px 0;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); } }
    .help-section .heading h2 {
      font-size: 40px;
      color: #cd0b00;
      margin: 0 0 5px;
      font-weight: inherit; }
      @media (max-width: 1180px) {
        .help-section .heading h2 {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .help-section .heading h2 {
          font-size: 20px; } }
    .help-section .heading span {
      display: block;
      font-size: 50px; }
      @media (max-width: 1180px) {
        .help-section .heading span {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .help-section .heading span {
          font-size: 24px; } }
    .help-section .heading .decor {
      position: absolute;
      top: 100%;
      left: 50%;
      width: 1300px;
      margin-left: -650px;
      height: 140px;
      background: url(../images/bg-decor-2.png) no-repeat 50% 0; }
      @media (max-width: 767px) {
        .help-section .heading .decor {
          display: none; } }
      .help-section .heading .decor:before, .help-section .heading .decor:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 2000px;
        background: url(../images/bg-shadow.png) repeat-x; }
      .help-section .heading .decor:after {
        left: auto;
        right: 100%; }

.help-form {
  padding: 20px 0 0;
  max-width: 760px;
  margin: 0 auto; }
  @media (max-width: 1180px) {
    .help-form {
      max-width: 640px; } }
  @media (max-width: 767px) {
    .help-form {
      padding: 0 15px; } }
  .help-form input[type=text],
  .help-form input[type=email],
  .help-form textarea {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    border: 1px solid #cdcdcd;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
    font: 300 18px/24px "Montserrat", Arial, Helvetica, sans-serif;
    color: #363636;
    padding: 18px 26px; }
    @media (max-width: 767px) {
      .help-form input[type=text],
      .help-form input[type=email],
      .help-form textarea {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px; } }
    .help-form input[type=text]::-webkit-input-placeholder,
    .help-form input[type=email]::-webkit-input-placeholder,
    .help-form textarea::-webkit-input-placeholder {
      color: #84878f; }
    .help-form input[type=text]:-moz-placeholder,
    .help-form input[type=email]:-moz-placeholder,
    .help-form textarea:-moz-placeholder {
      color: #84878f; }
    .help-form input[type=text]:-ms-input-placeholder,
    .help-form input[type=email]:-ms-input-placeholder,
    .help-form textarea:-ms-input-placeholder {
      color: #84878f; }
    .help-form input[type=text]::-moz-placeholder,
    .help-form input[type=email]::-moz-placeholder,
    .help-form textarea::-moz-placeholder {
      color: #84878f;
      opacity: 1; }
  .help-form textarea {
    height: 150px;
    resize: none; }
    @media (max-width: 767px) {
      .help-form textarea {
        height: 80px; } }
  .help-form input[type=submit],
  .help-form button {
    display: block;
    width: 100%;
    height: 64px;
    font: 600 30px "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    background: #cd0b00;
    text-transform: uppercase;
    border: none; }
    @media (max-width: 767px) {
      .help-form input[type=submit],
      .help-form button {
        height: 40px;
        font-size: 20px; } }

#footer {
  color: #fff;
  padding: 30px 0;
  background: -webkit-linear-gradient(top, #202020 0%, #313131 100%);
  background: linear-gradient(to bottom, #202020 0%, #313131 100%); }
  @media (max-width: 767px) {
    #footer {
      padding: 15px 0; } }
  #footer .social {
    float: right; }
    @media (max-width: 767px) {
      #footer .social {
        float: none; } }

@media (max-width: 767px) {
  .social {
    text-align: center;
    margin: 0 0 15px; } }

.social a {
  border-radius: 100%;
  float: left;
  margin: 0 0 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  height: 35px;
  background: url(../images/sprite.png) no-repeat; }
  @media (max-width: 767px) {
    .social a {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 3px; } }
  .social a.facebook {
    background-position: 0 0; }
  .social a.pinterest {
    background-position: -43px 0; }
  .social a.twitter {
    background-position: -87px 0; }
  .social a.youtube {
    background-position: -131px 0; }
  .social a:hover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2); }

.footer-nav {
  overflow: hidden;
  font: 300 14px/20px "Dosis", Arial, Helvetica, sans-serif; }
  @media (max-width: 767px) {
    .footer-nav {
      margin-bottom: 15px;
      text-align: center; } }
  .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-nav li {
    display: inline;
    margin-right: 5px; }
    .footer-nav li + li:before {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      content: '|';
      color: #cd0b00; }
  .footer-nav a {
    color: #fff; }
    .footer-nav a:hover {
      text-decoration: underline; }

.copy {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .copy {
      text-align: center; } }

.diff-section {
  padding: 80px 0 80px;
  background: #333538; }
  @media (max-width: 1180px) {
    .diff-section {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .diff-section {
      padding: 30px 0; } }
  .diff-section h2 {
    text-transform: uppercase;
    color: #cd0b00;
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 50px;
    text-align: center; }
    @media (max-width: 1180px) {
      .diff-section h2 {
        font-size: 40px;
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .diff-section h2 {
        font-size: 24px;
        margin: 0 0 15px; } }

.compare-table {
  margin: 0;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #fff; }
  @media (max-width: 1180px) {
    .compare-table {
      font-size: 12px;
      line-height: 16px;
      font-weight: normal;
      background: #242527; } }
  @media (max-width: 767px) {
    .compare-table {
      display: block;
      margin: 0 -15px;
      width: auto;
      overflow: hidden;
      border-top: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (max-width: 767px) {
    .compare-table thead {
      display: block;
      float: left;
      width: 110px;
      border-right: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (max-width: 767px) {
    .compare-table thead th {
      display: block;
      height: 47px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; } }
  @media (max-width: 767px) {
    .compare-table thead th:first-child {
      height: auto; } }
  @media (max-width: 767px) {
    .compare-table tr {
      display: block; } }
  .compare-table th,
  .compare-table td {
    width: 18%;
    padding: 16px 12px;
    text-align: center;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .compare-table th,
      .compare-table td {
        width: auto;
        padding: 8px 5px !important; } }
    .compare-table th + td,
    .compare-table th + th,
    .compare-table td + td,
    .compare-table td + th {
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
      @media (max-width: 767px) {
        .compare-table th + td,
        .compare-table th + th,
        .compare-table td + td,
        .compare-table td + th {
          border: none; } }
    .compare-table th:first-child,
    .compare-table td:first-child {
      width: 350px;
      text-align: left; }
      @media (max-width: 1180px) {
        .compare-table th:first-child,
        .compare-table td:first-child {
          width: 320px; } }
      @media (max-width: 767px) {
        .compare-table th:first-child,
        .compare-table td:first-child {
          width: auto; } }
    .compare-table th.main-head,
    .compare-table td.main-head {
      background: #80201c;
      text-transform: uppercase;
      font-size: 33px;
      line-height: 1;
      text-align: center; }
      @media (max-width: 1180px) {
        .compare-table th.main-head,
        .compare-table td.main-head {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .compare-table th.main-head,
        .compare-table td.main-head {
          font-size: 16px; } }
    .compare-table th em,
    .compare-table td em {
      font-style: normal; }
  .compare-table th {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 12px; }
    @media (max-width: 1180px) {
      .compare-table th {
        font-size: 13px;
        line-height: 17px; } }
    @media (max-width: 767px) {
      .compare-table th {
        font-size: 12px;
        line-height: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
    .compare-table th span {
      display: block;
      height: 40px;
      margin-bottom: 5px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .compare-table th span {
          height: 30px; } }
      .compare-table th span em {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .compare-table img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .compare-table img {
        display: none; } }
  @media (max-width: 767px) {
    .compare-table tbody {
      overflow: auto;
      display: block;
      white-space: nowrap; } }
  @media (max-width: 767px) {
    .compare-table tbody td {
      display: block;
      height: 47px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (max-width: 767px) {
    .compare-table tbody td:first-child {
      height: auto; } }
  @media (max-width: 767px) {
    .compare-table tbody tr {
      display: inline-block;
      vertical-align: top;
      margin-right: -3px; } }
  @media (max-width: 767px) {
    .compare-table tbody tr + tr {
      border-left: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (max-width: 767px) {
    .compare-table tbody tr:nth-child(odd) {
      background: #333538; } }
  .compare-table tbody tr:nth-child(odd) td {
    background: #242527; }
    @media (max-width: 767px) {
      .compare-table tbody tr:nth-child(odd) td {
        background: none; } }
  .compare-table .ico-yes {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat -37px -42px;
    width: 31px;
    height: 30px; }
  .compare-table .ico-no {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat 0 -44px;
    width: 31px;
    height: 26px; }
  .compare-table .price {
    color: #cd0b00;
    font-size: 22px;
    line-height: 26px; }
    @media (max-width: 1180px) {
      .compare-table .price {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .compare-table .price {
        font-size: inherit;
        line-height: inherit; } }
    .compare-table .price span {
      display: block;
      text-decoration: line-through;
      color: #fff;
      font-size: 15px;
      line-height: 19px; }
      @media (max-width: 1180px) {
        .compare-table .price span {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 767px) {
        .compare-table .price span {
          font-size: inherit;
          line-height: inherit; } }
    .compare-table .price strong {
      display: block;
      font-weight: 600; }

.content-section {
  padding: 88px 0 40px;
  text-align: center;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .content-section {
      padding: 30px 0 2px;
      font-size: 14px;
      line-height: 20px; } }
  .content-section .style-1 {
    display: block;
    margin: 0 0 2px;
    color: #cd0b00;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .content-section .style-1 {
        font-size: 24px; } }
  .content-section .style-2 {
    margin: 0 0 25px;
    display: block;
    color: #cd0b00;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .content-section .style-2 {
        font-size: 22px;
        margin: 0 0 15px; } }
  .content-section .style-3 {
    display: block;
    color: #cd0b00;
    margin: 0 0 20px;
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .content-section .style-3 {
        font-size: 24px; } }
  .content-section .style-4 {
    display: block;
    font-weight: 600; }
  .content-section .style-5 {
    display: block;
    margin: 0 0 25px;
    color: #cd0b00;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .content-section .style-5 {
        margin: 0 0 15px; } }
  .content-section .style-6 {
    display: block;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    margin: 50px 0 40px; }
    @media (max-width: 767px) {
      .content-section .style-6 {
        margin: 30px 0 15px;
        font-size: 20px; } }
  .content-section p {
    margin: 0 0 25px; }
    @media (max-width: 767px) {
      .content-section p {
        margin: 0 0 15px; } }
  .content-section .video {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px; }
    @media (max-width: 767px) {
      .content-section .video {
        margin: 0 0 15px; } }

.google-rating {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 66px; }
  @media (max-width: 767px) {
    .google-rating {
      margin: 0 0 15px; } }

.off-row {
  background: #2a2c2e; }
  @media (max-width: 767px) {
    .off-row {
      text-align: center; } }
  .off-row .text {
    float: left;
    width: 60%;
    padding: 38px 0; }
    @media (max-width: 1180px) {
      .off-row .text {
        padding: 22px 0; } }
    @media (max-width: 767px) {
      .off-row .text {
        float: none;
        width: auto;
        padding: 15px 0; } }
    .off-row .text strong {
      display: inline-block;
      vertical-align: middle;
      color: #cd0b00;
      margin-right: 8px;
      font-size: 74px;
      line-height: 1; }
      @media (max-width: 1180px) {
        .off-row .text strong {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .off-row .text strong {
          font-size: 24px; } }
    .off-row .text span {
      display: inline-block;
      vertical-align: middle;
      font-size: 30px;
      line-height: 1;
      color: #fff;
      font-weight: bold; }
      @media (max-width: 1180px) {
        .off-row .text span {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .off-row .text span {
          font-size: 16px; } }
      @media (max-width: 1180px) {
        .off-row .text span br {
          display: none; } }
  .off-row .timer-holder {
    padding: 60px 0;
    position: relative;
    float: left;
    width: 40%;
    text-align: right;
    background: -webkit-linear-gradient(top, #cd0b00 0%, #af0a00 100%);
    background: linear-gradient(to bottom, #cd0b00 0%, #af0a00 100%);
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f1f1f; }
    @media (max-width: 1180px) {
      .off-row .timer-holder {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      .off-row .timer-holder {
        float: none;
        width: auto;
        padding: 15px 0;
        font-size: 16px;
        line-height: 20px;
        text-align: center; } }
    .off-row .timer-holder:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 160px;
      height: 150px;
      border: solid transparent;
      border-width: 75px 80px;
      border-left-color: #2a2c2e;
      content: ''; }
      @media (max-width: 1180px) {
        .off-row .timer-holder:before {
          display: none; } }
    .off-row .timer-holder:after {
      position: absolute;
      content: '';
      top: 0;
      left: 100%;
      height: 100%;
      width: 2000px;
      background: -webkit-linear-gradient(top, #cd0b00 0%, #af0a00 100%);
      background: linear-gradient(to bottom, #cd0b00 0%, #af0a00 100%); }
      @media (max-width: 767px) {
        .off-row .timer-holder:after {
          display: none; } }
    .off-row .timer-holder .timer {
      color: #fff; }

.products-holder {
  background: #2b2d30 url(../images/bg-section.jpg) no-repeat;
  background-size: cover; }

.product-section {
  overflow: hidden;
  padding: 80px 0 50px; }
  @media (max-width: 1180px) {
    .product-section {
      padding: 40px 0 30px; } }
  @media (max-width: 767px) {
    .product-section {
      text-align: center; } }
  .product-section.overlay {
    background: rgba(0, 0, 0, 0.4); }
  .product-section .description {
    float: left;
    width: 560px;
    color: #fff;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300; }
    @media (max-width: 1180px) {
      .product-section .description {
        width: 400px;
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .product-section .description {
        float: none;
        width: auto;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px; } }
  .product-section p {
    margin: 0 0 80px; }
    @media (max-width: 1180px) {
      .product-section p {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .product-section p {
        margin: 0 0 15px; } }
  .product-section h3 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #cd0b00;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      .product-section h3 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .product-section h3 {
        font-size: 24px; } }
  .product-section .sub-title {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #cd0b00;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 30px; }
    @media (max-width: 1180px) {
      .product-section .sub-title {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .product-section .sub-title {
        font-size: 20px;
        margin: 0 0 10px; } }
  .product-section h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px; }
    @media (max-width: 1180px) {
      .product-section h4 {
        font-size: 18px;
        margin: 0 0 10px; } }
    @media (max-width: 767px) {
      .product-section h4 {
        font-size: 16px;
        margin: 0 0 5px; } }
  .product-section .btn-get {
    margin: -35px 0 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 22px 10px 18px;
    text-align: center;
    background: -webkit-linear-gradient(top, #cd0b00 0%, #af0a00 100%);
    background: linear-gradient(to bottom, #cd0b00 0%, #af0a00 100%);
    border: 1px solid #eb0d00;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      .product-section .btn-get {
        margin: 0;
        font-size: 22px;
        line-height: 30px;
        padding: 15px 10px 13px; } }
    @media (max-width: 767px) {
      .product-section .btn-get {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 10px 11px; } }
    .product-section .btn-get:hover {
      background: #af0a00;
      text-decoration: none; }
    .product-section .btn-get i {
      color: #ffc600;
      font-size: 28px;
      margin-left: 22px; }
      @media (max-width: 1180px) {
        .product-section .btn-get i {
          font-size: 22px;
          margin-left: 10px; } }
      @media (max-width: 767px) {
        .product-section .btn-get i {
          font-size: 16px; } }
  .product-section .visual {
    overflow: hidden;
    padding: 40px 0 0; }
    @media (max-width: 1180px) {
      .product-section .visual {
        padding: 0; } }
    .product-section .visual img {
      margin: 0 0 40px;
      display: block; }
      @media (max-width: 1180px) {
        .product-section .visual img {
          margin: 0 0 40px; } }
      @media (max-width: 767px) {
        .product-section .visual img {
          max-width: 80%;
          margin: 0 auto 15px; } }
  .product-section .old {
    float: left;
    text-align: right;
    margin: 8px 0 0 40px;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    text-decoration: line-through;
    font-weight: 700; }
    @media (max-width: 1180px) {
      .product-section .old {
        float: none;
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .product-section .old {
        text-align: center; } }
    .product-section .old span {
      margin: 0 0 4px;
      display: block;
      font-size: 18px;
      line-height: 1; }
      @media (max-width: 1180px) {
        .product-section .old span {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .product-section .old span {
          font-size: 13px; } }
    .product-section .old strong {
      display: block;
      font-size: 30px;
      line-height: 1; }
      @media (max-width: 1180px) {
        .product-section .old strong {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .product-section .old strong {
          font-size: 16px; } }
  .product-section .new {
    float: right;
    margin: -80px 0 0;
    white-space: nowrap;
    color: #cd0b00;
    text-align: right;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    line-height: 1; }
    @media (max-width: 1180px) {
      .product-section .new {
        float: none;
        margin: 0; } }
    @media (max-width: 767px) {
      .product-section .new {
        text-align: center;
        font-size: 16px; } }
    .product-section .new span {
      display: block;
      font-size: 30px;
      font-weight: bold; }
      @media (max-width: 1180px) {
        .product-section .new span {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .product-section .new span {
          font-size: 18px; } }
    .product-section .new strong {
      font-size: 40px;
      display: block; }
      @media (max-width: 1180px) {
        .product-section .new strong {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .product-section .new strong {
          font-size: 19px; } }
    .product-section .new .price {
      margin: 0 0 15px;
      font-size: 90px;
      font-weight: bold; }
      @media (max-width: 1180px) {
        .product-section .new .price {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .product-section .new .price {
          font-size: 30px; } }
    .product-section .new img {
      display: block;
      margin: 0; }
      @media (max-width: 1180px) {
        .product-section .new img {
          max-width: 80%;
          display: inline-block;
          vertical-align: top; } }

.sep-line {
  margin: 40px auto 0;
  max-width: 760px;
  height: 1px;
  background: #e5e5e5; }

#menu-opener {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  border-radius: 3px; }
  @media (max-width: 767px) {
    #menu-opener {
      display: block; } }
  #menu-opener:before, #menu-opener:after,
  #menu-opener span {
    background: #cd0b00;
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
  #menu-opener:before, #menu-opener:after {
    content: '';
    top: 30%; }
  #menu-opener:after {
    top: 70%; }
  .menu-active #menu-opener span {
    opacity: 0; }
  .menu-active #menu-opener:after, .menu-active #menu-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .menu-active #menu-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.page-title {
  background: #ebebeb;
  padding: 50px 0;
  text-align: center;
  position: relative;
  margin: 0 0 80px; }
  @media (max-width: 767px) {
    .page-title {
      padding: 30px 0 10px;
      margin: 0 0 60px; } }
  .page-title.thank-title {
    margin: 0;
    background: #242526;
    padding: 76px 0 0; }
    @media (max-width: 767px) {
      .page-title.thank-title {
        margin: 0;
        padding: 30px 0; } }
    .page-title.thank-title h1 {
      font-size: 95px;
      line-height: 1;
      color: #fff;
      max-width: 400px;
      margin: 0 auto; }
      @media (max-width: 1180px) {
        .page-title.thank-title h1 {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .page-title.thank-title h1 {
          font-size: 22px; } }
    .page-title.thank-title:before {
      background: #242526; }
    .page-title.thank-title:after {
      height: 122px;
      background: url(../images/bg-decor-4.png) no-repeat; }
      @media (max-width: 767px) {
        .page-title.thank-title:after {
          display: none; } }
  .page-title h1 {
    font-size: 44px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 1180px) {
      .page-title h1 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .page-title h1 {
        font-size: 22px; } }
    .page-title h1 span {
      margin: 0 5px;
      color: #cd0b00;
      font-size: 34px; }
      @media (max-width: 767px) {
        .page-title h1 span {
          font-size: 18px;
          margin: 0; } }
  .page-title:before {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ebebeb;
    content: ''; }
  .page-title:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -650px;
    width: 1300px;
    height: 62px;
    content: '';
    background: url(../images/bg-decor-3.png) no-repeat; }

.thank-content {
  padding: 190px 0 80px !important;
  background: #cb0b00;
  text-align: center;
  color: #fff; }
  @media (max-width: 767px) {
    .thank-content {
      padding: 30px 0 !important; } }
  .thank-content .intro {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .thank-content .intro {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 15px; } }
  .thank-content .woocommerce {
    padding: 0 !important;
    border: none !important; }
  .thank-content h2,
  .thank-content table,
  .thank-content header,
  .thank-content .addresses {
    display: none; }
  .thank-content a {
    font-weight: 600;
    color: #ffe400; }
  .thank-content .tp-text-1 {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .thank-content .tp-text-1 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px; } }
  .thank-content .tp-text-2 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 25px; }
    @media (max-width: 767px) {
      .thank-content .tp-text-2 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px; } }
  .thank-content .woocommerce {
    margin-top: 0 !important; }

.content {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  padding: 0 0 30px; }
  @media (max-width: 1180px) {
    .content {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 767px) {
    .content {
      font-size: 14px;
      line-height: 20px;
      padding: 0 0 15px; } }
  .content .block {
    padding: 30px 0; }
    @media (max-width: 1180px) {
      .content .block {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .content .block {
        padding: 15px 0; } }
    .content .block + .block {
      border-top: 1px solid #ebebeb; }
  .content p {
    margin: 0 0 25px; }
    @media (max-width: 767px) {
      .content p {
        margin: 0 0 20px; } }
    .content p:last-child {
      margin-bottom: 0; }
  .content h2 {
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #cd0b00; }
    @media (max-width: 1180px) {
      .content h2 {
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .content h2 {
        font-size: 16px;
        line-height: 20px; } }
    .content h2 + h3 {
      margin-top: 0; }
      @media (max-width: 767px) {
        .content h2 + h3 {
          margin-top: 0; } }
  .content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 50px 0 10px;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      .content h3 {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .content h3 {
        font-size: 15px;
        line-height: 19px;
        margin: 30px 0 4px; } }

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

.single-heading {
  background: #ebebeb;
  padding: 50px 0;
  text-align: center;
  position: relative;
  margin: 0 0 80px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 767px) {
    .single-heading {
      padding: 30px 0 10px;
      margin: 0 0 70px; } }
  .single-heading:before {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ebebeb;
    content: ''; }
  .single-heading:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -650px;
    width: 1300px;
    height: 62px;
    content: '';
    background: url(../images/bg-decor-3.png) no-repeat; }
  .single-heading .container > span {
    display: block; }
  .single-heading .style-1 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 138px;
    color: #cd0b00; }
    @media (max-width: 1180px) {
      .single-heading .style-1 {
        font-size: 90px; } }
    @media (max-width: 767px) {
      .single-heading .style-1 {
        font-size: 60px; } }
    .single-heading .style-1 sup {
      position: absolute;
      top: 40px;
      font-size: 80px;
      font-weight: 600; }
      @media (max-width: 1180px) {
        .single-heading .style-1 sup {
          top: 20px;
          font-size: 50px; } }
      @media (max-width: 767px) {
        .single-heading .style-1 sup {
          font-size: 30px;
          top: 15px; } }
  .single-heading .style-2 {
    font-size: 40px;
    color: #cd0b00; }
    @media (max-width: 1180px) {
      .single-heading .style-2 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .single-heading .style-2 {
        font-size: 24px; } }
  .single-heading .style-3 {
    display: block;
    font-size: 50px;
    margin: 0 0 15px; }
    @media (max-width: 1180px) {
      .single-heading .style-3 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .single-heading .style-3 {
        font-size: 20px; } }
  .single-heading .style-4 {
    font-size: 25px;
    line-height: 1.2; }
    @media (max-width: 1180px) {
      .single-heading .style-4 {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .single-heading .style-4 {
        font-size: 14px; } }
    .single-heading .style-4 .timer {
      color: #cd0b00; }

.single-product {
  padding: 0 0 80px; }
  @media (max-width: 767px) {
    .single-product {
      padding: 0 0 30px; } }
  .single-product .holder {
    overflow: hidden; }
  .single-product h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1;
    margin: 0 0 20px; }
    @media (max-width: 1180px) {
      .single-product h1 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .single-product h1 {
        font-size: 24px; } }
    .single-product h1 span {
      color: #cd0b00;
      font-size: 35px; }
      @media (max-width: 1180px) {
        .single-product h1 span {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .single-product h1 span {
          font-size: 20px; } }
  .single-product .desc {
    float: left;
    width: 340px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300; }
    @media (max-width: 1180px) {
      .single-product .desc {
        float: none;
        width: auto;
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .single-product .desc {
        font-size: 14px;
        margin: 0 0 15px;
        text-align: center; } }
    .single-product .desc ul {
      margin: 0 0 30px;
      padding: 0;
      list-style: none; }
      @media (max-width: 767px) {
        .single-product .desc ul {
          margin: 0 0 10px; } }
  .single-product h2 {
    color: #cd0b00;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 20px; }
    @media (max-width: 1180px) {
      .single-product h2 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .single-product h2 {
        font-size: 16px; } }

.gallery {
  float: right;
  width: 790px; }
  @media (max-width: 767px) {
    .gallery {
      float: none;
      width: auto; } }
  .gallery .frame {
    position: relative;
    width: 614px;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 6px; }
    @media (max-width: 767px) {
      .gallery .frame {
        float: none;
        width: auto;
        margin: 0 0 10px; } }
  .gallery .slide {
    display: none;
    overflow: hidden;
    background: #ebebeb; }
    .gallery .slide.active {
      display: block; }
    .gallery .slide img {
      display: block;
      width: 100%; }
  .gallery .thumbs {
    overflow: hidden; }
    @media (max-width: 767px) {
      .gallery .thumbs {
        margin: 0 -5px 0 0; } }
  .gallery .thumb {
    position: relative;
    cursor: pointer;
    background: #ebebeb;
    padding: 10px; }
    @media (max-width: 767px) {
      .gallery .thumb {
        float: left;
        width: 24%;
        margin: 0 1% 0 0; } }
    .gallery .thumb + .thumb {
      margin-top: 10px; }
      @media (max-width: 767px) {
        .gallery .thumb + .thumb {
          margin-top: 0; } }
    .gallery .thumb.active:before {
      position: absolute;
      top: 50%;
      content: '';
      left: 0;
      width: 30px;
      height: 36px;
      border: solid transparent;
      border-width: 18px 15px;
      border-left-color: #fff;
      margin-top: -18px; }
    .gallery .thumb img {
      display: block;
      margin: 0 auto; }

.contact {
  text-align: left;
  padding: 30px 0 50px; }
  .contact h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .contact h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 15px;
        text-align: center; } }
  .contact .holder {
    overflow: hidden; }
  .contact .form {
    float: left;
    margin: 0 40px 0 0; }
    @media (max-width: 1180px) {
      .contact .form {
        float: none;
        overflow: hidden;
        margin: 0 0 30px; } }
  .contact .contact-info {
    overflow: hidden;
    background: #f9f9f9;
    padding: 72px;
    font-size: 18px;
    line-height: 35px; }
    .contact .contact-info address {
      font-style: normal;
      display: block;
      margin: 0 0 25px; }
  .contact .row {
    overflow: hidden;
    margin-bottom: 15px; }
    .contact .row label {
      float: left;
      width: 135px;
      line-height: 50px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .contact .row label {
          float: none;
          display: block;
          width: auto;
          font-size: 14px;
          line-height: 20px; } }
      .contact .row label.req:after {
        content: '*';
        color: #cd0b00;
        font-weight: 600;
        font-size: 20px; }
  .contact .wpcf7-form-control-wrap {
    float: left; }
    @media (max-width: 767px) {
      .contact .wpcf7-form-control-wrap {
        float: none; } }
  .contact input[type=text],
  .contact input[type=tel],
  .contact input[type=email],
  .contact textarea {
    width: 417px;
    display: block;
    margin: 0;
    border: 1px solid #cdcdcd;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
    font: 300 18px/24px "Montserrat", Arial, Helvetica, sans-serif;
    color: #363636;
    padding: 12px 26px; }
    @media (max-width: 1180px) {
      .contact input[type=text],
      .contact input[type=tel],
      .contact input[type=email],
      .contact textarea {
        width: 555px; } }
    @media (max-width: 767px) {
      .contact input[type=text],
      .contact input[type=tel],
      .contact input[type=email],
      .contact textarea {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
        width: 100%; } }
    .contact input[type=text]::-webkit-input-placeholder,
    .contact input[type=tel]::-webkit-input-placeholder,
    .contact input[type=email]::-webkit-input-placeholder,
    .contact textarea::-webkit-input-placeholder {
      color: #84878f; }
    .contact input[type=text]:-moz-placeholder,
    .contact input[type=tel]:-moz-placeholder,
    .contact input[type=email]:-moz-placeholder,
    .contact textarea:-moz-placeholder {
      color: #84878f; }
    .contact input[type=text]:-ms-input-placeholder,
    .contact input[type=tel]:-ms-input-placeholder,
    .contact input[type=email]:-ms-input-placeholder,
    .contact textarea:-ms-input-placeholder {
      color: #84878f; }
    .contact input[type=text]::-moz-placeholder,
    .contact input[type=tel]::-moz-placeholder,
    .contact input[type=email]::-moz-placeholder,
    .contact textarea::-moz-placeholder {
      color: #84878f;
      opacity: 1; }
  .contact textarea {
    height: 200px;
    resize: none; }
    @media (max-width: 767px) {
      .contact textarea {
        height: 80px; } }
  .contact input[type=submit],
  .contact button {
    float: right;
    width: 417px;
    height: 64px;
    font: 600 30px "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    background: #cd0b00;
    text-transform: uppercase;
    border: none; }
    @media (max-width: 767px) {
      .contact input[type=submit],
      .contact button {
        height: 40px;
        font-size: 20px; } }

.phone,
.email {
  display: block;
  padding-left: 60px;
  position: relative;
  margin: 0 0 30px; }
  .phone:before,
  .email:before {
    top: -2px;
    left: 0;
    position: absolute;
    content: '';
    background: url(../images/sprite.png) no-repeat -175px 0;
    width: 39px;
    height: 39px; }

.email:before {
  background-position: -222px 0; }

.cart-heading {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 1180px) {
    .cart-heading {
      padding: 20px 0; } }
  .cart-heading .btn-checkout,
  .cart-heading .btn-back {
    float: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #cd0b00;
    display: inline-block;
    vertical-align: top;
    padding: 22px 20px 18px;
    min-width: 390px;
    background: -webkit-linear-gradient(top, #ffcc00 0%, #ffcc00 24%, #fcc600 41%, #dc9e00 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 24%, #fcc600 41%, #dc9e00 100%);
    border: 1px solid #ffcb00;
    text-shadow: 1px 1px 0 #ffe400;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      .cart-heading .btn-checkout,
      .cart-heading .btn-back {
        font-size: 16px;
        line-height: 20px;
        min-width: 240px;
        padding: 10px; } }
    @media (max-width: 767px) {
      .cart-heading .btn-checkout,
      .cart-heading .btn-back {
        float: none;
        display: block;
        margin: 0 0 10px; } }
    .cart-heading .btn-checkout:hover,
    .cart-heading .btn-back:hover {
      background: #dc9e00;
      text-decoration: none; }
    .cart-heading .btn-checkout i,
    .cart-heading .btn-back i {
      display: inline-block;
      vertical-align: middle;
      margin-top: -4px;
      font-size: 24px;
      margin-left: 22px; }
      @media (max-width: 1180px) {
        .cart-heading .btn-checkout i,
        .cart-heading .btn-back i {
          font-size: 16px;
          margin-left: 6px; } }
  .cart-heading .btn-back {
    float: left;
    background: -webkit-linear-gradient(top, #b5b5b5 0%, #a8a8a8 23%, #898989 61%, #797979 85%, #747474 100%);
    background: linear-gradient(to bottom, #b5b5b5 0%, #a8a8a8 23%, #898989 61%, #797979 85%, #747474 100%);
    border-color: #d4d4d4;
    color: #fff;
    text-shadow: -1px -1px 0 #737373; }
    @media (max-width: 767px) {
      .cart-heading .btn-back {
        float: none; } }
    .cart-heading .btn-back:hover {
      background: #747474; }
    .cart-heading .btn-back i {
      margin: -4px 22px 0 0;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
      @media (max-width: 1180px) {
        .cart-heading .btn-back i {
          margin-right: 6px; } }

.cart-section {
  position: relative;
  background: #333538;
  padding: 50px 0;
  color: #fff; }
  @media (max-width: 767px) {
    .cart-section {
      padding: 15px 0; } }
  .cart-section:before {
    opacity: 0.1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: url(../images/img-2.jpg) no-repeat;
    background-size: cover; }
  .cart-section .container {
    position: relative; }

.woocommerce > form {
  overflow: auto; }
  @media (max-width: 767px) {
    .woocommerce > form {
      margin: 0 0 20px; } }

.shop_table.cart {
  margin: 0 0 40px;
  width: 100%;
  color: #fff; }
  @media (max-width: 767px) {
    .shop_table.cart {
      width: 700px;
      margin: 0; } }
  .shop_table.cart th {
    background: rgba(205, 11, 0, 0.5);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .shop_table.cart th {
        font-size: 14px; } }
  .shop_table.cart th,
  .shop_table.cart td {
    text-align: center;
    padding: 20px; }
    @media (max-width: 1180px) {
      .shop_table.cart th,
      .shop_table.cart td {
        padding: 10px; } }
    @media (max-width: 767px) {
      .shop_table.cart th,
      .shop_table.cart td {
        text-align: left; } }
    .shop_table.cart th + th,
    .shop_table.cart th + .td,
    .shop_table.cart td + th,
    .shop_table.cart td + .td {
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .shop_table.cart tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.3); }
  .shop_table.cart .remove {
    font-size: 40px; }
    .shop_table.cart .remove:hover {
      text-decoration: none; }
  .shop_table.cart td.product-name {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300; }
    .shop_table.cart td.product-name a {
      color: inherit; }
  .shop_table.cart th.product-name {
    font-size: 25px; }
    @media (max-width: 767px) {
      .shop_table.cart th.product-name {
        font-size: 14px; } }
  .shop_table.cart td.product-subtotal {
    font-size: 22px; }
    @media (max-width: 767px) {
      .shop_table.cart td.product-subtotal {
        font-size: 14px; } }
  .shop_table.cart td.product-price {
    font-size: 22px;
    color: #cd0b00; }
    @media (max-width: 767px) {
      .shop_table.cart td.product-price {
        font-size: 14px; } }
  .shop_table.cart .quantity input {
    width: 70px;
    font: 600 25px/30px "Montserrat", Arial, Helvetica, sans-serif;
    padding: 10px;
    color: #fff;
    border: none;
    background: none; }
    @media (max-width: 767px) {
      .shop_table.cart .quantity input {
        font-size: 14px; } }
  .shop_table.cart .actions {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .shop_table.cart .actions input[type=submit] {
      cursor: pointer;
      float: right;
      font-size: 14px;
      height: 30px;
      font-weight: bold;
      color: #cd0b00;
      display: inline-block;
      vertical-align: top;
      padding: 5px 15px;
      background: -webkit-linear-gradient(top, #ffcc00 0%, #ffcc00 24%, #fcc600 41%, #dc9e00 100%);
      background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 24%, #fcc600 41%, #dc9e00 100%);
      border: 1px solid #ffcb00;
      text-shadow: 1px 1px 0 #ffe400;
      text-transform: uppercase; }
      .shop_table.cart .actions input[type=submit]:hover {
        background: #dc9e00;
        text-decoration: none; }
      .shop_table.cart .actions input[type=submit] i {
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        font-size: 24px;
        margin-left: 22px; }
    .shop_table.cart .actions .coupon {
      float: left; }
      .shop_table.cart .actions .coupon label {
        display: none; }
  .shop_table.cart input[type=text] {
    width: 200px !important;
    float: left;
    margin: 0 8px 0 0;
    border: 1px solid #cdcdcd;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
    font: 300 14px/20px "Montserrat", Arial, Helvetica, sans-serif;
    color: #363636;
    padding: 5px 10px 3px; }
  .shop_table.cart .product-thumbnail img {
    width: auto !important;
    height: auto !important; }

.cart-collaterals {
  margin: 0 -9999px;
  padding: 0 9999px;
  overflow: hidden;
  background: rgba(197, 11, 0, 0.7); }
  .cart-collaterals .col {
    float: left;
    width: 50%;
    padding: 30px 0 40px; }
    @media (max-width: 1180px) {
      .cart-collaterals .col {
        float: none;
        width: auto;
        overflow: hidden;
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .cart-collaterals .col {
        padding: 15px 0; } }
    .cart-collaterals .col + .col {
      border-left: 1px solid #80120c; }
      @media (max-width: 1180px) {
        .cart-collaterals .col + .col {
          border: none;
          border-top: 1px solid #80120c; } }
  .cart-collaterals .rating-col {
    text-align: center; }
  .cart-collaterals .title {
    margin: 0 0 10px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .cart-collaterals .title {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 5px; } }
  .cart-collaterals .pay-image {
    float: right;
    clear: both; }
  .cart-collaterals .google-rating {
    margin: 0; }

.cart_totals {
  float: right;
  width: 398px;
  color: #fff; }
  @media (max-width: 1180px) {
    .cart_totals {
      float: none;
      width: 100%; } }
  .cart_totals h2 {
    display: none; }
  .cart_totals table {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .cart_totals table {
        font-size: 13px;
        line-height: 16px; } }
    .cart_totals table td,
    .cart_totals table th {
      padding: 6px 10px 6px 0; }
      .cart_totals table td:first-child,
      .cart_totals table th:first-child {
        width: 200px; }
        @media (max-width: 767px) {
          .cart_totals table td:first-child,
          .cart_totals table th:first-child {
            width: auto; } }
      @media (max-width: 1180px) {
        .cart_totals table td:last-child,
        .cart_totals table th:last-child {
          text-align: right; } }
    .cart_totals table a {
      color: inherit;
      text-decoration: underline; }
      .cart_totals table a:hover {
        text-decoration: none; }
    .cart_totals table p {
      margin: 0; }
  .cart_totals .checkout-button {
    float: right;
    width: 100%;
    margin: 15px 0;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    color: #cd0b00;
    display: inline-block;
    vertical-align: top;
    padding: 6px 5px 4px;
    height: 50px;
    line-height: 38px;
    text-align: center;
    background: -webkit-linear-gradient(top, #ffcc00 0%, #ffcc00 24%, #fcc600 41%, #dc9e00 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 24%, #fcc600 41%, #dc9e00 100%);
    border: 1px solid #ffcb00;
    text-shadow: 1px 1px 0 #ffe400;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .cart_totals .checkout-button {
        font-size: 16px; } }
    .cart_totals .checkout-button:hover {
      background: #dc9e00;
      text-decoration: none; }
  .cart_totals .woocommerce-Price-amount {
    font-size: 24px;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .cart_totals .woocommerce-Price-amount {
        font-size: 16px; } }

.woocommerce-checkout .woocommerce {
  border: 1px solid #ebebeb;
  padding: 9px; }
  @media (max-width: 767px) {
    .woocommerce-checkout .woocommerce {
      margin-top: 72px; } }

#checkout_timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  overflow: hidden;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    #checkout_timeline {
      font-size: 18px;
      line-height: 24px; } }
  #checkout_timeline li {
    position: relative;
    float: left;
    width: 25%; }
    @media (max-width: 767px) {
      #checkout_timeline li {
        display: none;
        width: auto;
        float: none; } }
    @media (max-width: 767px) {
      #checkout_timeline li.active {
        display: block; } }
    #checkout_timeline li.active .timeline-wrapper {
      background: #2a2c2f !important; }
    #checkout_timeline li.active .timeline-step {
      border-color: transparent;
      margin-left: 4px; }
      @media (max-width: 1180px) {
        #checkout_timeline li.active .timeline-step {
          margin-left: 0; } }
      #checkout_timeline li.active .timeline-step:before {
        display: block; }
    #checkout_timeline li.active:after {
      background: #2a2c2f !important; }
    #checkout_timeline li:after {
      position: absolute;
      left: 100%;
      margin-left: -31px;
      top: 12px;
      width: 61px;
      height: 61px;
      content: '';
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media (max-width: 1180px) {
        #checkout_timeline li:after {
          display: none; } }
    #checkout_timeline li:last-child:after {
      display: none; }
    #checkout_timeline li:last-child .timeline-wrapper {
      padding-left: 36px; }
      @media (max-width: 1180px) {
        #checkout_timeline li:last-child .timeline-wrapper {
          padding-left: 10px; } }
    #checkout_timeline li:first-child .timeline-wrapper {
      padding-left: 0; }
      @media (max-width: 1180px) {
        #checkout_timeline li:first-child .timeline-wrapper {
          padding-left: 10px; } }
  #checkout_timeline.five-steps li {
    width: 20%; }
  #checkout_timeline .timeline-wrapper {
    z-index: 5;
    position: relative;
    display: block;
    padding: 24px 0 22px 46px; }
    @media (max-width: 1180px) {
      #checkout_timeline .timeline-wrapper {
        padding: 12px 10px 8px; } }
    #checkout_timeline .timeline-wrapper:before {
      content: 'Step'; }
  #checkout_timeline #timeline-0 {
    z-index: 5; }
    #checkout_timeline #timeline-0 .timeline-wrapper {
      background: #d60c00; }
    #checkout_timeline #timeline-0:after {
      background: #d60c00; }
  #checkout_timeline #timeline-1 {
    z-index: 4; }
    #checkout_timeline #timeline-1 .timeline-wrapper {
      background: #bf0a00; }
    #checkout_timeline #timeline-1:after {
      background: #bf0a00; }
  #checkout_timeline #timeline-2 {
    z-index: 3; }
    #checkout_timeline #timeline-2 .timeline-wrapper {
      background: #9c0800; }
    #checkout_timeline #timeline-2:after {
      background: #9c0800; }
  #checkout_timeline #timeline-3 {
    z-index: 2; }
    #checkout_timeline #timeline-3 .timeline-wrapper {
      background: #820700; }
    #checkout_timeline #timeline-3:after {
      background: #820700; }
  #checkout_timeline #timeline-4 {
    z-index: 1; }
    #checkout_timeline #timeline-4 .timeline-wrapper {
      background: #740600; }
    #checkout_timeline #timeline-4:after {
      background: #740600; }
  #checkout_timeline .timeline-label {
    display: none; }
  #checkout_timeline .timeline-step {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 6px solid #fff;
    border-radius: 100%;
    width: 58px;
    height: 58px;
    line-height: 47px;
    font-size: 32px;
    margin: -20px 0 -16px 10px; }
    @media (max-width: 1180px) {
      #checkout_timeline .timeline-step {
        width: auto;
        height: auto;
        border: none;
        margin: 0;
        font-size: inherit;
        line-height: inherit; } }
    #checkout_timeline .timeline-step:before {
      z-index: -1;
      position: absolute;
      top: -6px;
      left: -25px;
      width: 105px;
      height: 62px;
      background: url(../images/sprite.png) no-repeat;
      background-position: 0 -83px;
      content: '';
      display: none;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      @media (max-width: 1180px) {
        #checkout_timeline .timeline-step:before {
          display: none !important; } }

#checkout-wrapper {
  background: #ebebeb;
  padding: 40px;
  text-align: left; }
  @media (max-width: 1180px) {
    #checkout-wrapper {
      padding: 25px 40px; } }
  @media (max-width: 767px) {
    #checkout-wrapper {
      padding: 15px; } }
  #checkout-wrapper input[type=text],
  #checkout-wrapper input[type=email],
  #checkout-wrapper input[type=tel],
  #checkout-wrapper input[type=password],
  #checkout-wrapper input[type=number],
  #checkout-wrapper textarea,
  #checkout-wrapper select {
    width: 804px;
    float: left;
    margin: 0 0 10px;
    border: 1px solid #cdcdcd;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
    font: 300 18px/24px "Montserrat", Arial, Helvetica, sans-serif;
    color: #363636;
    background: #fff;
    padding: 12px 20px; }
    @media (max-width: 1180px) {
      #checkout-wrapper input[type=text],
      #checkout-wrapper input[type=email],
      #checkout-wrapper input[type=tel],
      #checkout-wrapper input[type=password],
      #checkout-wrapper input[type=number],
      #checkout-wrapper textarea,
      #checkout-wrapper select {
        width: 410px; } }
    @media (max-width: 767px) {
      #checkout-wrapper input[type=text],
      #checkout-wrapper input[type=email],
      #checkout-wrapper input[type=tel],
      #checkout-wrapper input[type=password],
      #checkout-wrapper input[type=number],
      #checkout-wrapper textarea,
      #checkout-wrapper select {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
        width: 100%; } }
    #checkout-wrapper input[type=text]::-webkit-input-placeholder,
    #checkout-wrapper input[type=email]::-webkit-input-placeholder,
    #checkout-wrapper input[type=tel]::-webkit-input-placeholder,
    #checkout-wrapper input[type=password]::-webkit-input-placeholder,
    #checkout-wrapper input[type=number]::-webkit-input-placeholder,
    #checkout-wrapper textarea::-webkit-input-placeholder,
    #checkout-wrapper select::-webkit-input-placeholder {
      color: #84878f; }
    #checkout-wrapper input[type=text]:-moz-placeholder,
    #checkout-wrapper input[type=email]:-moz-placeholder,
    #checkout-wrapper input[type=tel]:-moz-placeholder,
    #checkout-wrapper input[type=password]:-moz-placeholder,
    #checkout-wrapper input[type=number]:-moz-placeholder,
    #checkout-wrapper textarea:-moz-placeholder,
    #checkout-wrapper select:-moz-placeholder {
      color: #84878f; }
    #checkout-wrapper input[type=text]:-ms-input-placeholder,
    #checkout-wrapper input[type=email]:-ms-input-placeholder,
    #checkout-wrapper input[type=tel]:-ms-input-placeholder,
    #checkout-wrapper input[type=password]:-ms-input-placeholder,
    #checkout-wrapper input[type=number]:-ms-input-placeholder,
    #checkout-wrapper textarea:-ms-input-placeholder,
    #checkout-wrapper select:-ms-input-placeholder {
      color: #84878f; }
    #checkout-wrapper input[type=text]::-moz-placeholder,
    #checkout-wrapper input[type=email]::-moz-placeholder,
    #checkout-wrapper input[type=tel]::-moz-placeholder,
    #checkout-wrapper input[type=password]::-moz-placeholder,
    #checkout-wrapper input[type=number]::-moz-placeholder,
    #checkout-wrapper textarea::-moz-placeholder,
    #checkout-wrapper select::-moz-placeholder {
      color: #84878f;
      opacity: 1; }
  #checkout-wrapper .select2-container {
    margin: 0 0 10px;
    width: 804px !important; }
    @media (max-width: 1180px) {
      #checkout-wrapper .select2-container {
        width: 410px !important; } }
    @media (max-width: 767px) {
      #checkout-wrapper .select2-container {
        width: 100% !important; } }
    #checkout-wrapper .select2-container .select2-choice {
      padding: 12px 20px;
      border-radius: 0;
      border: 1px solid #cdcdcd;
      box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
      background: #fff;
      color: #363636;
      font: 300 18px/24px "Montserrat", Arial, Helvetica, sans-serif; }
      @media (max-width: 767px) {
        #checkout-wrapper .select2-container .select2-choice {
          padding: 10px 15px;
          font-size: 14px;
          line-height: 20px; } }
  #checkout-wrapper textarea {
    resize: none;
    height: 140px; }
  #checkout-wrapper .form-row {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    padding-left: 240px;
    min-height: 50px; }
    @media (max-width: 1180px) {
      #checkout-wrapper .form-row {
        padding-left: 180px; } }
    @media (max-width: 767px) {
      #checkout-wrapper .form-row {
        padding-left: 0;
        margin-bottom: 6px; } }
    #checkout-wrapper .form-row > label {
      position: absolute;
      top: 0;
      left: 0;
      width: 240px;
      font-size: 18px;
      line-height: 50px;
      font-weight: 300; }
      @media (max-width: 1180px) {
        #checkout-wrapper .form-row > label {
          width: 180px;
          font-size: 16px; } }
      @media (max-width: 767px) {
        #checkout-wrapper .form-row > label {
          position: static;
          display: block;
          width: auto;
          font-size: 14px;
          line-height: 20px;
          margin: 0 0 3px; } }
  #checkout-wrapper button,
  #checkout-wrapper input[type=submit],
  #checkout-wrapper input[type=button] {
    display: block;
    background: #cd0b00;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    border: none;
    margin: 0;
    padding: 0 20px;
    height: 60px;
    min-width: 240px;
    letter-spacing: 2px; }
    @media (max-width: 767px) {
      #checkout-wrapper button,
      #checkout-wrapper input[type=submit],
      #checkout-wrapper input[type=button] {
        font-size: 20px;
        height: 40px;
        min-width: 160px; } }
  #checkout-wrapper h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #cd0b00;
    text-transform: uppercase;
    margin: 20px 0 30px; }
    @media (max-width: 767px) {
      #checkout-wrapper h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 15px; } }
  #checkout-wrapper #form_actions {
    padding: 20px 0 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      #checkout-wrapper #form_actions {
        padding: 0; } }
    #checkout-wrapper #form_actions .prev {
      float: left;
      display: none; }
      @media (max-width: 767px) {
        #checkout-wrapper #form_actions .prev {
          float: none;
          margin: 0 0 10px; } }
    #checkout-wrapper #form_actions .next {
      float: right; }
      @media (max-width: 767px) {
        #checkout-wrapper #form_actions .next {
          float: none; } }
  #checkout-wrapper .woocommerce-info {
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      #checkout-wrapper .woocommerce-info {
        margin: 0 0 10px; } }
  #checkout-wrapper .checkout_coupon {
    overflow: hidden; }
    #checkout-wrapper .checkout_coupon .form-row {
      padding-left: 0;
      margin-bottom: 0;
      min-height: 1px; }
    #checkout-wrapper .checkout_coupon .form-row-first {
      float: left;
      margin-right: 10px; }
    #checkout-wrapper .checkout_coupon .form-row-last {
      float: left; }
    #checkout-wrapper .checkout_coupon input {
      margin: 0; }
    @media (max-width: 1180px) {
      #checkout-wrapper .checkout_coupon input[type=text] {
        width: 240px; } }
    #checkout-wrapper .checkout_coupon input[type=submit] {
      height: 50px;
      font-size: 24px; }
  #checkout-wrapper .woocommerce-checkout-payment .form-row {
    padding-left: 0; }

abbr[title] {
  border: none; }

.select2-container .select2-choice {
  padding: 12px 0 11px 8px; }

#customer_shipping_details,
#order_review,
#order_checkout_payment,
#payment {
  display: none; }

.select2-drop-active {
  border-radius: 0 !important;
  border: 1px solid #cdcdcd !important; }

.select2-search {
  padding-top: 4px; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 0; }

#order_review .custom-checkbox {
  display: none; }

.woocommerce-checkout-review-order-table {
  width: 480px;
  margin: 0 0 20px;
  background: #fff; }
  @media (max-width: 1180px) {
    .woocommerce-checkout-review-order-table {
      width: 100%; } }
  .woocommerce-checkout-review-order-table td,
  .woocommerce-checkout-review-order-table th {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    padding: 20px;
    border: 1px solid #ebebeb; }
    @media (max-width: 767px) {
      .woocommerce-checkout-review-order-table td,
      .woocommerce-checkout-review-order-table th {
        padding: 10px;
        font-size: 14px;
        line-height: 20px; } }
    .woocommerce-checkout-review-order-table td:last-child,
    .woocommerce-checkout-review-order-table th:last-child {
      font-weight: 300; }
  .woocommerce-checkout-review-order-table thead th {
    font-weight: 600 !important;
    text-transform: uppercase; }
  .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font: 38px/1 "Dosis", Arial, Helvetica, sans-serif;
    color: #cd0b00; }
    @media (max-width: 767px) {
      .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
        font-size: 24px;
        line-height: 28px; } }

.custom-checkbox,
.custom-radio {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  border: 1px solid #cecece;
  width: 22px;
  height: 22px;
  background: #fff;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  .custom-checkbox input,
  .custom-radio input {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2; }
    .custom-checkbox input:checked + .fake-checkbox,
    .custom-checkbox input:checked + .fake-radio,
    .custom-radio input:checked + .fake-checkbox,
    .custom-radio input:checked + .fake-radio {
      display: block; }
  .custom-checkbox .fake-checkbox,
  .custom-checkbox .fake-radio,
  .custom-radio .fake-checkbox,
  .custom-radio .fake-radio {
    display: none;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 12px;
    height: 7px;
    border: solid #6b6b6b;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.payment_methods {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  .payment_methods > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px; }
  .payment_methods input[type=radio] {
    position: absolute;
    top: 5px;
    left: 0; }
    @media (max-width: 767px) {
      .payment_methods input[type=radio] {
        top: 3px; } }
  .payment_methods label {
    display: block;
    margin: 0;
    padding: 0 0 10px; }
  .payment_methods img {
    display: inline-block;
    vertical-align: middle;
    margin: -10px 8px;
    max-height: 30px; }

.tminus_countdown {
  display: inline; }
  .tminus_countdown * {
    display: inline !important; }
  .tminus_countdown .-dash_title {
    display: none !important; }
  .tminus_countdown .hideme {
    display: none !important; }
  .tminus_countdown .tc_top {
    display: none !important; }
  .tminus_countdown .-minutes_dash:before,
  .tminus_countdown .-seconds_dash:before {
    content: ':';
    margin: 0 2px; }

.btn-cart {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 16px 10px 14px;
  text-align: center;
  background: -webkit-linear-gradient(top, #cd0b00 0%, #af0a00 100%);
  background: linear-gradient(to bottom, #cd0b00 0%, #af0a00 100%);
  border: 1px solid #eb0d00;
  text-transform: uppercase; }
  @media (max-width: 1180px) {
    .btn-cart {
      margin: 0;
      font-size: 22px;
      line-height: 30px;
      padding: 15px 10px 13px; } }
  @media (max-width: 767px) {
    .btn-cart {
      font-size: 16px;
      line-height: 24px;
      padding: 12px 10px 11px; } }
  .btn-cart:hover {
    background: #af0a00;
    text-decoration: none; }
  .btn-cart i {
    color: #ffc600;
    font-size: 28px;
    margin-left: 22px; }
    @media (max-width: 1180px) {
      .btn-cart i {
        font-size: 22px;
        margin-left: 10px; } }
    @media (max-width: 767px) {
      .btn-cart i {
        font-size: 16px; } }

.woocommerce-message {
  padding: 0 0 20px; }

.faq-bg-holder {
  background: url(../images/img-5.jpg) no-repeat;
  background-size: cover; }
  .faq-bg-holder .faq-section {
    color: #fff; }
    .faq-bg-holder .faq-section .row .col:nth-child(2n+2) {
      border-color: rgba(255, 255, 255, 0.2); }
    .faq-bg-holder .faq-section .separator {
      opacity: 0.2; }
  .faq-bg-holder .help-section {
    background: none;
    padding: 0; }
    .faq-bg-holder .help-section .heading {
      color: #fff;
      background: none;
      margin-bottom: 140px; }
      @media (max-width: 767px) {
        .faq-bg-holder .help-section .heading {
          margin-bottom: 0; } }
      .faq-bg-holder .help-section .heading .decor {
        background: url(../images/bg-decor-5.png) no-repeat; }
        .faq-bg-holder .help-section .heading .decor:before, .faq-bg-holder .help-section .heading .decor:after {
          background: url(../images/bg-shadow-2.png) repeat-x; }
  @media (max-width: 767px) {
    .faq-bg-holder .help-form {
      padding: 15px; } }
  .faq-bg-holder .help-holder {
    background: url(../images/bg-1.png);
    padding: 0 0 70px; }
    @media (max-width: 767px) {
      .faq-bg-holder .help-holder {
        padding: 0; } }
/*# sourceMappingURL=main.css.map */