/*
Theme Name: BasIP
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bas-ip
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Lato:wght@400;700&family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap");

/*! 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;
}

.hamburger {
  padding: 5px 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}

@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

article.category-comparison .compare-bas-ip-brand-section:after {
  display: none !important;
}

article.category-comparison .compare-bas-ip-brand-section .table-body {
  background: #fff;
}

.hamburger-box {
  width: 40px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  margin-top: -1px;
  top: 1px;
  -webkit-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #1F1F1F;
  border-radius: 0;
  position: absolute;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
  width: 34px;
  left: 6px;
}

.hamburger-inner::after {
  width: 26px;
  left: 14px;
  bottom: -8px;
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-active {
  overflow: hidden;
}

.is-active .hamburger .hamburger-inner, .is-active .hamburger .hamburger-inner::before, .is-active .hamburger .hamburger-inner::after {
  background-color: #D32D23;
}

.is-active .hamburger .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
  transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.is-active .hamburger .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  width: 40px;
  left: 0;
}

.is-active .hamburger .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
  width: 40px;
  left: 0;
}

.msa_block_title {
  font-weight: 800;
  font-size: 24px;
  margin-top: 16px;
}

.page-header-ft {
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 30px 0px;
}

.sa_wrapper {
  margin-top: 30px;
  border-bottom: 1px solid #C4C4C4;
}

.sa_data {
  color: #979797;
  font-size: 16px;
}

.sa_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin: 10px 0 10px 0;
}

.sa_text {
  font-size: 14px;
}

.sa_button {
  margin: 5px 0 10px 0;
}

.sa_button a {
  font-size: 14px;
  color: #D12023;
  line-height: 17px;
}

.sa_button a:hover {
  color: #8f1214;
}

.as_images_block:after {
  content: '';
  clear: both;
  display: block;
}

.as_images_block a {
  margin-right: 30px;
}

.mobile_block_sam {
  display: none;
}

.sa_table_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  width: 100%;
}

.sa_lt_b {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sa_rt_b {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.samt_title {
  font-weight: 600;
  font-size: 18px;
  background-color: #F5F5F5;
  padding: 0 15px 0 15px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.samt_fc_t {
  font-size: 16px;
  line-height: 19px;
  padding: 0 15px 0 15px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.samt_fc_t.samt_check {
  text-align: center;
}

.samt_text_a_c {
  text-align: center;
}

.samt_fc_t:nth-child(2n+1) {
  background-color: #F5F5F5;
}

.sa_lt_b .sa_m_table:nth-child(1) .samt_title, .sa_lt_b .sa_m_table:nth-child(1) .samt_fc_t {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.sa_m_table {
  width: 100%;
}

.fsb_wrapper {
  background-image: url("./images/fsbottombgimg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
  padding: 20px 20px 20px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.fsb_lb {
  font-weight: 400;
  font-size: 29px;
  line-height: 33px;
  color: #ffffff;
  width: 60%;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.fsb_rb {
  text-align: center;
  width: 40%;
}

.fsb_rb a {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff !important;
  background-color: #D12023;
  border-radius: 25px;
  padding: 10px 30px 10px 30px;
  display: inline-block;
  text-decoration: none;
}

.fsb_rb a:hover {
  color: #ffffff !important;
  background-color: #a81417 !important;
}

article .products-slider-section:after {
  background: none !important;
}

.info-columns-section .column-item.aos-init.aos-animate a {
  text-decoration: none !important;
}

@media only screen and (max-width: 991px) {
  .fullpage_articles_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .order_lb {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order_rb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .mobile_block_sam {
    display: block;
  }

  .sa_rt_b, .sa_lt_b {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sa_table_wrapper {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .sa_m_table.mobile_block_sam .samt_title, .sa_m_table.mobile_block_sam .samt_fc_t {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .fsb_wrapper {
    background-repeat: repeat;
  }

  .fsb_lb {
    width: 100%;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    margin-bottom: 11px;
  }

  .fsb_rb {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 476px) {
  .mobile_block_sam {
    display: block;
  }

  .sa_rt_b, .sa_lt_b {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sa_table_wrapper {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .sa_m_table.mobile_block_sam .samt_title, .sa_m_table.mobile_block_sam .samt_fc_t {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .samt_fc_t {
    min-height: 100px;
  }

  .samt_title {
    min-height: 100px;
  }
}

.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, dl:after, .widget:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.btn {
  display: inline-block;
  vertical-align: top;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #1F1F1F;
  background: #E5E5E5;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

img, svg {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

.text-center {
  text-align: center;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em;
}

blockquote {
  border-left: 4px solid #1F1F1F;
  padding-left: .5em;
  margin-left: 1.5em;
}

th, td {
  border: 1px solid #1F1F1F;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul, ul ol, ol ul, ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], input[type='url'], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #1F1F1F;
  padding: 0.5em 1em;
}

input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, input[type='url']:focus, textarea:focus {
  border-color: #1F1F1F;
}

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, input[type='url']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1F1F1F;
}

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, input[type='url']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #1F1F1F;
}

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, input[type='url']:-moz-placeholder, textarea:-moz-placeholder {
  color: #1F1F1F;
}

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, input[type='url']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1F1F1F;
}

input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, input[type='url'].placeholder, textarea.placeholder {
  color: #1F1F1F;
}

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, input[type='url']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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, input[type='url']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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, input[type='url']:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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, input[type='url']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input[type='text']:focus::-webkit-input-placeholder, input[type='tel']:focus::-webkit-input-placeholder, input[type='email']:focus::-webkit-input-placeholder, input[type='search']:focus::-webkit-input-placeholder, input[type='password']:focus::-webkit-input-placeholder, input[type='url']:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input[type='text']:focus::-moz-placeholder, input[type='tel']:focus::-moz-placeholder, input[type='email']:focus::-moz-placeholder, input[type='search']:focus::-moz-placeholder, input[type='password']:focus::-moz-placeholder, input[type='url']:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input[type='text']:focus:-moz-placeholder, input[type='tel']:focus:-moz-placeholder, input[type='email']:focus:-moz-placeholder, input[type='search']:focus:-moz-placeholder, input[type='password']:focus:-moz-placeholder, input[type='url']:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input[type='text']:focus:-ms-input-placeholder, input[type='tel']:focus:-ms-input-placeholder, input[type='email']:focus:-ms-input-placeholder, input[type='search']:focus:-ms-input-placeholder, input[type='password']:focus:-ms-input-placeholder, input[type='url']:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 100px;
  min-height: 100px;
}

button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.wpcf7-form {
  margin-bottom: -15px;
}

.wpcf7-form .row {
  margin-bottom: 15px;
}

.wpcf7-form label {
  position: relative;
  display: block;
}

.wpcf7-form label.is-text .label-text {
  opacity: 1;
}

.wpcf7-form .label-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #D32D23;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input[type='text'], .wpcf7-form input[type='tel'], .wpcf7-form input[type='email'], .wpcf7-form input[type='search'], .wpcf7-form input[type='password'], .wpcf7-form input[type='url'], .wpcf7-form textarea {
  border: none;
  border-bottom: 1px solid #000;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  outline: none;
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .wpcf7-form input[type='text'], .wpcf7-form input[type='tel'], .wpcf7-form input[type='email'], .wpcf7-form input[type='search'], .wpcf7-form input[type='password'], .wpcf7-form input[type='url'], .wpcf7-form textarea {
    font-size: 16px;
  }
}

.wpcf7-form .btn {
  width: 100%;
  margin-top: 15px;
}

.wpcf7-form .upload-file-block {
  font-size: 14px;
  font-weight: 400;
  color: #1F1F1F;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .wpcf7-form .upload-file-block {
    font-size: 16px;
  }
}

.wpcf7-form .upload-file-block:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-image: url("./images/icon/icon-attach.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.wpcf7-form .upload-file-block [type="file"] {
  display: none;
}

.wpcf7-form .wpcf7-checkbox {
  display: block;
}

@media (min-width: 1200px) {
  .wpcf7-form .wpcf7-checkbox {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .wpcf7-form .row-upload-file {
    margin-top: 40px;
  }
}

.wpcf7-checkbox, .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 10px 10px 0;
}

.wpcf7-checkbox label, .wpcf7-acceptance label {
  cursor: pointer;
}

.wpcf7-checkbox label .wpcf7-list-item-label, .wpcf7-acceptance label .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 600;
  color: #1F1F1F;
  line-height: 1.35;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 1200px) {
  .wpcf7-checkbox label .wpcf7-list-item-label, .wpcf7-acceptance label .wpcf7-list-item-label {
    font-size: 16px;
  }
}

.wpcf7-checkbox label .wpcf7-list-item-label:before, .wpcf7-acceptance label .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #424242;
  border-right: 3px solid #424242;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .wpcf7-checkbox label .wpcf7-list-item-label:before, .wpcf7-acceptance label .wpcf7-list-item-label:before {
    top: 4px;
  }
}

.wpcf7-checkbox label .wpcf7-list-item-label:after, .wpcf7-acceptance label .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(31, 31, 31, 0.7);
}

@media (min-width: 1200px) {
  .wpcf7-checkbox label .wpcf7-list-item-label:after, .wpcf7-acceptance label .wpcf7-list-item-label:after {
    top: 2px;
  }
}

.wpcf7-checkbox [type="checkbox"], .wpcf7-acceptance [type="checkbox"] {
  display: none;
}

.wpcf7-checkbox [type="checkbox"]:checked+.wpcf7-list-item-label:before, .wpcf7-acceptance [type="checkbox"]:checked+.wpcf7-list-item-label:before {
  opacity: 1;
}

.wpcf7-acceptance {
  font-size: 14px;
}

.wpcf7-acceptance a {
  color: #D32D23;
}

.wpcf7-acceptance label {
  cursor: pointer;
}

.wpcf7-acceptance label .wpcf7-list-item-label:before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 10;
}

.wpcf7-acceptance label .wpcf7-list-item-label:after {
  border-radius: 4px;
}

.wpcf7-acceptance [type="checkbox"] {
  display: none;
}

.wpcf7-acceptance [type="checkbox"]:checked+.wpcf7-list-item-label:after {
  background: #D32D23;
  border: 1px solid #D32D23;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

@media (min-width: 768px) {
  html, body {
    height: 100%;
  }

  .page-holder {
    min-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;
    overflow-x: hidden;
  }
}

.flag-container ul.country-list {
  z-index: 999 !important;
  max-width: 430px !important;
}

.country-select ul.country-list {
  z-index: 999 !important;
}

.widget {
  margin-bottom: 1.5em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.commentlist {
  margin: 0 0 1.5em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.5em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment, .commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item, .commentlist-item+.commentlist-item {
  padding-top: 1.5em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation, .navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .navigation, .navigation-comments {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .navigation, .navigation-comments {
    margin-bottom: 100px;
  }
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .nav-links, .navigation-comments .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.navigation .page-numbers, .navigation-comments .page-numbers {
  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 currentColor;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #9F9F9F;
  text-decoration: none;
  margin: 0 10px;
}

.navigation span.page-numbers, .navigation-comments span.page-numbers {
  color: #D32D23;
}

.navigation a.page-numbers:hover, .navigation-comments a.page-numbers:hover {
  color: #D32D23;
}

.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}

.navigation .next:hover, .navigation .prev:hover, .navigation-comments .next:hover, .navigation-comments .prev:hover {
  color: #D32D23;
}

.navigation .next:after, .navigation .prev:after, .navigation-comments .next:after, .navigation-comments .prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.navigation .prev:after, .navigation-comments .prev:after {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
  transform: translate(-25%, -50%) rotate(-135deg);
}

.navigation-single {
  margin-bottom: 1.5em;
}

.navigation-single .next, .navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #1F1F1F;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next:hover, .navigation-single .prev:hover {
  opacity: 0.8;
}

.navigation-single .next a, .navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}

@media (max-width: 767px) {
  .navigation-single .next a, .navigation-single .prev a {
    padding: .2em;
  }
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #1F1F1F;
  padding: .4em;
  margin-bottom: 1.5em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.5em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.5em;
}

.mejs-container {
  margin-bottom: 1.5em;
}

.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
  height: auto;
}

iframe {
  max-width: 100%;
}

.navigation-single .next, .navigation-single .prev, .page-numbers, .title {
  word-break: break-word;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td, #wp-calendar th {
  border: 1px solid #1F1F1F;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0 0 0.7em;
  line-height: 1.2;
  color: #1F1F1F;
}

h1, .h1 {
  font-size: 26px;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 18px;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 16px;
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 21px;
  }
}

h5, .h5 {
  font-size: 15px;
}

@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 17px;
  }
}

h6, .h6 {
  font-size: 14px;
}

@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 15px;
  }
}

p {
  margin: 0 0 1em;
}

a {
  color: #D32D23;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:focus {
  text-decoration: none;
}

.main ul {
  list-style-type: square;
  list-style-position: inside;
  padding: 0;
  margin: 20px 0;
}

.main ul li::marker {
  color: #D32D23;
  font-size: 1.2em;
}

.main ol {
  list-style-position: inside;
  padding: 0;
  margin: 20px 0;
}

.main ol li::marker {
  color: #D32D23;
}

.wp-block-image {
  margin: 20px 0;
}

@media (min-width: 1200px) {
  .wp-block-image {
    margin: 20px 0 40px;
  }
}

.wp-block-quote {
  padding: 20px 40px 20px 20px;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  border: 2px solid #868686;
  border-radius: 5px;
  margin: 20px 0;
  color: #4C5356;
}

@media (min-width: 1200px) {
  .wp-block-quote {
    padding: 30px 70px 32px 40px;
    font-size: 20px;
    margin: 40px 0;
  }
}

.wp-block-quote p:last-child {
  margin: 0;
}

.wp-block-quote p:before, .wp-block-quote p:after {
  content: '"';
}

.similar-post-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .similar-post-section {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .similar-post-section {
    margin-bottom: 100px;
  }
}

.similar-post-section .title-section {
  margin-bottom: 20px;
}

.similar-post-section .text-section {
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .similar-post-section .text-section {
    max-width: 50%;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .similar-post-section .text-section {
    max-width: 570px;
  }
}

.slider-similar-post {
  position: relative;
  padding-bottom: 60px;
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .slider-similar-post {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .slider-similar-post {
    margin: 0 -15px;
  }
}

.slider-similar-post .slick-arrow {
  position: absolute;
  bottom: 0;
  background: transparent;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media (min-width: 768px) {
  .slider-similar-post .slick-arrow {
    top: auto;
    bottom: calc(100% + 20px);
  }
}

@media (min-width: 1200px) {
  .slider-similar-post .slick-arrow {
    bottom: calc(100% + 40px);
  }
}

.slider-similar-post .slick-arrow:hover span {
  color: #D32D23;
}

.slider-similar-post .slick-arrow:hover path {
  fill: #D32D23;
}

.slider-similar-post .slick-arrow.slick-disabled {
  opacity: 0.6;
}

.slider-similar-post .slick-arrow.slick-prev {
  left: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .slider-similar-post .slick-arrow.slick-prev {
    left: auto;
    right: 110px;
  }
}

@media (min-width: 1200px) {
  .slider-similar-post .slick-arrow.slick-prev {
    right: 115px;
  }
}

@media (min-width: 1600px) {
  .slider-similar-post .slick-arrow.slick-prev {
    right: 173px;
  }
}

.slider-similar-post .slick-arrow.slick-next {
  right: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .slider-similar-post .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (min-width: 1200px) {
  .slider-similar-post .slick-arrow.slick-next {
    right: 15px;
  }
}

.slider-similar-post .slick-arrow span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
  color: #595959;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-similar-post .slick-arrow path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-similar-post .slick-list {
  overflow: visible;
}

.slider-similar-post .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .products-slider .slick-track {
  margin-left: 0px !important;
  margin-right: unset !important;
}

.slider-similar-post .slick-slide {
  height: auto;
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .slider-similar-post .slick-slide {
    padding: 0 15px;
  }
}

.slider-similar-post-box {
  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;
}

.slider-similar-post-box .image-holder {
  font-size: 0;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  position: relative;
}

.slider-similar-post-box .image-holder:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slider-similar-post-box .image-holder img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider-similar-post-box .text-holder {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #747474;
}

.slider-similar-post-box .text-holder .header-block {
  font-size: 12px;
  color: #1F1F1F;
  letter-spacing: 0.01em;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.slider-similar-post-box .text-holder .time-block {
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-similar-post-box .text-holder .time-block:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 14px;
  background: currentColor;
  margin: 0 10px;
}

.slider-similar-post-box .text-holder .time-block .icon-block {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.slider-similar-post-box .text-holder .title-block {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .slider-similar-post-box .text-holder .title-block {
    font-size: 20px;
  }
}

.slider-similar-post-box .text-holder .title-block a {
  color: #D32D23;
  text-decoration: none;
}

.slider-similar-post-box .text-holder .text-block {
  color: #1F1F1F;
  font-size: 14px;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.56;
}

.slider-similar-post-box .text-holder .text-block p:last-child {
  margin-bottom: 0;
}

.slider-similar-post-box .link-holder {
  text-align: right;
}

.slider-similar-post-box .link-block {
  color: #D32D23;
  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.single-post .single-content, .single-news .single-content {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .single-post .single-content, .single-news .single-content {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .single-post .single-content, .single-news .single-content {
    margin-bottom: 100px;
    padding-right: 150px;
  }
}

.wp-block-columns {
  margin: 20px 0;
  gap: 0 !important;
  display: block !important;
}

@media (min-width: 768px) {
  .wp-block-columns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .wp-block-columns {
    margin: 40px 0;
  }
}

.wp-block-columns .wp-block-image {
  margin: 0 0 20px;
}

.wp-block-columns .wp-block-image:only-child {
  margin: 0;
}

.wp-block-columns .wp-block-image img, .wp-block-columns .wp-block-image svg {
  width: 100%;
  height: auto;
}

.wp-block-columns .wp-block-column {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column>*:not(.wp-block-image) {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .wp-block-columns .wp-block-column>*:not(.wp-block-image) {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column:first-child>*:not(.wp-block-image) {
    padding: 0 15px 0 0;
  }
}

@media (min-width: 1200px) {
  .wp-block-columns .wp-block-column:first-child>*:not(.wp-block-image) {
    padding: 0 30px 0 0;
  }
}

.single-hero-section {
  position: relative;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 40px;
  color: #fff;
  padding: 20px 0;
  min-height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .single-hero-section {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  .single-hero-section {
    margin-bottom: 100px;
    padding: 100px 0;
    min-height: 500px;
  }
}

.single-hero-section:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.33);
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.single-hero-section.no-img {
  min-height: 0;
  padding: 0;
  color: #1F1F1F;
  margin-bottom: 40px;
}

.single-hero-section.no-img:after {
  display: none;
}

.single-hero-section.no-img .page-title, .single-hero-section.no-img .reading-block {
  color: #1F1F1F;
}

.single-hero-section .container {
  position: relative;
  z-index: 10;
}

.single-hero-section .reading-block {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #F5F5F5;
}

.single-hero-section .reading-block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./images/icon/icon-timer.png");
}

.single-hero-section .time-block {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.single-hero-section .page-title {
  color: #fff;
}

@media (min-width: 768px) {
  .single-hero-section .page-title {
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .single-hero-section .page-title {
    max-width: 670px;
  }
}

.blog .archive-navigation, .post-type-archive-project .archive-navigation {
  margin: 0 0 20px;
  list-style-type: none;
  padding: 0;
}

@media (min-width: 480px) {
  .blog .archive-navigation, .post-type-archive-project .archive-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .blog .archive-navigation, .post-type-archive-project .archive-navigation {
    margin: 0 0 40px;
  }
}

@media (min-width: 1200px) {
  .blog .archive-navigation, .post-type-archive-project .archive-navigation {
    margin: 0 0 60px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.blog .archive-navigation li, .post-type-archive-project .archive-navigation li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 0 8px;
  border-bottom: 1px solid #A39D9D;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .blog .archive-navigation li, .post-type-archive-project .archive-navigation li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media (min-width: 768px) {
  .blog .archive-navigation li, .post-type-archive-project .archive-navigation li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    border-bottom-width: 2px;
  }
}

@media (min-width: 1200px) {
  .blog .archive-navigation li, .post-type-archive-project .archive-navigation li {
    margin-bottom: 0;
    border-bottom-width: 3px;
  }
}

.blog .archive-navigation li.active a, .post-type-archive-project .archive-navigation li.active a {
  color: #D32D23;
}

.blog .archive-navigation li.active a:after, .post-type-archive-project .archive-navigation li.active a:after {
  opacity: 1;
}

.blog .archive-navigation a, .post-type-archive-project .archive-navigation a {
  color: #1F1F1F;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 0 10px 0 0;
}

.blog .archive-navigation a:hover, .post-type-archive-project .archive-navigation a:hover {
  color: #D32D23;
}

.blog .archive-navigation a:hover:after, .post-type-archive-project .archive-navigation a:hover:after {
  opacity: 1;
}

.blog .archive-navigation a:after, .post-type-archive-project .archive-navigation a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background: #D32D23;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .blog .archive-navigation a:after, .post-type-archive-project .archive-navigation a:after {
    height: 4px;
    bottom: -4px;
  }
}

.blog .archive-navigation a.active, .post-type-archive-project .archive-navigation a.active {
  color: #D32D23;
}

.blog .archive-navigation a.active:after, .post-type-archive-project .archive-navigation a.active:after {
  opacity: 1;
}

.post-type-archive-project .archive-navigation li {
  max-width: 20%;
}

.post-type-archive-project .archive-navigation li a {
  padding: 0 20px;
}

.blog-text {
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  max-width: 400px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .blog-text {
    margin-bottom: 30px;
  }
}

.posts-wrapper {
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .posts-wrapper {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .posts-wrapper {
    margin-bottom: 100px;
  }
}

.posts-wrapper.loading {
  opacity: 0.3;
}

@media (min-width: 768px) {
  .post-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

.post-holder .post-item {
  width: 100%;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .post-holder .post-item {
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 60px;
  }
}

@media (min-width: 1200px) {
  .post-holder .post-item {
    margin: 0 0 100px;
  }
}

.post-holder .image-holder {
  padding-top: 84%;
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.post-holder .image-holder:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-holder .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-holder .text-holder p:last-child {
  margin: 0;
}

.post-holder time {
  font-weight: 600;
  font-size: 14px;
  color: #878686;
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 768px) {
  .post-holder time {
    font-size: 16px;
  }
}

.post-holder .title-block {
  font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .post-holder .title-block {
    margin-bottom: 20px;
  }
}

.post-holder .title-block a {
  color: #2D2D2D;
  text-decoration: none;
}

.post-holder .title-block a:hover {
  color: #D32D23;
}

.archive-navigation-text-block {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .archive-navigation-text-block {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .archive-navigation-text-block {
    max-width: 50%;
  }
}

.archive-navigation-text-block .archive-navigation-text {
  display: none;
}

.archive-navigation-text-block .archive-navigation-text.active {
  display: block;
}

@media (min-width: 768px) {
  .project-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

.project-holder .project-item {
  width: 100%;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .project-holder .project-item {
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 60px;
  }
}

.project-holder .image-holder {
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .project-holder .image-holder {
    height: 400px;
  }
}

.project-holder .image-holder .image-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  overflow: hidden;
}

.project-holder .image-holder .image-block:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.project-holder .image-holder .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.project-holder .image-holder .number-block {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 200px;
  height: 115px;
  background: rgba(74, 71, 71, 0.33);
  border-radius: 0 0 0 5px;
  font-size: 40px;
  color: #fff;
  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;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  .project-holder .image-holder .number-block {
    font-size: 54px;
  }
}

.project-holder .image-holder .number-block span {
  font-size: 12px;
  text-transform: uppercase;
}

.project-holder .image-holder .image-text {
  background: rgba(74, 71, 71, 0.33);
  padding: 15px 20px 12px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .project-holder .image-holder .image-text {
    font-size: 22px;
  }
}

.project-holder .text-holder h2 span {
  font-size: 0.6em;
}

.project-holder .text-holder a {
  text-decoration: none;
  color: #1F1F1F;
}

.project-holder .text-holder a:hover {
  color: #D32D23;
}

.single-where-to-buy .page-title {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .single-where-to-buy .page-title {
    margin-bottom: 60px;
  }
}

.buy-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .buy-section {
    margin: 0 -15px;
  }
}

.buy-section .buy-bock {
  width: 100%;
  margin-bottom: 40px;
  max-width: 50%;
}

@media (min-width: 480px) {
  .buy-section .buy-bock {
    max-width: 33.33%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .buy-section .buy-bock {
    max-width: 25%;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .buy-section .buy-bock {
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .buy-section .buy-bock {
    max-width: 14.28%;
  }
}

.buy-section .title-section {
  margin-bottom: 20px;
}

.buy-section .buy-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.buy-section .buy-list a {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .buy-section .buy-list a {
    font-size: 16px;
  }
}

.buy-section .buy-list a:hover {
  color: #D32D23;
}

.where-to-buy-item {
  margin-bottom: 20px;
  border-radius: 15px;
  background: #F9F9F9;
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
  padding: 20px 25px 30px;
}

@media (min-width: 768px) {
  .where-to-buy-item {
    padding: 30px 30px 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}

.where-to-buy-item .image-block {
  width: 100%;
  max-width: 140px;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .where-to-buy-item .image-block {
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .where-to-buy-item .image-block {
    margin: 0 60px 0 0;
  }
}

.where-to-buy-item .text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .where-to-buy-item .text-block {
    margin: 0 20px 0 0;
  }
}

.where-to-buy-item .text-block h2 {
  margin-bottom: 20px;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1F1F1F;
}

@media (min-width: 1200px) {
  .where-to-buy-item .text-block h2 {
    margin-bottom: 40px;
  }
}

.where-to-buy-item .text-block i {
  color: #D32D23;
  margin-right: 14px;
  font-size: 15px;
}

.where-to-buy-item .text-block a {
  color: #1F1F1F;
  text-decoration: none;
  line-height: 1.3;
  font-size: 16px;
}

.where-to-buy-item .text-block a:hover {
  color: #D32D23;
}

.where-to-buy-item .address-block {
  width: 100%;
  max-width: 260px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  color: #1F1F1F;
}

.where-to-buy-item .address-block li {
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
}

.where-to-buy-item .address-block li:last-child {
  margin-bottom: 0;
}

.where-to-buy-item .address-block i {
  color: #D32D23;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 15px;
}

.where-to-buy-item .address-block a {
  color: inherit;
  text-decoration: none;
}

.where-to-buy-item .address-block a:hover {
  color: #D32D23;
}

.buy-select-block {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .buy-select-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px 60px;
  }
}

@media (min-width: 1200px) {
  .buy-select-block {
    margin: 0 -60px 100px;
  }
}

.buy-select-block .buy-select-item {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .buy-select-block .buy-select-item {
    max-width: 50%;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .buy-select-block .buy-select-item {
    padding: 0 60px;
  }
}

.buy-select-box {
  padding: 40px 180px 35px 40px;
  background: #F9F9F9;
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  text-align: left;
  display: block;
  width: 100%;
}

.buy-select-box:hover, .buy-select-box.active {
  background: #D32D23;
  color: #fff;
}

.buy-select-box:hover .h3, .buy-select-box:hover span, .buy-select-box.active .h3, .buy-select-box.active span {
  color: #fff;
}

.buy-select-box:hover .icon-user, .buy-select-box.active .icon-user {
  background-image: url("./images/icon-user-white.png");
}

.buy-select-box:hover .icon-professional, .buy-select-box.active .icon-professional {
  background-image: url("./images/icon-professional-white.png");
}

.buy-select-box .h3 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #1F1F1F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.buy-select-box span {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy-select-box .icon-block {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.buy-select-box .icon-user {
  background-image: url("./images/icon-user.png");
}

.buy-select-box .icon-professional {
  background-image: url("./images/icon-professional.png");
}

.buy-select-slide {
  padding: 40px 180px 35px 40px;
  background: #F9F9F9;
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 15px 15px;
  margin-top: -15px;
}

.buy-select-slide ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.buy-select-slide ul li {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .buy-select-slide ul li {
    margin-bottom: 40px;
  }
}

.buy-select-slide ul [type="checkbox"] {
  display: none;
}

.buy-select-slide ul [type="checkbox"]:checked+label:before {
  border-color: #D32D23;
}

.buy-select-slide ul [type="checkbox"]:checked+label:after {
  opacity: 1;
}

.buy-select-slide ul label {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
}

.buy-select-slide ul label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #878585;
  border-radius: 1px;
  position: absolute;
  top: 1px;
  left: 0;
}

.buy-select-slide ul label:after {
  content: '';
  width: 7px;
  height: 13px;
  border-bottom: 2px solid #D32D23;
  border-right: 2px solid #D32D23;
  position: absolute;
  top: 3px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy-select-slide ul .h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #1F1F1F;
  text-transform: uppercase;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
}

.buy-select-slide ul span {
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.single-project h1 {
  margin-bottom: 20px;
  max-width: 470px;
}

.single-project .info-project {
  margin-bottom: 40px;
  color: #D32D23;
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .single-project .info-project {
    margin-bottom: 60px;
  }
}

.single-project .location-project {
  font-weight: 700;
}

.single-project .image-project {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .single-project .image-project {
    margin-bottom: 60px;
  }
}

.single-project .image-project img {
  width: 100%;
}

.video-banner-section-wrapper+.wp-block-group.bg-white {
  margin-top: -40px;
}

@media (min-width: 768px) {
  .video-banner-section-wrapper+.wp-block-group.bg-white {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .video-banner-section-wrapper+.wp-block-group.bg-white {
    margin-top: -100px;
  }
}

.wp-block-group {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .wp-block-group {
    padding-right: 20%;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .wp-block-group {
    padding-right: 30%;
    margin-bottom: 100px;
  }
}

.wp-block-group.bg-white {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .wp-block-group.bg-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .wp-block-group.bg-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.wp-block-group.bg-white:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

.single-hero-support-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .single-hero-support-section {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .single-hero-support-section {
    margin-bottom: 100px;
  }
}

.single-hero-support-section .image-holder {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .single-hero-support-section .image-holder {
    text-align: left;
    max-width: 45%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .single-hero-support-section .image-holder {
    max-width: 500px;
    padding-right: 50px;
  }
}

.single-hero-support-section .text-holder {
  width: 100%;
}

@media (min-width: 768px) {
  .single-hero-support-section .text-holder {
    max-width: 55%;
  }
}

@media (min-width: 1200px) {
  .single-hero-support-section .text-holder {
    max-width: calc(100% - 500px);
  }
}

.single-hero-support-section .text-holder .title-section {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .single-hero-support-section .text-holder .title-section {
    margin-bottom: 40px;
  }
}

.single-hero-support-section .text-holder .text-section {
  max-width: 400px;
}

.page-template-template-home.is-active .header {
  background: #fff;
}

@media (min-width: 1200px) {
  .page-template-template-home.is-active .header {
    background: transparent;
  }
}

.page-template-template-home.is-active .header .icon-block {
  color: #1F1F1F;
}

.page-template-template-home.is-active .custom-logo-link path[fill="#434242"] {
  fill: #434242;
}

.page-template-template-home.is-active .custom-logo-link path[fill="#373435"] {
  fill: #373435;
}

.page-template-template-home .hamburger-inner, .page-template-template-home .hamburger-inner::before, .page-template-template-home .hamburger-inner::after {
  background-color: #fff;
}

.page-template-template-home .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.page-template-template-home .header .icon-block {
  color: #fff;
}

.page-template-template-home .custom-logo-link path[fill="#434242"], .page-template-template-home .custom-logo-link path[fill="#373435"] {
  fill: #fff;
}

@media (min-width: 1200px) {
  .page-template-template-home .header-top {
    border-bottom-color: #fff;
  }
}

@media (min-width: 1200px) {
  .page-template-template-home .header-top .header-label {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .page-template-template-home .header-top .top-nav a, .page-template-template-home .header-top .top-nav li {
    color: #fff;
  }
}

.page-template-template-home .header-top .language-opener {
  color: #fff;
}

@media (min-width: 1200px) {
  .page-template-template-home .primary-navigation a {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .page-template-template-home .primary-navigation .opener-menu {
    color: #fff;
  }
}

.header .icon-block {
  width: 22px;
  height: 22px;
  color: #1F1F1F;
  display: block;
}

.header .icon-block:hover {
  color: #D32D23;
}

.header .icon-block svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-top {
  padding: 36px 0 18px;
  border-bottom: 1px solid #1F1F1F;
  display: none;
}

@media (min-width: 1200px) {
  .header-top {
    display: block;
    position: relative;
    z-index: 100;
  }
}

.header-top .container {
  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;
}

.header-top .header-label {
  font-size: 12px;
}

.header-top .language-opener {
  color: #8D8D8D;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
}

.header-top .language-opener:hover {
  color: #D32D23;
}

.header-top .language-opener:after {
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-40%) rotate(45deg);
  transform: translateY(-40%) rotate(45deg);
  margin-left: 10px;
  display: block;
}

.header-top .language-opener .icon-block {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: -2px;
  color: currentColor;
}

.header-top .language-opener .icon-block svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-top .top-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  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;
}

.header-top .top-nav li {
  margin: 0 20px;
  position: relative;
}

@media (min-width: 1200px) {
  .header-top .top-nav li {
    color: #8D8D8D;
  }
}

.header-top .top-nav li.menu-item-has-children {
  position: relative;
}

@media (min-width: 1200px) {
  .header-top .top-nav li.menu-item-has-children:hover>.opener-menu:after {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    top: 65%;
  }
}

@media (min-width: 1200px) {
  .header-top .top-nav li.menu-item-has-children:hover .drop-holder {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .top-nav .drop-slide.drop-holder ul li a {
    color: #fff;
  }
}

.top-nav .drop-slide.drop-holder ul li a:hover {
  color: #D32D23;
}

.header-top .top-nav .opener-menu {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .header-top .top-nav .opener-menu {
    margin-left: 5px;
  }
}

.header-top .top-nav .opener-menu:after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .header-top .top-nav .opener-menu:after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}

.header-top .top-nav a {
  color: #1F1F1F;
  font-size: 15px;
  text-decoration: none;
}

.header-top .top-nav a:hover {
  color: #D32D23;
}

.header-top .top-nav ul li a:visited,
.header-top .top-nav ul li.menu-item.menu-item-type-post_type a:visited {
  color: #fff;
}

@media (min-width: 1200px) {
  .header-top .top-nav .drop-holder {
    position: absolute;
    min-width: 200px;
    top: 100%;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
  }
}

.header-top .top-nav .drop-holder ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (min-width: 1200px) {
  .header-top .top-nav .drop-holder ul {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 10px 15px;
  }
}

.header-top .top-nav .drop-holder ul li {
  margin: 0 0 5px;
}

.header-top .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .icons-list>* {
  margin: 0 20px;
}

.header-bottom {
  padding: 25px 0 20px;
}

@media (min-width: 1200px) {
  .header-bottom {
    padding: 22px 0 52px;
    position: relative;
    z-index: 10;
  }
}

.header-bottom .container {
  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;
}

@media (min-width: 1200px) {
  .header-bottom .menu-block {
    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;
  }
}

.header-bottom .logo {
  width: 100%;
  max-width: 95px;
}

@media (min-width: 1200px) {
  .header-bottom .logo {
    max-width: 180px;
  }
}

.header-bottom .logo a {
  display: block;
  font-size: 0;
}

.header-bottom .btn {
  min-width: 200px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .header-bottom .btn {
    margin-bottom: 0;
  }
}

.header-bottom .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -12px;
}

@media (min-width: 1200px) {
  .header-bottom .icons-list {
    display: none;
  }
}

.header-bottom .icons-list>* {
  margin: 0 12px;
}

.header-bottom .search-form {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .header-bottom .search-form {
    display: none;
  }
}

.header-bottom .search-form input {
  border: 1px solid #3F3F3F;
  border-radius: 5px 0 0 5px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1;
  width: calc(100% - 40px);
}

.header-bottom .search-form button {
  width: 40px;
  height: 42px;
  background: #D32D23;
  position: relative;
  color: #fff;
  border-radius: 0 5px 5px 0;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-bottom .search-form button:hover {
  background: #911f18;
}

.header-bottom .search-form button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}

.header-bottom .header-label {
  font-size: 13px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .header-bottom .header-label {
    display: none;
  }
}

.header-bottom .top-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px;
}

@media (min-width: 1200px) {
  .header-bottom .top-nav {
    display: none;
  }
}

.header-bottom .top-nav li {
  padding: 0 0 12px;
}

@media (min-width: 1200px) {
  .header-bottom .top-nav li {
    padding: 0 15px;
    color: #1F1F1F;
  }
}

.header-bottom .top-nav li:last-child {
  padding-bottom: 0;
}

.header-bottom .top-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #1F1F1F;
  text-decoration: none;
  text-transform: uppercase;
}

.header-bottom .top-nav a:hover {
  color: #D32D23;
}

.header-bottom .top-nav .opener-menu {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .header-bottom .top-nav .opener-menu {
    margin-left: 5px;
  }
}

.header-bottom .top-nav .opener-menu:after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .header-bottom .top-nav .opener-menu:after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}

.header-bottom .top-nav .drop-holder ul {
  padding: 12px 0 0 15px;
  margin: 0;
  list-style-type: none;
}

.header-bottom .top-nav .drop-holder ul li {
  margin: 0;
}

.menu-holder {
  position: fixed;
  z-index: 1000;
  top: 74px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .menu-holder {
    position: static;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
  }
}

.is-active .menu-holder {
  opacity: 1;
  visibility: visible;
}

.menu-holder .menu-block {
  height: 100%;
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .menu-holder .menu-block {
    height: auto;
    overflow-y: visible;
  }
}

.primary-navigation {
  list-style-type: none;
  margin: 0 0 12px;
  padding: 0;
}

@media (min-width: 1200px) {
  .primary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
  }
}

@media (min-width: 1600px) {
  .primary-navigation {
    margin: 0 45px;
  }
}

.primary-navigation li {
  padding: 0 0 12px;
}

@media (min-width: 1200px) {
  .primary-navigation li {
    padding: 0 15px;
  }
}

.primary-navigation li:last-child {
  padding-bottom: 0;
}

.primary-navigation li.menu-item-has-children {
  position: relative;
}

@media (min-width: 1200px) {
  .primary-navigation li.menu-item-has-children:hover>.opener-menu:after {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    top: 65%;
  }
}

@media (min-width: 1200px) {
  .primary-navigation li.menu-item-has-children:hover .drop-holder {
    opacity: 1;
    visibility: visible;
  }
}

.primary-navigation li.menu-active>.opener-menu:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 60%;
}

.primary-navigation a {
  font-size: 14px;
  font-weight: 700;
  color: #1F1F1F;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-navigation a:hover {
  color: #D32D23;
}

.primary-navigation ul {
  padding: 12px 0 0 15px;
  margin: 0;
  list-style-type: none;
}

@media (min-width: 1200px) {
  .primary-navigation ul {
    padding: 15px 0 0;
  }
}

@media (min-width: 1200px) {
  .primary-navigation ul li {
    margin-bottom: 5px;
  }
}

.primary-navigation .opener-menu {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .primary-navigation .opener-menu {
    margin-left: 5px;
  }
}

.primary-navigation .opener-menu:after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .primary-navigation .opener-menu:after {
    width: 8px;
    height: 8px;
    top: 45%;
  }
}

@media (min-width: 1200px) {
  .primary-navigation .drop-holder {
    position: absolute;
    min-width: 150px;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.search-block-form {
  background: transparent;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 20px;
}

.search-block-form .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.search-block-form .search-form input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0 20px;
  color: #fff;
  outline: none;
}

.search-block-form .search-form input::-webkit-input-placeholder {
  color: #fff;
}

.search-block-form .search-form input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search-block-form .search-form input:-moz-placeholder {
  color: #fff;
}

.search-block-form .search-form input:-ms-input-placeholder {
  color: #fff;
}

.search-block-form .search-form input.placeholder {
  color: #fff;
}

.search-block-form .search-form button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  position: relative;
  margin-right: 10px;
}

.search-block-form .search-form button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.language-holder {
  background: transparent;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
}

.language-holder ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.language-holder ul li {
  margin: 0 10px 20px;
}

@media (min-width: 1200px) {
  .language-holder ul li {
    margin: 0 20px 40px;
  }
}

.language-holder ul a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
}

@media (min-width: 1200px) {
  .language-holder ul a {
    font-size: 30px;
  }
}

.language-holder ul a:hover {
  color: #D32D23;
}

.language-block-small {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .language-block-small {
    display: none;
  }
}

.language-block-small .language-opener {
  color: #D32D23;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid currentColor;
}

.language-block-small .language-opener:after {
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-40%) rotate(45deg);
  transform: translateY(-40%) rotate(45deg);
  margin-left: 10px;
  display: block;
}

.language-block-small .language-holder-small {
  padding: 20px 0;
}

.language-block-small .language-holder-small ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.language-block-small .language-holder-small ul li {
  margin: 0 10px 20px;
}

.language-block-small .language-holder-small ul a {
  color: #8D8D8D;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
}

.language-block-small .language-holder-small ul a:hover {
  color: #D32D23;
}

.footer {
  background: #424242;
  color: #fff;
  line-height: 1.2;
}

.footer-top {
  position: relative;
  padding: 40px 0;
}

.footer-top .go-top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #D32D23;
  color: #fff;
  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;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  .footer-top .go-top {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}

.footer-top .go-top:hover:before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.footer-top .go-top:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background: #911f18;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-top .go-top span, .footer-top .go-top i {
  position: relative;
  z-index: 10;
}

.footer-top .go-top i {
  margin-bottom: 10px;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .footer-top .go-top i {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-top .col {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer-top .col {
    max-width: 28%;
    margin-bottom: 0;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-top .footer-logo {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer-top .footer-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.footer-top .footer-logo a {
  font-size: 0;
  max-width: 140px;
  display: inline-block;
  vertical-align: middle;
}

.footer-top .contact-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .footer-top .contact-list {
    margin: 0 0 40px;
  }
}

.footer-top .contact-list li {
  margin-bottom: 5px;
}

.footer-top .contact-list li:last-child {
  margin-bottom: 0;
}

.footer-top .contact-list a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-top .contact-list a:hover {
  color: #D32D23;
}

.footer-top .contact-list a i {
  margin-right: 10px;
  color: #D32D23;
}

.footer-top .social-link {
  list-style-type: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top .social-link li {
  margin: 0 15px;
}

.footer-top .social-link a {
  font-size: 20px;
  color: #fff;
}

.footer-top .social-link a:hover {
  color: #D32D23;
}

.footer-top .footer-sidebar {
  margin: 0 0 -30px;
  width: 100%;
}

@media (min-width: 480px) {
  .footer-top .footer-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -30px;
  }
}

@media (min-width: 1200px) {
  .footer-top .footer-sidebar {
    max-width: 70%;
  }
}

.footer-top .widget {
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 480px) {
  .footer-top .widget {
    max-width: 50%;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .footer-top .widget {
    max-width: 33.333%;
  }
}

@media (min-width: 1200px) {
  .footer-top .widget {
    max-width: 25%;
  }
}

.footer-top strong {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 1200px) {
  .footer-top strong {
    font-size: 18px;
    font-weight: 600;
  }
}

.footer-top .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-top .menu li {
  margin-bottom: 5px;
}

.footer-top .menu li:last-child {
  margin-bottom: 0;
}

.footer-top .menu a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-top .menu a:hover {
  color: #D32D23;
}

.footer-bottom {
  padding: 15px 0;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #C4C4C4;
}

@media (min-width: 768px) {
  .footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .footer-bottom .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.footer-bottom .footer-region, .footer-bottom .footer-warranty {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer-bottom .footer-region, .footer-bottom .footer-warranty {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .footer-bottom .footer-region, .footer-bottom .footer-warranty {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
    margin-bottom: 0;
  }
}

.footer-bottom .footer-warranty {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer-bottom .copyright {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .footer-bottom .copyright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 30%;
  }
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-title {
  margin: 0 0 5px;
  font-size: 26px;
  font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1F1F1F;
}

@media (min-width: 768px) {
  .page-title {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .page-title {
    font-size: 38px;
  }
}

.archive .page-title {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .archive .page-title {
    margin-bottom: 40px;
  }
}

.post-type-archive-where-to-buy .page-title {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .post-type-archive-where-to-buy .page-title {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .post-type-archive-where-to-buy .page-title {
    margin-bottom: 100px;
  }
}

.title-section, .static-title {
  color: #1F1F1F;
  font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.static-title {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .static-title {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .static-title {
    margin-bottom: 100px;
  }
}

.text-section {
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .text-section {
    font-size: 16px;
  }
}

.text-section p:last-child {
  margin-bottom: 0;
}

.d-none {
  display: none !important;
}

.text-red {
  color: #D32D23;
}

.page-template-template-home .link-back, .page-template-template-home .breadcrumbs-block {
  display: none;
}

.link-back {
  display: block;
  width: 64px;
  height: 34px;
  background: #D32D23;
  position: relative;
  font-size: 0;
  margin-bottom: 14px;
}

@media (min-width: 1200px) {
  .link-back {
    margin-bottom: 22px;
  }
}

.link-back:hover:before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.link-back:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background: #911f18;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-back svg {
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.breadcrumbs-block {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  color: #1F1F1F;
}

.breadcrumbs-block>span:first-child a {
  text-transform: uppercase;
}

.breadcrumbs-block a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs-block a:hover {
  color: #D32D23;
}

.fancybox-bg {
  background: #181818;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.88;
}

.fancybox-slide--html .fancybox-close-small {
  position: fixed;
  z-index: 100;
  top: 20px;
  right: 20px;
  padding: 0;
  color: #fff;
}

.tag-list {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-list li {
  list-style-type: none;
  padding: 0 5px;
  margin-bottom: 14px;
}

.tag-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px 6px;
  background: rgba(130, 129, 129, 0.15);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #828181;
  line-height: 1.2;
  border-radius: 14px;
}

.tag-list a:hover {
  background: rgba(211, 45, 35, 0.15);
  color: #D32D23;
}

.tag-list a:hover .icon-block img {
  -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.tag-list a .icon-block {
  width: 14px;
  height: 14px;
  display: block;
  margin: -2px 5px 0 0;
}

.tag-list a .icon-block.icon-all {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("./images/icon/icon-all.png");
}

.tag-list a .icon-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.error404 #content {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .error404 #content {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .error404 #content {
    margin-bottom: 100px;
  }
}

.error404-content .search-form {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error404-content .search-form input {
  border: 1px solid #3F3F3F;
  border-radius: 5px 0 0 5px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1;
  width: calc(100% - 40px);
}

@media (min-width: 1200px) {
  .error404-content .search-form input {
    font-size: 18px;
  }
}

.error404-content .search-form button {
  width: 40px;
  height: 42px;
  background: #D32D23;
  position: relative;
  color: #fff;
  border-radius: 0 5px 5px 0;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .error404-content .search-form button {
    width: 100px;
    height: 62px;
  }
}

.error404-content .search-form button:hover {
  background: #911f18;
}

.error404-content .search-form button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}

@media (min-width: 1200px) {
  .error404-content .search-form button svg {
    width: 30px;
    height: 30px;
  }
}

.post-archive-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.post-archive-holder>div {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .post-archive-holder>div {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .post-archive-holder>div {
    max-width: 33.333%;
  }
}

.post-archive-holder a {
  text-decoration: none;
}

.post-archive-holder .image-block {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
  padding-top: 55%;
  position: relative;
}

.post-archive-holder .image-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.post-archive-holder .title-block {
  font-size: 24px;
}

.btn {
  font-size: 14px;
  line-height: 1.28;
  border-radius: 5px;
  font-weight: 700;
  background: transparent;
  padding: 15px 20px 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  position: relative;
  overflow: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

@media (min-width: 1200px) {
  .btn {
    font-size: 16px;
  }
}

.btn[type="submit"] {
  z-index: 10;
}

.btn:hover:before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: #911f18;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -2;
  background: #D32D23;
}

.btn.btn-outline {
  background: transparent;
  color: #D32D23;
  border: 1px solid #D32D23;
}

.btn.btn-outline:after {
  background: transparent;
}

.btn.btn-outline:hover {
  border: 1px solid #911f18;
  color: #fff;
}

.btn.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn.btn-outline-white:after {
  background: transparent;
}

.btn.btn-outline-white:before {
  background: #fff;
}

.btn.btn-outline-white:hover {
  color: #1F1F1F;
}

@media print {
  body {
    background: #fff;
    color: #1F1F1F;
    overflow: visible;
  }

  * {
    color: #1F1F1F !important;
    background: none !important;
  }

  .search-form, .navigation, .navigation-single, #header, #footer {
    display: none !important;
  }
}

.products-list-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}

@media (min-width: 768px) {
  .products-list-section {
    margin: 0 -10px 20px;
  }
}

@media (min-width: 1200px) {
  .products-list-section {
    margin: 0 -15px 40px;
  }
}

.products-list-section .product-item {
  padding: 0 10px;
  float: none;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .products-list-section .product-item {
    max-width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .products-list-section .product-item {
    padding: 0 15px;
    max-width: 25%;
    margin-bottom: 60px;
  }
}

.products-list-section .product-item.product-full .product-box {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.products-list-section .product-item.product-full .product-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(211, 45, 35, 0.33);
  z-index: 0;
}

.products-list-section .product-item.product-full .product-box h3 {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .products-list-section .product-item.product-full .product-box h3 {
    font-size: 28px;
  }
}

.products-list-section .product-item.product-full .product-box .link-more {
  position: relative;
  z-index: 10;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-list-section .product-item.product-full .product-box .link-more .icon-block {
  width: 22px;
  margin-left: 10px;
}

.products-list-section .product-item.product-full .product-box .link-more .icon-block svg {
  width: 100%;
  height: auto;
}

.products-list-section .product-box {
  height: 100%;
  background: #F9F9F9;
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .products-list-section .product-box {
    padding: 30px 25px 30px;
  }
}

.products-list-section .product-box:hover {
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.4);
}

.products-list-section .product-box .image-block {
  margin-bottom: 15px;
  height: 200px;
  text-align: center;
}

@media (min-width: 1200px) {
  .products-list-section .product-box .image-block {
    margin-bottom: 20px;
  }
}

.products-list-section .product-box .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.products-list-section .product-box .title-block {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .products-list-section .product-box .title-block {
    font-size: 20px;
  }
}

.products-list-section .product-box .text-block {
  color: rgba(31, 31, 31, 0.7);
  line-height: 1.2;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
}

.door-entrance-and-entry-panels-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .door-entrance-and-entry-panels-section {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section {
    margin-bottom: 100px;
  }
}

.door-entrance-and-entry-panels-section .title-section, .door-entrance-and-entry-panels-section .text-section, .door-entrance-and-entry-panels-section .video-holder, .door-entrance-and-entry-panels-section .image-block {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .title-section, .door-entrance-and-entry-panels-section .text-section, .door-entrance-and-entry-panels-section .video-holder, .door-entrance-and-entry-panels-section .image-block {
    margin-bottom: 40px;
  }
}

.door-entrance-and-entry-panels-section .video-holder {
  font-size: 0;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media (min-width: 768px) {
  .door-entrance-and-entry-panels-section .video-holder {
    height: 400px;
    margin-right: -20px;
  }
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .video-holder {
    height: 450px;
    margin-right: calc(605px - 50vw);
    margin-left: -40px;
  }
}

.door-entrance-and-entry-panels-section .video-holder:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(211, 45, 35, 0.33);
}

.door-entrance-and-entry-panels-section .video-holder .icon-play {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .video-holder .icon-play {
    top: 40px;
    right: 40px;
    font-size: 14px;
  }
}

.door-entrance-and-entry-panels-section .video-holder .icon-play:hover {
  -webkit-transition: color 0.3s linear !important;
  transition: color 0.3s linear !important;
  color: #D32D23;
}

.door-entrance-and-entry-panels-section .video-holder .icon-play svg {
  width: 50px;
  height: 50px;
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .video-holder .icon-play svg {
    width: 70px;
    height: 70px;
  }
}

.door-entrance-and-entry-panels-section .video-holder .icon-play span {
  display: block;
}

.door-entrance-and-entry-panels-section h3 {
  color: #D32D23;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .door-entrance-and-entry-panels-section .col-left {
    max-width: 50%;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .col-left {
    padding-left: 200px;
    position: relative;
  }
}

@media (min-width: 1550px) {
  .door-entrance-and-entry-panels-section .col-left {
    padding-left: 100px;
  }
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .col-left .image-block img {
    position: absolute;
    bottom: 140px;
    right: calc(100% - 180px);
    width: 190px;
  }
}

@media (min-width: 1550px) {
  .door-entrance-and-entry-panels-section .col-left .image-block img {
    right: calc(100% - 50px);
    width: 200px;
  }
}

@media (min-width: 768px) {
  .door-entrance-and-entry-panels-section .col-right {
    max-width: 50%;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .col-right {
    padding-left: 55px;
  }
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .col-right .text-section {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .door-entrance-and-entry-panels-section .col-right .text-section:after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: -30px;
    width: 1px;
    background: #D32D23;
  }
}

.emergency-intercom-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .emergency-intercom-section {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .emergency-intercom-section {
    margin-bottom: 100px;
  }
}

.emergency-intercom-section .title-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .emergency-intercom-section .title-section {
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .emergency-intercom-section .title-section {
    margin-bottom: 60px;
  }
}

.emergency-intercom-section .text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .emergency-intercom-section .text-section {
    margin: 0 -15px;
  }
}

.emergency-intercom-section .text-section .col {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .emergency-intercom-section .text-section .col {
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 60px;
  }
}

.emergency-intercom-section .video-holder {
  width: 100vw;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 40px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .emergency-intercom-section .video-holder {
    margin-bottom: 60px;
  }
}

.emergency-intercom-section .video-holder:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(211, 45, 35, 0.33);
}

.emergency-intercom-section .video-holder .container {
  position: relative;
  height: 100%;
  min-height: 300px;
  z-index: 10;
  padding: 40px 20px 120px;
}

@media (min-width: 768px) {
  .emergency-intercom-section .video-holder .container {
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  .emergency-intercom-section .video-holder .container {
    min-height: 500px;
    padding: 60px 20px 120px;
  }
}

.emergency-intercom-section .video-holder .container:after {
  content: '';
  position: absolute;
  height: 1px;
  right: 20px;
  left: 90px;
  background: #fff;
  bottom: 68px;
}

@media (min-width: 768px) {
  .emergency-intercom-section .video-holder .container:after {
    bottom: 85px;
  }
}

@media (min-width: 1200px) {
  .emergency-intercom-section .video-holder .container:after {
    left: 130px;
    bottom: 120px;
  }
}

.emergency-intercom-section .video-holder .container .icon-play {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .emergency-intercom-section .video-holder .container .icon-play {
    bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .emergency-intercom-section .video-holder .container .icon-play {
    bottom: 60px;
    font-size: 14px;
  }
}

.emergency-intercom-section .video-holder .container .icon-play:hover {
  -webkit-transition: color 0.3s linear !important;
  transition: color 0.3s linear !important;
  color: #D32D23;
}

.emergency-intercom-section .video-holder .container .icon-play svg {
  width: 50px;
  height: 50px;
}

@media (min-width: 1200px) {
  .emergency-intercom-section .video-holder .container .icon-play svg {
    width: 70px;
    height: 70px;
  }
}

.emergency-intercom-section .video-holder .container .icon-play span {
  display: block;
}

.emergency-intercom-section .video-holder .container .text-block {
  font-size: 16px;
  padding: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .emergency-intercom-section .video-holder .container .text-block {
    max-width: 450px;
    margin: 0 0 0 auto;
  }
}

.emergency-intercom-section .bottom-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.emergency-intercom-section .bottom-list-text li {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D32D23;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .emergency-intercom-section .bottom-list-text li {
    max-width: 50%;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .emergency-intercom-section .bottom-list-text li {
    max-width: 33.333%;
  }
}

@media (min-width: 1200px) {
  .emergency-intercom-section .bottom-list-text li {
    max-width: 20%;
    padding-right: 25px;
  }
}

.sign-up-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .sign-up-section {
    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: 60px;
  }
}

@media (min-width: 1200px) {
  .sign-up-section {
    margin-bottom: 100px;
  }
}

.sign-up-section .form-holder {
  width: 100%;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.18);
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .sign-up-section .form-holder {
    width: calc(50% - 20px);
    max-width: 500px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .sign-up-section .form-holder {
    padding: 40px 40px 50px;
  }
}

.sign-up-section .form-holder .title-block {
  max-width: 420px;
  margin-bottom: 10px;
}

.sign-up-section .form-holder .text-block {
  max-width: 450px;
}

@media (min-width: 1200px) {
  .sign-up-section .form-holder .text-block {
    margin-bottom: 20px;
  }
}

.sign-up-section .text-holder {
  width: 100%;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .sign-up-section .text-holder {
    width: calc(50% - 20px);
    max-width: 500px;
  }
}

.sign-up-section .title-block {
  font-size: 20px;
  font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sign-up-section .title-block {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .sign-up-section .title-block {
    font-size: 32px;
  }
}

.sign-up-section .text-block {
  font-size: 14px;
  font-weight: 400;
  color: #1F1F1F;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .sign-up-section .text-block {
    font-size: 16px;
  }
}

.sign-up-section .link-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .sign-up-section .link-list {
    margin: 0 0 15px;
  }
}

.sign-up-section .link-list li {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .sign-up-section .link-list li {
    margin-bottom: 25px;
  }
}

.sign-up-section .link-list li:last-child {
  margin-bottom: 0;
}

.sign-up-section .link-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1F1F1F;
}

@media (min-width: 1200px) {
  .sign-up-section .link-list strong {
    font-size: 16px;
  }
}

.sign-up-section .link-list a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 3px;
  text-decoration: none;
  color: #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
}

@media (min-width: 1200px) {
  .sign-up-section .link-list a {
    font-size: 16px;
  }
}

.sign-up-section .link-list a:hover {
  color: #D32D23;
}

.sign-up-section .contact-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #D32D23;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .sign-up-section .contact-list {
    font-size: 16px;
  }
}

.sign-up-section .contact-list a {
  text-decoration: none;
  color: #1F1F1F;
}

.sign-up-section .contact-list a:hover {
  text-decoration: underline;
}

.products-intro-boxes-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .products-intro-boxes-section {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .products-intro-boxes-section {
    margin-bottom: 100px;
  }
}

.products-intro-boxes-section .title-section {
  margin-bottom: 20px;
  max-width: 500px;
}

@media (min-width: 768px) {
  .products-intro-boxes-section .title-section {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .products-intro-boxes-section .title-section {
    margin-bottom: 100px;
  }
}

.products-intro-boxes-section .products-intro-boxes {
  list-style-type: none;
  padding: 0;
  margin: 0 -15px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-intro-boxes-section .products-intro-boxes li {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .products-intro-boxes-section .products-intro-boxes li {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .products-intro-boxes-section .products-intro-boxes li {
    max-width: 33.333%;
  }
}

@media (min-width: 1200px) {
  .products-intro-boxes-section .products-intro-boxes li {
    max-width: 20%;
  }
}

.products-intro-boxes-section .products-intro-boxes .products-intro-box {
  background: #F9F9F9;
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #8D8D8D;
  text-align: center;
  height: 100%;
}

@media (min-width: 768px) {
  .products-intro-boxes-section .products-intro-boxes .products-intro-box {
    font-size: 20px;
    padding: 25px;
  }
}

.products-intro-boxes-section .products-intro-boxes .products-intro-box .icon-block {
  width: 48px;
  height: 48px;
  margin: 0 auto 15px;
}

.products-intro-boxes-section .products-intro-boxes .products-intro-box .icon-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

/*# sourceMappingURL=style.css.map */