@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamLight.otf") format("opentype"), url("../fonts/GothamLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham bold';
  src: url("../fonts/GothamBold.otf") format("opentype"), url("../fonts/GothamBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
  @font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamBold.otf") format("opentype"), url("../fonts/GothamBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

:root {
  scroll-behavior: unset;
  --app-height: 100%; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 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; }

.header .socials, .header .main-nav .holder-main-menu .main-navigation, .header .main-nav .holder-main-menu li .sub-menu ul, .socials, .slick-dots, .footer .footer-bottom ul, .hero-banner .slick-dots, .summary-cart .card-info .attributes, .modal-location-picker .modal-list-location, .modal-quick-look .info, .product-attributes, .blurbs-ad .holder-text ul, .our-programming .list-our-programming, .wide-gray-panel ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.header .coupon-bar button, .header .socials li a, .header .sub-panel .right-col .search-header button, .header .main-nav .holder-main-menu, .header .main-nav .holder-main-menu .main-navigation > li > a:before, .header .main-nav .holder-main-menu li a, .header .main-nav .holder-main-menu li .sub-menu, .header .main-nav .holder-main-menu li .sub-menu .title-link, .header .main-nav .holder-main-menu li .sub-menu ul > li > a, .header .main-nav .holder-main-menu li .sub-menu ul > li > a:before, .search-header.mobile, .page-holder::after, .nav-opener, .breadcrumb .breadcrumb-item a, .socials li a, .pagination .page-item .page-link, .arrow-blue .slick-arrow,
.arrow-black .slick-arrow, .top-line, .top-line svg, .footer ul li:first-child a, .footer a, .footer .list-nav-socials > a, .footer .footer-bottom a, .hero-banner .slick-arrow, .ad-space .container a, .wide-ad-space a, .info-block .holder-block.get-local .holder-text-logo a, .promo-space .holder-promo .promo-item .promo-img, .youtube-block a, .modal .btn-close, .modal-location-picker .modal-list-location li a, .btn-offers, .modal-offers .item-offers, .holder-content-sidebar .search-page button, .holder-content-sidebar .resoult-list .resoult-item .link-resoult, .blurbs-ad-small .image-slideshow .holder-img,
.blurbs-ad .image-slideshow .holder-img,
.blurbs-alternating-boxes .image-slideshow .holder-img, .list-product a, .list-product .description, .our-programming .list-our-programming li a, .search-block button, .pickup-and-go .slide-item a.holder-img img, .what-marines-love .holder-img, .best-sellers .cat-product, .best-sellers h3 a, .wide-gray-panel .colum-get-sale .btn, .category-list .holder-img, .cross-service-promotions .holder-img, .customers-also-viewed .img-holder, .cross-service-romotions-full h3 a, .driven-excellence .box, .driven-excellence .box:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

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

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

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

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

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

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

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

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

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

h6, .h6 {
  font-size: 15px; }
  
    
  .mobile-location:before {
  
  		width: 18px;
  	height: 24px;
  }
  @media screen and (min-width: 992px) {
  .mobile-location:before {
  	width:0px !important;
  	height:0px !important;
  }
}


.strong {
  font-weight: 700; }

.common-title {
  font-size: 21px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 32px; }
  @media (min-width: 768px) {
    .common-title {
      font-size: 24px;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .common-title {
      font-size: 28px; } }

.common-title-min {
  font-size: 21px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 32px;
  color: #54565a; }
  @media (min-width: 768px) {
    .common-title-min {
      font-size: 24px; } }

p {
  margin: 0 0 1em; }

a {
  color: #00a9e0; }
  a:hover, a:focus {
    text-decoration: none; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
select,
textarea {
  font-family: 'Gotham';
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0 14px;
  height: 48px;
  font-size: 16px; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    select,
    textarea {
      padding: 0 20px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  select:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #777777; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #777777; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #777777; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #777777; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  select.placeholder,
  textarea.placeholder {
    color: #777777; }

select {
  -webkit-border-radius: 0;
  cursor: pointer;
  background: #fff url(../images/chevron-down.svg) right 19px top 20px/12px no-repeat;
  padding: 0 40px 0 20px;
  font-size: 16px;
  height: 49px; }

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

textarea {
  resize: none;
  height: 192px;
  vertical-align: top;
  padding: 10px 14px; }
  @media (min-width: 768px) {
    textarea {
      padding: 10px 20px; } }

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

form label {
  display: block;
  margin-bottom: 17px; }
  @media (min-width: 992px) {
    form label {
      margin-bottom: 24px; } }

form .label {
  color: #54565a;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px; }
  @media (min-width: 992px) {
    form .label {
      margin-bottom: 10px; } }

.required-sign {
  color: #940000;
  padding-left: 2px;
  display: inline-block; }

.field-hint {
  color: #54565a;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .label-text-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.label-text-left .label {
  margin-bottom: 6px; }
  @media (min-width: 992px) {
    .label-text-left .label {
      width: 78px;
      min-width: 78px;
      padding-right: 10px;
      margin-bottom: 10px;
      margin-top: 10px; } }

@media (min-width: 992px) {
  .fields-in-a-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 992px) {
  .fields-in-a-row label {
    margin-bottom: 5px; } }

@media (min-width: 992px) {
  .fields-in-a-row .col {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-right: 15px; } }

.form-check {
  padding: 0; }

.form-check-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 6px 0 6px 46px;
  font-size: 13px;
  color: #54565a;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .2s;
  transition: .2s; }
  .form-check-label:hover {
    color: #000; }
  .form-check-label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 1px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #707070;
    background-color: #ffffff; }
  .form-check-label:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 1px;
    width: 24px;
    height: 24px;
    background: url(../images/check.svg) center/17px no-repeat;
    z-index: 2;
    opacity: 0; }

.form-check-input {
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  left: -99999px; }
  .form-check-input:checked + .form-check-label:before {
    opacity: 1; }
  .form-check-input:focus + .form-check-label {
    color: #000; }
    .form-check-input:focus + .form-check-label:after {
      box-shadow: 0 0 0px 1px #000; }

html .vscomp-wrapper.focused .vscomp-toggle-button, html .vscomp-wrapper:focus .vscomp-toggle-button {
  border-color: #000;
  box-shadow: none; }

div.vscomp-ele {
  display: block;
  max-width: 100%; }
  div.vscomp-ele.pop-comp-active .vscomp-toggle-button {
    border: 1px solid #ccc !important; }
  div.vscomp-ele .vscomp-toggle-button {
    background: #fff url(../images/chevron-down.svg) right 19px top 20px/12px no-repeat;
    padding: 0 40px 0 20px;
    height: 48px;
    border: 1px solid #ccc; }
  div.vscomp-ele .vscomp-arrow {
    display: none; }
  div.vscomp-ele .vscomp-value {
    height: auto;
    font-size: 14px;
    font-family: "Gotham";
    line-height: 1.2;
    color: #000;
    opacity: 1 !important; }
  div.vscomp-ele .vscomp-options-container {
    max-height: 80vh !important; }
  div.vscomp-ele .vscomp-dropbox-container {
    box-shadow: none;
    border: 1px solid #ccc;
    width: auto !important;
    min-width: 100% !important;
    max-width: auto !important; }
    div.vscomp-ele .vscomp-dropbox-container.position-bottom {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      top: 100%;
      margin-top: -1px; }
    div.vscomp-ele .vscomp-dropbox-container.position-top {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      bottom: 100%;
      top: auto;
      margin-bottom: -1px; }
  div.vscomp-ele .vscomp-option-text {
    white-space: unset;
    font-family: "Gotham"; }
  div.vscomp-ele .vscomp-options-list {
    height: auto !important; }
  div.vscomp-ele .vscomp-option {
    border-bottom: 1px solid #ccc;
    padding: 0 10px 0 20px;
    min-height: 48px; }
    div.vscomp-ele .vscomp-option:last-child {
      border: none; }
    div.vscomp-ele .vscomp-option.selected {
      background-color: #f4f4f4; }
    div.vscomp-ele .vscomp-option.disabled {
      display: none; }

@media (max-width: 991px) {
  html.search-active .header, html.nav-active .header {
    overflow: visible; } }

.header {
  z-index: 101; }
  @media (max-width: 991px) {
    .header {
      overflow: hidden; } }
  .header .coupon-bar {
    background-color: /****OLD COLOR - #f4d256***/#940000;
    text-align: center; }
    .header .coupon-bar button {
      background-color: transparent;
      border: none;
      display: inline-block;
      color: #000;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      padding: 6px;
      text-align: center; }
      @media (min-width: 992px) {
        .header .coupon-bar button {
          padding: 10px;
          font-size: 13px; } }
      @media (min-width: 1400px) {
        .header .coupon-bar button {
          padding: 16px;
          font-size: 16px; } }
      .header .coupon-bar button:hover {
        opacity: 0.7; }
  .header .location {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px; }
    @media (min-width: 992px) {
      .header .location {
        font-size: 14px; } }
    @media (min-width: 1400px) {
      .header .location {
        margin-right: 96px;
        font-size: 16px; } }
    .header .location:before {
      content: '';
      display: inline-block;
      background-image: url(../images/map-marker.svg);
      width: 18px;
      height: 24px;
      min-width: 18px;
      margin-right: 16px; }
    .header .location:hover {
      text-decoration: none; }
    .header .location.mobile {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 16px; }
  .header .shop-with-us {
    text-transform: uppercase;
    color: #f4d256;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
    @media (min-width: 992px) {
      .header .shop-with-us {
        font-size: 14px;
        line-height: 24px; } }
    @media (min-width: 1200px) {
      .header .shop-with-us {
        font-size: 16px; } }
    .header .shop-with-us:hover {
      text-decoration: underline; }
    .header .shop-with-us.mobile {
      display: block;
      margin-bottom: 14px; }
  .header .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) {
      .header .socials {
        width: calc(40% - 6px);
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: 6px; } }
    @media (min-width: 1200px) {
      .header .socials {
        width: calc(26% - 6px); } }
    .header .socials li {
      padding: 0 8px; }
      @media (min-width: 992px) {
        .header .socials li {
          width: 20%; } }
      .header .socials li a:hover {
        opacity: 0.7; }
      .header .socials li img {
        display: block;
        max-width: 24px;
        width: 100%; }
    .header .socials.mobile li {
      width: auto !important; }
  .header .sub-panel {
    padding: 15px 0 15px;
    display: none;
    border-bottom: 4px solid #940000; }
    @media (min-width: 992px) {
      .header .sub-panel {
        background-image: url("../images/header-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block; } }
    @media (min-width: 1400px) {
      .header .sub-panel {
        padding: 21px 0 24px; } }
    .header .sub-panel .holder-sub-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .header .sub-panel .left-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%; }
    .header .sub-panel .right-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 50%; }
      @media (min-width: 992px) {
        .header .sub-panel .right-col {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      @media (min-width: 992px) {
        .header .sub-panel .right-col .search-header {
          width: 60%;
          position: relative; } }
      @media (min-width: 1200px) {
        .header .sub-panel .right-col .search-header {
          width: 65%; } }
      @media (min-width: 992px) {
        .header .sub-panel .right-col .search-header .close-search-mobile {
          display: none; } }
      .header .sub-panel .right-col .search-header input {
        border-radius: 24px;
        border: 1px solid #a4a4a4;
        background-color: #ffffff;
        height: 32px;
        width: 100%;
        padding: 6px 12px 6px 40px; }
        @media (min-width: 1400px) {
          .header .sub-panel .right-col .search-header input {
            height: 48px;
            padding: 10px 15px 10px 50px; } }
      .header .sub-panel .right-col .search-header button {
        position: absolute;
        left: 13px;
        border: none;
        background-color: transparent;
        padding: 0;
        max-width: 16px;
        top: 9px; }
        @media (min-width: 1400px) {
          .header .sub-panel .right-col .search-header button {
            max-width: 24px;
            top: 12px; } }
        .header .sub-panel .right-col .search-header button:hover {
          opacity: 0.7; }
  .header .main-nav {
    padding: 14px 0;
    background-image: url("../images/header-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 992px) {
      .header .main-nav {
        background-image: none;
        background-color: rgba(0, 13, 19, 0.5);
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        padding: 0;
        -webkit-transition: background-color .3s;
        transition: background-color .3s; } }
    .header .main-nav .holder-menu-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 992px) {
        .header .main-nav .holder-menu-logo {
          position: relative; } }
    .header .main-nav .navbar-brand {
      margin-right: 25px;
      max-width: 80px; }
      @media (min-width: 992px) {
        .header .main-nav .navbar-brand {
          max-width: 140px; } }
      @media (min-width: 1560px) {
        .header .main-nav .navbar-brand {
          margin-right: 40px;
          max-width: 176px; } }
      .header .main-nav .navbar-brand img {
        display: block;
        width: 100%; }
    .header .main-nav .holder-main-menu {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      opacity: 0;
      bottom: 0;
      visibility: hidden;
      width: 100%;
      height: var(--app-height);
      max-height: 100vh;
      overflow: visible;
      -webkit-overflow-scrolling: touch;
      background-color: #54565A;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      z-index: 15; }
      @media (max-width: 991px) {
        .header .main-nav .holder-main-menu {
          position: fixed; } }
      @media (min-width: 992px) {
        .header .main-nav .holder-main-menu {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: static;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          min-height: auto;
          height: auto;
          padding: 0;
          width: auto;
          top: auto;
          background: transparent;
          overflow: visible;
          text-align: left;
          box-shadow: none;
          display: block;
          width: calc(100% - 165px);
          opacity: 1;
          visibility: visible; } }
      @media (min-width: 1560px) {
        .header .main-nav .holder-main-menu {
          width: calc(100% - 216px); } }
      .header .main-nav .holder-main-menu .box-main-menu {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100vh;
        width: 100%;
        padding: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 992px) {
          .header .main-nav .holder-main-menu .box-main-menu {
            display: block;
            overflow: visible;
            height: auto;
            width: auto;
            padding: 0; } }
      .header .main-nav .holder-main-menu.hover {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
        @media (min-width: 992px) {
          .header .main-nav .holder-main-menu.hover {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; } }
      .header .main-nav .holder-main-menu .main-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -5px 15px;
        padding: 10px 20px; }
        @media (min-width: 992px) {
          .header .main-nav .holder-main-menu .main-navigation {
            padding: 0;
            margin: 0 -8px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media (min-width: 1200px) {
          .header .main-nav .holder-main-menu .main-navigation {
            margin: 0 -10px; } }
        @media (min-width: 1560px) {
          .header .main-nav .holder-main-menu .main-navigation {
            margin: 0 -15px; } }
        .header .main-nav .holder-main-menu .main-navigation > li {
          width: 50%;
          margin-bottom: 10px; }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu .main-navigation > li {
              margin-bottom: 0;
              width: auto; } }
          .header .main-nav .holder-main-menu .main-navigation > li > a {
            position: relative;
            text-align: center;
            padding: 20px;
            border: 1px solid #D5D5D5;
            background-color: #6c6e71;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            @media (min-width: 992px) {
              .header .main-nav .holder-main-menu .main-navigation > li > a {
                display: inline-block;
                padding: 0;
                border: none;
                background-color: transparent;
                padding: 32px 0 31px;
                height: auto; } }
            .header .main-nav .holder-main-menu .main-navigation > li > a:before {
              content: '';
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0px;
              width: 100%;
              height: 6px;
              background-color: #f4d256;
              opacity: 0; }
            .header .main-nav .holder-main-menu .main-navigation > li > a:hover {
              color: #fff; }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu .main-navigation > li.hover > a:before, .header .main-nav .holder-main-menu .main-navigation > li:focus-within > a:before {
              opacity: 1; } }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu .main-navigation > li.hover > .sub-menu, .header .main-nav .holder-main-menu .main-navigation > li:focus-within > .sub-menu {
              opacity: 1;
              visibility: visible;
              z-index: 1000;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; } }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu .main-navigation > li:hover > a:before {
              opacity: 1; } }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu .main-navigation > li.active > a {
              color: #f4d256; } }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu .main-navigation > li.active > a:before {
              opacity: 1; } }
          .header .main-nav .holder-main-menu .main-navigation > li.hover > .sub-menu {
            opacity: 1;
            visibility: visible;
            z-index: 1000;
            -webkit-transform: translateX(100%);
                -ms-transform: translateX(100%);
                    transform: translateX(100%); }
            @media (min-width: 992px) {
              .header .main-nav .holder-main-menu .main-navigation > li.hover > .sub-menu {
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none; } }
      .header .main-nav .holder-main-menu li {
        padding: 0 5px; }
        @media (min-width: 992px) {
          .header .main-nav .holder-main-menu li {
            padding: 0 8px; } }
        @media (min-width: 1200px) {
          .header .main-nav .holder-main-menu li {
            padding: 0 10px; } }
        @media (min-width: 1560px) {
          .header .main-nav .holder-main-menu li {
            padding: 0 12px; } }
        .header .main-nav .holder-main-menu li a {
          text-decoration: none;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu li a {
              font-size: 10px; } }
          @media (min-width: 1300px) {
            .header .main-nav .holder-main-menu li a {
              font-size: 14px; } }
          @media (min-width: 1400px) {
            .header .main-nav .holder-main-menu li a {
              font-size: 16px; } }
          .header .main-nav .holder-main-menu li a:hover {
            color: #f4d256; }
        .header .main-nav .holder-main-menu li .sub-menu {
          position: absolute;
          right: 0;
          top: 0;
          display: inline-block;
          background-color: #54565a;
          width: 100%;
          height: var(--app-height);
          max-height: 100vh;
          visibility: hidden;
          -webkit-transform: translateX(100%);
              -ms-transform: translateX(100%);
                  transform: translateX(100%); }
          @media (max-width: 991px) {
            .header .main-nav .holder-main-menu li .sub-menu {
              position: fixed; } }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu li .sub-menu {
              top: 100%;
              left: 0;
              right: auto;
              width: auto;
              height: auto;
              z-index: 1000;
              padding: 26px 20px 26px 0px;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none;
              opacity: 0;
              width: 100%; } }
          @media (min-width: 1270px) {
            .header .main-nav .holder-main-menu li .sub-menu {
              min-width: 1226px;
              width: auto; } }
          .header .main-nav .holder-main-menu li .sub-menu .sub-menu-three > li {
            margin-bottom: 25px; }
          .header .main-nav .holder-main-menu li .sub-menu .row-sub-menu {
            overflow-y: auto;
            height: calc(100vh - 210px);
            width: 100%;
            padding: 13px 11px; }
            @media (min-width: 992px) {
              .header .main-nav .holder-main-menu li .sub-menu .row-sub-menu {
                padding: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin: 0 -30px;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                height: auto;
                width: auto;
                overflow: visible; } }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu li .sub-menu .one-col,
            .header .main-nav .holder-main-menu li .sub-menu .two-col {
              padding: 0 30px; } }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu li .sub-menu .two-col ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              height: 291px;
              margin: 0 -10px; } }
          @media (min-width: 1400px) {
            .header .main-nav .holder-main-menu li .sub-menu .two-col ul {
              margin: 0 -50px; } }
          @media (min-width: 992px) {
            .header .main-nav .holder-main-menu li .sub-menu .two-col ul li {
              padding: 0 10px; } }
          @media (min-width: 1400px) {
            .header .main-nav .holder-main-menu li .sub-menu .two-col ul li {
              padding: 0 50px; } }
          .header .main-nav .holder-main-menu li .sub-menu .image-col {
            position: fixed;
            left: 20px;
            bottom: 20px;
            right: 20px; }
            @media (min-width: 992px) {
              .header .main-nav .holder-main-menu li .sub-menu .image-col {
                position: static;
                left: auto;
                bottom: auto;
                right: auto;
                width: 100%;
                max-width: 300px; } }
            .header .main-nav .holder-main-menu li .sub-menu .image-col .menu-img {
              display: block;
              background-position: center;
              background-size: cover;
              min-height: 281px;
              background-repeat: no-repeat; }
              @media (min-width: 768px) {
                .header .main-nav .holder-main-menu li .sub-menu .image-col .menu-img {
                  min-height: 281px; } }
              @media (min-width: 992px) {
                .header .main-nav .holder-main-menu li .sub-menu .image-col .menu-img {
                  height: 100%;
                  background-size: contain; } }
          .header .main-nav .holder-main-menu li .sub-menu .title-link {
            display: block;
            color: #f4d256;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 25px; }
            @media (min-width: 992px) {
              .header .main-nav .holder-main-menu li .sub-menu .title-link {
                margin-bottom: 16px; } }
            .header .main-nav .holder-main-menu li .sub-menu .title-link:before {
              display: none; }
            .header .main-nav .holder-main-menu li .sub-menu .title-link:hover {
              color: #fff;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; }
          .header .main-nav .holder-main-menu li .sub-menu ul > li {
            margin-bottom: 25px; }
            @media (min-width: 992px) {
              .header .main-nav .holder-main-menu li .sub-menu ul > li {
                margin-bottom: 16px; } }
            .header .main-nav .holder-main-menu li .sub-menu ul > li > a {
              display: inline-block;
              color: #f1f1f1;
              font-size: 14px;
              font-weight: 500; }
              .header .main-nav .holder-main-menu li .sub-menu ul > li > a:before {
                display: inline-block;
                content: '';
                opacity: 0;
                -webkit-transform: translateX(-10px);
                    -ms-transform: translateX(-10px);
                        transform: translateX(-10px);
                background-image: url(../images/arrow.svg);
                background-position: center;
                background-repeat: no-repeat;
                width: 12px;
                height: 12px; }
              .header .main-nav .holder-main-menu li .sub-menu ul > li > a:hover {
                -webkit-transform: translateX(10px);
                    -ms-transform: translateX(10px);
                        transform: translateX(10px);
                color: #f4d256; }
                .header .main-nav .holder-main-menu li .sub-menu ul > li > a:hover:before {
                  opacity: 1;
                  -webkit-transform: translateX(-2px);
                      -ms-transform: translateX(-2px);
                          transform: translateX(-2px); }
    .header .main-nav .top-line-subnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background-image: url(../images/header-bg.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 15px 20px;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 700;
      border-bottom: 4px solid #940000; }
      @media (min-width: 992px) {
        .header .main-nav .top-line-subnav {
          display: none; } }
      .header .main-nav .top-line-subnav .back-link {
        color: #f4d256; }
        .header .main-nav .top-line-subnav .back-link::before {
          display: inline-block;
          content: '';
          width: 10px;
          height: 10px;
          border-left: 3px solid #f4d256;
          border-top: 3px solid #f4d256;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-right: 3px; }

@media (min-width: 992px) {
  body.scrolled .header .main-nav {
    background-color: #000; } }

.main-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-image: url("../images/header-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #f4d256;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 4px solid #940000; }
  @media (min-width: 992px) {
    .main-menu-title {
      display: none; } }

.close-menu svg {
  width: 16px;
  height: 16px; }

@media (min-width: 992px) {
  .clone-link,
  .back-link {
    display: none; } }

.clone-link {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  padding: 12px 19px;
  text-transform: uppercase;
  background-color: rgba(0, 26, 49, 0.4); }
  @media (min-width: 992px) {
    .clone-link {
      display: none; } }

.bottom-block-mobile {
  margin-top: auto;
  padding: 0 20px;
  text-align: center; }
  @media (min-width: 992px) {
    .bottom-block-mobile {
      display: none; } }

.search-icon-mobile {
  display: block;
  margin-left: auto; }
  @media (min-width: 992px) {
    .search-icon-mobile {
      display: none; } }
  .search-icon-mobile img {
    display: inline-block;
    width: 16px; }

@media (min-width: 992px) {
  .sub-panel .btn-close {
    display: none; } }

@media (min-width: 992px) {
  .nav-opener {
    display: none; } }

.search-header.mobile {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 992px) {
    .search-header.mobile {
      display: none; } }
  .search-header.mobile .holder-form {
    width: calc(100% - 32px); }
  .search-header.mobile .close-search-mobile {
    display: block;
    margin-left: 22px;
    margin-right: 7px; }
    .search-header.mobile .close-search-mobile svg {
      width: 16px;
      height: 16px; }
  .search-header.mobile input {
    border-radius: 24px;
    border: 1px solid #a4a4a4;
    background-color: #ffffff;
    height: 32px;
    width: 100%;
    padding: 6px 12px 6px 40px; }
  .search-header.mobile button {
    position: absolute;
    left: 24px;
    border: none;
    background-color: transparent;
    padding: 0;
    max-width: 16px;
    top: 22px; }
    .search-header.mobile button:hover {
      opacity: 0.7; }

.page-holder {
  position: relative; }
  .page-holder::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
    opacity: 0;
    visibility: hidden; }

.search-active .search-header.mobile {
  opacity: 1;
  visibility: visible; }

.search-active .page-holder:after {
  opacity: 1;
  visibility: visible; }

.nav-opener {
  position: relative;
  z-index: 10;
  margin-right: 10px;
  color: #fff;
  width: 15px;
  height: 20px; }
  .nav-opener:before {
    position: absolute;
    content: "";
    top: 5px;
    bottom: auto;
    left: 0;
    right: 0; }
  .nav-opener:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 9px;
    left: 0;
    right: 0; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener .icn-bar {
    height: 2px;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: currentColor; }
  .nav-opener:hover, .nav-opener:focus {
    color: #fff; }
  .nav-opener .icn-bar {
    left: 0;
    right: 0;
    top: 13px;
    position: absolute; }

.nav-active body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nav-active .header .holder-main-menu {
  opacity: 1;
  visibility: visible; }

.search-header form label {
  display: none; }

body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden; }

@media (min-width: 992px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.accessibility-back-to-top {
  display: block;
  padding-left: 50px; }

.accessibility-menu {
  padding: 30px 5px;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
  color: #000;
  text-decoration: none; }
  .accessibility-menu:hover {
    text-decoration: none;
    color: #000; }
  .accessibility-menu .title {
    font-weight: bold;
    margin-bottom: 10px; }
  .accessibility-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .accessibility-menu li {
    margin-bottom: 5px; }

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.row {
  margin-left: -5px;
  margin-right: -5px; }
  @media (min-width: 992px) {
    .row {
      margin-left: -8px;
      margin-right: -8px; } }

.row > * {
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 992px) {
    .row > * {
      padding-right: 8px;
      padding-left: 8px; } }

.container {
  max-width: 1680px;
  padding: 0 20px; }

.btn-danger {
  background-color: #940000;
  border-color: #940000; }

.btn-warning {
  background-color: #f4d256;
  border-color: #f4d256;
  color: #000; }

.btn-dark {
  background-color: #54565a;
  border-color: #54565a; }
  .btn-dark:hover {
    background-color: #000;
    border-color: #000; }

.btn-outline-warning {
  color: #f4d256;
  border-color: #f4d256; }

.btn {
  padding: 9px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0; }
  @media (min-width: 992px) {
    .btn {
      font-size: 30px;
      padding: 17px; } }
  .btn.btn-min {
    font-size: 16px;
    font-weight: 700;
    padding: 11px 14px;
    min-width: 172px; }

.bg-primary {
  background-color: #00a9e0 !important;
  border-color: #00a9e0; }

.btn-outline-danger {
  color: #940000 !important;
  border-color: #940000 !important; }
  .btn-outline-danger:hover {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #bb2d3b !important; }

.bg-danger {
  background-color: #940000 !important;
  border-color: #940000; }

.bg-secondary {
  background-color: #54565a !important;
  border-color: #54565a; }

.btn-raunded {
  border-radius: 50px; }

.separator-min {
  margin: 10px 0;
  height: 1px;
  position: relative;
  width: 38px;
  background-color: #ccc; }
  @media (min-width: 768px) {
    .separator-min {
      margin: 13px 0; } }

.mt-45 {
  margin-top: 26px; }
  @media (min-width: 992px) {
    .mt-45 {
      margin-top: 40px; } }

.mt-6 {
  margin-top: 60px; }

.breadcrumb {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .breadcrumb {
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      max-width: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (max-width: 991px) {
    .breadcrumb li:last-child {
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      max-width: 100%; } }
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500; }
    @media (min-width: 992px) {
      .breadcrumb .breadcrumb-item {
        font-size: 18px; } }
    .breadcrumb .breadcrumb-item:before {
      content: '>'; }
    .breadcrumb .breadcrumb-item:first-child:before {
      display: none; }
    .breadcrumb .breadcrumb-item a {
      text-decoration: none;
      color: #54565a; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #f4d256; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -8px; }
  .socials li {
    padding: 0 8px; }
    .socials li a:hover {
      opacity: 0.7; }

.pagination {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination .page-item {
    padding: 0 5px;
    margin-bottom: 10px; }
    .pagination .page-item .page-link {
      padding: 5px;
      width: 50px;
      height: 50px;
      color: #54565a;
      font-size: 21px;
      font-weight: 700;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #dddddd;
      background-color: #fff; }
    .pagination .page-item.active a, .pagination .page-item:hover a {
      background-color: #940000;
      color: #fff;
      border-color: #940000; }

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 -2px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 992px) {
    .slick-dots {
      bottom: 34px; } }
  .slick-dots button {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: none;
    font-size: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .slick-dots button {
        width: 16px;
        height: 16px; } }
  .slick-dots li {
    padding: 0 2px; }
    .slick-dots li.slick-active button {
      background-color: #00a9e0; }
.dots-bg-black .slick-dots {
  bottom: 0px; }
  .dots-bg-black .slick-dots button {
    background-color: #000; }

.dots-bg-white .slick-dots li.slick-active button {
  background-color: #000; }

.dots-bg-white .slick-dots button {
  background-color: #ffffff;
  border: 1px solid #000; }

.tag-box {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 11px;
  text-align: center;
  background-color: #00a9e0;
  z-index: 1; }
  @media (min-width: 992px) {
    .tag-box {
      font-size: 12px; } }

.arrow-blue .slick-arrow,
.arrow-black .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  border: none;
  padding: 10px;
  background-color: #00a9e0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1; }
  @media (min-width: 992px) {
    .arrow-blue .slick-arrow,
    .arrow-black .slick-arrow {
      width: 50px;
      height: 50px; } }
  .arrow-blue .slick-arrow img,
  .arrow-black .slick-arrow img {
    width: 30px;
    height: 30px; }
  .arrow-blue .slick-arrow:hover,
  .arrow-black .slick-arrow:hover {
    opacity: 0.7; }
  .arrow-blue .slick-arrow.slick-next,
  .arrow-black .slick-arrow.slick-next {
    right: -20px; }
    @media (min-width: 1800px) {
      .arrow-blue .slick-arrow.slick-next,
      .arrow-black .slick-arrow.slick-next {
        right: -84px; } }
  .arrow-blue .slick-arrow.slick-prev,
  .arrow-black .slick-arrow.slick-prev {
    left: -20px; }
    @media (min-width: 1800px) {
      .arrow-blue .slick-arrow.slick-prev,
      .arrow-black .slick-arrow.slick-prev {
        left: -84px; } }

.arrow-black .slick-arrow {
  background-color: #000; }
  .arrow-black .slick-arrow.slick-next {
    right: -12px; }
  .arrow-black .slick-arrow.slick-prev {
    left: -12px; }
.gray-rounded-bg-wrap {
  position: relative;
  overflow: hidden;
  padding: 86px 0 40px;
  margin: 30px 0 30px; }
  @media (min-width: 768px) {
    .gray-rounded-bg-wrap {
      padding: 98px 0 100px; } }
  .gray-rounded-bg-wrap .title-cta-info .title {
    font-weight: 700; }
  .gray-rounded-bg-wrap:before, .gray-rounded-bg-wrap:after {
    content: '';
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    height: 900px;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    pointer-events: none; }
    @media (min-width: 550px) {
      .gray-rounded-bg-wrap:before, .gray-rounded-bg-wrap:after {
        width: 1800px;
        margin-left: -900px; } }
    @media (min-width: 768px) {
      .gray-rounded-bg-wrap:before, .gray-rounded-bg-wrap:after {
        width: 200vw;
        margin-left: -100vw;
        border-radius: 0 0 43% 43%; } }
  .gray-rounded-bg-wrap:after {
    background-color: #f4f4f4;
    bottom: 0; }
  .gray-rounded-bg-wrap:before {
    background-color: #fff;
    bottom: 100%;
    margin-bottom: -47px;
    z-index: 3; }
  .gray-rounded-bg-wrap .bg-helper {
    position: absolute;
    height: calc(100% + 400px);
    width: 100%;
    background-color: #f4f4f4;
    left: 0;
    bottom: 200px;
    pointer-events: none; }

.gray-rounded-bg-container {
  position: relative;
  z-index: 5; }

label.d-none {
  display: block !important;
  position: absolute;
  left: -9999px;
  top: -9999px; }
  
.top-line {
  position: absolute;
  right: 4px;
  top: 9px;
  z-index: 1;
  width: 21px;
  height: 21px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .top-line svg {
    width: 13px;
    height: 13px; }
  .top-line:hover, .top-line:focus {
    background-color: #000; }
    .top-line:hover svg path, .top-line:focus svg path {
      fill: #fff; }
      
.footer {
  margin-top: 137px; }
  @media (min-width: 1200px) {
    .footer {
      margin-top: 170px; } }
  @media (min-width: 1600px) {
    .footer {
      margin-top: 320px; } }
  .footer .footer-top {
    padding: 40px 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media (min-width: 1200px) {
      .footer .footer-top {
        padding: 49px 0 10px; } }
    .footer .footer-top:before {
      position: absolute;
      right: 0;
      top: -113px;
      content: '';
      background-image: url(../images/footer-decor.png);
      max-width: 128px;
      width: 100%;
      height: 113px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 1200px) {
        .footer .footer-top:before {
          top: -180px;
          max-width: 180px;
          height: 203px; } }
      @media (min-width: 1600px) {
        .footer .footer-top:before {
          top: -313px;
          max-width: 354px;
          height: 313px; } }
    .footer .footer-top .container {
      max-width: 1560px; }
  .footer .footer-logo {
    margin-bottom: 20px; }
    .footer .footer-logo a {
      display: block;
      max-width: 174px; }
      @media (min-width: 1200px) {
        .footer .footer-logo a {
          max-width: 260px; } }
  .footer ul {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .footer ul {
        margin-bottom: 0; } }
    .footer ul li {
      margin-bottom: 13px; }
      .footer ul li:first-child a {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 22px; }
        .footer ul li:first-child a:hover {
          color: #f4d256; }
                .footer ul li:not(:first-child) a {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: .5px; }
  .footer a {
    text-decoration: none;
    color: #d6d1ca;
    font-size: 16px;
    font-weight: 500; }
    .footer a:hover {
      color: #f4d256; }
  .footer .list-nav-socials {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .footer .list-nav-socials {
        margin-bottom: 0; } }
    .footer .list-nav-socials > a {
      display: block;
      width: 100%;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 38px; }
      @media (min-width: 992px) {
        .footer .list-nav-socials > a {
          /*margin-bottom: 108px;*/ } }
      .footer .list-nav-socials > a:hover {
        color: #f4d256; }
  .footer .social-footer-nav {
    margin-bottom: 0px; }
    @media (min-width: 992px) {
      .footer .social-footer-nav {
        margin-bottom: 30px; } }
    .footer .social-footer-nav li:first-child {
      width: 100%;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .footer .social-footer-nav li:first-child a {
        margin-bottom: 0; }
  .footer .footer-bottom {
    background-color: #54565a;
    padding: 28px 0 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 992px) {
      .footer .footer-bottom {
        text-align: left;
        padding: 17px 0; } }
    .footer .footer-bottom .container {
      max-width: 1560px; }
    .footer .footer-bottom li {
      margin-bottom: 18px; }
      @media (min-width: 992px) {
        .footer .footer-bottom li {
          margin-bottom: 0; } }
    .footer .footer-bottom a {
      text-transform: uppercase;
      color: inherit;
      font-weight: 300; }
      .footer .footer-bottom a:hover {
        color: #f4d256; }
.footer ul.socials li:first-child a{
 margin-bottom:0;
}
.hero-banner .slide-item {
  min-height: 133px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  
.hero-banner .slick-list .slide-image
{
	margin:0 auto;
}
@media (min-width:1640px)
{
	 .hero-banner .slide-item {
      min-height: 562px; }
.hero-banner .slick-list .slide-image
{
	
	max-width: 1640px;

	margin:0 auto;
}
}
  
  @media (max-width:500px) and (min-width:389px) {
    .hero-banner .slide-item {
      min-height: 171px; }
    	.hero-banner .slick-list .slide-image {
      max-width: 500px; }   
  	
  }  
  @media (min-width:0px) and (max-width:390){
    .hero-banner .slide-item {
      min-height: 133px; } 
    	.hero-banner .slick-list .slide-image {
      max-width: 390px; } 
    	
    }
    @media (max-width:992px) and (min-width:389px) {
    .hero-banner .slide-item {
      min-height: 171px; }
    	.hero-banner .slick-list .slide-image {
      max-width: 500px; }   
  	
  }  
  @media (min-width: 992px) {
    .hero-banner .slide-item {
      min-height: 562px; } 
  		.hero-banner .slick-list .slide-image {
      max-width: 1640px; }   
  	
  }

/*.hero-banner.big-hero-banner .slide-item {
  min-height: 30vw; }
  @media (min-width: 992px) {
    .hero-banner.big-hero-banner .slide-item {
      min-height: 36vw; } }
  @media (min-width: 1400px) {
    .hero-banner.big-hero-banner .slide-item {
      min-height: 34vw; } }*/

.hero-banner .slick-arrow {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  width: 22px;
  height: 22px; }
  @media (min-width: 992px) {
    .hero-banner .slick-arrow {
      width: 65px;
      height: 65px; } }
  .hero-banner .slick-arrow.slick-prev {
    left: 10px; }
  .hero-banner .slick-arrow.slick-next {
    right: 10px; }
  .hero-banner .slick-arrow:hover {
    opacity: 0.7; }

.hero-banner .slick-dots {
  display: none !important; }
  @media (min-width: 500px) {
    .hero-banner .slick-dots {
      position: absolute;
      left: 50%;
      bottom: 3px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0 -2px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .hero-banner .slick-dots {
      bottom: 34px; } }

.hero-banner.no-overlay .slide-item::after {
  display: none; }

.ad-space {
  padding: 10px 0 0; }
  @media (min-width: 768px) {
    .ad-space {
      padding: 55px 0 0; } }
  .ad-space .container {
    max-width: 1400px; }
    .ad-space .container a:hover {
      opacity: 0.7; }
    .ad-space .container img {
      display: block;
      margin: 0 auto; }

.why-mcx {
  padding: 30px 0 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 768px) {
    .why-mcx {
      padding: 60px 0 54px;
      margin: 16px 0; } }
  .why-mcx:before, .why-mcx:after {
    content: '';
    position: absolute;
    height: 136px;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }
  .why-mcx:after {
    bottom: 0;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .why-mcx:before {
    top: 0; }
  .why-mcx .container {
    position: relative;
    z-index: 1; }
  .why-mcx .item {
    margin-bottom: 17px; }
  .why-mcx h2 {
    margin-bottom: 2px;
    font-size: 28px; }
    @media (min-width: 768px) {
      .why-mcx h2 {
        font-size: 56px;
        margin-bottom: 28px; } }
  .why-mcx .subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px; 
  	color: #dc291e;
	text-transform: uppercase;
  }
  .why-mcx .subtitle2 {
  	color: #00205b;
  	
  }
  .why-mcx .subtitle3 {
  	color: #00205b;
  }
  .why-mcx .subtitle3 sup {
  	    font-size: 30%;
    	top: -1.5em;
    	left: -.75em;
  }
    @media (min-width: 768px) {
      .why-mcx .subtitle {
        margin-bottom: 108px;
        font-size: 36px;
        line-height: 38px; } }
  .why-mcx .holder-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 77px;
    background-color: rgba(204, 204, 204, 0.2);
    height: 100%;
    padding: 10px 7px;
    border: 1px solid #D5D5D5; }
    @media (min-width: 992px) {
      .why-mcx .holder-item {
        min-height: 238px;
        padding: 30px 15px; } }
    .why-mcx .holder-item h3 {
      color: #A6192E;
      margin-bottom: 2px;
      font-size: 16px; }
      @media (min-width: 768px) {
        .why-mcx .holder-item h3 {
          font-size: 24px; } }
      @media (min-width: 992px) {
        .why-mcx .holder-item h3 {
          font-size: 36px;
          margin-bottom: 15px; } }
    .why-mcx .holder-item .text {
      font-size: 14px;
      line-height: 24px;
      color: #3d3935; }
      @media (min-width: 768px) {
        .why-mcx .holder-item .text {
          font-size: 21px; } }
      @media (min-width: 992px) {
        .why-mcx .holder-item .text {
          font-size: 28px;
          line-height: 38px; } }

.wide-ad-space .item {
  margin-bottom: 16px; }

.wide-ad-space a:hover {
  opacity: 0.7; }

.info-block {
  padding: 35px 0 5px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .info-block {
      padding: 110px 0 20px; } }
  .info-block .item {
    margin-bottom: 47px; }
  .info-block .holder-block {
    position: relative;
    border: 3px solid #d6d1ca;
    background-color: #ffffff;
    padding: 42px 13px 20px;
    min-height: 336px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px;
    height: 100%; }
    @media (min-width: 992px) {
      .info-block .holder-block {
        min-height: 368px; } }
    @media (min-width: 1400px) {
      .info-block .holder-block {
        min-height: 551px;
        padding: 59px 27px 30px; } }
    .info-block .holder-block .icon {
      position: absolute;
      top: -32px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      max-width: 45px; }
      @media (min-width: 1400px) {
        .info-block .holder-block .icon {
          max-width: 68px; } }
      .info-block .holder-block .icon:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -6px;
        width: 86px;
        height: 30px;
        border-radius: 4px;
        background-color: #ffffff;
        z-index: 0;
        -webkit-transform: translate(-50%, 0px);
            -ms-transform: translate(-50%, 0px);
                transform: translate(-50%, 0px); }
        @media (min-width: 1400px) {
          .info-block .holder-block .icon:before {
            width: 128px;
            height: 61px;
            bottom: -13px; } }
      .info-block .holder-block .icon img {
        position: relative; }
    .info-block .holder-block h3 {
      font-size: 24px;
      margin-bottom: 30px; }
      @media (min-width: 1400px) {
        .info-block .holder-block h3 {
          font-size: 36px;
          margin-bottom: 45px; } }
    .info-block .holder-block .text {
      font-size: 15px;
      font-weight: 500;
      line-height: 17px; }
      @media (min-width: 1400px) {
        .info-block .holder-block .text {
          font-size: 26px;
          line-height: 30px; } }
    .info-block .holder-block .btn {
      margin-top: auto;
      position: relative;
      font-size: 19px; }
      @media (min-width: 1400px) {
        .info-block .holder-block .btn {
          font-size: 30px; } }
    .info-block .holder-block.get-verified, .info-block .holder-block.shop-here {
      text-align: center; }
    .info-block .holder-block.get-verified .img-get-verified {
      display: block;
      max-width: 150px;
      margin: 0 auto 20px; }
      @media (min-width: 992px) {
        .info-block .holder-block.get-verified .img-get-verified {
          max-width: 223px;
          margin: 0 auto 32px; } }
    .info-block .holder-block.sign-up-to-save {
      color: #fff;
      border-color: transparent;
      padding: 48px 13px 20px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.sign-up-to-save {
          padding: 71px 46px 30px; } }
      .info-block .holder-block.sign-up-to-save .logotype {
        display: inline-block;
        margin-bottom: 23px;
        max-width: 155px;
        width: 100%; }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save .logotype {
            max-width: 235px;
            margin-bottom: 39px; } }
      .info-block .holder-block.sign-up-to-save .holder-text {
        max-width: calc(100% - 150px); }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save .holder-text {
            max-width: calc(100% - 180px); } }
      .info-block .holder-block.sign-up-to-save h4 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 24px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save h4 {
            font-size: 22px;
            margin-bottom: 18px; } }
      .info-block .holder-block.sign-up-to-save .text {
        color: #d6d1ca;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save .text {
            font-size: 22px;
            line-height: 30px; } }
      .info-block .holder-block.sign-up-to-save .persona-img {
        position: absolute;
        right: -79px;
        bottom: -3px;
        max-width: 305px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save .persona-img {
            max-width: 457px;
            right: -118px; } }
    .info-block .holder-block.shop-here {
      padding: 34px 13px 20px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.shop-here {
          padding: 55px 30px 30px; } }
      .info-block .holder-block.shop-here .icon {
        top: -29px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.shop-here .icon {
            top: -46px; } }
      .info-block .holder-block.shop-here .text-bg {
        padding: 17px 22px;
        color: #d6d1ca;
        background-image: url("../images/home/bg-info.png");
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        text-transform: uppercase; }
        @media (min-width: 1400px) {
          .info-block .holder-block.shop-here .text-bg {
            font-size: 28px;
            font-weight: 700;
            line-height: 42px;
            padding: 15px 22px; } }
        .info-block .holder-block.shop-here .text-bg strong {
          color: #f4d256; }
.info-block .holder-block.get-stuff .icon {
      top: -37px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-stuff .icon {
          top: -48px; } }
    .info-block .holder-block.get-stuff .text.text-bg {
      color: #d6d1ca;
      font-size: 24px;
      font-weight: 700;
      background-image: url(../images/home/bg-info.png);
      text-transform: uppercase;
      min-height: 105px;
      padding: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-bottom: 9px;
      text-transform: uppercase;
      line-height: 30px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-stuff .text.text-bg {
          font-size: 40px;
          min-height: 157px;
          line-height: 38px;
          margin-bottom: 18px; } }
    .info-block .holder-block.get-stuff .title {
      color: #000;
      font-size: 21px;
      font-weight: 700;
      line-height: 32px;
      text-transform: uppercase;
      margin-bottom: 9px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-stuff .title {
          font-size: 34px;
          line-height: 44px;
          margin-bottom: 20px;
          padding: 0 10px;
          margin-bottom: 15px; } }
    .info-block .holder-block.get-stuff .text {
      color: #000;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-stuff .text {
          font-size: 28px;
          padding: 0 10px;
          line-height: 30px; } }
    .info-block .holder-block.get-local .icon {
      top: -28px;
      max-width: 34px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-local .icon {
          top: -36px;
          max-width: 45px; } }
    .info-block .holder-block.get-local h3 {
      font-size: 23px;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-local h3 {
          font-size: 36px;
          margin-bottom: 33px; } }
    .info-block .holder-block.get-local .holder-text-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 40px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-local .holder-text-logo {
          margin-bottom: 59px; } }
      .info-block .holder-block.get-local .holder-text-logo .col-img {
        width: 50px;
        margin-right: 20px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.get-local .holder-text-logo .col-img {
            width: 75px;
            margin-right: 30px; } }
      .info-block .holder-block.get-local .holder-text-logo .col-text {
        width: calc(100% - 105px);
        font-size: 16px;
        color: #54565a;
        line-height: 20px;
        font-weight: 500; }
        @media (min-width: 1400px) {
          .info-block .holder-block.get-local .holder-text-logo .col-text {
            font-size: 22px;
            line-height: 29px; } }
      .info-block .holder-block.get-local .holder-text-logo h4 {
        font-size: 16px;
        color: #000;
        margin-bottom: 0px;
        font-weight: 700; }
        @media (min-width: 1400px) {
          .info-block .holder-block.get-local .holder-text-logo h4 {
            font-size: 22px;
            margin-bottom: 5px; } }
      .info-block .holder-block.get-local .holder-text-logo p {
        margin-bottom: 3px; }
      .info-block .holder-block.get-local .holder-text-logo a {
        color: inherit;
        text-decoration: none; }
        .info-block .holder-block.get-local .holder-text-logo a:hover {
          color: #f4d256; }
.e-gift-card {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 28px 0 26px;
  margin: 86px 0 43px; }
  @media (min-width: 992px) {
    .e-gift-card {
      padding: 28px 0 12px;
      margin: 52px 0 86px; } }
  .e-gift-card:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(84, 86, 90, 0.85); }
  .e-gift-card .container {
    position: relative;
    z-index: 1;
    color: #d6d1ca;
    font-size: 16px;
    font-weight: 300;
    line-height: 38px; }
    @media (min-width: 1200px) {
      .e-gift-card .container {
        font-size: 22px; } }
  .e-gift-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 32px; }
    @media (min-width: 1200px) {
      .e-gift-card h3 {
        font-size: 32px;
        margin-bottom: 22px;
        line-height: 43px; } }
  .e-gift-card .btn {
    width: 100%;
    font-size: 19px; }
    @media (min-width: 1200px) {
      .e-gift-card .btn {
        font-size: 30px;
        max-width: 444px; } }
  .e-gift-card p {
    margin: 0 0 53px; }
    @media (min-width: 992px) {
      .e-gift-card p {
        margin-bottom: 16px; } }
  .e-gift-card .images-area {
    position: relative;
    padding-bottom: 76%;
    max-width: 669px;
    margin: -69px auto 0; }
    @media (min-width: 720px) {
      .e-gift-card .images-area {
        padding-bottom: 60%; } }
    @media (min-width: 992px) {
      .e-gift-card .images-area {
        padding: 0;
        margin-left: 11%;
        min-height: 309px;
        margin: 0; } }
    @media (min-width: 1300px) {
      .e-gift-card .images-area {
        margin-left: 190px; } }
    .e-gift-card .images-area .img-holder {
      position: absolute; }
      .e-gift-card .images-area .img-holder.img2, .e-gift-card .images-area .img-holder.img3 {
        top: 0; }
      .e-gift-card .images-area .img-holder.img2 {
        left: 24px;
        top: -8px; }
      .e-gift-card .images-area .img-holder.img3 {
        left: 37px;
        top: -63px; }

@media (min-width: 992px) {
  .choose-egift-cart-banner {
    padding-top: 70px; } }

@media (min-width: 1400px) {
  .choose-egift-cart-banner {
    padding-top: 124px; } }

@media (max-width: 767px) {
  .choose-egift-cart-banner .row {
    margin-right: -12px;
    margin-left: -12px; } }

.choose-egift-cart-banner .img {
  padding: 20px 0 0; }
  @media (min-width: 992px) {
    .choose-egift-cart-banner .img {
      padding: 30px 0 30px; } }
  @media (min-width: 1500px) {
    .choose-egift-cart-banner .img {
      padding: 100px 0 20px; } }

.choose-egift-cart-banner .text-wrap {
  padding: 10px 0 15px 0; }
  @media (min-width: 992px) {
    .choose-egift-cart-banner .text-wrap {
      padding: 40px 0 90px 8px; } }
  @media (min-width: 1500px) {
    .choose-egift-cart-banner .text-wrap {
      padding: 90px 0 70px 8px; } }

.choose-egift-cart-banner .sku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase; }
  .choose-egift-cart-banner .sku .sku-title {
    color: #54565a;
    padding-right: 4px; }
  .choose-egift-cart-banner .sku .sku-value {
    font-weight: 700; }

.choose-egift-cart-banner select {
  border-color: #e9e9e9;
  font-size: 14px;
  font-weight: 700; }
  .choose-egift-cart-banner select:focus {
    border-color: #000; }

.choose-egift-cart-banner div.vscomp-ele .vscomp-value,
.choose-egift-cart-banner div.vscomp-ele .vscomp-option-text {
  font-size: 14px;
  font-weight: 700; }

.choose-egift-cart-banner .text {
  margin-top: 10px;
  color: #54565a;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .choose-egift-cart-banner .text {
      line-height: 1.2;
      font-size: 24px;
      margin-top: 17px; } }
  @media (max-width: 767px) {
    .choose-egift-cart-banner .text br {
      display: none; } }

.choose-egift-cart-banner label {
  margin-bottom: 8px; }

.choose-egift-card-form {
  margin-bottom: 0;
  margin-top: 15px; }
  @media (min-width: 992px) {
    .choose-egift-card-form {
      padding-left: 53px;
      margin-top: 68px; } }
  @media (max-width: 767px) {
    .choose-egift-card-form .label {
      font-size: 12px; } }

@media (max-width: 767px) {
  .choose-egift-card-content .row {
    margin-right: -12px;
    margin-left: -12px; } }

@media (max-width: 767px) {
  .egift-recipient .row {
    margin-right: -8px;
    margin-left: -8px; } }

.choose-egift-card {
  padding: 25px 0 20px; }
  @media (min-width: 992px) {
    .choose-egift-card {
      padding: 40px 20px 10px 0;
      width: 100%;
      max-width: 832px; } }

.schedule-egift-card input,
.schedule-egift-card select {
  font-size: 13px;
  font-weight: 500;
  height: 48px;
  color: #54565a; }

.schedule-egift-card select {
  padding: 0 52px 0 20px; }

.schedule-egift-card div.vscomp-ele .vscomp-toggle-button {
  padding: 0 52px 0 20px; }

.schedule-egift-card div.vscomp-ele .vscomp-value {
  font-size: 13px;
  font-weight: 500;
  color: #54565a; }

.schedule-egift-card div.vscomp-ele .vscomp-option .vscomp-option-text {
  font-size: 13px;
  font-weight: 500;
  color: #54565a; }

.schedule-egift-card input.date-input {
  padding: 0 50px 0 15px;
  background: #fff url(../images/calendar.svg) right 14px top 10px/24px no-repeat; }
  @media (min-width: 992px) {
    .schedule-egift-card input.date-input {
      width: 175px; } }
  .schedule-egift-card input.date-input::-webkit-input-placeholder {
    color: #ccc;
    opacity: .99; }
  .schedule-egift-card input.date-input:-ms-input-placeholder {
    color: #ccc;
    opacity: .99; }
  .schedule-egift-card input.date-input::placeholder {
    color: #ccc;
    opacity: .99; }

div.time-select {
  min-width: 115px; }

div.zone-select {
  min-width: 166px; }

.egift-uploads {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .egift-uploads {
      margin-top: 90px; } }
  .egift-uploads .common-title {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .egift-uploads .common-title {
        margin-bottom: 38px; } }
  .egift-uploads .form-check {
    margin-bottom: 8px; }
    @media (min-width: 992px) {
      .egift-uploads .form-check {
        margin-bottom: 17px; } }

.egift-upload-field {
  border-top: 2px solid #cccccc;
  padding: 21px 0 20px; }

.upload-file-area {
  color: #54565a;
  font-style: italic;
  font-size: 13px;
  line-height: 26px; }
  .upload-file-area .btn,
  .upload-file-area .strong,
  .upload-file-area strong {
    text-transform: uppercase;
    font-style: normal; }
  .upload-file-area input[type="file"] {
    position: absolute;
    left: -99999px; }

@media (min-width: 576px) {
  .upload-input-row .top {
    padding-right: 60px; } }

@media (max-width: 575px) {
  .upload-input-row .bottom {
    text-align: center;
    margin-top: 17px; } }

.file-name-wrap {
  font-style: normal;
  color: #940000;
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 17px; }
  @media (min-width: 992px) {
    .file-name-wrap {
      padding-top: 12px;
      margin-bottom: 20px; } }

.file-name {
  font-weight: 700;
  word-break: break-word; }
  @media (max-width: 991px) {
    .file-name {
      display: block; } }

.flesh-hint {
  text-decoration: none;
  text-transform: uppercase;
  color: #54565a;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  -webkit-transition: .2s;
  transition: .2s; }
  @media (min-width: 576px) {
    .flesh-hint {
      font-size: 13px;
      line-height: 26px;
      padding-right: 20px; } }
  .flesh-hint:hover {
    color: #000; }
  .flesh-hint .img {
    margin-bottom: 17px; }
    @media (min-width: 576px) {
      .flesh-hint .img {
        padding-top: 7px;
        width: 160px;
        min-width: 160px;
        padding-right: 20px;
        margin-bottom: 0; } }

@media (max-width: 575px) {
  .record {
    margin-top: 14px;
    text-align: center; } }

.summary {
  width: 100%;
  color: #54565a;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .summary {
      max-width: 536px;
      margin-top: -62px;
      margin-bottom: 0; } }
  .summary [type="submit"] {
    width: 100%; }
  .summary img {
    box-shadow: 0 0 10px rgba(140, 152, 164, 0.31);
    border-radius: 10px; }

.summary-block {
  box-shadow: 10px 10px 99px rgba(140, 152, 164, 0.16);
  border-radius: 8px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  margin-bottom: 21px;
  padding: 30px 20px 30px; }
  @media (min-width: 768px) {
    .summary-block {
      padding: 34px 30px 40px; } }

.review-description .text {
  margin-bottom: -3px; }

@media (min-width: 992px) {
  .summary-cart {
    min-height: 420px; } }

.summary-cart table {
  width: 100%; }
  @media (max-width: 575px) {
    .summary-cart table th:nth-child(2),
    .summary-cart table td:nth-child(2) {
      display: none; } }

.summary-cart tbody tr {
  border-bottom: 1px solid #ccc; }
  .summary-cart tbody tr:first-child td {
    padding-top: 7px; }

.summary-cart tbody td {
  padding: 20px 0; }

.summary-cart td.qty {
  vertical-align: top; }

.summary-cart .qty {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  width: 35px; }

.summary-cart .card-info .left {
  width: 161px;
  min-width: 161px;
  padding-right: 12px; }

.summary-cart .card-info img {
  width: 100%;
  border-radius: 4px; }

.summary-cart .card-info .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 2px; }

.summary-cart .card-info .attributes {
  font-size: 14px; }
  .summary-cart .card-info .attributes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400; }
    .summary-cart .card-info .attributes li .name {
      padding-right: 4px; }
    .summary-cart .card-info .attributes li .value {
      font-weight: 700; }

.summary-cart .qty-field {
  font-size: 16px;
  font-weight: 700;
  margin-top: 7px; }

.cv-stars-block {
  width: 100%;
  max-width: 100px;
  position: relative; }
  .cv-stars-block[data-show="0.5"] .cv-star-1 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="0.5"] .cv-star-1 .cv-half-s {
    opacity: 1; }
  .cv-stars-block[data-show="1.5"] .cv-star-1 .cv-regular-s, .cv-stars-block[data-show="1"] .cv-star-1 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="1.5"] .cv-star-1 .cv-solid-s, .cv-stars-block[data-show="1"] .cv-star-1 .cv-solid-s {
    opacity: 1; }
  .cv-stars-block[data-show="1.5"] .cv-star-2 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="1.5"] .cv-star-2 .cv-half-s {
    opacity: 1; }
  .cv-stars-block[data-show="5"] .cv-star-2 .cv-regular-s,
  .cv-stars-block[data-show="5"] .cv-star-1 .cv-regular-s, .cv-stars-block[data-show="4.5"] .cv-star-2 .cv-regular-s,
  .cv-stars-block[data-show="4.5"] .cv-star-1 .cv-regular-s, .cv-stars-block[data-show="4"] .cv-star-2 .cv-regular-s,
  .cv-stars-block[data-show="4"] .cv-star-1 .cv-regular-s, .cv-stars-block[data-show="3.5"] .cv-star-2 .cv-regular-s,
  .cv-stars-block[data-show="3.5"] .cv-star-1 .cv-regular-s, .cv-stars-block[data-show="3"] .cv-star-2 .cv-regular-s,
  .cv-stars-block[data-show="3"] .cv-star-1 .cv-regular-s, .cv-stars-block[data-show="2.5"] .cv-star-2 .cv-regular-s,
  .cv-stars-block[data-show="2.5"] .cv-star-1 .cv-regular-s, .cv-stars-block[data-show="2"] .cv-star-2 .cv-regular-s,
  .cv-stars-block[data-show="2"] .cv-star-1 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="5"] .cv-star-2 .cv-solid-s,
  .cv-stars-block[data-show="5"] .cv-star-1 .cv-solid-s, .cv-stars-block[data-show="4.5"] .cv-star-2 .cv-solid-s,
  .cv-stars-block[data-show="4.5"] .cv-star-1 .cv-solid-s, .cv-stars-block[data-show="4"] .cv-star-2 .cv-solid-s,
  .cv-stars-block[data-show="4"] .cv-star-1 .cv-solid-s, .cv-stars-block[data-show="3.5"] .cv-star-2 .cv-solid-s,
  .cv-stars-block[data-show="3.5"] .cv-star-1 .cv-solid-s, .cv-stars-block[data-show="3"] .cv-star-2 .cv-solid-s,
  .cv-stars-block[data-show="3"] .cv-star-1 .cv-solid-s, .cv-stars-block[data-show="2.5"] .cv-star-2 .cv-solid-s,
  .cv-stars-block[data-show="2.5"] .cv-star-1 .cv-solid-s, .cv-stars-block[data-show="2"] .cv-star-2 .cv-solid-s,
  .cv-stars-block[data-show="2"] .cv-star-1 .cv-solid-s {
    opacity: 1; }
  .cv-stars-block[data-show="2.5"] .cv-star-3 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="2.5"] .cv-star-3 .cv-half-s {
    opacity: 1; }
  .cv-stars-block[data-show="5"] .cv-star-3 .cv-regular-s, .cv-stars-block[data-show="4.5"] .cv-star-3 .cv-regular-s, .cv-stars-block[data-show="4"] .cv-star-3 .cv-regular-s, .cv-stars-block[data-show="3.5"] .cv-star-3 .cv-regular-s, .cv-stars-block[data-show="3"] .cv-star-3 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="5"] .cv-star-3 .cv-solid-s, .cv-stars-block[data-show="4.5"] .cv-star-3 .cv-solid-s, .cv-stars-block[data-show="4"] .cv-star-3 .cv-solid-s, .cv-stars-block[data-show="3.5"] .cv-star-3 .cv-solid-s, .cv-stars-block[data-show="3"] .cv-star-3 .cv-solid-s {
    opacity: 1; }
  .cv-stars-block[data-show="3.5"] .cv-star-4 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="3.5"] .cv-star-4 .cv-half-s {
    opacity: 1; }
  .cv-stars-block[data-show="5"] .cv-star-4 .cv-regular-s, .cv-stars-block[data-show="4.5"] .cv-star-4 .cv-regular-s, .cv-stars-block[data-show="4"] .cv-star-4 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="5"] .cv-star-4 .cv-solid-s, .cv-stars-block[data-show="4.5"] .cv-star-4 .cv-solid-s, .cv-stars-block[data-show="4"] .cv-star-4 .cv-solid-s {
    opacity: 1; }
  .cv-stars-block[data-show="4.5"] .cv-star-5 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="4.5"] .cv-star-5 .cv-half-s {
    opacity: 1; }
  .cv-stars-block[data-show="5"] .cv-star-5 .cv-regular-s {
    display: none; }
  .cv-stars-block[data-show="5"] .cv-star-5 .cv-solid-s {
    opacity: 1; }

.cv-stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cv-star {
  width: 20%; }
  .cv-star > div {
    padding-bottom: 100%;
    position: relative; }
  .cv-star svg {
    position: absolute;
    width: calc(100% - 3px);
    height: auto;
    left: 1px;
    top: 2px;
    opacity: 0; }
  .cv-star .cv-regular-s {
    opacity: 1; }

.cv-hovers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.cv-hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  font-size: 0;
  z-index: 4;
  cursor: pointer; }
  .cv-hover:nth-child(1) {
    left: 0; }
  .cv-hover:nth-child(2) {
    left: 10%; }
  .cv-hover:nth-child(3) {
    left: 20%; }
  .cv-hover:nth-child(4) {
    left: 30%; }
  .cv-hover:nth-child(5) {
    left: 40%; }
  .cv-hover:nth-child(6) {
    left: 50%; }
  .cv-hover:nth-child(7) {
    left: 60%; }
  .cv-hover:nth-child(8) {
    left: 70%; }
  .cv-hover:nth-child(9) {
    left: 80%; }
  .cv-hover:nth-child(10) {
    left: 90%; }
  .cv-hover:focus {
    outline: none;
    box-shadow: none; }

.promo-space .container {
  max-width: 100%;
  padding: 0; }

.promo-space .holder-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .promo-space .holder-promo .promo-item {
    position: relative;
    width: 100%;
    min-height: 254px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff; }
    @media (min-width: 992px) {
      .promo-space .holder-promo .promo-item {
        width: 50%; } }
    .promo-space .holder-promo .promo-item .holder-img {
      overflow: hidden;
      width: 100%;
      min-height: 204px; }
      @media (min-width: 768px) {
        .promo-space .holder-promo .promo-item .holder-img {
          width: 50%;
          height: 100%; } }
    .promo-space .holder-promo .promo-item .promo-img {
      display: block;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
      .promo-space .holder-promo .promo-item .promo-img:hover, .promo-space .holder-promo .promo-item .promo-img:focus-within {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }
    .promo-space .holder-promo .promo-item .holder-text {
      position: relative;
      font-size: 20px;
      font-weight: 500;
      padding: 40px 20px;
      text-transform: uppercase;
      min-height: 204px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .promo-space .holder-promo .promo-item .holder-text {
          width: 50%; } }
      .promo-space .holder-promo .promo-item .holder-text.arrow:before {
        position: absolute;
        content: '';
        display: inline-block;
        border-bottom: 12.5px solid transparent;
        border-top: 12.5px solid transparent;
        border-left-width: 12.5px;
        border-left-style: solid;
        z-index: 1;
        bottom: -18px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
        @media (min-width: 768px) {
          .promo-space .holder-promo .promo-item .holder-text.arrow:before {
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            top: 50%;
            right: -12px;
            bottom: auto; } }
      .promo-space .holder-promo .promo-item .holder-text.bg-black {
        color: #d6d1ca; }
      .promo-space .holder-promo .promo-item .holder-text.bg-black.arrow:before {
        border-left-color: #000; }
      .promo-space .holder-promo .promo-item .holder-text.bg-primary.arrow:before {
        border-left-color: #00a9e0; }
      .promo-space .holder-promo .promo-item .holder-text.bg-danger.arrow:before {
        border-left-color: #940000; }
      .promo-space .holder-promo .promo-item .holder-text.bg-secondary.arrow:before {
        border-left-color: #54565a; }
    .promo-space .holder-promo .promo-item h3 {
      font-size: 24px;
      margin-bottom: 19px; }
      @media (min-width: 992px) {
        .promo-space .holder-promo .promo-item h3 {
          margin-bottom: 38px; } }
    .promo-space .holder-promo .promo-item p {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .promo-space .holder-promo .promo-item:nth-child(3n) .arrow, .promo-space .holder-promo .promo-item:nth-child(4n) .arrow {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 992px) {
      .promo-space .holder-promo .promo-item:nth-child(3n) .arrow:before, .promo-space .holder-promo .promo-item:nth-child(4n) .arrow:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        left: -12px;
        right: auto;
        -webkit-transform-origin: 50% 30%;
            -ms-transform-origin: 50% 30%;
                transform-origin: 50% 30%; } }

.benefits {
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .benefits {
      min-height: 487px; } }
  .benefits .container {
    max-width: 1400px; }
  .benefits .holder-text {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 36px 20px 36px 20px;
    font-size: 20px;
    color: #54565a;
    max-width: 682px;
    margin-left: auto;
    line-height: 30px; }
    @media (min-width: 992px) {
      .benefits .holder-text {
        padding: 62px 46px 36px 54px; } }
    .benefits .holder-text .text {
      text-align: center;
      max-width: 280px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .benefits .holder-text .text {
          max-width: 100%;
          margin: 0;
          text-align: left; } }
    .benefits .holder-text h3 {
      font-size: 24px;
      color: #000;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .benefits .holder-text h3 {
          font-size: 36px;
          margin-bottom: 28px; } }
    .benefits .holder-text p {
      margin-bottom: 40px; }
    .benefits .holder-text.text-left {
      margin: 0; }
    .benefits .holder-text .btn {
      font-size: 20px;
      width: 100%; }
      @media (min-width: 992px) {
        .benefits .holder-text .btn {
          width: auto;
          font-size: 30px;
          min-width: 260px; } }

.youtube-block {
  padding: 30px 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 992px) {
    .youtube-block {
      padding: 68px 0 47px; } }
  .youtube-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.79); }
  .youtube-block .container {
    position: relative;
    z-index: 1;
    max-width: 1120px; }
  .youtube-block h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .youtube-block h2 {
        font-size: 56px;
        margin-bottom: 42px; } }
  .youtube-block a {
    display: block;
    text-decoration: none;
    text-align: center;
    max-width: 260px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .youtube-block a {
        text-align: left;
        max-width: 100%; } }
    .youtube-block a:hover {
      opacity: 0.7; }
  .youtube-block img {
    display: block;
    width: 100%;
    margin-bottom: 17px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
    border: 4px solid #ffffff; }
  .youtube-block h3 {
    color: #54565a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }

.featured-video:after {
  content: '';
  display: block;
  clear: both; }

.featured-video {
  z-index: 50;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 0 5px; }

.featured-video .container {
  max-width: 1088px; }

.featured-video .section-head {
  color: #fff;
  position: relative;
  padding: 14px 0 100px; }

@media (min-width: 768px) {
  .featured-video .section-head {
    padding: 44px 0 240px; } }

.featured-video .section-head:before {
  position: absolute;
  top: 0;
  width: 120vw;
  left: 50%;
  margin-left: -60vw;
  background-color: #001a31;
  content: "";
  z-index: -2;
  height: 100%;
  bottom: 0; }

.featured-video .section-head:after {
  content: "";
  position: absolute;
  width: 120vw;
  left: 50%;
  margin-left: -60vw;
  background-color: #fff;
  z-index: -1;
  height: 100%;
  bottom: -70%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }

.featured-video .video {
  border: solid 5px #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
  border-radius: 0;
  position: relative;
  padding-top: 56%;
  margin: -100px auto 22px;
  z-index: 2;
  max-width: 655px; }

@media (min-width: 768px) {
  .featured-video .video {
    border-radius: 0;
    border-width: 10px;
    margin: -248px auto 20px;
    padding-top: 34.5%; } }

@media (min-width: 1024px) {
  .featured-video .video {
    margin-bottom: 64px; } }

.featured-video .video img,
.featured-video .video iframe {
  max-width: 100%;
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.featured-video .text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .featured-video .text {
      font-size: 22px;
      line-height: 38px; } }
  .featured-video .text p {
    margin-bottom: 24px; }
    @media (min-width: 992px) {
      .featured-video .text p {
        margin-bottom: 40px; } }

.featured-video .title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 11px;
  color: #fff;
  text-transform: uppercase; }

@media (min-width: 1024px) {
  .featured-video .title {
    font-size: 59px;
    margin-bottom: 49px; } }

.featured-video .btn-play {
  position: absolute;
  z-index: 1;
  font-size: 0;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background-image: url("../images/btn-play.svg");
  background-size: 100% 100%;
  opacity: 0.75;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .featured-video .btn-play {
    width: 140px;
    height: 140px; } }

.featured-video .btn-block {
  max-width: 483px;
  margin: 57px auto 0; }
  .featured-video .btn-block .btn {
    width: 100%;
    font-size: 20px; }
    @media (min-width: 992px) {
      .featured-video .btn-block .btn {
        font-size: 30px; } }

.modal .modal-dialog {
  padding: 0 20px;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .modal .modal-dialog {
      margin-top: 10vh; } }

.modal .modal-content {
  border-radius: 0; }

.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 11;
  width: 24px;
  height: 24px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/24px auto no-repeat; }
  .modal .btn-close:hover {
    opacity: 0.7; }

.modal .btn-close-black {
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  font-size: 0;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2; }
  .modal .btn-close-black:hover:after, .modal .btn-close-black:hover:before {
    background-color: #000; }
  .modal .btn-close-black:after, .modal .btn-close-black:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #b7b7b7;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px; }
  .modal .btn-close-black:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal .btn-close-black:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.modal-backdrop.show {
  opacity: .8; }

.modal-coupon-bar .modal-dialog {
  max-width: 890px; }

.modal-coupon-bar .modal-body {
  padding: 0; }

.modal-coupon-bar .modal-content {
  border: none; }

.modal-coupon-bar .mb-2 {
  margin-bottom: 10px; }

.modal-coupon-bar .mb-3 {
  margin-bottom: 12px; }

.modal-coupon-bar .holder-text-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px; }
  @media (min-width: 992px) {
    .modal-coupon-bar .holder-text-form {
      padding: 20px 0px 20px 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0; } }
  .modal-coupon-bar .holder-text-form .holder-content,
  .modal-coupon-bar .holder-text-form .holder-img-mobile {
    width: 50%;
    padding: 0 8px; }
    @media (min-width: 992px) {
      .modal-coupon-bar .holder-text-form .holder-content,
      .modal-coupon-bar .holder-text-form .holder-img-mobile {
        padding: 0;
        width: auto; } }
  .modal-coupon-bar .holder-text-form .holder-img-mobile img {
    margin-bottom: 0; }
  .modal-coupon-bar .holder-text-form .holder-content {
    padding: 15px 20px; }
    @media (min-width: 992px) {
      .modal-coupon-bar .holder-text-form .holder-content {
        padding: 0; } }
  .modal-coupon-bar .holder-text-form .logo-modal {
    display: block;
    max-width: 97px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .modal-coupon-bar .holder-text-form .logo-modal {
        max-width: 232px;
        margin-bottom: 26px; } }
  .modal-coupon-bar .holder-text-form h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .modal-coupon-bar .holder-text-form h3 {
        margin-bottom: 25px;
        font-size: 18px; } }
  .modal-coupon-bar .holder-text-form .text {
    color: #54565a;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .modal-coupon-bar .holder-text-form .text {
        font-size: 16px;
        margin-bottom: 10px; } }
  .modal-coupon-bar .holder-text-form form {
    padding: 35px 30px 43px; }
    @media (min-width: 992px) {
      .modal-coupon-bar .holder-text-form form {
        padding: 0px 0px 43px; } }
  .modal-coupon-bar .holder-text-form input {
    padding: 12px 24px;
    border-radius: 25px;
    background-color: #f4f4f4;
    border: none;
    font-size: 16px; }
  .modal-coupon-bar .holder-text-form button {
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .modal-coupon-bar .holder-text-form button {
        width: auto;
        min-width: 196px;
        margin-top: 11px; } }
  .modal-coupon-bar .holder-text-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .modal-coupon-bar .holder-text-form .form-check-label {
    margin-left: -8px;
    color: #54565a;
    font-size: 12px;
    font-weight: 300;
    margin-top: 3px;
    padding: 4px 0 6px 32px; }
    .modal-coupon-bar .holder-text-form .form-check-label:after {
      width: 19px;
      height: 19px; }
    .modal-coupon-bar .holder-text-form .form-check-label:before {
      width: 19px;
      height: 19px; }
  .modal-coupon-bar .holder-text-form .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 0; }
  .modal-coupon-bar .holder-text-form .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23bb2d3b' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }

.modal-coupon-bar .holder-img {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal-coupon-bar .holder-img img {
    margin-top: auto; }

.modal-coupon-bar .btn-close {
  right: 23px;
  top: 16px; }

.modal-location-picker .modal-dialog {
  max-width: 737px;
  margin: 50px auto; }

.modal-location-picker .modal-content {
  padding: 27px 20px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0; }
  @media (min-width: 992px) {
    .modal-location-picker .modal-content {
      padding: 52px 50px 50px; } }

.modal-location-picker .modal-top-line {
  margin-bottom: 41px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  position: relative; }
  @media (min-width: 992px) {
    .modal-location-picker .modal-top-line {
      margin-bottom: 36px;
      padding-bottom: 26px; } }
  .modal-location-picker .modal-top-line .btn-close {
    display: block;
    right: 0;
    width: 21px;
    height: 21px;
    background-size: 21px;
    top: -64px; }
    @media (min-width: 992px) {
      .modal-location-picker .modal-top-line .btn-close {
        background-size: 24px;
        top: 0; } }

.modal-location-picker h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: 15px; }
  @media (min-width: 992px) {
    .modal-location-picker h2 {
      font-size: 28px; } }
  .modal-location-picker h2::before {
    content: '';
    display: inline-block;
    background-image: url(../images/map-marker.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 24px;
    margin-right: 15px; }
    @media (min-width: 992px) {
      .modal-location-picker h2::before {
        width: 28px;
        height: 37px; } }

.modal-location-picker .modal-list-location {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
          column-gap: 15px; }
  .modal-location-picker .modal-list-location li {
    margin-bottom: 7px; }
    .modal-location-picker .modal-list-location li a {
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      text-decoration: none; }
      .modal-location-picker .modal-list-location li a:hover {
        color: #f4d256; }

.btn-offers {
  position: fixed;
  left: 0px;
  bottom: 20%;
  z-index: 100;
  padding: 10px;
  font-size: 0;
  border-radius: 50%;
  background-color: #00a9e0; }
  @media (min-width: 992px) {
    .btn-offers {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 10px 5px;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      left: -50px;
      border-radius: 0; } }
  .btn-offers:before {
    content: '';
    display: inline-block;
    background-image: url("../images/offers.svg");
    width: 26px;
    height: 25px;
    -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
            transform: rotate(105deg);
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .btn-offers:before {
        width: 36px;
        height: 39px;
        margin-right: 10px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); } }
  .btn-offers:hover {
    opacity: 0.7;
    color: #fff; }

.modal-offers .btn-close {
  position: fixed;
  top: 20px;
  right: 10px; }
  @media (min-width: 992px) {
    .modal-offers .btn-close {
      top: 14px;
      position: absolute;
      right: 0; } }

.modal-offers .modal-dialog {
  max-width: 1240px;
  padding: 0px 40px 100px;
  margin: 25px auto 0; }
  @media (min-width: 768px) {
    .modal-offers .modal-dialog {
      margin: 10vh auto 0; } }

.modal-offers .modal-content {
  background-color: transparent;
  border: none; }

.modal-offers .modal-top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  padding: 0 10px; }
  @media (min-width: 992px) {
    .modal-offers .modal-top-line {
      margin-bottom: 40px; } }

.modal-offers .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-offers h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5; }
    @media (min-width: 992px) {
      .modal-offers h2 {
        font-size: 28px;
        padding-bottom: 23px; } }
    .modal-offers h2::before {
      content: '';
      display: inline-block;
      background-image: url(../images/brochure.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 24px;
      height: 24px;
      margin-right: 20px; }
      @media (min-width: 992px) {
        .modal-offers h2::before {
          width: 40px;
          height: 40px; } }
  .modal-offers .item-offers {
    text-decoration: none;
    text-align: center; }
    .modal-offers .item-offers img {
      display: block;
      margin-bottom: 12px;
      width: 100%; }
    .modal-offers .item-offers h3 {
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase; }
    .modal-offers .item-offers:hover {
      opacity: 0.7; }

.os-macos .product-attributes .name,
.os-macos .modal-quick-look .info .name,
.os-ios .product-attributes .name,
.os-ios .modal-quick-look .info .name {
  font-family: Arial; }

.modal-quick-look .modal-body {
  padding: 20px 18px 28px; }
  @media (min-width: 480px) {
    .modal-quick-look .modal-body {
      padding: 25px 25px 37px; } }

.modal-quick-look .modal-dialog {
  max-width: 940px; }
  @media (max-width: 479px) {
    .modal-quick-look .modal-dialog {
      padding: 0 5px;
      margin-top: 10px; } }

.modal-quick-look .main-image {
  margin-bottom: 10px;
  display: block; }

.modal-quick-look .price {
  color: #54565a;
  font-size: 24px;
  font-weight: 700;
  padding-top: 6px;
  margin-bottom: 18px; }

.modal-quick-look .text {
  color: #54565a;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .modal-quick-look .text {
      max-width: 372px; } }

.modal-quick-look .info {
  color: #54565a;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 23px; }
  .modal-quick-look .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px; }
  .modal-quick-look .info .name {
    padding-right: 3px;
    font-size: 13px; }
  .modal-quick-look .info .value {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    padding-top: 1px; }

@media (min-width: 768px) {
  .quick-view-product-info {
    padding-left: 9px; } }

.quick-view-product-info .common-title {
  padding-right: 15px; }

.quick-view-product-info .separator-min {
  background: #e7e7e7;
  height: 2px; }

.product-attributes {
  color: #54565a; }
  .product-attributes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px; }
  .product-attributes label {
    margin-bottom: 6px;
    margin-right: 6px;
    cursor: pointer; }
    .product-attributes label:last-child {
      margin-right: 0; }
  .product-attributes .name {
    text-transform: uppercase;
    font-size: 12px;
    width: 80px;
    padding-right: 5px;
    padding-top: 6px; }
  .product-attributes .radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-attributes .radios input[type="radio"] {
      position: absolute;
      left: -99999px; }
      .product-attributes .radios input[type="radio"]:checked + .radio-label {
        color: #fff;
        background-color: #000;
        border-color: #000; }
      .product-attributes .radios input[type="radio"]:focus + .radio-label {
        border-color: #000;
        box-shadow: 0 0 0 1px #000; }
    .product-attributes .radios.color-radios .radio-label {
      font-size: 0;
      padding: 0;
      height: 28px;
      width: 28px;
      min-width: 28px; }
  .product-attributes .radio-label {
    color: #54565a;
    display: block;
    text-align: center;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 4px;
    min-width: 32px;
    -webkit-transition: .2s;
    transition: .2s; }
    .product-attributes .radio-label:hover {
      border-color: #000; }

.related-items-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .related-items-title {
      text-align: center; } }

.related-items-wrap-slider {
  max-height: 100px;
  position: relative;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .related-items-wrap-slider {
      padding: 0 40px 0 0; } }
  @media (max-width: 767px) {
    .related-items-wrap-slider {
      text-align: center; } }
  .related-items-wrap-slider .slick-track {
    margin-left: 0;
    margin-right: 0; }
  .related-items-wrap-slider .slick-arrow {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 24px;
    top: 50%;
    margin-top: -12px; }
    .related-items-wrap-slider .slick-arrow.slick-disabled {
      pointer-events: none;
      opacity: 0;
      visibility: hidden; }
    .related-items-wrap-slider .slick-arrow:hover:after {
      opacity: 1; }
    .related-items-wrap-slider .slick-arrow:after {
      content: '';
      position: absolute;
      width: 12px;
      height: 18px;
      left: 50%;
      margin-left: -6px;
      top: 50%;
      margin-top: -9px;
      -webkit-transition: .2s;
      transition: .2s;
      opacity: .2;
      background: transparent url(../images/chevron-right.svg) center/contain no-repeat; }
  .related-items-wrap-slider .slick-prev {
    left: -25px; }
    .related-items-wrap-slider .slick-prev:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .related-items-wrap-slider .slick-next {
    right: -25px; }
  .related-items-wrap-slider .item a {
    display: block;
    position: relative;
    height: 100px;
    width: 100px;
    -webkit-transition: .2s;
    transition: .2s; }
    .related-items-wrap-slider .item a:focus, .related-items-wrap-slider .item a:hover {
      box-shadow: inset 0 0 0 2px #00a9e0;
      outline: none; }
  .related-items-wrap-slider .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: calc(100% - 4px);
    max-height: calc(100% - 4px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.related-items {
  opacity: 0; }
  .related-items.slick-initialized {
    opacity: 1; }

.add-product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 0; }

.qty-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 8px 8px 0; }
  .qty-module input::-webkit-outer-spin-button,
  .qty-module input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
  .qty-module label {
    margin: 0 !important;
    padding: 0 !important;
    display: block; }
  .qty-module .label {
    display: none; }

.qty-nav {
  position: relative;
  width: 30px;
  height: 48px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  font-size: 0; }
  .qty-nav:hover {
    border-color: #000;
    z-index: 3; }
  .qty-nav:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
    z-index: 3; }
  .qty-nav:before, .qty-nav:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    margin-left: -6px; }

.qty-minus {
  margin-right: -1px; }

.qty-plus {
  margin-left: -1px; }
  .qty-plus:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

input.qty-input[type="number"],
input.qty-input[type="text"] {
  position: relative;
  width: 46px;
  height: 48px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 0 3px;
  -webkit-appearance: textfield;
          appearance: textfield; }
  input.qty-input[type="number"]:focus,
  input.qty-input[type="text"]:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
    z-index: 3; }

.go-to-item {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block; }
  .go-to-item:hover {
    color: #940000; }

.holder-content-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  .holder-content-sidebar.without-sidebar .content,
  .holder-content-sidebar.without-sidebar .holder-title-search {
    width: 100%;
    margin-right: 0; }
  .holder-content-sidebar .holder-title-search {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .holder-content-sidebar .holder-title-search {
        margin-right: 154px;
        width: calc(67.5% - 154px); } }
  .holder-content-sidebar .search-page {
    position: relative;
    width: 100%;
    margin-bottom: 38px; }
    @media (min-width: 992px) {
      .holder-content-sidebar .search-page {
        margin-bottom: 40px; } }
    .holder-content-sidebar .search-page label {
      display: none; }
    .holder-content-sidebar .search-page:before {
      content: '';
      position: absolute;
      left: 16px;
      top: 17px;
      background-image: url(../images/search-page.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 17px;
      height: 17px; }
      @media (min-width: 1200px) {
        .holder-content-sidebar .search-page:before {
          width: 32px;
          height: 32px;
          left: 27px;
          top: 23px; } }
    .holder-content-sidebar .search-page input {
      box-shadow: 0 3px 27px rgba(84, 86, 90, 0.16);
      border-radius: 50px;
      border: 1px solid #efefef;
      background-color: #ffffff;
      color: #54565a;
      font-size: 16px;
      font-weight: 300;
      height: auto;
      padding: 15px 100px 15px 40px; }
      @media (min-width: 1200px) {
        .holder-content-sidebar .search-page input {
          font-size: 32px;
          line-height: 26px;
          padding: 22px 194px 22px 85px; } }
    .holder-content-sidebar .search-page button {
      position: absolute;
      right: 6px;
      top: 6px;
      border: none;
      border-radius: 50px;
      background-color: #940000;
      color: #ffffff;
      font-size: 13px;
      font-weight: 500;
      padding: 10px 17px;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .holder-content-sidebar .search-page button {
          padding: 15px 33px;
          font-size: 24px;
          right: 10px;
          top: 10px; } }
      .holder-content-sidebar .search-page button:hover {
        opacity: 0.7; }
  .holder-content-sidebar .title-page {
    color: #54565a;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 11px; }
    @media (min-width: 1200px) {
      .holder-content-sidebar .title-page {
        font-size: 48px;
        margin-bottom: 15px; } }
    .holder-content-sidebar .title-page span {
      text-transform: none; }
  .holder-content-sidebar .resoult-list .resoult-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 22px; }
    @media (min-width: 1200px) {
      .holder-content-sidebar .resoult-list .resoult-item {
        padding-bottom: 41px;
        margin-bottom: 30px; } }
    .holder-content-sidebar .resoult-list .resoult-item h3 {
      color: #940000;
      margin-bottom: 8px;
      font-size: 21px;
      font-weight: 500;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .holder-content-sidebar .resoult-list .resoult-item h3 {
          text-transform: none; } }
      @media (min-width: 1200px) {
        .holder-content-sidebar .resoult-list .resoult-item h3 {
          font-size: 24px; } }
    .holder-content-sidebar .resoult-list .resoult-item .link-resoult {
      display: inline-block;
      color: #54565a;
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 17px;
      text-decoration: none; }
      .holder-content-sidebar .resoult-list .resoult-item .link-resoult:hover {
        color: #f4d256; }
    .holder-content-sidebar .resoult-list .resoult-item .text {
      color: #2a2a2a;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px; }
      @media (min-width: 1200px) {
        .holder-content-sidebar .resoult-list .resoult-item .text {
          font-size: 21px;
          line-height: 36px; } }
  .holder-content-sidebar .content {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .holder-content-sidebar .content {
        margin-right: 154px;
        width: calc(67.5% - 154px); } }
  .holder-content-sidebar .sidebar {
    width: 100%; }
    @media (min-width: 992px) {
      .holder-content-sidebar .sidebar {
        width: 32.5%; } }
    .holder-content-sidebar .sidebar .widget-sidebar {
      padding: 31px 30px;
      box-shadow: 10px 10px 99px rgba(140, 152, 164, 0.16);
      border-radius: 8px;
      border: 1px solid #efefef;
      background-color: #fff;
      color: #54565a;
      border-radius: 8px; }
      .holder-content-sidebar .sidebar .widget-sidebar h3 {
        font-size: 21px;
        font-weight: 700;
        line-height: 34px;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .holder-content-sidebar .sidebar .widget-sidebar h3 {
            font-size: 24px;
            font-weight: 700;
            line-height: 36px; } }

.blurbs-ad {
  padding: 0px 0 20px; }
  .blurbs-ad .title {
    color: #54565a;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -2.1px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .blurbs-ad .title {
        font-size: 60px;
        line-height: 100px;
        margin-bottom: 20px; } }
  .blurbs-ad .blurbs-ad-item {
    margin-bottom: 30px; }
    .blurbs-ad .blurbs-ad-item .col-img {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      @media (min-width: 1200px) {
        .blurbs-ad .blurbs-ad-item .col-img {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; } }
    @media (min-width: 1200px) {
      .blurbs-ad .blurbs-ad-item:nth-child(2n+1) .col-img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
  .blurbs-ad .slick-track,
  .blurbs-ad .slick-list {
    height: 100%; }
  .blurbs-ad .holder-text {
    color: #54565a;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    padding: 10px 0; }
    @media (min-width: 992px) {
      .blurbs-ad .holder-text {
        font-size: 18px;
        padding: 34px 0; } }
    .blurbs-ad .holder-text h3 {
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 3px; }
      @media (min-width: 992px) {
        .blurbs-ad .holder-text h3 {
          font-size: 30px; } }
    .blurbs-ad .holder-text h4 {
      font-size: 21px;
      margin-bottom: 27px; }
      @media (min-width: 768px) {
        .blurbs-ad .holder-text h4 {
          font-size: 24px; } }
    .blurbs-ad .holder-text p {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .blurbs-ad .holder-text p {
          margin-bottom: 24px; } }
    .blurbs-ad .holder-text ul {
      margin-left: 33px;
      margin-bottom: 30px; }
      .blurbs-ad .holder-text ul li {
        position: relative; }
        .blurbs-ad .holder-text ul li:before {
          content: '';
          position: absolute;
          top: 10px;
          left: -10px;
          width: 4px;
          height: 4px;
          background-color: #000;
          border-radius: 50%; }

@media (min-width: 768px) {
  .blurbs-ad-small .image-slideshow,
  .blurbs-ad .image-slideshow,
  .blurbs-alternating-boxes .image-slideshow {
    height: 100%; } }

.blurbs-ad-small .image-slideshow .holder-img,
.blurbs-ad .image-slideshow .holder-img,
.blurbs-alternating-boxes .image-slideshow .holder-img {
  display: block;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 167px; }
  @media (min-width: 480px) {
    .blurbs-ad-small .image-slideshow .holder-img,
    .blurbs-ad .image-slideshow .holder-img,
    .blurbs-alternating-boxes .image-slideshow .holder-img {
      min-height: 200px; } }
  @media (min-width: 768px) {
    .blurbs-ad-small .image-slideshow .holder-img,
    .blurbs-ad .image-slideshow .holder-img,
    .blurbs-alternating-boxes .image-slideshow .holder-img {
      min-height: 378px; } }

.blurbs-ad-small .image-slideshow a.holder-img:hover, .blurbs-ad-small .image-slideshow a.holder-img:focus-within,
.blurbs-ad .image-slideshow a.holder-img:hover,
.blurbs-ad .image-slideshow a.holder-img:focus-within,
.blurbs-alternating-boxes .image-slideshow a.holder-img:hover,
.blurbs-alternating-boxes .image-slideshow a.holder-img:focus-within {
  opacity: 0.7; }

.blurbs-ad-small .slick-dots,
.blurbs-ad .slick-dots,
.blurbs-alternating-boxes .slick-dots {
  bottom: 8px;
  margin: 0 -4px; }
  @media (min-width: 768px) {
    .blurbs-ad-small .slick-dots,
    .blurbs-ad .slick-dots,
    .blurbs-alternating-boxes .slick-dots {
      bottom: 20px; } }
  .blurbs-ad-small .slick-dots li,
  .blurbs-ad .slick-dots li,
  .blurbs-alternating-boxes .slick-dots li {
    padding: 0 4px; }
    .blurbs-ad-small .slick-dots li button,
    .blurbs-ad .slick-dots li button,
    .blurbs-alternating-boxes .slick-dots li button {
      border: 1px solid #000; }
    .blurbs-ad-small .slick-dots li.slick-active button,
    .blurbs-ad .slick-dots li.slick-active button,
    .blurbs-alternating-boxes .slick-dots li.slick-active button {
      border-color: #00A9E0; }

.blurbs-ad-small {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .blurbs-ad-small {
      margin-bottom: 54px; } }
  .blurbs-ad-small .title {
    color: #54565a;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 3px; }
    @media (min-width: 992px) {
      .blurbs-ad-small .title {
        font-size: 48px;
        margin-bottom: 22px; } }
  .blurbs-ad-small .holder-text {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px; }
    @media (min-width: 992px) {
      .blurbs-ad-small .holder-text {
        font-size: 24px;
        line-height: 36px; } }
  .blurbs-ad-small .col-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 1200px) {
      .blurbs-ad-small .col-img {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .blurbs-ad-small .image-slideshow .holder-img {
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 179px; }
    @media (min-width: 768px) {
      .blurbs-ad-small .image-slideshow .holder-img {
        min-height: 314px; } }
    @media (min-width: 1200px) {
      .blurbs-ad-small .image-slideshow .holder-img {
        margin-bottom: 0; } }
  .blurbs-ad-small .slick-dots {
    bottom: 7px;
    margin: 0 -2px; }
    @media (min-width: 992px) {
      .blurbs-ad-small .slick-dots {
        margin: 0 -4px; } }
    .blurbs-ad-small .slick-dots li {
      padding: 0 2px; }
      @media (min-width: 992px) {
        .blurbs-ad-small .slick-dots li {
          padding: 0 4px; } }
      .blurbs-ad-small .slick-dots li button {
        width: 7px;
        height: 7px; }
        @media (min-width: 992px) {
          .blurbs-ad-small .slick-dots li button {
            width: 14px;
            height: 14px; } }

.blurbs-alternating-boxes {
  padding: 30px 0 1px; }
  @media (min-width: 992px) {
    .blurbs-alternating-boxes {
      padding: 130px 0 130px; } }
  .blurbs-alternating-boxes .blurbs-ad-item {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .blurbs-alternating-boxes .blurbs-ad-item {
        margin-bottom: 50px; } }
    .blurbs-alternating-boxes .blurbs-ad-item .col-img {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      @media (min-width: 992px) {
        .blurbs-alternating-boxes .blurbs-ad-item .col-img {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; } }
    @media (min-width: 992px) {
      .blurbs-alternating-boxes .blurbs-ad-item:nth-child(2n) .col-img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
  .blurbs-alternating-boxes .slick-dots {
    bottom: 3px; }
    .blurbs-alternating-boxes .slick-dots li button {
      border: 1px solid #000;
      width: 16px;
      height: 16px; }
      @media (min-width: 992px) {
        .blurbs-alternating-boxes .slick-dots li button {
          width: 16px;
          height: 16px; } }
  .blurbs-alternating-boxes .image-slideshow .holder-img {
    min-height: 167px; }
    @media (min-width: 480px) {
      .blurbs-alternating-boxes .image-slideshow .holder-img {
        min-height: 300px; } }
    @media (min-width: 768px) {
      .blurbs-alternating-boxes .image-slideshow .holder-img {
        min-height: 379px; } }
  .blurbs-alternating-boxes .holder-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #54565a;
    margin-top: 14px; }
    @media (min-width: 992px) {
      .blurbs-alternating-boxes .holder-text {
        margin-top: 34px; } }
  .blurbs-alternating-boxes h3 {
    font-size: 21px;
    font-weight: 700;
    color: #54565a;
    margin-bottom: 0px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .blurbs-alternating-boxes h3 {
        font-size: 30px;
        margin-bottom: 28px; } }
  .blurbs-alternating-boxes p {
    margin-bottom: 22px; }
    @media (min-width: 992px) {
      .blurbs-alternating-boxes p {
        margin-bottom: 43px; } }
  .blurbs-alternating-boxes .btn {
    padding: 12px 28px;
    min-width: 223px;
    font-size: 16px;
    width: 100%; }
    @media (min-width: 992px) {
      .blurbs-alternating-boxes .btn {
        width: auto; } }
  .blurbs-alternating-boxes .holder-img {
    border-radius: 8px; }

.contact-form {
  padding: 35px 0 56px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .contact-form {
      padding: 56px 0 56px; } }
  .contact-form::after {
    content: "";
    position: absolute;
    width: 2000px;
    left: 50%;
    margin-left: -1000px;
    background-color: #f4f4f4;
    z-index: 0;
    height: 100%;
    bottom: 0%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; }
    @media (min-width: 768px) {
      .contact-form::after {
        width: 200vw;
        margin-left: -100vw; } }
  .contact-form .container {
    position: relative;
    max-width: 944px;
    z-index: 1; }
  .contact-form .title {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .contact-form .title {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 66px; } }
  .contact-form .holder-contact-form {
    box-shadow: 10px 10px 99px rgba(140, 152, 164, 0.16);
    border-radius: 8px;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 31px 20px;
    max-width: 535px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .contact-form .holder-contact-form {
        padding: 53px 62px 75px; } }
  .contact-form label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: uppercase; }
    .contact-form label input {
      border: 1px solid #cccccc;
      background-color: #fff;
      height: auto;
      padding: 15px 20px; }
  .contact-form .btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    padding: 12px;
    margin-top: 8px; }

.top-line-page {
  display: block;
  padding: 17px 0 18px; }
  @media (min-width: 992px) {
    .top-line-page {
      padding: 17px 0 21px;
      margin-bottom: 21px;
      border-bottom: 1px solid #d5d5d5; } }
  @media (min-width: 1200px) {
    .top-line-page {
      padding: 50px 0 21px;
      margin-bottom: 35px; } }
  .top-line-page .breadcrumb {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .top-line-page .breadcrumb {
        border: none;
        padding: 0;
        margin: 0; } }
  .top-line-page .block-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .top-line-page .block-socials .share-link {
      color: #54565a;
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      text-decoration: none;
      margin-right: 11px; }
      @media (min-width: 1200px) {
        .top-line-page .block-socials .share-link {
          font-size: 16px;
          margin-right: 25px; } }
      .top-line-page .block-socials .share-link:hover {
        color: #f4d256; }
  @media (min-width: 992px) {
    .top-line-page.without-breadcrumb .row {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.list-product .title {
  color: #54565a;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -2.1px;
  margin-bottom: 21px; }
  @media (min-width: 992px) {
    .list-product .title {
      font-size: 60px;
      margin-bottom: 38px; } }

.list-product .holder-block {
  margin-bottom: 17px; }
  @media (min-width: 992px) {
    .list-product .holder-block {
      margin-bottom: 70px; } }

.list-product a {
  display: block;
  text-decoration: none;
  outline: none; }
  .list-product a:hover {
    opacity: 0.7; }
    .list-product a:hover .description {
      color: #f4d256; }
  .list-product a:focus .holder-img {
    outline: 1px solid #000; }
  .list-product a:focus .description {
    color: #f4d256; }

.list-product .holder-img {
  box-shadow: 0 4px 18px rgba(213, 213, 213, 0.4);
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
  height: 70px; }
  @media (min-width: 768px) {
    .list-product .holder-img {
      height: 140px;
      padding: 10%;
      margin-bottom: 18px; } }
  @media (min-width: 992px) {
    .list-product .holder-img {
      height: 170px; } }
  .list-product .holder-img img {
    display: block;
    height: auto;
    position: relative;
    object-fit: contain;
    height: 100%;
    width: 100%; }

.list-product .description {
  text-align: center;
  color: #54565a;
  font-size: 16px;
  font-weight: 700; }

.our-programming {
  margin-bottom: 26px; }
  @media (min-width: 992px) {
    .our-programming {
      margin-bottom: 50px; } }
  .our-programming .title {
    color: #54565a;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .our-programming .title {
        font-size: 30px;
        margin-bottom: 53px; } }
  .our-programming .list-our-programming {
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    @media (min-width: 768px) {
      .our-programming .list-our-programming {
        -webkit-column-count: 2;
                column-count: 2; } }
    @media (min-width: 992px) {
      .our-programming .list-our-programming {
        -webkit-column-count: 3;
                column-count: 3; } }
    .our-programming .list-our-programming li {
      color: #2a2a2a;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .our-programming .list-our-programming li {
          font-size: 24px;
          margin-bottom: 18px; } }
      .our-programming .list-our-programming li a {
        text-decoration: none;
        color: inherit; }
        .our-programming .list-our-programming li a:hover {
          color: #f4d256; }

.mission {
  padding: 33px 0 29px;
  margin-bottom: 19px;
  box-shadow: 0 3px 27px rgba(46, 49, 146, 0.16);
  position: relative;
  background-color: rgba(0, 43, 92, 0.96);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 351px; }
  @media (min-width: 992px) {
    .mission {
      padding: 34px 0;
      margin-bottom: 78px; } }
  .mission:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: inherit;
    z-index: 1; }
  .mission .holder-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    @media (min-width: 992px) {
      .mission .holder-text {
        line-height: 22px; } }
    .mission .holder-text .logo {
      display: block;
      max-width: 179px;
      margin-bottom: 22px; }
      @media (min-width: 992px) {
        .mission .holder-text .logo {
          max-width: 228px;
          margin-bottom: 17px; } }
    .mission .holder-text h3 {
      font-size: 21px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 16px; }
      @media (min-width: 992px) {
        .mission .holder-text h3 {
          font-size: 36px;
          margin-bottom: 16px; } }
    .mission .holder-text p {
      margin-bottom: 31px; }
      @media (min-width: 992px) {
        .mission .holder-text p {
          margin-bottom: 21px; } }
    .mission .holder-text .btn {
      font-size: 16px;
      font-weight: 700;
      padding: 10px 21px;
      text-align: center;
      min-width: 155px;
      width: 100%; }
      @media (min-width: 992px) {
        .mission .holder-text .btn {
          width: auto; } }

.wide-highlight-boxes {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .wide-highlight-boxes {
      margin-bottom: 75px; } }
  .wide-highlight-boxes .highlight-box {
    padding: 39px 20px 20px;
    background-color: #fff;
    box-shadow: 10px 10px 99px rgba(140, 152, 164, 0.16);
    border-radius: 8px;
    border: 1px solid #efefef;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .wide-highlight-boxes .highlight-box {
        padding: 43px 20px 20px;
        margin-bottom: 15px; } }
  .wide-highlight-boxes h2 {
    color: #54565a;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .wide-highlight-boxes h2 {
        font-size: 30px;
        margin-bottom: 19px; } }
  .wide-highlight-boxes h4 {
    font-size: 16px; }
    @media (min-width: 992px) {
      .wide-highlight-boxes h4 {
        font-size: 18px; } }
  .wide-highlight-boxes .holder-text {
    color: #54565a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    @media (min-width: 992px) {
      .wide-highlight-boxes .holder-text {
        font-size: 18px;
        line-height: 27px; } }
  .wide-highlight-boxes p {
    margin-bottom: 26px; }
    @media (min-width: 992px) {
      .wide-highlight-boxes p {
        margin-bottom: 50px; } }
  .wide-highlight-boxes .btn {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 700;
    width: 100%; }
  .wide-highlight-boxes .holder-img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 206px;
    border-radius: 4px;
    margin-bottom: 14px;
    margin-right: 0; }
    @media (min-width: 480px) {
      .wide-highlight-boxes .holder-img {
        min-height: 300px; } }
    @media (min-width: 992px) {
      .wide-highlight-boxes .holder-img {
        margin-bottom: 0;
        margin-right: 13px;
        min-height: 240px; } }

/*!
 * Virtual Select v1.0.36
 * https://sa-si-dev.github.io/virtual-select
 * Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
 */
@-webkit-keyframes vscomp-animation-spin {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

@keyframes vscomp-animation-spin {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

.vscomp-popup-active {
  overflow: hidden !important; }

.vscomp-ele {
  display: inline-block;
  max-width: 250px;
  width: 100%; }

.vscomp-wrapper {
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
  text-align: left;
  width: 100%; }

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

.vscomp-wrapper:focus {
  outline: none; }

.vscomp-dropbox-wrapper {
  left: 0;
  position: absolute;
  top: 0; }

.vscomp-toggle-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 30px 7px 10px;
  position: relative;
  width: 100%; }

.vscomp-value {
  height: 20px;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vscomp-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

.vscomp-arrow::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #111;
  border-right-color: #111;
  content: "";
  height: 8px;
  margin-top: -6px;
  width: 8px; }

.vscomp-clear-icon {
  height: 12px;
  position: relative;
  width: 12px; }

.vscomp-clear-icon::before, .vscomp-clear-icon::after {
  background-color: #999;
  content: "";
  height: 12px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 2px; }

.vscomp-clear-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.vscomp-clear-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.vscomp-clear-icon:hover::before, .vscomp-clear-icon:hover::after {
  background: #333; }

.vscomp-clear-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: none;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -12px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 24px; }

.vscomp-clear-button:hover {
  background: #ccc; }

.vscomp-clear-button:hover .vscomp-clear-icon::before, .vscomp-clear-button:hover .vscomp-clear-icon::after {
  background-color: #333; }

.vscomp-dropbox-close-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: -48px;
  cursor: pointer;
  display: none;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px; }

.vscomp-value-tag.more-value-count {
  white-space: nowrap; }

.vscomp-dropbox-container {
  width: 100%;
  z-index: 2; }

.vscomp-dropbox {
  background-color: #fff;
  width: 100%; }

.vscomp-options-container {
  max-height: 210px;
  overflow: auto;
  position: relative; }

.vscomp-options-bottom-freezer {
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

.vscomp-option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 40px;
  padding: 0 15px;
  position: relative; }

.vscomp-option.selected {
  background-color: #eee; }

.vscomp-option.focused {
  background-color: #ccc; }

.vscomp-option.disabled {
  cursor: default;
  opacity: .5; }

.vscomp-option.group-title .vscomp-option-text {
  cursor: default;
  opacity: .6; }

.vscomp-option.group-title.selected {
  background-color: rgba(0, 0, 0, 0); }

.vscomp-option.group-option {
  padding-left: 30px; }

.vscomp-new-option-icon {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

.vscomp-new-option-icon::before {
  border: 15px solid #512da8;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: 0;
  top: 0; }

.vscomp-new-option-icon::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1px;
  top: 0;
  width: 15px; }

.vscomp-option-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.vscomp-option-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-size: 13px;
  line-height: 15px;
  width: 100%; }

.vscomp-search-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0 5px 0 15px;
  position: relative; }

.vscomp-search-input {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: inherit;
  font-size: 15px;
  height: 38px;
  padding: 10px 0;
  width: calc(100% - 30px); }

.vscomp-search-input:focus {
  outline: none; }

.vscomp-search-clear {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  width: 30px; }

.vscomp-search-clear:hover {
  color: inherit; }

.vscomp-no-options, .vscomp-no-search-results {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px; }

.vscomp-options-loader {
  display: none;
  padding: 20px 0;
  text-align: center; }

.vscomp-options-loader::before {
  -webkit-animation: vscomp-animation-spin .8s infinite linear;
  animation: vscomp-animation-spin .8s infinite linear;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -4px -5px 3px -3px rgba(0, 0, 0, 0.3);
  content: "";
  display: inline-block;
  height: 40px;
  opacity: .7;
  width: 40px; }

.vscomp-ele[disabled] {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vscomp-ele[disabled] .vscomp-wrapper {
  opacity: .7;
  pointer-events: none; }

.vscomp-wrapper .checkbox-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 15px;
  margin-right: 10px;
  position: relative;
  width: 15px; }

.vscomp-wrapper .checkbox-icon::after {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  border: 2px solid #888;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%; }

.vscomp-wrapper .checkbox-icon.checked::after {
  -webkit-transform: rotate(45deg) translate(1px, -4px);
      -ms-transform: rotate(45deg) translate(1px, -4px);
          transform: rotate(45deg) translate(1px, -4px);
  border-color: #512da8;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  width: 50%; }

.vscomp-wrapper.show-as-popup .vscomp-dropbox-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 1;
  overflow: auto;
  padding: 0 10px;
  position: fixed;
  top: 0;
  width: 100vw; }

.vscomp-wrapper.show-as-popup .vscomp-dropbox {
  margin-top: -24px;
  max-height: calc(80% - 48px);
  max-width: 500px;
  position: relative;
  width: 80%; }

.vscomp-wrapper.show-as-popup .vscomp-dropbox-close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.vscomp-wrapper.popup-position-left .vscomp-dropbox-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.vscomp-wrapper.popup-position-right .vscomp-dropbox-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.vscomp-wrapper.has-select-all .vscomp-toggle-all-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.vscomp-wrapper.has-select-all .vscomp-search-input, .vscomp-wrapper.has-select-all .vscomp-toggle-all-label {
  width: calc(100% - 55px); }

.vscomp-wrapper.has-select-all .vscomp-toggle-all-label {
  display: none; }

.vscomp-wrapper:not(.has-search-input) .vscomp-toggle-all-button {
  width: 100%; }

.vscomp-wrapper:not(.has-search-input) .vscomp-toggle-all-label {
  display: inline-block; }

.vscomp-wrapper.multiple .vscomp-option .vscomp-option-text {
  width: calc(100% - 25px); }

.vscomp-wrapper.multiple .vscomp-option .vscomp-option-description {
  padding-left: 25px; }

.vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
  -webkit-transform: rotate(45deg) translate(1px, -4px);
      -ms-transform: rotate(45deg) translate(1px, -4px);
          transform: rotate(45deg) translate(1px, -4px);
  border-color: #512da8;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  width: 50%; }

.vscomp-wrapper.focused .vscomp-toggle-button, .vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.vscomp-wrapper.closed .vscomp-dropbox-container, .vscomp-wrapper.closed.vscomp-dropbox-wrapper {
  display: none; }

.vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: .5; }

.vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.vscomp-wrapper.has-clear-button .vscomp-toggle-button {
  padding-right: 54px; }

.vscomp-wrapper.has-no-options .vscomp-options-container, .vscomp-wrapper.has-no-search-results .vscomp-options-container {
  display: none; }

.vscomp-wrapper.has-no-options .vscomp-no-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.vscomp-wrapper.has-no-search-results .vscomp-no-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.vscomp-wrapper.has-search-value .vscomp-search-clear {
  visibility: visible; }

.vscomp-wrapper.has-no-options .vscomp-toggle-all-button {
  opacity: .5;
  pointer-events: none; }

.vscomp-wrapper.keep-always-open .vscomp-toggle-button {
  padding-right: 24px; }

.vscomp-wrapper.keep-always-open .vscomp-clear-button {
  right: 5px; }

.vscomp-wrapper.keep-always-open .vscomp-arrow {
  display: none; }

.vscomp-wrapper.keep-always-open .vscomp-dropbox-container {
  position: relative;
  z-index: 1; }

.vscomp-wrapper.keep-always-open .vscomp-dropbox {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  border: 1px solid #ddd;
  box-shadow: none; }

.vscomp-wrapper.keep-always-open.focused, .vscomp-wrapper.keep-always-open:focus, .vscomp-wrapper.keep-always-open:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.vscomp-wrapper.server-searching .vscomp-options-list {
  display: none; }

.vscomp-wrapper.server-searching .vscomp-options-loader {
  display: block; }

.vscomp-wrapper.has-error .vscomp-toggle-button {
  border-color: #b00020; }

.vscomp-wrapper.show-value-as-tags .vscomp-toggle-button {
  padding: 4px 22px 0 10px; }

.vscomp-wrapper.show-value-as-tags .vscomp-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  min-height: 28px;
  overflow: auto;
  text-overflow: unset;
  white-space: normal; }

.vscomp-wrapper.show-value-as-tags .vscomp-value-tag {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  margin: 0 4px 4px 0;
  max-width: 100%;
  padding: 2px 3px 2px 8px; }

.vscomp-wrapper.show-value-as-tags .vscomp-value-tag.more-value-count {
  padding-right: 8px; }

.vscomp-wrapper.show-value-as-tags .vscomp-value-tag-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 20px); }

.vscomp-wrapper.show-value-as-tags .vscomp-value-tag-clear-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px; }

.vscomp-wrapper.show-value-as-tags .vscomp-value-tag-clear-button .vscomp-clear-icon {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.vscomp-wrapper.show-value-as-tags .vscomp-arrow {
  height: 34px; }

.vscomp-wrapper.show-value-as-tags .vscomp-clear-button {
  margin-top: 0;
  top: 5px; }

.vscomp-wrapper.show-value-as-tags.has-value .vscomp-arrow {
  display: none; }

.vscomp-wrapper.show-value-as-tags.has-value .vscomp-clear-button {
  right: 2px; }

.vscomp-wrapper.show-value-as-tags:not(.has-value) .vscomp-toggle-button {
  padding-bottom: 2px; }

.vscomp-wrapper.show-value-as-tags:not(.has-value) .vscomp-value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px; }

.vscomp-wrapper.text-direction-rtl {
  direction: rtl; }

.vscomp-wrapper.text-direction-rtl .vscomp-toggle-button {
  padding: 7px 10px 7px 30px; }

.vscomp-wrapper.text-direction-rtl .vscomp-arrow {
  left: 0;
  right: auto; }

.vscomp-wrapper.text-direction-rtl .vscomp-clear-button {
  left: 30px;
  right: auto !important; }

.vscomp-wrapper.text-direction-rtl .checkbox-icon {
  margin-left: 10px;
  margin-right: 0; }

.vscomp-wrapper.text-direction-rtl .checkbox-icon.checked::after {
  -webkit-transform: rotate(45deg) translate(-4px, 1px);
      -ms-transform: rotate(45deg) translate(-4px, 1px);
          transform: rotate(45deg) translate(-4px, 1px); }

.vscomp-wrapper.text-direction-rtl .vscomp-search-container {
  padding: 0 15px 0 5px; }

.vscomp-wrapper.text-direction-rtl .vscomp-toggle-all-label {
  text-align: right; }

.vscomp-wrapper.text-direction-rtl .vscomp-option {
  text-align: right; }

.vscomp-wrapper.text-direction-rtl .vscomp-option.group-option {
  padding-right: 30px; }

.vscomp-wrapper.text-direction-rtl .vscomp-new-option-icon {
  left: 0;
  right: auto; }

.vscomp-wrapper.text-direction-rtl .vscomp-new-option-icon::before {
  border-left-color: #512da8;
  border-right-color: rgba(0, 0, 0, 0); }

.vscomp-wrapper.text-direction-rtl .vscomp-new-option-icon::after {
  left: 1px;
  right: auto; }

.vscomp-wrapper.text-direction-rtl.multiple .vscomp-option.selected .checkbox-icon::after {
  -webkit-transform: rotate(45deg) translate(-4px, 1px);
      -ms-transform: rotate(45deg) translate(-4px, 1px);
          transform: rotate(45deg) translate(-4px, 1px); }

.vscomp-wrapper.text-direction-rtl.has-clear-button .vscomp-toggle-button {
  padding-left: 54px; }

.vscomp-wrapper.text-direction-rtl.keep-always-open .vscomp-toggle-button {
  padding-left: 24px; }

.vscomp-wrapper.text-direction-rtl.keep-always-open .vscomp-clear-button {
  left: 5px; }

.vscomp-wrapper.text-direction-rtl.show-value-as-tags .vscomp-toggle-button {
  padding: 4px 10px 0 22px; }

.vscomp-wrapper.text-direction-rtl.show-value-as-tags .vscomp-value-tag {
  margin: 0 0 4px 4px;
  padding: 2px 8px 2px 3px; }

.vscomp-wrapper.text-direction-rtl.show-value-as-tags .vscomp-value-tag.more-value-count {
  padding-left: 8px; }

.vscomp-wrapper.text-direction-rtl.show-value-as-tags.has-value .vscomp-clear-button {
  left: 2px; }

/*!
 * Popover v1.0.12
 * https://sa-si-dev.github.io/popover
 * Licensed under MIT (https://github.com/sa-si-dev/popover/blob/master/LICENSE)
 */
.pop-comp-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1; }

.pop-comp-arrow {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  overflow: hidden;
  pointer-events: none; }

.pop-comp-arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.pop-comp-content {
  position: relative;
  z-index: 2; }

.pop-comp-wrapper.position-bottom > .pop-comp-arrow {
  margin-left: -8px;
  left: 0;
  top: -15px; }

.pop-comp-wrapper.position-bottom > .pop-comp-arrow::before {
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.14); }

.pop-comp-wrapper.position-top > .pop-comp-arrow {
  margin-left: -8px;
  left: 0;
  bottom: -15px; }

.pop-comp-wrapper.position-right > .pop-comp-arrow {
  margin-top: -8px;
  top: 0;
  left: -15px; }

.pop-comp-wrapper.position-left > .pop-comp-arrow {
  margin-top: -8px;
  top: 0;
  right: -15px; }

.pop-comp-disable-events {
  pointer-events: none; }

.blog-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 50px;
  position: relative;
  color: #fff;
  min-height: 120px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .blog-banner {
      min-height: 320px; } }
  @media (min-width: 992px) {
    .blog-banner {
      min-height: 478px; } }
  @media (min-width: 992px) {
    .blog-banner {
      padding: 100px 0 80px; } }
  @media (min-width: 1400px) {
    .blog-banner {
      padding: 155px 0 90px; } }
  .blog-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
    pointer-events: none; }
  .blog-banner .title {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      .blog-banner .title {
        font-size: 60px; } }
    @media (min-width: 992px) {
      .blog-banner .title {
        font-size: 100px; } }

.blog-search {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  z-index: 5; }
  @media (min-width: 1200px) {
    .blog-search {
      bottom: -40px; } }

.search-block {
  position: relative;
  width: 100%;
  max-width: 1364px;
  margin: 0 auto; }
  .search-block:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 17px;
    background-image: url(../images/search-page.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px; }
    @media (min-width: 1200px) {
      .search-block:before {
        width: 32px;
        height: 32px;
        left: 27px;
        top: 23px; } }
  .search-block input {
    box-shadow: 0 3px 27px rgba(84, 86, 90, 0.16);
    border-radius: 50px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 15px 100px 15px 40px; }
    @media (min-width: 1200px) {
      .search-block input {
        font-size: 32px;
        line-height: 26px;
        padding: 22px 190px 22px 85px; } }
  .search-block button {
    position: absolute;
    right: 6px;
    top: 6px;
    border: none;
    border-radius: 50px;
    background-color: #940000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 17px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .search-block button {
        padding: 15px 33px;
        font-size: 24px;
        right: 10px;
        top: 10px; } }
    .search-block button:hover {
      opacity: 0.7; }

.stories-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 20px 0 6px; }
  @media (min-width: 768px) {
    .stories-filter {
      margin: 30px 0 6px; } }
  @media (min-width: 992px) {
    .stories-filter {
      margin: 50px 0 23px; } }
  @media (max-width: 991px) {
    .stories-filter .label-text-left {
      width: 100%; } }
  .stories-filter .label-text-left select,
  .stories-filter .label-text-left input {
    min-width: 310px; }
  .stories-filter .label-text-left select {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .stories-filter .label-text-left .label {
    width: 90px;
    min-width: 90px;
    padding-right: 5px;
    line-height: 1.2; }

.featured-stories-section {
  margin-bottom: 34px; }
  @media (min-width: 768px) {
    .featured-stories-section {
      margin-bottom: 60px; } }

.stories-section {
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .stories-section {
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .stories-section .row > div {
      margin-bottom: 18px; } }

.story-article {
  box-shadow: 10px 10px 99px rgba(140, 152, 164, 0.16);
  border-radius: 8px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  margin-bottom: 18px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s; }
  .story-article:hover {
    border-color: #999;
    box-shadow: 10px 10px 59px rgba(140, 152, 164, 0.46); }
  .story-article a {
    color: #54565a;
    text-decoration: none;
    border-radius: 8px; }
    .story-article a:focus {
      border: 1px solid #000; }
  .story-article .title {
    color: #54565a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .story-article .title {
        font-size: 24px;
        line-height: 1.2; } }
  .story-article .text {
    color: #54565a;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .story-article .text {
        font-size: 18px;
        line-height: 26px; } }
  .story-article .story-label {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 4;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    padding: 5px 10px;
    min-width: 96px;
    pointer-events: none; }
    @media (min-width: 768px) {
      .story-article .story-label {
        font-size: 16px;
        padding: 9px 14px;
        min-width: 128px;
        right: 30px; } }
  .story-article .story-short-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .story-article:not(.featured-story-article) {
    height: 100%; }
    .story-article:not(.featured-story-article) a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .story-article:not(.featured-story-article) .img {
      padding-bottom: 67%;
      position: relative;
      overflow: hidden; }
      .story-article:not(.featured-story-article) .img img {
        object-fit: cover;
        object-position: top center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .story-article:not(.featured-story-article) .text {
      margin-bottom: -5px; }
    .story-article:not(.featured-story-article) .story-short-info {
      padding: 18px 15px 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 767px) {
        .story-article:not(.featured-story-article) .story-short-info {
          padding: 18px 20px 0; } }

@media (max-width: 991px) {
  .featured-story-article {
    height: 100%; }
    .featured-story-article a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .featured-story-article .img {
      padding-bottom: 67%;
      position: relative;
      overflow: hidden; }
      .featured-story-article .img img {
        object-fit: cover;
        object-position: top center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .featured-story-article .text {
      margin-bottom: 10px; }
    .featured-story-article .story-short-info {
      padding: 18px 15px 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

@media (max-width: 767px) {
  .featured-story-article .story-short-info {
    padding: 15px 19px 0; } }

@media (min-width: 992px) {
  .featured-story-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 358px; } }

@media (min-width: 992px) {
  .featured-story-article .img {
    width: 52%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    min-height: 100%;
    position: relative;
    clip-path: circle(100% at 92% 34%);
    min-width: calc(47% + 1px);
    left: 1px; } }

@media (min-width: 1200px) {
  .featured-story-article .img {
    clip-path: circle(100% at 85% 28%); } }

@media (min-width: 1350px) {
  .featured-story-article .img {
    width: 47%;
    clip-path: circle(100% at 82% 28%); } }

@media (min-width: 1700px) {
  .featured-story-article .img {
    clip-path: circle(100% at 78% 28%); } }

@media (min-width: 992px) {
  .featured-story-article .img img {
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

@media (min-width: 992px) {
  .featured-story-article .story-short-info {
    width: 48%;
    padding: 37px 23px 7px 33px; } }

@media (min-width: 1350px) {
  .featured-story-article .story-short-info {
    width: 53%;
    padding: 37px 53px 7px 33px; } }

.meta-info {
  border-top: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .meta-info {
      padding: 16px 0; } }
  .meta-info .author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .meta-info .name,
  .meta-info .date {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .meta-info .name,
      .meta-info .date {
        font-size: 16px; } }
  .meta-info .name {
    padding-right: 7px; }
  .meta-info .author-img {
    width: 27px;
    height: 27px;
    min-width: 27px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .meta-info .author-img {
        margin-right: 8px;
        width: 40px;
        height: 40px;
        min-width: 40px; } }
    .meta-info .author-img img {
      object-fit: cover;
      object-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.blog-story-single {
  color: #54565a;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .blog-story-single {
      margin-bottom: 90px; } }
  .blog-story-single .title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.73px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .blog-story-single .title {
        line-height: 1.2;
        font-size: 32px;
        letter-spacing: -1px;
        margin-top: -10px; } }
    @media (min-width: 992px) {
      .blog-story-single .title {
        font-size: 44px;
        letter-spacing: -1.5px; } }
    @media (min-width: 1200px) {
      .blog-story-single .title {
        font-size: 60px;
        letter-spacing: -2.1px; } }
  .blog-story-single .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .blog-story-single .author {
        margin-bottom: 30px; } }
    .blog-story-single .author .name {
      font-weight: 500; }
    .blog-story-single .author .img {
      width: 52px;
      height: 52px;
      min-width: 52px;
      margin-right: 13px;
      position: relative;
      overflow: hidden;
      border-radius: 50%; }
      .blog-story-single .author .img img {
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .blog-story-single .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    @media (min-width: 992px) {
      .blog-story-single .text {
        font-size: 18px;
        line-height: 26px; } }
    .blog-story-single .text p {
      margin: 0 0 1.4em; }
    .blog-story-single .text .h1, .blog-story-single .text .h2, .blog-story-single .text .h3, .blog-story-single .text .h4, .blog-story-single .text .h5, .blog-story-single .text .h6,
    .blog-story-single .text h1, .blog-story-single .text h2, .blog-story-single .text h3, .blog-story-single .text h4, .blog-story-single .text h5, .blog-story-single .text h6 {
      margin-top: 1.7em; }

figure {
  margin: 2.4em 0 2em; }
  @media (min-width: 992px) {
    figure {
      margin: 2.6em 0 3em; } }
  figure img {
    margin-bottom: 10px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    max-width: 100%; }
    @media (max-width: 991px) {
      figure img {
        width: 100%; } }
  figure figcaption {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    color: #940000; }
    @media (min-width: 992px) {
      figure figcaption {
        font-size: 28px;
        line-height: 38px; } }
    @media (min-width: 1400px) {
      figure figcaption {
        font-size: 36px;
        line-height: 42px; } }
  @media (min-width: 992px) {
    figure.image-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 992px) {
    figure.image-left img {
      margin: 0 30px 0 0; } }
  @media (min-width: 1400px) {
    figure.image-left img {
      margin: 0 79px 0 0; } }
  @media (min-width: 992px) {
    figure.image-left figcaption {
      width: 100%;
      max-width: 475px; } }
  @media (min-width: 1400px) {
    figure.image-left figcaption {
      max-width: 675px; } }
  @media (min-width: 992px) {
    figure.image-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 992px) {
    figure.image-right img {
      margin: 0 0 0 30px;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; } }
  @media (min-width: 1400px) {
    figure.image-right img {
      margin: 0 0 0 79px; } }
  @media (min-width: 992px) {
    figure.image-right figcaption {
      width: 100%;
      max-width: 475px; } }
  @media (min-width: 1400px) {
    figure.image-right figcaption {
      max-width: 675px; } }
  @media (min-width: 992px) {
    figure.image-center {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 800px; } }
  @media (min-width: 992px) {
    figure.image-center img {
      width: 100%; } }
  @media (min-width: 992px) {
    figure.image-center figcaption {
      text-align: center; } }
  @media (min-width: 992px) {
    figure.image-full-width {
      width: 100%; } }
  @media (min-width: 992px) {
    figure.image-full-width img {
      width: 100%; } }

.title-cta-info {
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .title-cta-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .title-cta-info .left {
      padding-right: 14px; } }
  .title-cta-info .title {
    color: #54565a;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .title-cta-info .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px; } }
  .title-cta-info .text {
    color: #54565a;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .title-cta-info .text {
        margin-bottom: 18px; } }
  .title-cta-info .btn-min {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 10px;
    min-width: 129px;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .title-cta-info .btn-min {
        width: 100%; } }

.case-studies {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  padding-bottom: 2px; }
  @media (min-width: 992px) {
    .case-studies {
      padding-bottom: 0; } }

.case-study {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 992px) {
    .case-study {
      margin-bottom: 40px; } }
  .case-study:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
    border-radius: 8px; }
  .case-study:hover:before {
    box-shadow: 0 0 0 4px black; }
  @media (min-width: 992px) {
    .case-study:nth-child(even) a {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .case-study a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #efefef;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 10px 10px 99px rgba(140, 152, 164, 0.16);
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
    .case-study a:focus {
      outline: solid 4px #000; }
  .case-study .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    .case-study .bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.26); }
  .case-study .text-info {
    width: 100%;
    padding: 34px 20px 2px 20px;
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .case-study .text-info {
        padding: 34px 32px 8px 32px; } }
    @media (min-width: 992px) {
      .case-study .text-info {
        width: 50%;
        min-height: 356px; } }
  .case-study .title {
    color: #efefef;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; }
  .case-study .text {
    color: #efefef;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    padding: 5px 0 28px; }
    @media (min-width: 768px) {
      .case-study .text {
        padding: 15px 0 32px; } }
  .case-study .meta-info {
    color: #efefef; }
    @media (max-width: 767px) {
      .case-study .meta-info {
        padding: 16px 0; } }
    @media (max-width: 767px) {
      .case-study .meta-info .name,
      .case-study .meta-info .date {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .case-study .meta-info .author-img {
        margin-right: 8px;
        width: 40px;
        height: 40px;
        min-width: 40px; } }

.get-started-block {
  position: relative;
  z-index: 10; }
  @media (min-width: 992px) {
    .get-started-block + .container > .top-line-page {
      margin-top: -20px; } }

.get-started {
  width: 100%;
  max-width: 640px;
  margin: -30px auto 17px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-top: 4px solid #940000;
  padding: 14px 20px 1px; }
  @media (min-width: 550px) {
    .get-started {
      padding: 20px 62px 20px; } }
  @media (min-width: 992px) {
    .get-started {
      margin: -122px auto 0;
      max-width: 1088px; } }
  .get-started .title {
    font-size: 21px;
    letter-spacing: -0.73px;
    color: #54565a;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 3px; }
    @media (min-width: 480px) {
      .get-started .title {
        margin: 0 0 10px; } }
    @media (min-width: 768px) {
      .get-started .title {
        font-size: 26px;
        letter-spacing: -.9px; } }
    @media (min-width: 992px) {
      .get-started .title {
        font-size: 32px;
        letter-spacing: -1.1px; } }
    @media (min-width: 1200px) {
      .get-started .title {
        font-size: 36px;
        letter-spacing: -1.26px; } }
  .get-started .fields {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    .get-started .fields .btn {
      margin-bottom: 17px;
      width: 100%; }
      @media (min-width: 992px) {
        .get-started .fields .btn {
          margin-bottom: 24px; } }
    .get-started .fields .label {
      margin-bottom: 5px; }
  .get-started select,
  .get-started div.vscomp-ele .vscomp-value,
  .get-started div.vscomp-ele .vscomp-option-text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

.offers-card-grid {
  margin: 10px 0 0; }
  @media (min-width: 768px) {
    .offers-card-grid {
      margin: 20px 0 0; } }
  @media (min-width: 992px) {
    .offers-card-grid {
      margin: 64px 0 44px; } }
  .offers-card-grid .col-12 {
    margin-bottom: 20px; }
  .offers-card-grid .title {
    text-align: center;
    color: #54565a;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.73px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 10px 0 14px; }
    @media (min-width: 768px) {
      .offers-card-grid .title {
        font-size: 36px;
        margin: 10px 0 20px; } }
    @media (min-width: 992px) {
      .offers-card-grid .title {
        font-size: 46px;
        letter-spacing: normal;
        color: #000;
        margin: 10px 0 70px; } }
    @media (min-width: 1200px) {
      .offers-card-grid .title {
        font-size: 56px; } }
  .offers-card-grid .offers-card {
    text-align: center;
    border: 3px solid #d6d1ca;
    background-color: #ffffff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 17px 17px; }
    @media (min-width: 480px) {
      .offers-card-grid .offers-card {
        padding: 29px 25px 28px; } }
  .offers-card-grid .card-title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .offers-card-grid .card-title {
        font-size: 26px; } }
    @media (min-width: 992px) {
      .offers-card-grid .card-title {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .offers-card-grid .card-title {
        font-size: 36px; } }
  .offers-card-grid .img {
    height: 230px;
    margin-bottom: 10px;
    position: relative; }
    @media (min-width: 480px) {
      .offers-card-grid .img {
        height: 340px; } }
    @media (min-width: 992px) {
      .offers-card-grid .img {
        padding-bottom: 72%;
        height: auto; } }
    .offers-card-grid .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 98%;
      max-height: 98%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .offers-card-grid .btn {
    width: 100%; }
    @media (min-width: 992px) {
      .offers-card-grid .btn {
        font-size: 20px; } }
    @media (min-width: 1300px) {
      .offers-card-grid .btn {
        font-size: 30px; } }

.offers-row-grid {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .offers-row-grid {
      margin: 20px 0 40px; } }
  @media (min-width: 992px) {
    .offers-row-grid {
      margin: 20px 0 60px; } }
  .offers-row-grid .title {
    text-align: center;
    color: #54565a;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.73px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 10px 0 70px; }
    @media (min-width: 768px) {
      .offers-row-grid .title {
        font-size: 36px; } }
    @media (min-width: 992px) {
      .offers-row-grid .title {
        font-size: 46px;
        letter-spacing: normal;
        color: #000; } }
    @media (min-width: 1200px) {
      .offers-row-grid .title {
        font-size: 56px; } }
  .offers-row-grid .offers-card {
    box-shadow: 10px 10px 99px rgba(140, 152, 164, 0.16);
    border: 1px solid #efefef;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .offers-row-grid .offers-card {
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      .offers-row-grid .offers-card {
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .offers-row-grid .offers-card {
        margin-bottom: 88px; } }
    .offers-row-grid .offers-card .img {
      padding-bottom: 23.2%;
      position: relative;
      min-height: 85px; }
    .offers-row-grid .offers-card .bg {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .offers-row-grid .offers-card .ic-wrap {
      position: absolute;
      width: 44px;
      height: 44px;
      bottom: -22px;
      left: 20px; }
      @media (min-width: 992px) {
        .offers-row-grid .offers-card .ic-wrap {
          width: 96px;
          height: 96px;
          bottom: -48px;
          left: 32px; } }
      .offers-row-grid .offers-card .ic-wrap img {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: 100%;
        max-height: 100%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .offers-row-grid .offers-card .info {
      padding: 34px 18px 18px 18px;
      min-height: 188px;
      color: #54565a;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .offers-row-grid .offers-card .info {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          min-height: 255px; } }
      @media (min-width: 992px) {
        .offers-row-grid .offers-card .info {
          padding: 30px 30px 30px 140px; } }
      @media (min-width: 1200px) {
        .offers-row-grid .offers-card .info {
          padding: 30px 137px 30px 140px; } }
    @media (min-width: 768px) {
      .offers-row-grid .offers-card .left {
        padding-right: 20px; } }
    .offers-row-grid .offers-card .right {
      margin-top: 10px; }
      @media (min-width: 768px) {
        .offers-row-grid .offers-card .right {
          padding-top: 20px;
          margin-top: 0; } }
    .offers-row-grid .offers-card .card-title {
      font-size: 21px;
      letter-spacing: -0.73px;
      font-weight: 700;
      margin: 0 0 12px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .offers-row-grid .offers-card .card-title {
          font-size: 26px;
          letter-spacing: -0.9px;
          margin: 0 0 7px; } }
      @media (min-width: 992px) {
        .offers-row-grid .offers-card .card-title {
          font-size: 30px;
          letter-spacing: -1.1px; } }
      @media (min-width: 1200px) {
        .offers-row-grid .offers-card .card-title {
          font-size: 36px;
          letter-spacing: -1.26px; } }
    .offers-row-grid .offers-card .text {
      font-size: 16px;
      font-weight: 300;
      line-height: 24px; }
      @media (min-width: 768px) {
        .offers-row-grid .offers-card .text {
          font-size: 18px;
          line-height: 26px; } }
      @media (min-width: 992px) {
        .offers-row-grid .offers-card .text {
          font-size: 22px;
          line-height: 28px; } }
      @media (min-width: 1200px) {
        .offers-row-grid .offers-card .text {
          font-size: 24px;
          line-height: 32px; } }
    .offers-row-grid .offers-card .hint {
      font-size: 14px;
      font-weight: 300;
      line-height: 21px; }
      @media (max-width: 767px) {
        .offers-row-grid .offers-card .hint {
          margin-top: 10px; } }
      @media (min-width: 768px) {
        .offers-row-grid .offers-card .hint {
          font-size: 16px;
          line-height: 26px; } }
    .offers-row-grid .offers-card .btn {
      min-width: 260px; }
      @media (max-width: 767px) {
        .offers-row-grid .offers-card .btn {
          width: 100%; } }
          .PageDesigner .main-nav{ pointer-events:none;}
          .PageDesigner .main-nav .box-main-menu li {pointer-events:all;}
.full-blog-post-list .col-12, .full-blog-post-list .col-12 .col-lg-4
{
	margin-top:1em;
}

.hero-banner
{
/*	background: url(/modules/media/thumb?id=f43ec94f-c2bf-4555-9d4e-f74e4cc819b4) center bottom / cover no-repeat;*/

}
/*.hero-banner .blur-bg
{
	position:absolute;
	z-index:0;
	background: url(/modules/media/thumb?id=f43ec94f-c2bf-4555-9d4e-f74e4cc819b4) center bottom / cover no-repeat;
	filter:blur(6px);
	height:100%;
	width:120%;
	top:0;
	left:0;
}*/

.hero-banner .slide-item.slick-slide
{
	background-position:top !important;
}
.pickup-and-go {
  padding: 18px 0 50px; }
  @media (min-width: 992px) {
    .pickup-and-go {
      padding: 50px 0 13px; } }
  .pickup-and-go h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 9px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .pickup-and-go h2 {
        font-size: 56px;
        margin-bottom: 18px; } }
  .pickup-and-go .text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 17px;
    line-height: 27px; }
    @media (min-width: 992px) {
      .pickup-and-go .text {
        font-size: 28px;
        margin-bottom: 35px; } }
  .pickup-and-go .slide-item {
    position: relative;
    margin: 0 8px; }
    .pickup-and-go .slide-item a.holder-img {
      outline: none; }
      .pickup-and-go .slide-item a.holder-img img {
        display: block;
        width: 100%; }
      .pickup-and-go .slide-item a.holder-img:hover img,
      .pickup-and-go .slide-item a.holder-img:focus img {
        opacity: 0.7; }
  .pickup-and-go .slick-dots {
    bottom: -44px; }
    .pickup-and-go .slick-dots button {
      width: 12px;
      height: 12px; }

@media (min-width: 992px) {
  .corps-value {
    padding: 0px 0 60px; } }

.corps-value h2 {
  text-transform: uppercase;
  margin-bottom: 31px;
  font-size: 28px;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 992px) {
    .corps-value h2 {
      text-align: left;
      font-size: 56px;
      margin-bottom: 5px; } }

.corps-value .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.corps-value .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px; }

.corps-value .slider-corps-value {
  padding: 25px 0 15px; }
  @media (min-width: 992px) {
    .corps-value .slider-corps-value {
      padding: 25px 0 40px; } }

.corps-value .slick-arrow {
  top: calc(50% - 117px); }
  @media (min-width: 992px) {
    .corps-value .slick-arrow {
      top: 50%; } }

.corps-value .slide-item {
  margin: 0 8px;
  padding: 1px; }
  .corps-value .slide-item .holder-img {
    min-height: 380px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 992px) {
      .corps-value .slide-item .holder-img {
        min-height: 576px; } }
    .corps-value .slide-item .holder-img:before {
      content: '';
      border: 1px solid #d5d5d5;
      border-bottom: 0;
      position: absolute;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 0px; }
  .corps-value .slide-item .holder-text {
    box-shadow: 0 3px 27px rgba(84, 86, 90, 0.16);
    background-color: #ffffff;
    margin: 0 10px;
    padding: 24px 20px 40px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100% - 380px);
    position: relative; }
    @media (min-width: 992px) {
      .corps-value .slide-item .holder-text {
        height: calc(100% - 576px);
        padding: 54px 20px 40px; } }
    .corps-value .slide-item .holder-text h3 {
      font-size: 21px;
      font-weight: 700;
      line-height: 22px;
      margin-bottom: 15px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .corps-value .slide-item .holder-text h3 {
          font-size: 30px;
          margin-bottom: 34px; } }
    .corps-value .slide-item .holder-text .text {
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .corps-value .slide-item .holder-text .text {
          font-size: 18px;
          line-height: 24px; } }
    .corps-value .slide-item .holder-text a {
      display: block;
      margin-top: auto;
      position: absolute;
      bottom: -29px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      min-width: 219px; }

.parallax-section {
  min-height: 354px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .parallax-section {
      margin: 60px 0;
      min-height: 501px; } }
  .parallax-section:before {
    content: '';
    background-color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .parallax-section .container {
    position: relative;
    z-index: 2; }
  .parallax-section .title {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .parallax-section .title {
        font-size: 64px;
        margin-bottom: 28px; } }
  .parallax-section .text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .parallax-section .text {
        font-size: 20px;
        margin-bottom: 40px; } }
  .parallax-section .btn {
    font-size: 12px;
    min-width: 130px; }

.product-spotlight {
  padding: 30px 0 43px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .product-spotlight {
      padding: 19px 0 87px; } }
  .product-spotlight .title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 19px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .product-spotlight .title {
        font-size: 48px;
        margin-bottom: 16px; } }
    .product-spotlight .title strong {
      color: #00a9e0; }
  .product-spotlight .text {
    color: #54565a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    max-width: 813px;
    margin: 0 auto 17px; }
    @media (min-width: 992px) {
      .product-spotlight .text {
        line-height: 26px;
        margin: 0 auto 50px; } }
  .product-spotlight .slick-list {
    overflow: visible; }
    @media (min-width: 992px) {
      .product-spotlight .slick-list {
        overflow: hidden;
        padding: 1px; } }
  .product-spotlight .slick-dots {
    bottom: -30px; }
    @media (min-width: 992px) {
      .product-spotlight .slick-dots {
        bottom: -70px; } }
  .product-spotlight .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-spotlight .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-spotlight .slide-item {
    margin: 0px 8px;
    max-width: 260px; }
    @media (min-width: 992px) {
      .product-spotlight .slide-item {
        max-width: 100%; } }
  .product-spotlight .img-holder {
    position: relative;
    padding: 1px; }
    .product-spotlight .img-holder > img {
      margin: 0 auto; }
  .product-spotlight .info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .product-spotlight .info-holder h3 {
      color: #54565a;
      font-size: 18px;
      font-weight: 700;
      line-height: 27px;
      margin-bottom: 2px; }
      @media (min-width: 992px) {
        .product-spotlight .info-holder h3 {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 6px; } }
      .product-spotlight .info-holder h3 a {
        color: inherit;
        text-decoration: none; }
        .product-spotlight .info-holder h3 a:hover {
          text-decoration: underline; }
    .product-spotlight .info-holder .price {
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: 500;
      line-height: 26px; }
      @media (min-width: 992px) {
        .product-spotlight .info-holder .price {
          margin-bottom: 29px;
          font-size: 20px; } }
    .product-spotlight .info-holder .current-price {
      color: #000000;
      text-decoration: line-through; }
    .product-spotlight .info-holder .sale-price {
      color: #00a9e0; }
    .product-spotlight .info-holder .stars-wrap {
      margin-bottom: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      @media (min-width: 992px) {
        .product-spotlight .info-holder .stars-wrap {
          margin-bottom: 27px; } }
      .product-spotlight .info-holder .stars-wrap .count-reviews {
        color: #000000;
        font-size: 13px;
        font-weight: 300;
        margin-left: 11px; }
        @media (min-width: 992px) {
          .product-spotlight .info-holder .stars-wrap .count-reviews {
            font-weight: 400;
            margin-left: 3px; } }
    .product-spotlight .info-holder .description {
      color: #54565a;
      font-size: 14px;
      font-weight: 300;
      line-height: 21px;
      margin-bottom: 25px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow-y: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 992px) {
        .product-spotlight .info-holder .description {
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          font-size: 16px;
          line-height: 26px;
          margin-bottom: 14px; } }
    .product-spotlight .info-holder .holder-link-details {
      margin-bottom: 7px;
      margin-top: auto; }
      @media (min-width: 992px) {
        .product-spotlight .info-holder .holder-link-details {
          margin-bottom: 8px; } }
    .product-spotlight .info-holder .link-details {
      color: #54565a;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px; }
    .product-spotlight .info-holder .btn {
      min-width: 180px; }
      @media (min-width: 992px) {
        .product-spotlight .info-holder .btn {
          min-width: 160px; } }
  .product-spotlight .slick-dots button {
    width: 13px;
    height: 12px; }

.what-marines-love {
  position: relative;
  overflow: hidden;
  margin: 50px 0 20px; }
  @media (min-width: 992px) {
    .what-marines-love {
      margin: 50px 0 60px; } }
  .what-marines-love .slick-dots {
    bottom: auto;
    top: -70px;
    right: 10px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .what-marines-love .slick-arrow {
    top: calc(50% - 37px); }
  .what-marines-love h2 {
    color: #000000;
    font-family: Gotham;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .what-marines-love h2 {
        max-width: 70%;
        font-size: 48px;
        margin-bottom: 26px; } }
  .what-marines-love .tag-box {
    top: -13px; }
  .what-marines-love .slick-list {
    overflow: visible; }
    @media (min-width: 992px) {
      .what-marines-love .slick-list {
        overflow: hidden; } }
  .what-marines-love .slide-item {
    margin: 20px 10px 30px;
    position: relative;
    max-width: 266px;
    width: 100%; }
    @media (min-width: 992px) {
      .what-marines-love .slide-item {
        max-width: 100%;
        padding: 0 2px;
        margin: 20px 8px 30px; } }
  .what-marines-love .top-line {
    top: 10px;
    right: 10px; }
  .what-marines-love .holder-img {
    display: block;
    min-height: 260px;
    margin-bottom: 16px; }
    .what-marines-love .holder-img:hover {
      opacity: 0.7; }
  .what-marines-love h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 700; }
    .what-marines-love h3 a {
      text-decoration: none;
      color: inherit; }
      .what-marines-love h3 a:hover {
        text-decoration: underline; }

.best-sellers h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 992px) {
    .best-sellers h2 {
      text-align: left;
      font-size: 48px;
      margin-bottom: 8px; } }

.best-sellers .slide-item {
  margin: 0px 8px 16px;
  position: relative; }
  @media (min-width: 992px) {
    .best-sellers .slide-item {
      margin: 20px 8px 30px;
      padding: 2px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }

.best-sellers .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.best-sellers .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.best-sellers .holder-bottom-line {
  margin-top: auto; }

.best-sellers .holder-img {
  display: block;
  margin-bottom: 3px; }
  @media (min-width: 992px) {
    .best-sellers .holder-img {
      margin-bottom: 14px; } }
  .best-sellers .holder-img img {
    display: block;
    width: 100%; }

.best-sellers .slick-arrow {
  top: calc(50% - 87px); }

.best-sellers .cat-product {
  display: inline-block;
  margin-bottom: 7px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none; }
  @media (min-width: 992px) {
    .best-sellers .cat-product {
      font-size: 13px;
      font-weight: 300; } }
  .best-sellers .cat-product:hover {
    text-decoration: underline; }

.best-sellers h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    .best-sellers h3 {
      font-size: 16px;
      margin-bottom: 23px; } }
  .best-sellers h3 a {
    text-decoration: none;
    color: inherit; }
    .best-sellers h3 a:hover {
      text-decoration: underline; }

.best-sellers .stars-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px; }
  .best-sellers .stars-wrap .count-reviews {
    margin-left: 3px;
    font-size: 13px; }

.best-sellers .btn {
  width: 100%;
  padding: 8px; }
  @media (min-width: 992px) {
    .best-sellers .btn {
      width: auto;
      min-width: 260px; } }

.wide-gray-panel {
  background-color: #f4f4f4;
  padding: 22px 0 7px;
  margin: 0px 0px 43px; }
  @media (min-width: 992px) {
    .wide-gray-panel {
      padding: 60px 0;
      margin: 50px 0px 50px; } }
  .wide-gray-panel .holder-colums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 992px) {
      .wide-gray-panel .holder-colums {
        margin: 0px -30px; } }
    .wide-gray-panel .holder-colums .column {
      width: 100%;
      padding: 0 0px 40px;
      margin-bottom: 40px;
      border-bottom: 2px solid #54565a;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) {
        .wide-gray-panel .holder-colums .column {
          border: none;
          width: 33.33%;
          border-right: 2px solid #54565a;
          padding: 0px 30px 0px;
          margin-bottom: 0;
          min-height: 301px; } }
      .wide-gray-panel .holder-colums .column:last-child {
        border: none;
        margin-bottom: 0px;
        padding: 0 0px 20px; }
  .wide-gray-panel .text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    @media (min-width: 992px) {
      .wide-gray-panel .text {
        font-size: 18px;
        line-height: 27px; } }
  .wide-gray-panel .colum-delivery {
    text-align: center; }
    @media (min-width: 1200px) {
      .wide-gray-panel .colum-delivery {
        text-align: left; } }
    .wide-gray-panel .colum-delivery img {
      display: block;
      width: 100%;
      max-width: 174px;
      margin: 0 auto 19px; }
      @media (min-width: 992px) {
        .wide-gray-panel .colum-delivery img {
          max-width: 122px;
          margin: 0 auto 23px; } }
    .wide-gray-panel .colum-delivery h3 {
      color: #000;
      font-size: 21px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 3px; }
      @media (min-width: 992px) {
        .wide-gray-panel .colum-delivery h3 {
          font-size: 36px;
          margin-bottom: 19px; } }
      .wide-gray-panel .colum-delivery h3 span {
        text-transform: none; }
    .wide-gray-panel .colum-delivery .text {
      margin-bottom: 46px; }
      @media (min-width: 992px) {
        .wide-gray-panel .colum-delivery .text {
          margin-bottom: 21px; } }
    .wide-gray-panel .colum-delivery .list-links li {
      margin-bottom: 22px; }
      .wide-gray-panel .colum-delivery .list-links li:last-child {
        margin-bottom: 5px; }
    .wide-gray-panel .colum-delivery .list-links a {
      color: #2e2e2e;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .wide-gray-panel .colum-delivery .list-links a {
          font-size: 18px; } }
  .wide-gray-panel .colum-uniform-shop {
    padding: 0px 80px 0px; }
    .wide-gray-panel .colum-uniform-shop img {
      display: inline-block;
      margin-bottom: 16px; }
    .wide-gray-panel .colum-uniform-shop .text {
      margin-bottom: 14px; }
    .wide-gray-panel .colum-uniform-shop .list-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -16px; }
      .wide-gray-panel .colum-uniform-shop .list-links li {
        padding: 0 16px; }
      .wide-gray-panel .colum-uniform-shop .list-links a {
        color: #2e2e2e;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .wide-gray-panel .colum-uniform-shop .list-links a {
            font-size: 18px; } }
  .wide-gray-panel .colum-get-sale .row {
    width: 100%; }
  .wide-gray-panel .colum-get-sale h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .wide-gray-panel .colum-get-sale h2 {
        margin-bottom: 12px; } }
  .wide-gray-panel .colum-get-sale .text {
    margin-bottom: 14px; }
    @media (min-width: 992px) {
      .wide-gray-panel .colum-get-sale .text {
        margin-bottom: 19px; } }
  .wide-gray-panel .colum-get-sale .btn {
    background-color: #000;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-size: 22px;
    width: 100%;
    max-width: 260px;
    padding: 4px 8px; }
    @media (min-width: 992px) {
      .wide-gray-panel .colum-get-sale .btn {
        padding: 8px;
        margin-bottom: 11px; } }
    .wide-gray-panel .colum-get-sale .btn:hover {
      opacity: 0.7; }
  .wide-gray-panel .colum-get-sale .list-links li {
    margin-bottom: 10px; }
    .wide-gray-panel .colum-get-sale .list-links li a {
      color: #2e2e2e;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .wide-gray-panel .colum-get-sale .list-links li a {
          font-size: 14px; } }

.box-overlap {
  margin: 40px 0 30px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .box-overlap {
      margin: 100px 0 30px; } }
  .box-overlap .slick-list {
    overflow: visible; }
  .box-overlap .slide-item {
    margin-bottom: 20px; }
  .box-overlap .holder-img {
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .box-overlap .holder-img {
        min-height: 497px; } }
  .box-overlap .holder-text-block {
    box-shadow: 0 3px 27px rgba(123, 123, 123, 0.16);
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px 30px 30px;
    max-width: 812px;
    margin-top: -14.7%; }
    @media (min-width: 992px) {
      .box-overlap .holder-text-block {
        padding: 31px 50px 64px; } }
    .box-overlap .holder-text-block img {
      max-width: 120px;
      margin-bottom: 11px; }
      @media (min-width: 768px) {
        .box-overlap .holder-text-block img {
          margin-bottom: 30px; } }
  .box-overlap .arrow-blue .slick-arrow {
    top: 123px; }
    @media (min-width: 768px) {
      .box-overlap .arrow-blue .slick-arrow {
        top: 248px; } }
  .box-overlap .arrow-blue .slick-arrow.slick-prev {
    left: 0; }
  .box-overlap .arrow-blue .slick-arrow.slick-next {
    right: 0; }
  .box-overlap .subtitle {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .box-overlap .subtitle {
        font-size: 23px; } }
  .box-overlap h2 {
    margin-bottom: 24px;
    color: #1c1c1c;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .box-overlap h2 {
        font-size: 37px;
        margin-bottom: 18px; } }
  .box-overlap .text {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px; }
  .box-overlap .link {
    color: #00a9e0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
    .box-overlap .link:hover {
      text-decoration: underline; }

.category-list {
  padding: 5px 0 15px; }
  @media (min-width: 992px) {
    .category-list {
      padding: 50px 0 50px; } }
  .category-list h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 992px) {
      .category-list h2 {
        font-size: 48px;
        margin-bottom: 50px;
        text-align: left; } }
  .category-list .holder-img {
    width: 174px;
    height: 174px;
    border: 1px solid #efefef;
    background-color: #efefef;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 12px; }
    @media (min-width: 992px) {
      .category-list .holder-img {
        width: 160px;
        height: 160px;
        margin: 0 auto 23px; } }
  .category-list a {
    display: block;
    color: inherit;
    text-decoration: none;
    margin-bottom: 22px; }
    @media (min-width: 992px) {
      .category-list a {
        margin-bottom: 32px; } }
    .category-list a:hover .holder-img {
      opacity: 0.7; }
  .category-list .title {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .category-list .title {
        font-size: 24px; } }

.cross-service-promotions {
  padding: 24px 0 20px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .cross-service-promotions {
      padding: 60px 0 54px; } }
  .cross-service-promotions h2 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .cross-service-promotions h2 {
        font-size: 48px;
        margin-bottom: 47px; } }
  .cross-service-promotions .slick-list {
    overflow: visible; }
    @media (min-width: 992px) {
      .cross-service-promotions .slick-list {
        overflow: hidden; } }
  .cross-service-promotions .slide-item {
    position: relative;
    margin: 0 8px;
    max-width: 266px;
    width: 100%; }
    @media (min-width: 992px) {
      .cross-service-promotions .slide-item {
        max-width: 100%;
        margin: 1px 8px;
        padding: 0 2px; } }
  .cross-service-promotions .cat-product {
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 4px;
    text-decoration: none; }
    .cross-service-promotions .cat-product:hover {
      text-decoration: underline; }
  .cross-service-promotions h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
    .cross-service-promotions h3 a {
      text-decoration: none;
      color: inherit; }
      .cross-service-promotions h3 a:hover {
        text-decoration: underline; }
  .cross-service-promotions .holder-img {
    display: block;
    margin-bottom: 13px; }
    @media (min-width: 992px) {
      .cross-service-promotions .holder-img {
        margin-bottom: 12px; } }
    .cross-service-promotions .holder-img:hover {
      opacity: 0.7; }
    .cross-service-promotions .holder-img img {
      display: block;
      width: 100%; }
  .cross-service-promotions .slick-dots {
    top: -90px;
    right: 0;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: auto; }
  .cross-service-promotions .slick-arrow {
    top: 138px; }

.customers-also-viewed {
  padding: 34px 0 30px; }
  @media (min-width: 992px) {
    .customers-also-viewed {
      padding: 60px 0; } }
  .customers-also-viewed h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 57px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .customers-also-viewed h2 {
        font-size: 56px;
        margin-bottom: 20px; } }
  .customers-also-viewed .text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 24px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .customers-also-viewed .text {
        font-size: 28px;
        margin-bottom: 32px;
        line-height: 37px; } }
  .customers-also-viewed .img-holder {
    display: block;
    min-height: 174px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .customers-also-viewed .img-holder {
        min-height: 398px; } }
    .customers-also-viewed .img-holder:hover, .customers-also-viewed .img-holder:focus {
      opacity: 0.7; }

.cross-service-romotions-full {
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px; }
  @media (min-width: 992px) {
    .cross-service-romotions-full {
      padding: 60px 0; } }
  .cross-service-romotions-full h2 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .cross-service-romotions-full h2 {
        font-size: 48px;
        margin-bottom: 55px; } }
  .cross-service-romotions-full .slide-item {
    position: relative;
    margin: 0 8px;
    max-width: 266px;
    width: 100%; }
    @media (min-width: 992px) {
      .cross-service-romotions-full .slide-item {
        max-width: 100%; } }
  .cross-service-romotions-full .slick-list {
    overflow: visible; }
    @media (min-width: 992px) {
      .cross-service-romotions-full .slick-list {
        overflow: hidden; } }
  .cross-service-romotions-full .holder-img {
    margin-bottom: 8px;
    display: block; }
    @media (min-width: 992px) {
      .cross-service-romotions-full .holder-img {
        margin-bottom: 11px; } }
    .cross-service-romotions-full .holder-img img {
      display: block;
      width: 100%; }
  .cross-service-romotions-full .top-line {
    right: 9px;
    top: 12px; }
  .cross-service-romotions-full .cat-product {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    text-decoration: none; }
    .cross-service-romotions-full .cat-product:hover {
      text-decoration: underline; }
  .cross-service-romotions-full h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 9px; }
    .cross-service-romotions-full h3 a {
      color: inherit;
      text-decoration: none; }
      .cross-service-romotions-full h3 a:hover {
        text-decoration: underline; }
  .cross-service-romotions-full .stars-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3px; }
    .cross-service-romotions-full .stars-wrap .count-reviews {
      color: #000;
      font-size: 12px;
      font-weight: 300;
      margin-left: 3px; }
  .cross-service-romotions-full .price {
    margin-bottom: 10px; }
    .cross-service-romotions-full .price .current-price,
    .cross-service-romotions-full .price .sale-price {
      color: #000000;
      font-size: 15px;
      font-weight: 300; }
    .cross-service-romotions-full .price .current-price {
      margin-right: 13px;
      text-decoration: line-through; }
  .cross-service-romotions-full .btn {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase; }
  .cross-service-romotions-full .slick-dots {
    position: absolute;
    top: -70px;
    bottom: auto;
    right: 0;
    left: auto; }

.driven-excellence {
  padding: 42px 0 20px; }
  @media (min-width: 992px) {
    .driven-excellence {
      padding: 60px 0; } }
  .driven-excellence .container {
    max-width: 1290px; }
  .driven-excellence .section-head {
    box-shadow: 0 3px 27px rgba(46, 49, 146, 0.16);
    background-color: #940000;
    padding: 17px 0 40px;
    color: #fff; }
    @media (min-width: 992px) {
      .driven-excellence .section-head {
        padding: 61px 0 147px; } }
  .driven-excellence .subtitle {
    color: #d6d1ca;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .driven-excellence .subtitle {
        font-size: 24px; } }
  .driven-excellence h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .driven-excellence h2 {
        font-size: 48px; } }
  .driven-excellence .content-area {
    margin-top: -37px; }
    @media (min-width: 992px) {
      .driven-excellence .content-area {
        margin-top: -106px; } }
  .driven-excellence .box {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    min-height: 77px;
    margin-bottom: 4px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .driven-excellence .box {
        padding: 20px; } }
    @media (min-width: 992px) {
      .driven-excellence .box {
        min-height: 268px;
        margin-bottom: 16px; } }
    .driven-excellence .box:last-child {
      margin-bottom: 0; }
    .driven-excellence .box .title {
      color: #f4d256;
      position: relative;
      z-index: 3;
      color: #f4d256;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .driven-excellence .box .title {
          font-size: 18px; } }
    .driven-excellence .box:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.65);
      z-index: 2; }
    .driven-excellence .box .hover-img > svg {
      max-width: 40px;
      max-height: 43px; }
      @media (min-width: 768px) {
        .driven-excellence .box .hover-img > svg {
          max-width: 90px;
          max-height: 90px; } }
      @media (min-width: 992px) {
        .driven-excellence .box .hover-img > svg {
          max-width: 142px;
          max-height: 150px; } }
    @media (min-width: 768px) {
      .driven-excellence .box:hover:before, .driven-excellence .box:focus:before {
        background-color: rgba(0, 0, 0, 0.4); } }
    @media (min-width: 768px) {
      .driven-excellence .box:hover .holder-duo-img, .driven-excellence .box:focus .holder-duo-img {
        z-index: 3; }
        .driven-excellence .box:hover .holder-duo-img .hover-img > svg path, .driven-excellence .box:focus .holder-duo-img .hover-img > svg path {
          stroke: #fff; } }
  .driven-excellence .row {
    margin-left: -2px;
    margin-right: -2px; }
    @media (min-width: 992px) {
      .driven-excellence .row {
        margin-left: -8px;
        margin-right: -8px; } }
  .driven-excellence .row > * {
    padding-right: 2px;
    padding-left: 2px; }
    @media (min-width: 992px) {
      .driven-excellence .row > * {
        padding-right: 8px;
        padding-left: 8px; } }
  .driven-excellence .holder-duo-img {
    position: relative; }
    @media (min-width: 768px) {
      .driven-excellence .holder-duo-img {
        margin-bottom: 10px; } }
    .driven-excellence .holder-duo-img > svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 3;
      max-width: 24px; }
      @media (min-width: 768px) {
        .driven-excellence .holder-duo-img > svg {
          max-width: 50px; } }
      @media (min-width: 992px) {
        .driven-excellence .holder-duo-img > svg {
          max-width: 75px; } }
  .driven-excellence .center-box {
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 992px) {
      .driven-excellence .center-box {
        padding: 39px 35px 26px; } }
    .driven-excellence .center-box .holder-text {
      background-color: #000;
      color: #fff;
      color: #d6d1c9;
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase;
      border: 2px solid #ffffff;
      text-align: center;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .driven-excellence .center-box .holder-text {
          font-size: 50px;
          border: 6px solid #ffffff; } }
      @media (min-width: 1200px) {
        .driven-excellence .center-box .holder-text {
          font-size: 80px;
          line-height: 106px; } }
      .driven-excellence .center-box .holder-text strong {
        color: #00a9e0; }



.custom-form-css form label{
	margin-bottom: 0;
    display: inline-block;
}

.custom-form-css .input-group-text {
    line-height: 2.1;
}

.custom-form-css .btn-primary {
    color: #fff;
    background-color: #940000;
    border-color: #940000;
}
.custom-form-css .btn-primary:hover {
    color: #fff;
    background-color: #940000;
    border-color: #940000;
}

.custom-form-css .btn {
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.list-nav-socials  img{
	max-width: none;
}
.no-banner .header
{
	padding-bottom:82px;
}
.it-matters-font
{
	font-family:'Gotham Bold', "Segoe UI", 'Calibri',"lucida sans unicode", "lucida grande",sans-serif;
	font-weight:bold;
}
.it-matters-font.red
{
	color:#dc291e;
}
.it-matters-font.blue
{
	color:#00205b;
}