/*
Theme Name: NMF
Author: Anonymous
Author URI:
Version: 1
Description: NMF theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: NMF
Tags: one-column, two-columns
Theme URI:
*/
/*! 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; }

.cart-holder .cart-drop ul, .autocomplete-drop ul, .lang-holder .wpml-ls ul, .cat-list, .info-tabs .tabset, .footer-bottom .footer-nav .widget ul, .footer-bottom .footer-holder .logo-list, .contact-block .text-holder .social-networks, .dealers-block .accordion, .label-content #content ul, .breadcrumbs, .products-list .info-block .icon-list, .products-list .info-block .info-documents, .product-intro .icon-list, .single-info-documents, .product-info .content-holder ul, .product-info .content-holder .data-list, .two-columns #content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .post-password-form p:after, .navigation-single:after, .container:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

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

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

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.375em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.375em; }

th, td {
  border: 1px solid #999;
  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'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #283a3c; }
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999; }
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

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

.widget {
  margin-bottom: 1.375em; }
.widget ul {
  padding-left: 2em; }
.widget select {
  min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  z-index: 1;
  position: relative; }
.search-form form {
  float: right;
  position: relative; }
.search-form input[type="search"] {
  display: block;
  letter-spacing: 0.21px;
  width: 100%;
  font-size: 17px;
  line-height: 1.3;
  color: #283a3c;
  padding: 18px 26px;
  border-radius: 30px;
  margin: 0;
  border: 1px solid #c1c2c3;
  outline: none; }
.search-form input[type="search"]::-webkit-input-placeholder {
  color: #283a3c; }
.search-form input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #283a3c; }
.search-form input[type="search"]:-moz-placeholder {
  color: #283a3c; }
.search-form input[type="search"]:-ms-input-placeholder {
  color: #283a3c; }
.search-form input[type="search"].placeholder {
  color: #283a3c; }
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 62px;
  background: url(images/search-ico-hover.svg) no-repeat 50% 50%/24px 24px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 30px; }
.search-form input[type="submit"]:hover {
  opacity: 0.8; }

.post-password-form input {
  float: left;
  height: 2em; }
.post-password-form input[type='password'] {
  width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'] {
  background: #283a3c;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover {
  opacity: 0.8; }

.commentlist {
  margin: 0 0 1.375em; }
.commentlist .edit-link {
  margin: 0; }
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.375em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
@media (min-width: 1024px) {
  .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.375em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.375em; }
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px; }
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em; }
@media (max-width: 1023px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
      padding: 0 3px; } }
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #283a3c;
  color: #fff;
  padding: .4em;
  text-decoration: none; }
@media (max-width: 1023px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
      padding: .2em; } }
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.375em; }
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #283a3c;
  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: 1023px) {
  .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 #999;
  padding: .4em;
  margin-bottom: 1.375em; }
.wp-caption img {
  margin: 0;
  vertical-align: top; }
.wp-caption p {
  margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.375em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.375em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.375em; }

.mejs-container {
  margin-bottom: 1.375em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1199px) {
  iframe {
      width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

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

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

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

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

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

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

h6, .h6 {
  font-size: 18px; }

p {
  margin: 0 0 1em; }

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

body {
  font-weight: 400; }
@media (max-width: 767px) {
  body {
      font-size: 13px;
      line-height: 18px; } }

a,
input[type="submit"],
button {
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s, border-color 0.3s; }

.container {
  /*max-width: 1300px;*/
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px; }
@media (max-width: 767px) {
  .container {
      padding: 0 20px; } }

#wrapper {
  overflow: hidden;
  /*   max-width: 1120px;
  margin: 0 auto; */
  padding: 135px 0 0; }
@media (max-width: 1023px) {
  #wrapper {
      padding: 82px 0 0; } }

#header {
  padding: 33px 0 23px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  min-width: 320px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09); 
  transition: padding 0.2s;
}

@media (min-width: 1023px) {
  .sticky-header #header{
      padding: 13px 0 6px;
  }
}

@media (max-width: 1023px) {
  #header {
      padding: 10px 0 15px; 
  } 
}
#header .logo {
  float: left;
  width: 154px; 
}
@media (max-width: 1023px) {
  #header .logo {
      float: none;
      margin: 0 auto;
      width: 138px; 
  } 
}
@media (max-width: 400px) {
  #header .logo {
      position: relative;
      top: 11px;
      right: 25px;
      width: 90px;
  } 
}
#header .logo img {
  width: 100%; 
}
#header .container {
  position: relative;
  max-width: 1120px;
}

@media only screen and (max-width:420px){
  #header .container{
      padding: 0 10px;
  }
}

.cart-holder {
  float: right;
  margin: 10px 0 0 13px;
  position: relative; }
@media (max-width: 1023px) {
  .cart-holder {
      margin: 6px 0 0; } }
.cart-holder.cart-active .cart-drop {
  opacity: 1;
  pointer-events: auto; }
.cart-holder .cart-opener {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #36a9e0;
  position: relative;
  cursor: pointer;
  background: url(images/catalog-ico.svg) no-repeat 50% 50%/21px 23px; 

}
.cart-holder .cart-opener.order-opener{
  background: url(images/order-ico.png) no-repeat 50% 50%/19px 19px; 
}
.cart-holder .cart-opener .counter {
  position: absolute;
  top: 2px;
  right: -5px;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #fb4b46;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  text-align: center; }
.cart-holder .cart-drop {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
  background: #fff;
  width: 320px;
  padding: 32px 34px 30px;
  margin: 31px -41px 0 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; 
}
@media (max-width: 768px) and (orientation: landscape) { 
  .cart-holder .cart-drop{
      max-height: 73vh;
      overflow: auto;
  }
}
@media (max-width: 1199px) {
  .cart-holder .cart-drop {
      margin: 31px 0 0 0; } }
@media (max-width: 1023px) {
  .cart-holder .cart-drop {
      right: -20px;
      width: 375px;
      margin: 16px 0 0 0;
      padding: 33px 39px; } }
@media (max-width: 389px) {
  .cart-holder .cart-drop {
      width: 320px; } }
.cart-holder .cart-drop:after {
  position: absolute;
  content: '';
  top: -13px;
  right: 47px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 13px solid rgba(151, 151, 151, 0.68); 
  opacity: 0.1;
}
@media (max-width: 1199px) {
  .cart-holder .cart-drop:after {
      right: 12px; } }
@media (max-width: 1023px) {
  .cart-holder .cart-drop:after {
      right: 31px; } }
.cart-holder .cart-drop:before {
  position: absolute;
  content: '';
  top: -11px;
  right: 49px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 11px solid #fff;
  z-index: 1; }
@media (max-width: 1199px) {
  .cart-holder .cart-drop:before {
      right: 13px; } }
@media (max-width: 1023px) {
  .cart-holder .cart-drop:before {
      right: 32px; } }
.cart-holder .cart-drop .title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1.24px;
  margin: 0 0 15px; }
.cart-holder .cart-drop ul {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    overflow-y: auto;
    max-height: 400px;
    margin: 0 0 30px; }
@media (max-height: 800px) {
    .cart-holder .cart-drop ul {
        max-height: 270px;
    }
}
@media (max-height: 660px) {
    .cart-holder .cart-drop ul {
        max-height: 170px;
    }
}
@media (max-height: 570px) {
    .cart-holder .cart-drop ul {
        max-height: 210px;
    }
}
.cart-holder .cart-drop ul li {
  margin: 0 0 12px; }
.cart-holder .cart-drop ul li:last-child {
  margin: 0; }
.cart-holder .cart-drop ul li > * {
  display: inline-block;
  vertical-align: top; }
.cart-holder .cart-drop ul li span {
  max-width: 90%; }
.cart-holder .cart-drop ul .remove {
  width: 11px;
  height: 11px;
  margin: 4px 6px 0 0;
  position: relative;
  overflow: hidden; }
.cart-holder .cart-drop ul .remove:after {
  position: absolute;
  content: '';
  top: 5px;
  left: -2px;
  right: -2px;
  border-bottom: 1px solid #fb4b46;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }
.cart-holder .cart-drop ul .remove:before {
  position: absolute;
  content: '';
  top: 5px;
  left: -2px;
  right: -2px;
  border-bottom: 1px solid #fb4b46;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }
.cart-holder .cart-drop ul .remove:hover:after, .cart-holder .cart-drop ul .remove:hover:before {
  border-color: #283a3c; }
.cart-holder .cart-drop .btn-holder {
  text-align: center; }
.cart-holder .cart-drop .btn-holder .btn {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.19px;
  font-weight: 400;
  padding: 9px 10px 7px 18px; }
.cart-holder .cart-drop .btn-holder .btn:after {
  margin: 0 0 3px 10px; }
@media (max-width: 1023px) {
  .cart-holder .cart-drop .btn-holder .btn:after {
      margin: 0 0 3px 36px; } }

@media only screen and (max-width:430px){
  .cart-holder .cart-drop{
      width: 275px;
      padding: 20px;
  }
  .cart-holder .cart-drop ul{
      margin: 0 0 15px;
  }
  .cart-holder .change-pdf-catalog{
      margin-top: 15px !important;
  }
}

.header-search {
  float: right;
  margin: 10px 0 0 13px;
  position: relative; 
  z-index: 1;
}

.mobile-search{
  display: none;
}

@media (max-width: 1024px) {
  .header-search {
      margin: 6px 5px 0 0;
  } 
}
@media (max-width: 767px) {
  .header-search {
      display: none; 
  } 
  .mobile-search{
      display: block;
      padding: 30px 0 0;
      margin: 0 9px 0 -56px;
  }
  .mobile-search input[type="search"]{
      border: none;
      padding: 16px;
      margin: 0;
      font-size: 16px;
      line-height: 1.3;
      color: #283a3c;
      outline: none;
      width: 100%;
      border-radius: 30px;
      background: #fff;
  }
}
.header-search input[type="submit"] {
  display: block;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #36a9e0;
  background: #fff url(images/search-ico-hover.svg) no-repeat 50% 50%/20px 19px;
  float: right;
  outline: none; }
.header-search input[type="submit"]:hover {
  background: #36a9e0 url(images/search-ico.svg) no-repeat 50% 50%/20px 19px; }
.header-search .search-opener {
  display: block;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #36a9e0;
  background: #36a9e0 url(images/search-ico.svg) no-repeat 50% 50%/20px 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer; }
.header-search .search-opener:hover {
  background: #fff url(images/search-ico-hover.svg) no-repeat 50% 50%/20px 20px; }
.header-search input[type="search"] {
  border: none;
  padding: 16px;
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #283a3c;
  outline: none;
  width: 300px;
  border-radius: 30px;
  background: #fff; }
.header-search input[type="search"]::-webkit-input-placeholder {
  color: #283a3c; }
.header-search input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #283a3c; }
.header-search input[type="search"]:-moz-placeholder {
  color: #283a3c; }
.header-search input[type="search"]:-ms-input-placeholder {
  color: #283a3c; }
.header-search input[type="search"].placeholder {
  color: #283a3c; }
.header-search input[type="search"]:focus {
  background: #fff; }
.header-search form {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  width: 397px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  margin: 0;
  padding: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none; }
.header-search.search-active form {
  opacity: 1;
  pointer-events: auto; }
.header-search.autocomplete-active form {
  border-radius: 30px 30px 0 0; }

.autocomplete-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.autocomplete-active .autocomplete-drop {
  opacity: 1;
  pointer-events: auto; }
.autocomplete-drop ul {
  border-top: 1px solid #f4f4f4; }
.autocomplete-drop ul li {
  border-bottom: 1px solid #f4f4f4; }
.autocomplete-drop ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 30px 0 0; }
.autocomplete-drop ul li a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #36a9e0;
  border-width: 0 1px 1px 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s; }
.autocomplete-drop ul li a:hover:after {
  opacity: 1;
  right: 20px; }
.autocomplete-drop a {
  color: #283a3c; }
.autocomplete-drop .img-preview {
  border-right: 1px solid #f4f4f4;
  float: left;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  padding: 5px;
}
.autocomplete-drop .holder {
  overflow: hidden;
  font-size: 13px;
  line-height: 23px;
  padding: 12px 7px;
  letter-spacing: 1.28px;
  width: 77%; }
.autocomplete-drop .holder .title {
  display: block; }
.autocomplete-drop .more-search {
  display: block;
  text-align: center;
  padding: 29px 10px 25px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0 0 30px 30px; }
.autocomplete-drop .more-search:hover {
  background: #36a9e0;
  color: #fff; }

.lang-holder {
  float: right; }
@media (max-width: 1023px) {
  .lang-holder {
      float: none;
      padding: 48px 0 0; } }
.lang-holder .mobile-title {
  display: none;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.78px;
  color: #89cced;
  margin: 0 0 4px; }
@media (max-width: 1023px) {
  .lang-holder .mobile-title {
      display: block; } }
.lang-holder .lang-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #36a9e0;
  color: #36a9e0;
  font-size: 14px;
  line-height: 1; }
@media (max-width: 1023px) {
  .lang-holder .lang-open {
      color: #fff;
      width: auto;
      height: auto;
      border: none;
      display: block;
      font-size: 20px;
      color: #fff; } }
.lang-holder .wpml-ls {
  padding: 0;
  border: none; }
.lang-holder .wpml-ls ul li {
  display: inline-block; }
@media (max-width: 1023px) {
  .lang-holder .wpml-ls ul li {
      display: inline-block;
      vertical-align: top; }
  .lang-holder .wpml-ls ul li a:before {
      content: '/';
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
  .lang-holder .wpml-ls ul li:first-child a:before {
      display: none; } }
.lang-holder .wpml-ls ul li.wpml-ls-current-language {
  display: none; }
@media (max-width: 1023px) {
  .lang-holder .wpml-ls ul li.wpml-ls-current-language {
      display: inline-block; } }
@media (max-width: 1023px) {
  .lang-holder .wpml-ls ul li.wpml-ls-current-language a {
      color: #fff; } }
.lang-holder .wpml-ls ul .wpml-ls-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #36a9e0;
  color: #36a9e0;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  text-transform: uppercase; }
@media (max-width: 1023px) {
  .lang-holder .wpml-ls ul .wpml-ls-link {
      color: #fff;
      width: auto;
      height: auto;
      border: none;
      display: block;
      font-size: 20px;
      color: #283a3c;
      font-weight: bold; } }
@media (min-width: 1024px) {
  .lang-holder .wpml-ls ul .wpml-ls-link:hover {
      background: #36a9e0;
      color: #fff; } }
.lang-holder .wpml-ls ul .wpml-ls-display {
  display: none; }

@media (min-width: 1024px) {
  #nav {
      margin: 0;
      list-style: none;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 16px 33px 0 0; 
  }
  #nav > li {
      padding: 0 36px 0 0;
      position: relative; }
  #nav > li:last-child {
      padding: 0; }
  #nav > li.hover .drop-holder {
      opacity: 1;
      pointer-events: auto; }
  #nav > li.products-drop {
      position: static; }
  #nav > li.menu-item-has-children.hover > a:before {
      opacity: 1; 
  }
  #nav > li.menu-item-has-children:hover > a:after{
      opacity: 0.3;
  }
  #nav > li.menu-item-has-children > a {
      position: relative;
      padding-right: 10px;
      padding-bottom: 35px; }
  #nav > li.menu-item-has-children > a:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 50%;
      width: 0;
      height: 0;
      margin: 0 0 0 -16px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 13px solid #e9e9e9;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
  }
  #nav > li.menu-item-has-children > a:before {
      position: absolute;
      content: '';
      bottom: -2px;
      left: 50%;
      width: 0;
      height: 0;
      margin: 0 0 0 -16px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 13px solid #fff;
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  #nav > li.menu-item-has-children > a span {
      position: relative; }
  #nav > li.menu-item-has-children > a span:after {
      position: absolute;
      content: '';
      top: 4px;
      left: 100%;
      margin: 0 0 0 8px;
      width: 7px;
      height: 7px;
      border: solid #283a3c;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #nav > li > a {
      display: block;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 700;
      color: #283a3c;
      letter-spacing: 0.54px; 
  }
  #nav a{
      transition: all 0.3s;
  }
  #nav li.hover a{
      color: #36a9e0;
  }
  #nav > li.active > a {
      color: #36a9e0;
  }
  #nav > li > .drop-holder {
      position: absolute;
      top: 100%;
      left: 50%;
      margin: 0 0 0 -160px;
      box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
      /*border: 1px solid #e9e9e9;*/
      background: #fff;
      width: 273px;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  #nav > li > .drop-holder > ul {
      margin: 0;
      list-style: none;
      padding: 30px 38px 38px; }
  #nav > li > .drop-holder > ul > li {
      margin: 0 0 2px;
      position: relative; }
  #nav > li > .drop-holder > ul > li:last-child {
      margin: 0; }
  #nav > li > .drop-holder > ul > li.active > a,
  #nav > li > .drop-holder > ul > li.hover > a {
      padding: 0 0 0 22px; 
      color: #36a9e0;
  }
  #nav > li > .drop-holder > ul > li.active > a:after,
  #nav > li > .drop-holder > ul > li.hover > a:after {
      width: 17px; }
  #nav > li > .drop-holder > ul > li > a {
      font-size: 13px;
      line-height: 1.3;
      color: #283a3c;
      letter-spacing: 0.5px;
      -webkit-transition: padding 0.3s;
      transition: padding 0.3s; }
  #nav > li > .drop-holder > ul > li > a:after {
      position: absolute;
      content: '';
      top: 11px;
      left: 0;
      height: 1px;
      width: 0;
      background: #36a9e0;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
  #nav > li > .drop-holder > ul > li ul {
      margin: 0;
      padding: 0;
      list-style: none; }
  #nav > li > .drop-holder > ul > li ul li {
      margin: 0 0 12px;
      position: relative; }
  #nav > li > .drop-holder > ul > li ul li:last-child {
      margin: 0; }
  #nav > li > .drop-holder > ul > li ul li > a {
      font-size: 13px;
      line-height:1.2;
      display: block;
      color: #283a3c;
      letter-spacing: 0.5px; }
  #nav > li.products-drop > .drop-holder {
      margin: 0;
      width: 100%;
      left: 0;
      right: 0; }
  #nav > li.products-drop > .drop-holder > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 39px 10px 51px; }
  #nav > li.products-drop > .drop-holder > ul > li {
      padding: 0 15px 0 0;
      width: 16.5%; }
  #nav > li.products-drop > .drop-holder > ul > li:last-child {
      padding: 0; }
  #nav > li.products-drop > .drop-holder > ul > li.active > a,
  #nav > li.products-drop > .drop-holder > ul > li.hover > a {
      padding: 0; 
      color: #000;
      pointer-events: none;
      cursor: pointer;
  }
  #nav > li.products-drop > .drop-holder > ul > li.active > a:after,
  #nav > li.products-drop > .drop-holder > ul > li.hover > a:after {
      display: none; }
  #nav > li.products-drop > .drop-holder > ul > li > a {
      font-weight: bold;
      display: block;
      margin: 0 0 9px;
      text-transform: uppercase; }
  #nav > li.products-drop > .drop-holder > ul > li ul li.active a,
  #nav > li.products-drop > .drop-holder > ul > li ul li.hover a {
      padding: 0 0 0 22px; 
      color: #36a9e0;
  }
  #nav > li.products-drop > .drop-holder > ul > li ul li.active a:after,
  #nav > li.products-drop > .drop-holder > ul > li ul li.hover a:after {
      width: 17px; }
  #nav > li.products-drop > .drop-holder > ul > li ul li > a {
      -webkit-transition: padding 0.3s;
      transition: padding 0.3s; }
  #nav > li.products-drop > .drop-holder > ul > li ul li > a:after {
      position: absolute;
      content: '';
      top: 7px;
      left: 0;
      height: 1px;
      width: 0;
      background: #36a9e0;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
  #nav > li.products-drop > .drop-holder .ico-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0 10px;
      height: 113px; } }

.nav-opener {
  display: none;
  float: left;
  width: 38px;
  height: 23px;
  margin: 18px 0 0;
  position: relative; }
.nav-active .nav-opener {
  z-index: 101; }
.nav-opener:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #283a3c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 10px 0 0;
  background: #fff; }
.nav-opener span {
  position: absolute;
  top: 11px;
  left: 0;
  right: 12px;
  height: 2px;
  background: #283a3c;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.nav-active .nav-opener span {
  opacity: 0; }
.nav-opener:before {
  position: absolute;
  content: '';
  top: 21px;
  left: 0;
  right: 0;
  height: 2px;
  background: #283a3c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.nav-active .nav-opener:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -11px 0 0;
  background: #fff; }
@media (max-width: 1023px) {
  .nav-opener {
      display: block; } }

.nav-holder {
  float: right;
  max-width: 80%;
  padding: 10px 0 0 0; }
@media (max-width: 1199px) {
  .nav-holder {
      max-width: 83%; } }
@media (max-width: 1023px) {
  .nav-holder {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #36a9e0;
      z-index: 100;
      max-width: 100%;
      padding: 91px 5px 75px 69px;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .nav-active .nav-holder {
      opacity: 1;
      pointer-events: auto; } }

@media (max-width: 1023px) {
  #nav {
      margin: 0;
      padding: 0;
      list-style: none; }
  #nav > li {
      margin: 0 0 20px; }
  #nav > li:last-child {
      margin: 0; }
  #nav > li.menu-item-has-children > a {
      padding: 0 22px 0 0;
      position: relative; }
  #nav > li.menu-item-has-children > a:after {
      position: absolute;
      content: '';
      top: 14px;
      right: 0;
      width: 10px;
      height: 10px;
      border: solid #fff;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: -webkit-transform 0.1s;
      transition: -webkit-transform 0.1s;
      transition: transform 0.1s;
      transition: transform 0.1s, -webkit-transform 0.1s; }
  #nav > li.menu-item-has-children.hover > a {
      color: #7cc7eb; }
  #nav > li.menu-item-has-children.hover > a:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #nav > li > a {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      font-size: 30px;
      line-height: 1.2;
      font-weight: 500;
      letter-spacing: 0.5px; }
  #nav > li.hover > .drop-holder {
      max-height: 500px; }
  #nav > li > .drop-holder {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s;
      transition: max-height 0.3s; }
  #nav > li > .drop-holder .ico-holder {
      display: none; }
  #nav > li > .drop-holder > ul {
      margin: 0;
      padding: 9px 0 7px;
      list-style: none; }
  #nav > li > .drop-holder > ul > li {
      margin: 0 0 16px; }
  #nav > li > .drop-holder > ul > li:last-child {
      margin: 0; }
  #nav > li > .drop-holder > ul > li.menu-item-has-children > a {
      padding: 0 22px 0 0;
      position: relative; }
  #nav > li > .drop-holder > ul > li.menu-item-has-children > a:after {
      position: absolute;
      content: '';
      top: 10px;
      right: 0;
      width: 7px;
      height: 7px;
      border: solid #fff;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: -webkit-transform 0.1s;
      transition: -webkit-transform 0.1s;
      transition: transform 0.1s;
      transition: transform 0.1s, -webkit-transform 0.1s; }
  #nav > li > .drop-holder > ul > li.menu-item-has-children.hover > a {
      color: #7cc7eb; }
  #nav > li > .drop-holder > ul > li.menu-item-has-children.hover > a:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #nav > li > .drop-holder > ul > li > a {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px 0 0;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.5px; }
  #nav > li > .drop-holder > ul > li.hover > .drop-holder {
      max-height: 500px; }
  #nav > li > .drop-holder .drop-holder {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s;
      transition: max-height 0.3s; }
  #nav > li > .drop-holder .drop-holder ul {
      margin: 0;
      padding: 20px 0 0;
      list-style: none; }
  #nav > li > .drop-holder .drop-holder ul li {
      margin: 0 0 18px; }
  #nav > li > .drop-holder .drop-holder ul li:last-child {
      margin: 0; }
  #nav > li > .drop-holder .drop-holder ul li a {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      line-height: 1.2;
      color: #fff; } }

body.nav-active {
  overflow: hidden; }

.intro-home {
  text-align: center;
  color: #fff;
  position: relative; 
}
@media (max-width: 767px) {
  .intro-home {
      text-align: left; } }
.intro-home .bg-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
.intro-home .bg-video-holder iframe {
  margin: 0; }
@media (max-width: 1023px) {
  .intro-home .bg-video-holder iframe {
      position: static !important;
      width: 1280px !important;
      height: 720px !important; } }
@media (max-width: 1023px) {
  .intro-home .bg-video-holder .fluid-width-video-wrapper {
      padding: 0 !important; } }
.intro-home .intro-holder {
  padding: 119px 0 141px;
  position: relative;
  z-index: 1; }
@media (max-width: 767px) {
  .intro-home .intro-holder {
      padding: 87px 0 201px; } }
.intro-home .container {
  max-width: 1200px; }
.intro-home .sub-title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 17px;
  line-height: 1;
  opacity: 0.84;
  margin: 0 0 34px; }
@media (max-width: 767px) {
  .intro-home .sub-title {
      margin: 0 0 19px; } }
.intro-home h1 {
  margin: 0 0 37px;
  color: #f9f9f9;
  font-size: 52px;
  line-height: 56px;
  font-weight: 900;
  letter-spacing: 1.44px; }
@media (max-width: 1023px) {
  .intro-home h1 {
      font-size: 40px;
      line-height: 1.3; } }
@media (max-width: 767px) {
  .intro-home h1 {
      font-size: 39px;
      line-height: 45px;
      letter-spacing: 0.61px;
      word-wrap: break-word; 
  } 
}
@media (max-width:480px){
  .intro-home h1 {
      font-size: 35px;
  }
}
.intro-home .btn {
  text-transform: uppercase; }
@media (max-width: 767px) {
  .intro-home .btn {
      display: none; } }
.intro-home .mobile-scroll {
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 50%;
  bottom: 76px;
  margin: 0 0 0 -35px; 
  z-index: 1;
}
.intro-home .mobile-scroll:after {
  position: absolute;
  top: 22px;
  left: 26px;
  content: '';
  border: solid #36a9e0;
  border-width: 0 2px 2px 0;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
@media (max-width: 767px) {
  .intro-home .mobile-scroll {
      display: block; } }

.viewport-section .bg-video-holder {
  opacity: 0;
  -webkit-transition: opacity 1s 1s;
  transition: opacity 1s 1s; }

.viewport-section .sub-title {
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: top 1s 1s, opacity 1s 1s;
  transition: top 1s 1s, opacity 1s 1s; }

.viewport-section h1 {
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: top 1s 1.4s, opacity 1s 1.4s;
  transition: top 1s 1.4s, opacity 1s 1.4s; }

.viewport-section .btn {
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: top 1s 1.8s, opacity 1s 1.8s, color 0.3s, background 0.3s;
  transition: top 1s 1.8s, opacity 1s 1.8s, color 0.3s, background 0.3s; }

.viewport-section.in-viewport .bg-video-holder {
  opacity: 1; }

.viewport-section.in-viewport .sub-title {
  top: 0;
  opacity: 1; }

.viewport-section.in-viewport h1 {
  top: 0;
  opacity: 1; }

.viewport-section.in-viewport .btn {
  top: 0;
  opacity: 1; }

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 19px 22px 17px 37px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.19px;
  border-radius: 30px;
  text-align: center; 
  transition: opacity 0.3s !important;
}
.btn:hover{
  opacity: 0.5 !important;
  transition: opacity 0.3s !important;
}
.btn span {
  display: inline-block;
  vertical-align: middle; }
.btn:after {
  content: "\f105";
  font: normal normal normal 22px/1 FontAwesome;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 17px; }
.btn.btn-white {
  background: #fff;
  color: #36a9e0; }
/*.btn.btn-white:hover {
background: #36a9e0;
color: #fff; }*/
.btn.btn-blue-border {
  background: #fff;
  color: #36a9e0;
  border: 2px solid #36a9e0; }
/*.btn.btn-blue-border:hover {
background: #36a9e0;
color: #fff; 
}*/
.btn.btn-blue {
  background: #36a9e0;
  color: #fff; }
/*.btn.btn-blue:hover {
opacity: 0.5;
}*/

.catalog-block {
  padding: 58px 0 51px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25); }
@media (max-width: 767px) {
  .catalog-block {
      padding: 30px 0;
      border: none; } }
.catalog-block .top-heading {
  display: none; }
@media (max-width: 767px) {
  .catalog-block .top-heading {
      display: block;
      padding: 0 0 38px; } }
@media (max-width: 767px) {
  .catalog-block .top-heading h2 {
      margin: 0 0 9px; } }
.catalog-block .col-holder {
  float: left;
  width: 67.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }
@media (max-width: 767px) {
  .catalog-block .col-holder {
      float: none;
      width: 100%;
      display: block; } }
.catalog-block .col-holder .col {
  width: 50%;
  border-right: 1px solid rgba(151, 151, 151, 0.17);
  padding: 0 10px;
  margin: 0 0 20px; }
@media (max-width: 767px) {
  .catalog-block .col-holder .col {
      width: 100%;
      margin: 0;
      padding: 0 0 30px;
      border: none; } }
.catalog-block .col-holder .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 248px;
  margin: 0 0 10px;
  overflow: hidden; }
@media (max-width: 767px) {
  .catalog-block .col-holder .img-holder {
      height: auto;
      margin: 0 0 5px; } }
.catalog-block .col-holder .title {
  display: block;
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #283a3c;
  letter-spacing: 0.48px; }
@media (max-width: 1023px) {
  .catalog-block .col-holder .title {
      font-size: 17px; } }
@media (max-width: 767px) {
  .catalog-block .col-holder .title {
      font-size: 20px; } }
.catalog-block .col-holder .btn {
  padding: 8px 13px 8px 51px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px; }
.catalog-block .col-holder .btn:after {
  font-size: 18px;
  margin: 0 0 1px 27px; }
.catalog-block .last-post {
  float: right;
  width: 30.7%; }
@media (max-width: 767px) {
  .catalog-block .last-post {
      float: none;
      width: 100%;
      display: none; } }
.catalog-block .last-post .top-holder {
  overflow: hidden;
  padding: 7px 0 19px; }
.catalog-block .last-post .top-holder h2 {
  margin: 0;
  max-width: 65%;
  float: left;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.6px; }
@media (max-width: 1023px) {
  .catalog-block .last-post .top-holder h2 {
      font-size: 18px; } }
.catalog-block .last-post .top-holder .more-link {
  float: right;
  max-width: 30%;
  color: #a6a6a6;
  font-size: 15px;
  line-height: 1;
  padding: 6px 0 3px;
  border-bottom: 1px solid #a6a6a6;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }
@media (max-width: 1023px) {
  .catalog-block .last-post .top-holder .more-link {
      padding: 2px 0 0; } }
.catalog-block .last-post .top-holder .more-link:hover {
  border-color: transparent; 
  color: #36a9e0;
}
.catalog-block .last-post .img-holder {
  border: 1px solid rgba(151, 151, 151, 0.6);
  background-color: rgba(216, 216, 216, 0.2);
  padding: 52px 20%;
  margin: 0 0 30px; }
.catalog-block .last-post time {
  display: block;
  opacity: 0.35;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 10px; }
.catalog-block .last-post h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2; }
@media (max-width: 1023px) {
  .catalog-block .last-post h3 {
      font-size: 17px; } }
.catalog-block .last-post h3 a {
  color: #283a3c;
  display: block; }
.catalog-block .last-post h3 a:hover {
  color: #36a9e0; }

.home-video {
  padding: 111px 0 70px; }
@media (max-width: 1023px) {
  .home-video {
      padding: 50px 0; } }
@media (max-width: 767px) {
  .home-video {
      padding: 32px 0 0; } }
.home-video .container {
  max-width: 1120px; }
.home-video .video-holder {
  float: left;
  width: 57.8%;
  background: #283a3c;
  padding-top: 32.5%;
  position: relative; }
.home-video .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
@media (max-width: 767px) {
  .home-video .video-holder {
      float: none;
      width: auto;
      margin: 0 -20px -41px;
      padding-top: 61%; 
  } 
}
@media (max-width: 430px) {
  .home-video .video-holder {
      padding-top: 63%; 
  } 
}
.home-video .text-holder {
  margin: 55px 0 0 -15%;
  float: right;
  width: 57.2%;
  background: rgba(216, 216, 216, 0.3);
  padding: 96px 30px 0 20%;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.67px;
  min-height: 416px; }
@media (max-width: 1023px) {
  .home-video .text-holder {
      min-height: 300px;
      padding: 70px 0 0 21.1%; } }
@media (max-width: 767px) {
  .home-video .text-holder {
      background: #36a9e0;
      color: #fff;
      float: none;
      width: 100%;
      margin: 0;
      font-size: 16px;
      line-height: 21px;
      position: relative;
      text-align: center;
      padding: 45px 20px 55px 20px;
      font-style: italic;
      min-height: 0; } }
.home-video .text-holder:before {
  display: block;
  content: '';
  background: url(images/qoute.png) no-repeat 50% 50%/cover;
  width: 38px;
  height: 28px;
  margin: 0 0 29px; }
@media (max-width: 767px) {
  .home-video .text-holder:before {
      margin: 0 0 22px;
      display: inline-block;
      vertical-align: top;
      background: url(images/quote-white.png) no-repeat 50% 50%/cover; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
  outline: none; }
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
.slick-track:before, .slick-track:after {
  content: "";
  display: table; }
.slick-track:after {
  clear: both; }
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
  float: right; }
.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }
.slick-initialized .slick-slide {
  display: block; }
.slick-loading .slick-slide {
  visibility: hidden; }
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.top-heading {
  text-align: center;
  padding: 0 0 59px;
  font-size: 18px;
  line-height: 24px; }
@media (max-width: 1023px) {
  .top-heading {
      padding: 0 0 40px; } }
@media (max-width: 767px) {
  .top-heading {
      font-size: 13px;
      line-height: 18px;
      padding: 0 0 20px; } }
.top-heading h2 {
  margin: 0 0 16px;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900; }
@media (max-width: 767px) {
  .top-heading h2 {
      font-size: 24px; } }
.top-heading p {
  letter-spacing: 0.6px;
  margin: 0; }
@media (max-width: 767px) {
  .top-heading br {
      display: none; } }

.how-use {
  padding: 64px 0 64px;
  position: relative;
  z-index: 10; 
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .how-use {
      padding: 50px 0 0; } }
@media (max-width: 767px) {
  .how-use {
      padding: 39px 0 0; } }
@media (max-width: 767px) {
  .how-use .top-heading h2 {
      margin: 0 0 9px; } }
.how-use .slick-list {
  overflow: visible; 

}

.how-use .prod-slick-slider .slick-list:after{
  position: absolute;
  content: '';
  left: 100%;
  top: -1px;
  bottom: -1px;
  width: 9999px;
  background: #fff;
  z-index: 1;
}

.how-use .prod-slick-slider .slick-list:before{
  position: absolute;
  content: '';
  right: 100%;
  top: -1px;
  bottom: -1px;
  width: 9999px;
  background: #fff;
  z-index: 1;
}

.prod-slick-control {
  max-width: 507px;
  margin: 0 auto -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background: #36a9e0;
  border-radius: 30px; 
}

@media (max-width: 767px) {
  .prod-slick-control {
      max-width: 335px; } }
@media (max-width: 374px) {
  .prod-slick-control {
      max-width: 100%;
      width: 100%;
      margin: 0; } }
.prod-slick-control .slick-slide {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.49px; }
.prod-slick-control .slick-list {
  border: solid #62bce7;
  border-width: 0 1px;
  background: #36a9e0;
  width: 60%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .prod-slick-control .slick-list {
      border-color: #fff; } }
.prod-slick-control .slick-arrow {
  width: 20%;
  color: #fff;
  background: #36a9e0;
  border: none;
  font-size: 37px;
  line-height: 1;
  outline: none;
  position: absolute; 
  top: 0;
  left: 0;
  bottom: 0;
}

.prod-slick-control .slick-arrow.slick-next{
  left: auto;
  right: 0;
}

.prod-slick-control .slick-arrow:hover {
  opacity: 0.5;
}
.prod-slick-control .slick-next {
  border-radius: 0 30px 30px 0; 
}
.prod-slick-control .slick-prev {
  border-radius: 30px 0 0 30px; 
}
.prod-slick-control .slick-next .fa{
  position: relative;
  left: 0;
  transition: left 0.3s;
}
.prod-slick-control .slick-next:hover .fa{
  position: relative;
  left: 4px;
}
.prod-slick-control .slick-prev .fa{
  position: relative;
  right: 0;
  transition: right 0.3s;
}
.prod-slick-control .slick-prev:hover .fa{
  position: relative;
  right: 4px;
}
.prod-slick-control .title {
  display: block;
  padding: 22px;
  height: 100%;
}

@media only screen and (max-width:400px){
  .prod-slick-control .title {
      padding: 22px 10px;
      word-break: break-all;
  }
}

.prod-slick-slider .slick-slide {
  /*height: 774px;
  @include media("<tablet"){
  height: 600px;
  }
  @include media("<phone"){
  height: 293px;
  }*/ }

.prod-slick-slider .slick-next,
.prod-slick-slider .slick-prev {
  display: none !important; }

.prod-slick-slider .slick-slide {
  position: relative; }

.prod-slick-slider .item {
  position: absolute;
  display: block !important; }
@media (max-width: 767px) {
  .prod-slick-slider .item {
      position: static !important; } }
.prod-slick-slider .item.item-active .item-opener {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
@media (max-width: 767px) {
  .prod-slick-slider .item.item-active .item-opener:after {
      position: absolute;
      content: '';
      top: 10px;
      left: 10px;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background: #36a9e0; } }

.prod-slick-slider .item-opener {
  display: block;
  background: url(images/item.svg) no-repeat 50% 50%/cover;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; 
  animation: ani1 0.4s infinite alternate linear;
}

@keyframes ani1{

  0%{
      transform:scale(1);
  }
  100%{
      transform:scale(1.1);
  }

}


@media (max-width: 1023px) {
  .prod-slick-slider .item-opener {
      width: 40px;
      height: 40px; } }
@media (min-width: 1024px) {
  .prod-slick-slider .item-opener:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }
@media (max-width: 767px) {
  .prod-slick-slider .item-opener {
      position: absolute; } }

.prod-slick-slider .item.item-active .products-drop {
  opacity: 1;
  pointer-events: auto; }

.prod-slick-slider .products-drop {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 561px;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.31);
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.31);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
@media (max-width: 1023px) {
  .prod-slick-slider .products-drop {
      width: 400px;
      top: 20px;
      left: 20px; } }
@media (max-width: 767px) {
  .prod-slick-slider .products-drop {
      width: auto;
      top: auto;
      left: 0;
      right: 0;
      top: 100%;
      margin: 0;
      box-shadow: 0 0 14px rgba(0, 0, 0, 0.31); } }
@media (min-width: 768px) {
  .prod-slick-slider .products-drop.bottom {
      top: auto;
      bottom: 25px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .prod-slick-slider .products-drop.bottom {
      top: auto;
      bottom: 20px; } }
@media (min-width: 768px) {
  .prod-slick-slider .products-drop.right {
      left: auto;
      right: 25px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .prod-slick-slider .products-drop.right {
      left: auto;
      right: 20px; } }
@media (min-width: 768px) and (max-width: 767px) {
  .prod-slick-slider .products-drop.right {
      left: 50%; } }
.prod-slick-slider .products-drop .item-close {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 15px;
  height: 20px;
  overflow: hidden;
  z-index: 4;
  cursor: pointer; 
  padding: 8px;
}
@media (max-width: 1023px) {
  .prod-slick-slider .products-drop .item-close {
      top: 10px;
      right: 10px; } }
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .item-close {
      width: 17px;
      height: 17px;
      top: 21px;
      right: 11px; } }
.prod-slick-slider .products-drop .item-close:after {
  position: absolute;
  content: '';
  top: 11px;
  left: -5px;
  right: -5px;
  border-bottom: 1px solid #283a3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .item-close:after {
      top: 8px; } }
.prod-slick-slider .products-drop .item-close:before {
  position: absolute;
  content: '';
  top: 11px;
  left: -5px;
  right: -5px;
  border-bottom: 1px solid #283a3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .item-close:before {
      top: 8px; } }
.prod-slick-slider .products-drop .item-close:hover:after, .prod-slick-slider .products-drop .item-close:hover:before {
  border-color: #fb4b46; }
.prod-slick-slider .products-drop .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  position: relative; }
@media (max-width: 1023px) {
  .prod-slick-slider .products-drop .row {
      padding: 15px; } }
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .row {
      padding: 16px 10px; } }
.prod-slick-slider .products-drop .row .more-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
@media (min-width: 1024px) {
  .prod-slick-slider .products-drop .row:hover .text-holder:after {
      right: 20px; 
  } 
}
.prod-slick-slider .products-drop .img-holder {
  float: left;
  width: 30%;
  padding: 0 22px 0 0; 
}
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .img-holder {
      width: 161px;
      padding: 0 10px 0 17px; 
  } 
}
.prod-slick-slider .products-drop .text-holder {
  overflow: hidden;
  padding: 11px 15% 11px 23px;
  margin: 10px 0 0;
  border-left: 1px solid rgba(155, 155, 155, 0.4);
  position: relative; 
  width: 70%;
}
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .text-holder {
      padding: 5px 50px 5px 18px;
      margin: 0;
      width: 100%; } }
.prod-slick-slider .products-drop .text-holder:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 36px;
  width: 18px;
  height: 18px;
  margin: -13px 0 0;
  border: solid #36a9e0;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s; }
@media (max-width: 1023px) {
  .prod-slick-slider .products-drop .text-holder:after {
      right: 20px; } }
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .text-holder:after {
      right: 37px;
      width: 17px;
      height: 17px;
      margin: -10px 0 0; } }
.prod-slick-slider .products-drop .text-holder h3 {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px; }
@media (max-width: 1023px) {
  .prod-slick-slider .products-drop .text-holder h3 {
      font-size: 16px;
      line-height: 1.2; } }
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .text-holder h3 {
      font-size: 12px;
      line-height: 1.6;
      margin: 0; } }
.prod-slick-slider .products-drop .text-holder .model {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 1px; }
@media (max-width: 767px) {
  .prod-slick-slider .products-drop .text-holder .model {
      font-size: 12px; } }

.product-popup-form {
  width: 100%;
  max-width: 700px; }
.product-popup-form .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 15px; }
.product-popup-form .hidden-input {
  display: none !important; }
.product-popup-form p {
  margin: 0; }
.product-popup-form br {
  display: none; }
.product-popup-form input[type="text"],
.product-popup-form input[type="email"],
.product-popup-form input[type="tel"] {
  width: 100%;
  display: block;
  background: #fff;
  color: #616161;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  border: none;
  outline: none;
  padding: 12px 16px;
  margin: 0;
  border-radius: 7px; }
.product-popup-form input[type="text"]::-webkit-input-placeholder,
.product-popup-form input[type="email"]::-webkit-input-placeholder,
.product-popup-form input[type="tel"]::-webkit-input-placeholder {
  color: #283a3c; }
.product-popup-form input[type="text"]::-moz-placeholder,
.product-popup-form input[type="email"]::-moz-placeholder,
.product-popup-form input[type="tel"]::-moz-placeholder {
  opacity: 1;
  color: #283a3c; }
.product-popup-form input[type="text"]:-moz-placeholder,
.product-popup-form input[type="email"]:-moz-placeholder,
.product-popup-form input[type="tel"]:-moz-placeholder {
  color: #283a3c; }
.product-popup-form input[type="text"]:-ms-input-placeholder,
.product-popup-form input[type="email"]:-ms-input-placeholder,
.product-popup-form input[type="tel"]:-ms-input-placeholder {
  color: #283a3c; }
.product-popup-form input[type="text"].placeholder,
.product-popup-form input[type="email"].placeholder,
.product-popup-form input[type="tel"].placeholder {
  color: #283a3c; }
.product-popup-form input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  padding: 14px 53px 14px 37px;
  border-radius: 10px;
  background: #fff url(images/arrow.svg) no-repeat 88% 50%/16px 10px;
  border: none;
  text-transform: uppercase;
  color: #283a3c;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  outline: none;
  margin: 0; }
.product-popup-form input[type="submit"]:hover {
  opacity: 0.8; }
.product-popup-form .wpcf7-not-valid-tip {
  padding: 5px 0 0;
  display: block;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #fff !important; }
.product-popup-form div.wpcf7-response-output {
  margin: 10px 0 !important;
  padding: 5px !important;
  color: #fff !important; }

.fancybox-content {
  background: #36a9e0 !important;
  padding: 35px !important; }

.fancybox-button svg path {
  fill: #fff !important; }

.fancybox-slide--html .fancybox-close-small {
  padding: 0 !important; }
@media (max-width: 767px) {
  .fancybox-slide--html .fancybox-close-small {
      padding: 5px !important; } }

.categories-block {
  padding: 74px 0 0; 
}
@media (max-width: 1023px) {
  .categories-block {
      padding: 50px 0 0; } }
@media (max-width: 767px) {
  .categories-block {
      padding: 30px 0 0; } }
.categories-block .top-heading {
  padding: 0 0 52px; }
@media (max-width: 1023px) {
  .categories-block .top-heading {
      padding: 0 0 30px; } }
@media (max-width: 767px) {
  .categories-block .top-heading {
      padding: 0 0 13px; } }

.cat-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px 0 0;
  position: relative;
  z-index: 1; }
.cat-list li {
  width: 33.33%;
  border-right: 1px solid #fff;
  margin: 0 0 50px; }
@media (max-width: 1023px) {
  .cat-list li {
      margin: 0 0 50px; } }
@media (max-width: 767px) {
  .cat-list li {
      width: 50%;
      margin: 0 0 22px; } }
.cat-list li > .img-holder {
  margin: 0 0 13px;
  position: relative; }
@media (max-width: 767px) {
  .cat-list li > .img-holder {
      margin: 0 0 22px; } }
.cat-list li > .img-holder img {
  width: 100%; }
.cat-list li > .img-holder a {
  display: block; }
.cat-list li > .img-holder:hover .title-holder {
  opacity: 1; }
.cat-list li > .img-holder:hover + h3 {
  opacity: 0; }
.cat-list li > h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
@media (max-width: 1023px) {
  .cat-list li > h3 {
      font-size: 15px; } }
@media (max-width: 767px) {
  .cat-list li > h3 {
      font-size: 14px;
      text-transform: none; } }
.cat-list .title-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(54, 169, 224, 0.65);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.cat-list .title-holder h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 0;
  position: relative;
  word-wrap: break-word; }
@media (max-width: 1023px) {
  .cat-list .title-holder h3 {
      font-size: 17px; } }
.cat-list .title-holder h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 94px;
  margin: 0 0 0 -47px;
  border-bottom: 1px solid #fff; }

.info-tabs {
  padding: 73px 0 73px; }
@media (max-width: 1023px) {
  .info-tabs {
      padding: 20px 0 50px; } }
@media (max-width: 767px) {
  .info-tabs {
      padding: 47px 0 115px; } }
.info-tabs .container {
  max-width: 1044px; }
.info-tabs .tabset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.info-tabs .tabset li {
  width: 33.33%; }
.info-tabs .tabset li a {
  display: block;
  padding: 26px;
  text-align: center;
  color: #283a3c;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.6px;
  border-bottom: 2px solid #f0f0f0; }
@media (max-width: 767px) {
  .info-tabs .tabset li a {
      font-size: 17px;
      padding: 9px; } }
.info-tabs .tabset li a.active, .info-tabs .tabset li a:hover {
  border-color: #36a9e0; }
.info-tabs .tab-content {
  padding: 99px 20px; 
  transition: height 1s ease;
}
.info-tabs .tab-content > div{
  opacity: 0;
  transition: opacity 1s ease;
}
.info-tabs .tab-content > div.active{
  opacity: 1;
}
@media (max-width: 1023px) {
  .info-tabs .tab-content {
      padding: 40px 20px; } }
@media (max-width: 767px) {
  .info-tabs .tab-content {
      padding: 28px 0; } }
.info-tabs .tab-content > div {
  overflow: hidden; }
.info-tabs .tab-content .img-holder {
  float: left;
  width: 32.9%;
  text-align: center;
  padding: 0 25px 0 0; }
@media (max-width: 767px) {
  .info-tabs .tab-content .img-holder {
      display: none; } }
.info-tabs .tab-content .text-holder {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px; }
@media (max-width: 767px) {
  .info-tabs .tab-content .text-holder {
      font-size: 16px;
      line-height: 24px; } }
.info-tabs .tab-content .text-holder h2 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 3px; }
@media (max-width: 767px) {
  .info-tabs .tab-content .text-holder h2 {
      font-size: 24px;
      line-height: 29px; } }
.info-tabs .tab-content .text-holder p {
  margin: 0 0 32px; }
.info-tabs .tab-content .text-holder p:last-child {
  margin: 0; }
@media (max-width: 767px) {
  .info-tabs .tab-content .text-holder p {
      margin: 0 0 15px; } }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.banner-block {
  background: #2ecc71;
  padding: 52px 0 61px;
  text-align: center;
  color: #fff;
  position: relative; }
@media (max-width: 1023px) {
  .banner-block {
      padding: 50px 0; } }
@media (max-width: 767px) {
  .banner-block {
      padding: 104px 0 40px; } }
.banner-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1175px; }
.banner-block .container:after {
  display: none; }
@media (max-width: 767px) {
  .banner-block .container {
      display: block; } }
.banner-block .logo-holder {
  margin: 13px 0 0;
  width: 170px; }
@media (max-width: 767px) {
  .banner-block .logo-holder {
      width: 205px;
      position: absolute;
      top: -106px;
      left: 50%;
      margin: 0 0 0 -102px; } }
.banner-block .logo-holder img {
  width: 100%; }
@media (max-width: 767px) {
  .banner-block .logo-holder:last-child {
      display: none; } }
.banner-block .text-holder {
  margin: 0 auto;
  max-width: 550px;
  font-size: 14px;
  line-height: 22px; }
@media (max-width: 1023px) {
  .banner-block .text-holder {
      padding: 0 20px; } }
@media (max-width: 767px) {
  .banner-block .text-holder {
      font-size: 16px;
      line-height: 18px; } }
.banner-block h2 {
  margin: 0 0 6px;
  font-size: 46px;
  line-height: 55px;
  font-weight: 600; }
@media (max-width: 1023px) {
  .banner-block h2 {
      font-size: 25px; } }
@media (max-width: 767px) {
  .banner-block h2 {
      font-size: 24px;
      line-height: 1.15;
      margin: 0 0 17px; } }
.banner-block p {
  margin: 0 0 31px; }
@media (max-width: 767px) {
  .banner-block p {
      margin: 0 0 34px; } }
.banner-block .btn {
  color: #2ecc71;
  padding: 15px 25px 14px 52px;
  letter-spacing: 0.4px; }
@media (max-width: 767px) {
  .banner-block .btn {
      font-size: 13px;
      padding: 15px 25px 15px 36px; 
  } 
}
@media (max-width: 400px) {
  .banner-block .btn {
      padding: 15px; 
  } 
}
.banner-block .btn:after {
  margin: 0 0 4px 27px;
  font-size: 24px; }
@media (max-width: 767px) {
  .banner-block .btn:after {
      margin: 0 0 4px 11px;
      font-size: 22px; } }

.footer-banner {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  text-align: center; }
@media (max-width: 767px) {
  .footer-banner {
      font-size: 16px;
      line-height: 18px; } }
.footer-banner .footer-banner-holder {
  padding: 164px 0 160px;
  background: rgba(40, 58, 60, 0.75); }
@media (max-width: 1023px) {
  .footer-banner .footer-banner-holder {
      padding: 50px 0; } }
@media (max-width: 767px) {
  .footer-banner .footer-banner-holder {
      padding: 28px 0 30px; } }
.footer-banner .container {
  max-width: 600px; }
.footer-banner h3 {
  margin: 0 0 6px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .footer-banner h3 {
      font-size: 24px;
      margin: 0 0 3px; } }
.footer-banner p {
  margin: 0 0 40px; }
@media (max-width: 767px) {
  .footer-banner p {
      margin: 0 0 8px;
      color: rgba(255, 255, 255, 0.8); } }
.footer-banner .phone {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 40px;
  letter-spacing: 0.5px;
  border-radius: 30px;
  font-weight: normal; }
@media (max-width: 767px) {
  .footer-banner .phone {
      border: none;
      padding: 0;
      font-weight: bold; } }
@media (min-width: 1024px) {
  .footer-banner .phone:hover {
      background: #fff;
      color: #283a3c; } }

.footer-bottom {
  padding: 55px 0 0;
  position: relative; }
@media (max-width: 767px) {
  .footer-bottom {
      padding: 33px 0 0; } }
.footer-bottom .footer-nav {
  float: left;
  width: 51.7%;
  margin: 0 0 0 -2px;
  padding: 20px 0 35px; }
@media (max-width: 767px) {
  .footer-bottom .footer-nav {
      width: 100%;
      float: none;
      padding: 20px 0 25px;
      overflow: hidden; } }
.footer-bottom .footer-nav .widget {
  float: left;
  width: 50%; }
@media (max-width: 767px) {
  .footer-bottom .footer-nav .widget {
      padding: 0 15px 0 0; } }
.footer-bottom .footer-nav .widget h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.5px; }
@media (max-width: 767px) {
  .footer-bottom .footer-nav .widget h3 {
      padding: 0 0 13px;
      margin: 0 0 19px;
      position: relative; }
  .footer-bottom .footer-nav .widget h3:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 50px;
      height: 3px;
      background: #36a9e0; } }
@media (max-width: 767px) {
  .footer-bottom .footer-nav .widget ul {
      font-size: 14px; } }
.footer-bottom .footer-nav .widget ul li {
  margin: 0 0 13px; }
@media (max-width: 767px) {
  .footer-bottom .footer-nav .widget ul li {
      margin: 0 0 17px; } }
.footer-bottom .footer-nav .widget ul li.active a{
  color: #36a9e0; }
.footer-bottom .footer-nav .widget ul li a {
  color: #283a3c;
  letter-spacing: 0.5px;
  display: block;
  word-break: break-all; }
@media (min-width: 1024px) {
  .footer-bottom .footer-nav .widget ul li a:hover {
      color: #36a9e0; } }
.footer-bottom .footer-holder {
  float: right;
  width: 46%;
  text-align: right;
  padding: 20px 6px 0 0; }
@media (max-width: 767px) {
  .footer-bottom .footer-holder {
      display: none; } }
.footer-bottom .footer-holder .btn {
  margin: 0 0 102px;
  padding: 18px 26px 17px 70px;
  font-size: 16px;
  line-height: 1.2; }
.footer-bottom .footer-holder .btn:after {
  margin: 0 0 3px 31px; }
.footer-bottom .footer-holder .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.footer-bottom .footer-holder .logo-list li {
  padding: 0 0 0 10px; }
.footer-bottom .footer-holder .logo-list li:first-child {
  margin: 0; }

.newsletter-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #36a9e0;
  color: #fff;
  padding: 83px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none; }
@media (max-width: 767px) {
  .newsletter-block {
      padding: 42px 0; } }
.newsletter-block .container {
  position: relative; }
@media (max-width: 1023px) {
  .newsletter-block .container {
      position: static; } }
.newsletter-block .container:before {
  position: absolute;
  content: '';
  top: 30px;
  right: 70px;
  background: url(images/newsletter-visual.png) no-repeat;
  width: 380px;
  height: 188px; }
@media (max-width: 1199px) {
  .newsletter-block .container:before {
      right: 20px; } }
@media (max-width: 1023px) {
  .newsletter-block .container:before {
      top: auto;
      bottom: 20px;
      right: 50%;
      margin: 0 -190px 0 0; } }
@media (max-width: 767px) {
  .newsletter-block .container:before {
      display: none; } }
.newsletter-active .newsletter-block {
  opacity: 1;
  pointer-events: auto; }
.newsletter-block .newsletter-close {
  position: absolute;
  top: -28px;
  left: 50%;
  background: #36a9e0;
  border-radius: 100%;
  width: 59px;
  height: 59px;
  margin: 0 0 0 -29px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
.newsletter-block .newsletter-close:after {
  position: absolute;
  content: '';
  height: 6px;
  width: 30px;
  background: #fff;
  top: 26px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.newsletter-block .newsletter-close:before {
  position: absolute;
  content: '';
  height: 6px;
  width: 30px;
  background: #fff;
  top: 26px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.newsletter-block .newsletter-close:hover {
  background: #283a3c; }
.newsletter-block .text-holder {
  float: left;
  width: 28%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.89px; }
@media (max-width: 1199px) {
  .newsletter-block .text-holder {
      width: 33%; } }
@media (max-width: 1023px) {
  .newsletter-block .text-holder {
      width: 50%; } }
@media (max-width: 767px) {
  .newsletter-block .text-holder {
      float: none;
      width: 100%; } }
.newsletter-block .text-holder h3 {
  margin: 0 0 5px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .newsletter-block .text-holder h3 {
      text-transform: none;
      font-size: 20px;
      font-weight: normal;
      letter-spacing: -0.3px;
      margin: 0 0 9px; } }
@media (max-width: 767px) {
  .newsletter-block .text-holder p {
      display: none; } }
.newsletter-block .form-holder {
  float: left;
  width: 37.4%;
  padding: 0 0 0 85px;
  background: #36a9e0; }
@media (max-width: 1199px) {
  .newsletter-block .form-holder {
      padding: 0 0 0 20px;
      width: 35%; } }
@media (max-width: 1023px) {
  .newsletter-block .form-holder {
      width: 50%; } }
@media (max-width: 767px) {
  .newsletter-block .form-holder {
      width: 100%;
      padding: 0; } }
.newsletter-block .form-holder p {
  margin: 0; }
.newsletter-block .form-holder br {
  display: none; }
.newsletter-block .form-holder .sub-title {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  padding: 1px 0 28px; }
@media (max-width: 767px) {
  .newsletter-block .form-holder .sub-title {
      padding: 0 0 30px;
      font-size: 17px;
      font-weight: normal; } }
.newsletter-block .form-holder .wpcf7-form-control-wrap,
.newsletter-block .form-holder .input-holder {
  display: block;
  margin: 0 0 18px; }
.newsletter-block .form-holder input[type="text"],
.newsletter-block .form-holder input[type="email"] {
  width: 100%;
  display: block;
  background: #fff;
  color: #616161;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  border: none;
  outline: none;
  padding: 12px 16px;
  margin: 0;
  border-radius: 7px; }
.newsletter-block .form-holder input[type="text"]::-webkit-input-placeholder,
.newsletter-block .form-holder input[type="email"]::-webkit-input-placeholder {
  color: #616161; }
.newsletter-block .form-holder input[type="text"]::-moz-placeholder,
.newsletter-block .form-holder input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #616161; }
.newsletter-block .form-holder input[type="text"]:-moz-placeholder,
.newsletter-block .form-holder input[type="email"]:-moz-placeholder {
  color: #616161; }
.newsletter-block .form-holder input[type="text"]:-ms-input-placeholder,
.newsletter-block .form-holder input[type="email"]:-ms-input-placeholder {
  color: #616161; }
.newsletter-block .form-holder input[type="text"].placeholder,
.newsletter-block .form-holder input[type="email"].placeholder {
  color: #616161; }
.newsletter-block .form-holder input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  padding: 14px 53px 14px 37px;
  border-radius: 10px;
  background: #fff url(images/arrow.svg) no-repeat 88% 50%/16px 10px;
  border: none;
  text-transform: uppercase;
  color: #283a3c;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  outline: none;
  margin: 0 0 24px; }
@media (max-width: 767px) {
  .newsletter-block .form-holder input[type="submit"] {
      padding: 14px 41px 14px 26px;
      background: #fff url(images/arrow.svg) no-repeat 84% 50%/16px 10px; } }
.newsletter-block .form-holder input[type="submit"]:hover {
  opacity: 0.9; }
.newsletter-block .wpcf7-list-label,
.newsletter-block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.2; }
.newsletter-block input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: none;
  background: #fff;
  margin: 0 13px 0 2px; }
@media (max-width: 767px) {
  .newsletter-block input[type="checkbox"] {
      margin: 0 8px 0 2px; } }
.newsletter-block span.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1;
  padding: 5px 0 0; }
.newsletter-block .wpcf7-mailpoetsignup {
  font-size: 12px;
  line-height: 1.2; }
.newsletter-block div.wpcf7-validation-errors,
.newsletter-block div.wpcf7-acceptance-missing {
  margin: 0;
  padding: 5px;
  font-size: 12px;
  line-height: 1.2; }

.footer-info {
  padding: 36px 0;
  text-align: center;
  background: #fafafa;
  border-top: 1px solid #ececec;
  font-size: 14px;
  line-height: 1.2;
  color: #a7a7a7;
  letter-spacing: 0.6px; }
@media (max-width: 767px) {
  .footer-info {
      line-height: 22px;
      padding: 28px 0; } }
.footer-info strong {
  color: #283a3c; }
@media (max-width: 767px) {
  .footer-info p {
      margin: 0; } }
.footer-info br {
  display: none; }
@media (max-width: 767px) {
  .footer-info br {
      display: block;
      margin: 0 0 10px; } }
.footer-info a {
  color: #a7a7a7;
  text-decoration: underline; }
@media (max-width: 767px) {
  .footer-info a {
      display: inline-block;
      margin: 22px 0 0; } }
.footer-info a:hover {
  text-decoration: none; }

#footer {
  position: relative;
  z-index: 2; }

.intro-page {
  padding: 108px 0 50px;
  font-size: 24px;
  line-height: 28px;
  position: relative; }
@media (max-width: 1023px) {
  .intro-page {
      text-align: center;
      padding: 50px 0 0;
      font-size: 18px;
      line-height: 1.3; } }
@media (max-width: 767px) {
  .intro-page {
      font-size: 13px;
      line-height: 18px; } }
.intro-page:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  background: url(images/sky.png) no-repeat 50% 50%/cover;
  height: 853px; }
@media (max-width: 767px) {
  .intro-page:after {
      height: 222px; } }
.intro-page .container {
  position: relative;
  z-index: 2; }
.intro-page h1 {
  margin: 0 0 31px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 52px;
  line-height: 1.2; }
@media (max-width: 1023px) {
  .intro-page h1 {
      font-size: 35px;
      margin: 0 0 20px; } }
@media (max-width: 767px) {
  .intro-page h1 {
      font-size: 24px;
      margin: 0 0 9px; } }
.intro-page .text-holder {
  max-width: 900px; }
.intro-page + * {
  position: relative;
  z-index: 2; }

.contact-block {
  padding: 39px 0 70px; }
@media (max-width: 767px) {
  .contact-block {
      padding: 21px 0 65px; } }
.contact-block .img-holder {
  float: left;
  width: 48%;
  margin: 11px 0 0; }
@media (max-width: 767px) {
  .contact-block .img-holder {
      float: none;
      width: auto;
      margin: 0 -20px 50px; } }
.contact-block .img-holder img {
  width: 100%; }
.contact-block .text-holder {
  padding: 0 0 0 56px;
  overflow: hidden;
  font-size: 16px;
  line-height: 33px; }
@media (max-width: 1023px) {
  .contact-block .text-holder {
      padding: 0 0 0 30px; } }
@media (max-width: 767px) {
  .contact-block .text-holder {
      text-align: center;
      font-size: 13px;
      line-height: 18px;
      padding: 0; } }
.contact-block .text-holder h2 {
  display: block;
  font-size: 26px;
  line-height: 33px;
  font-weight: 900;
  margin: 0 0 28px; }
@media (max-width: 1023px) {
  .contact-block .text-holder h2 {
      margin: 0 0 15px;
      font-size: 20px;
      line-height: 1.2; } }
@media (max-width: 767px) {
  .contact-block .text-holder h2 {
      display: none; } }
.contact-block .text-holder p {
  margin: 0 0 33px; }
@media (max-width: 1023px) {
  .contact-block .text-holder p {
      margin: 0 0 18px; } }
@media (max-width: 767px) {
  .contact-block .text-holder .social-networks {
      padding: 22px 0 0; } }
.contact-block .text-holder .social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }
.contact-block .text-holder .social-networks li a:hover {
  opacity: 0.9; }

.dealers-block {
  text-align: center;
  padding: 78px 0 261px; }
@media (max-width: 767px) {
  .dealers-block {
      padding: 27px 0 61px; } }
.dealers-block .container {
  /* max-width: 1180px; */
}
.dealers-block h2 {
  margin: 0 0 42px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.5px; }
@media (max-width: 767px) {
  .dealers-block h2 {
      display: none; } }
@media (max-width: 767px) {
  .dealers-block .accordion {
      margin: 0 -20px; } }
.dealers-block .accordion li {
  border-bottom: solid #d8d8d8;
  border-width: 1px 0;
  margin: 0 0 0px;
}
.dealers-block .accordion li.active .opener {
  background: rgba(250, 250, 250, 0.4);
  border-color: #d8d8d8; }
.dealers-block .accordion li.active .opener span {
  background: #fff; }
.dealers-block .accordion li.active .opener span:after, .dealers-block .accordion li.active .opener span:before {
  background: #36a9e0; }
.dealers-block .accordion li.active .opener span:before {
  opacity: 0; }
.dealers-block .accordion .opener {
  display: block;
  padding: 28px 50px;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 1.14px;
  color: #283a3c;
  border-bottom: 1px solid transparent;
  position: relative; }
@media (max-width: 1023px) {
  .dealers-block .accordion .opener {
      padding: 20px; } }
@media (max-width: 767px) {
  .dealers-block .accordion .opener {
      font-size: 16px;
      padding: 15px; } }
.dealers-block .accordion .opener:hover {
  background: rgba(250, 250, 250, 0.8); 
}
.dealers-block .accordion .opener span {
  position: absolute;
  top: 50%;
  right: 2px;
  margin: -20px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #36a9e0;
  border: 1px solid #36a9e0;
  -webkit-transition: opacity 0.3s, color 0.3s, background 0.3s;
  transition: opacity 0.3s, color 0.3s, background 0.3s; }
@media (max-width: 767px) {
  .dealers-block .accordion .opener span {
      width: 25px;
      height: 25px;
      right: 21px;
      margin: -13px 0 0; } }
.dealers-block .accordion .opener span:after {
  position: absolute;
  content: '';
  width: 21px;
  height: 5px;
  background: #fff;
  top: 17px;
  left: 9px;
  -webkit-transition: opacity 0.3s, color 0.3s, background 0.3s;
  transition: opacity 0.3s, color 0.3s, background 0.3s; }
@media (max-width: 767px) {
  .dealers-block .accordion .opener span:after {
      height: 3px;
      width: 13px;
      top: 10px;
      left: 5px; } }
.dealers-block .accordion .opener span:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 21px;
  background: #fff;
  top: 9px;
  left: 17px;
  -webkit-transition: opacity 0.3s, color 0.3s, background 0.3s;
  transition: opacity 0.3s, color 0.3s, background 0.3s; }
@media (max-width: 767px) {
  .dealers-block .accordion .opener span:before {
      width: 3px;
      height: 13px;
      top: 5px;
      left: 10px; } }
.dealers-block .accordion .slide {
  padding: 48px 40px;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 1.31px;
  overflow: hidden; }
@media (max-width: 767px) {
  .dealers-block .accordion .slide {
      font-size: 13px;
      line-height: 18px;
      padding: 27px 10px; } }
.dealers-block .accordion .slide p {
  margin: 0; }
@media (max-width: 767px) {
  .dealers-block .accordion .slide p {
      margin: 0 0 18px; } }
.dealers-block .accordion .slide p:last-child {
  margin: 0; }
@media (max-width: 767px) {
  .dealers-block .accordion .slide p:last-child {
      margin: 0; } }
.dealers-block .accordion .slide a:hover {
  color: #2ecc71; }

.load-more-holder {
  margin: -20px 0 0;
  padding: 0 0 122px 50px; }
@media (max-width: 1199px) {
  .load-more-holder {
      padding: 0 0 100px; } }
@media (max-width: 1023px) {
  .load-more-holder {
      margin: 0;
      padding: 20px 0 60px; } }
@media (max-width: 767px) {
  .load-more-holder {
      padding: 10px 0 30px; } }
.load-more-holder .posts-holder {
  border-top: 1px solid #dedede;
  padding: 0 0 67px; }
@media (max-width: 767px) {
  .load-more-holder .posts-holder {
      margin: 0 -20px;
      padding: 0 0 30px; } }
.load-more-holder .container {
  max-width: 1132px; }
.load-more-holder .load-btn {
  text-align: center; }
.load-more-holder .load-btn a {
  border-bottom: 1px solid #cdcdcd;
  color: #283a3c;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.23px;
  font-weight: 400; }
.load-more-holder .load-btn a:hover {
  border-color: #283a3c; }

.post-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 33px 15% 28px 54px;
  position: relative;
  -webkit-transition: opacity 1s linear, -webkit-transform 1s linear;
  transition: opacity 1s linear, -webkit-transform 1s linear;
  transition: opacity 1s linear, transform 1s linear;
  transition: opacity 1s linear, transform 1s linear, -webkit-transform 1s linear; }
@media (max-width: 1023px) {
  .post-preview {
      padding: 20px 50px 20px 20px; } }
@media (max-width: 767px) {
  .post-preview {
      padding: 24px 50px 22px 20px; } }
.post-preview.new-item {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px); }
.post-preview time {
  color: #d4d6d7;
  text-align: center;
  line-height: 1.25;
  text-transform: uppercase; }
.post-preview time span {
  display: block; }
.post-preview time .date {
  font-size: 36px;
  font-weight: 500; }
@media (max-width: 767px) {
  .post-preview time .date {
      font-size: 26px; } }
.post-preview time .month {
  font-size: 19px; }
@media (max-width: 767px) {
  .post-preview time .month {
      font-size: 13px; } }
.post-preview time .year {
  font-size: 18px; }
@media (max-width: 767px) {
  .post-preview time .year {
      font-size: 12px; } }
.post-preview .text-holder {
  padding: 0 0 0 128px;
  font-size: 20px;
  line-height: 30px;
  color: #616161; }
@media (max-width: 1199px) {
  .post-preview .text-holder {
      padding: 0 0 0 100px; } }
@media (max-width: 1023px) {
  .post-preview .text-holder {
      padding: 0 0 0 50px;
      font-size: 17px;
      line-height: 1.2; } }
@media (max-width: 767px) {
  .post-preview .text-holder {
      padding: 0 0 0 22px; } }
.post-preview .text-holder h2 {
  margin: 0 0 9px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #283a3c;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
@media (max-width: 1199px) {
  .post-preview .text-holder h2 {
      font-size: 30px;
      line-height: 1.2; } }
@media (max-width: 1023px) {
  .post-preview .text-holder h2 {
      font-size: 25px; } }
@media (max-width: 767px) {
  .post-preview .text-holder h2 {
      font-size: 15px;
      line-height: 19px;
      font-weight: bold;
      letter-spacing: 0.4px;
      margin: 0; } }
.post-preview .text-holder p {
  margin: 0; }
@media (max-width: 767px) {
  .post-preview .text-holder p {
      display: none; } }
.post-preview .more-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.post-preview:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 50px;
  width: 22px;
  height: 22px;
  margin: -15px 0 0;
  border: solid #36a9e0;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s; }
@media (max-width: 767px) {
  .post-preview:after {
      width: 16px;
      height: 16px;
      margin: -9px 0 0;
      right: 27px;
      opacity: 1; } }
@media (min-width: 1024px) {
  .post-preview:hover h2 {
      color: #36a9e0; }
  .post-preview:hover:after {
      right: 40px;
      opacity: 1; } }
@media (min-width: 1024px) and (max-width: 767px) {
  .post-preview:hover:after {
      right: 27px; } }

.single-holder {
  padding: 68px 0 0;
  position: relative; }
.single-holder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  background: url(images/sky.png) no-repeat 50% 50%/cover;
  height: 853px; }
.single-holder > * {
  position: relative;
  z-index: 1; }
.single-holder .container {
  max-width: 1180px; }
.single-holder .img-holder {
  background: #fff;
  text-align: center;
  padding: 97px 50px 10px;
  margin: 0 0 21px; }
@media (max-width: 1023px) {
  .single-holder .img-holder {
      padding: 50px 50px 10px; } }
@media (max-width: 767px) {
  .single-holder .img-holder {
      background: none;
      padding: 0 9px;
      margin: 0 0 13px; } }
.single-holder time {
  display: block;
  text-align: center;
  color: #a6a6a6;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 0 12px;
  position: relative;
  margin: 0 0 34px; }
@media (max-width: 767px) {
  .single-holder time {
      margin: 0 0 38px; } }
.single-holder time:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 45px;
  height: 1px;
  background: #dfdfe1;
  margin: 0 0 0 -22px; }
.single-holder .content-holder {
  max-width: 633px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -0.19px; }
@media (max-width: 767px) {
  .single-holder .content-holder {
      font-size: 13px;
      line-height: 18px; } }
.single-holder .content-holder h1 {
  margin: 0 0 29px;
  color: #141414;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.8px; }
@media (max-width: 767px) {
  .single-holder .content-holder h1 {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.2px;
      margin: 0 0 22px; } }
.single-holder .content-holder p {
  margin: 0 0 30px; }
@media (max-width: 767px) {
  .single-holder .content-holder p {
      margin: 0 0 36px; } }

.share-block {
  text-align: center;
  padding: 75px 0 88px; 

}

.share-block .addtoany_share{
  display: none !important;
}
@media (max-width: 1023px) {
  .share-block {
      padding: 30px 0; } }
@media (max-width: 767px) {
  .share-block {
      padding: 10px 0 66px; } }
.share-block .title {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px; }
.share-block .addtoany_shortcode .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.share-block .addtoany_shortcode a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  margin: 0 5px;
  padding: 0; }
.share-block .addtoany_shortcode a:hover {
  border: 1px solid #d8d8d8;
  background: #d8d8d8; }

.custom-pagination {
  border-top: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 767px) {
  .custom-pagination {
      margin: 0 -20px;
      display: none; } }
.custom-pagination .prev,
.custom-pagination .next {
  width: 50%;
  border-right: 1px solid #d8d8d8;
  padding: 62px 62px 79px 52px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
  position: relative; }
@media (max-width: 1023px) {
  .custom-pagination .prev,
  .custom-pagination .next {
      padding: 40px;
      font-size: 18px;
      line-height: 1.2; } }
@media (max-width: 767px) {
  .custom-pagination .prev,
  .custom-pagination .next {
      padding: 10px; } }
.custom-pagination .next:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 30px;
  border: solid #36a9e0;
  border-width: 0 2px 2px 0;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -10px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s; }
@media (max-width: 767px) {
  .custom-pagination .next:after {
      display: none; } }
.custom-pagination .next:hover:after {
  opacity: 1;
  right: 25px; }
.custom-pagination .next:hover .title {
  color: #36a9e0; }
.custom-pagination .prev:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  border: solid #36a9e0;
  border-width: 0 0 2px 2px;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -10px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, left 0.3s;
  transition: opacity 0.3s, left 0.3s; }
@media (max-width: 767px) {
  .custom-pagination .prev:after {
      display: none; } }
.custom-pagination .prev:hover:after {
  opacity: 1;
  left: 15px; }
.custom-pagination .prev:hover .title {
  color: #36a9e0; }
.custom-pagination .date {
  display: block;
  color: #bebebe;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.2; }
@media (max-width: 1023px) {
  .custom-pagination .date {
      margin: 0 0 10px; } }
@media (max-width: 767px) {
  .custom-pagination .date {
      font-size: 13px;
      margin: 0 0 10px; } }
.custom-pagination .title {
  display: block;
  font-size: 39px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.87px;
  color: #141414;
  margin: 0 0 11px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
@media (max-width: 1199px) {
  .custom-pagination .title {
      font-size: 30px;
      line-height: 1.3; } }
@media (max-width: 1023px) {
  .custom-pagination .title {
      font-size: 25px;
      margin: 0 0 10px; } }
@media (max-width: 767px) {
  .custom-pagination .title {
      font-size: 13px;
      letter-spacing: 0; } }
.custom-pagination p {
  margin: 0; }
@media (max-width: 767px) {
  .custom-pagination p {
      display: none; } }
.custom-pagination .more-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.label-content {
  padding: 20px 0 153px; }
@media (max-width: 1023px) {
  .label-content {
      padding: 18px 0 70px; } }
.label-content #content {
  float: left;
  width: 65%; }
@media (max-width: 767px) {
  .label-content #content {
      float: none;
      width: 100%; } }
.label-content #content .img-holder {
  padding: 0 0 0 20px;
  margin: 0 0 83px; }
@media (max-width: 767px) {
  .label-content #content .img-holder {
      padding: 0;
      margin: 0 -10px 60px;
      text-align: center; } }
.label-content #content .text-holder {
  padding: 0 0 0 108px;
  font-size: 16px;
  line-height: 22px; }
@media (max-width: 1023px) {
  .label-content #content .text-holder {
      padding: 0;
      font-size: 13px;
      line-height: 18px; } }
.label-content #content h2 {
  margin: 0 0 31px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900; }
@media (max-width: 767px) {
  .label-content #content h2 {
      font-size: 20px;
      margin: 0 0 18px; } }
.label-content #content ul {
  margin: 0 0 58px;
  padding: 9px 0 0; }
@media (max-width: 767px) {
  .label-content #content ul {
      margin: 0 0 33px;
      padding: 0; } }
.label-content #content ul li {
  padding: 0 0 0 28px;
  margin: 0 0 11px;
  position: relative; }
@media (max-width: 767px) {
  .label-content #content ul li {
      margin: 0 0 10px; } }
.label-content #content ul li:after {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  height: 8px;
  width: 17px;
  border: solid #36a9e0;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
@media (max-width: 767px) {
  .label-content #content ul li:after {
      left: -2px; } }
.label-content #content p {
  margin: 0 0 22px; }
@media (max-width: 767px) {
  .label-content #content p {
      margin: 0 0 18px; } }
.label-content #content a:hover {
  color: #2ecc71; }
.label-content #sidebar {
  float: right;
  width: 22%;
  padding: 29px 0 0; }
@media (max-width: 1023px) {
  .label-content #sidebar {
      width: 30%; } }
@media (max-width: 767px) {
  .label-content #sidebar {
      display: none; } }

.call-widget {
  text-align: center;
  border-bottom: 2px solid #e8e8e8;
  line-height: 27px;
  padding: 0 0 32px; }
@media (max-width: 767px) {
  .call-widget {
      font-size: 16px;
      padding: 0 0 52px; } }
.call-widget img {
  opacity: 0.3; }
.call-widget .ico-holder {
  margin: 0 0 33px; }
.call-widget .title {
  display: block; }
.call-widget .sub-title {
  display: block;
  font-weight: normal; }
.call-widget a {
  color: #283a3c; }
.call-widget a:hover {
  color: #2ecc71; }

.download-widget {
  text-align: center;
  padding: 16px 0 52px;
  border-bottom: 2px solid #e8e8e8;
  font-size: 16px;
  line-height: 1.7; }
.download-widget .ico-holder {
  margin: 0 0 22px; }
.download-widget .title {
  display: block;
  font-weight: 700; }
.download-widget .download-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #283a3c; }
.download-widget .download-link:hover {
  text-decoration: none; }

.btn-widget {
  text-align: center;
  padding: 28px 20px 49px;
  border-bottom: 2px solid #e8e8e8; }
@media (max-width: 1199px) {
  .btn-widget {
      padding: 20px 10px 45px; } }
@media (max-width: 767px) {
  .btn-widget {
      padding: 28px 19px 51px; } }
.btn-widget .btn {
  width: 100%;
  font-size: 17px;
  padding: 18px 16px 16px 33px; }
@media (max-width: 1199px) {
  .btn-widget .btn {
      padding: 15px; } }
@media (max-width: 767px) {
  .btn-widget .btn {
      padding: 17px 15px 16px 16px; } }

.products-search {
  padding: 24px 0 86px;
  z-index: 1;
  position: relative; }
@media (max-width: 767px) {
  .products-search {
      display: none; } }
.products-search form {
  float: right;
  width: 394px;
  position: relative; }
.products-search input[type="search"] {
  display: block;
  letter-spacing: 0.21px;
  width: 100%;
  font-size: 17px;
  line-height: 1.3;
  color: #283a3c;
  padding: 18px 26px;
  border-radius: 30px;
  margin: 0;
  border: 1px solid #c1c2c3;
  outline: none; }
.products-search input[type="search"]::-webkit-input-placeholder {
  color: #283a3c; }
.products-search input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #283a3c; }
.products-search input[type="search"]:-moz-placeholder {
  color: #283a3c; }
.products-search input[type="search"]:-ms-input-placeholder {
  color: #283a3c; }
.products-search input[type="search"].placeholder {
  color: #283a3c; }
.products-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 62px;
  background: url(images/search-ico-hover.svg) no-repeat 50% 50%/24px 24px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 30px; }
.products-search input[type="submit"]:hover {
  opacity: 0.8; }

@media (max-width: 767px) {
  .products-search + .cat-list {
      padding: 16px 0 49px; } }

.search-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
@media (max-width: 767px) {
  .search-item {
      padding: 10px 0; } }
.search-item .img-holder {
  border-right: 1px solid #e8e9eb;
  width: 153px;
  height: 90px;
  padding: 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 767px) {
  .search-item .img-holder {
      width: 70px;
      height: auto;
      padding: 10px; } }
.search-item h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.88px;
  font-weight: 400;

}
.search-item .search-heading{
  padding: 0 23px; 
}

.search-item .search-heading .model {
  display: block;
  color: #283a3c;
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .search-item h2 {
      font-size: 13px;
  } 
  .search-item .search-heading{
      max-width: 80%; 
  }
}
.search-item h2 br {
  display: none;
}
.search-item .more-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.search-item:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 60px;
  width: 21px;
  height: 21px;
  margin: -8px 0 0;
  border: solid #36a9e0;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s; }
@media (max-width: 1023px) {
  .search-item:after {
      opacity: 1;
      right: 5px;
      width: 10px;
      height: 10px;
      margin: -5px 0 0; } }
@media (min-width: 1024px) {
  .products-list .info-block .top-holder {
      min-height: 117px;
  }

  .search-item:hover {
      background: #fafafa; }
  .search-item:hover:after {
      right: 56px;
      opacity: 1; } }

.search-results-block {
  padding: 0 0 138px; }
@media (max-width: 1023px) {
  .search-results-block {
      padding: 0 0 50px; } }
@media (max-width: 767px) {
  .search-results-block {
      padding: 0 0 30px; } }

.breadcrumbs {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400; }
@media (max-width: 767px) {
  .breadcrumbs {
      font-size: 13px; } }
.breadcrumbs li {
  display: inline-block;
  vertical-align: top; }
.breadcrumbs li:before {
  content: '/';
  display: inline-block;
  margin: 0 5px 0 0; }
.breadcrumbs li:first-child:before {
  display: none; }
.breadcrumbs li span span {
  color: rgba(40, 58, 60, 0.38); }
.breadcrumbs li span a span {
  color: #283a3c;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
.breadcrumbs li span a span:hover {
  color: #36a9e0; }

.products-list {
  padding: 7px 0 100px; }
@media (max-width: 1023px) {
  .products-list {
      padding: 50px 0 100px; } }
@media (max-width: 767px) {
  .products-list {
      padding: 35px 8px 25px; } }
.products-list .col-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 549px) {
  .products-list .col-holder {
      border: none; } }
.products-list .col-holder .col {
  width: 25%;
  background: #fff;
  border: 1px solid #dcdfdf;
  position: relative;
  padding: 0 0 117px;
  margin: 0 -1px -1px 0; 
  overflow: hidden;
}
.products-list .col-holder .col:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid #dcdfdf;
}
@media (max-width: 1023px) {
  .products-list .col-holder .col {
      width: 33.33%; } }
@media (max-width: 767px) {
  .products-list .col-holder .col {
      width: 50%; } }
@media (max-width: 549px) {
  .products-list .col-holder .col {
      width: 100%;
      margin: 0 0 28px;
      border-width: 1px; } }
.products-list .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 280px;
  padding: 15px; 
  overflow: hidden;
}
.products-list .img-holder img {
  max-width: 205px; }
.products-list .img-holder:hover {
  opacity: 0.8; }
.products-list .info-block {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: -184px;
  background: #f6f6f6;

  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s; }
.products-list .info-block.block-active {
  bottom: -1px;
}
.products-list .info-block.block-active .block-opener {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products-list .info-block.block-active .info-documents {
  opacity: 1;
  pointer-events: auto; 
}
.products-list .info-block .top-holder {
  padding: 16px 80px 9px 14px;
  position: relative;
}
.products-list .info-block .block-opener {
  position: absolute;
  top: 26px;
  right: 29px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #36a9e0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.products-list .info-block .block-opener:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 18px;
  width: 4px;
  height: 20px;
  background: #fff; }
.products-list .info-block .block-opener:before {
  position: absolute;
  content: '';
  top: 18px;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #fff; }
.products-list .info-block .block-opener:hover {
  opacity: 0.95; }
.products-list .info-block h2 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.2;
  min-height: 36px; }
.products-list .info-block .model {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 10px; }
.products-list .info-block .icon-list li {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  margin: 0 5px 0 0; }
.products-list .info-block .info-documents {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; 
  border-top: 1px solid #dcdfdf;
  /*min-height: 209px;*/
}
.products-list .info-block .info-documents li {
  border-bottom: 1px solid #dcdfdf; }
.products-list .info-block .info-documents li a,
.products-list .info-block .info-documents li strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #283a3c;
  padding: 9px 15px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
.products-list .info-block .info-documents li a:hover,
.products-list .info-block .info-documents li strong:hover {
  color: #36a9e0; }
.products-list .info-block .info-documents li .ico-holder,
.products-list .info-block .info-documents li span {
  display: inline-block;
  vertical-align: middle; }
.products-list .info-block .info-documents li .ico-holder {
  text-align: center;
  width: 29px;
  margin: 0 8px 0 0; }
.products-list .info-block .info-documents .add-to-catalog.added {
  opacity: 0.5;
  pointer-events: none;
  cursor: default; }

.product-intro {
  padding: 80px 0 59px;
  position: relative; }
@media (max-width: 767px) {
  .product-intro {
      padding: 43px 0 34px;
      text-align: center; } }
.product-intro:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  background: url(images/sky.png) no-repeat 50% 50%/cover;
  height: 853px; }
@media (max-width: 767px) {
  .product-intro:after {
      height: 222px; } 
  .product-intro .container{
      display: block;
  }
}
.product-intro .container {
  max-width: 1167px;
  position: relative;
  z-index: 1; 
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product-intro .container{
      display: block;
  }
}
.product-intro .container:after{
  display: none;
}
.product-intro .img-holder {
  float: left;
  width: 42.7%;
  padding: 0 30px 0 0; 
}
@media (max-width: 767px) {
  .product-intro .img-holder {
      width: 100%;
      padding: 0 37px 22px;
      float: none; } }
.product-intro .img-holder img {
  max-width: 358px; }
@media (max-width: 1023px) {
  .product-intro .img-holder img {
      max-width: 100%; } }
.product-intro .text-holder {
  width: 57.3%;
  font-size: 24px;
  line-height: 28px;
  padding: 0 5% 0 0; }
.product-intro .text-holder:only-child{
  width: 100%;
}
@media (max-width: 1023px) {
  .product-intro .text-holder {
      font-size: 20px;
      line-height: 1.3; } }
@media (max-width: 767px) {
  .product-intro .text-holder {
      padding: 0;
      font-size: 16px;
      line-height: 21px; 
      width: 100%;
} }
.product-intro h1 {
  margin: 0 0 23px;
  text-transform: uppercase;
  color: #36a9e0;
  font-size: 78px;
  line-height: 1;
  letter-spacing: 1.65px;
  font-weight: 900; }
@media (max-width: 1023px) {
  .product-intro h1 {
      font-size: 50px; } }
@media (max-width: 767px) {
  .product-intro h1 {
      font-size: 34px;
      line-height: 1.2;
      color: #283a3c;
      margin: 0 0 7px; } }
.product-intro p {
  letter-spacing: -0.2px;
  margin: 0 0 39px;
  color: #283a3c; }
@media (max-width: 767px) {
  .product-intro p {
      margin: 0 0 20px; } }
.product-intro .model {
  display: block;
  color: #283a3c;
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 13px; }
.product-intro .icon-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0; }

.single-info-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid #dfdfdf;
  border-width: 1px 0;
  position: relative;
  z-index: 100;
  background: #fff; }
.fixed-position .single-info-documents{
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
  border-color: transparent;
}
@media (max-width: 767px) {
  .single-info-documents {
      display: block;
      position: static !important; } }
.single-info-documents li {
  width: 25%;
  border: solid #dfdfdf;
  border-width: 0 0 0 1px; }
@media (max-width: 767px) {
  .single-info-documents li {
      width: 100%;
      border-width: 1px 0 0; } }
.single-info-documents li:first-child {
  border: none; }
.single-info-documents li a,
.single-info-documents li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  color: #283a3c;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  height: 100%;
  position: relative; }
@media (max-width: 1023px) {
  .single-info-documents li a,
  .single-info-documents li strong {
      padding: 10px; } }
@media (max-width: 767px) {
  .single-info-documents li a,
  .single-info-documents li strong {
      padding: 19px; } }
.single-info-documents li a:hover,
.single-info-documents li strong:hover {
  color: #36a9e0; }
.single-info-documents li .ico-holder {
  margin: 0 10px 0 0; }
@media (max-width: 767px) {
  .single-info-documents li .ico-holder {
      position: absolute;
      top: 13px;
      right: 10px; } }

.product-info {
  padding: 89px 0;
  background-color: rgba(54, 169, 224, 0.03);
  position: relative;
  z-index: 1; }
@media (max-width: 1023px) {
  .product-info {
      padding: 50px 0; } }
@media (max-width: 767px) {
  .product-info {
      padding: 34px 0 10px; } }
.product-info .img-holder {
  float: left;
  width: 26%;
  padding: 15px 72px 10px 26px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
@media (max-width: 1199px) {
  .product-info .img-holder {
      padding: 20px; } }
@media (max-width: 1023px) {
  .product-info .img-holder {
      display: none; } }
.product-info .img-holder img {
  margin: 0 0 49px; }
.product-info .img-holder .popup-opener {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0 34px 0 0;
  cursor: pointer; }
.product-info .img-holder .popup-opener > span {
  display: inline-block;
  vertical-align: middle; }
.product-info .img-holder .popup-opener .zoom-ico {
  background: url(images/zoom-in.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0; }
.product-info .img-holder .popup-opener:hover {
  color: #36a9e0; }
.product-info .img-holder .img-frame {
  max-height: 100%;
  max-width: 100%; }
.product-info .img-holder .img-frame img {
  max-width: 100%;
  max-height: 100%; }
.product-info .content-holder {
  float: left;
  width: 50%; }
@media (max-width: 1023px) {
  .product-info .content-holder {
      width: 65%; } }
@media (max-width: 767px) {
  .product-info .content-holder {
      float: none;
      width: 100%;
      padding: 0 0 46px; } }
.product-info .content-holder h2 {
  margin: 0 0 21px;
  font-size: 26px;
  line-height: 1;
  font-weight: 900; }
@media (max-width: 767px) {
  .product-info .content-holder h2 {
      font-size: 20px;
      margin: 0 0 18px; } }
.product-info .content-holder p {
  margin: 0 0 22px; }
@media (max-width: 767px) {
  .product-info .content-holder p {
      margin: 0 0 18px; } }
.product-info .content-holder h3 {
  margin: 32px 0 9px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900; }
@media (max-width: 767px) {
  .product-info .content-holder h3 {
      font-size: 13px;
      margin: 19px 0 3px; } }
.product-info .content-holder ul {
  font-size: 14px;
  line-height: 19px;
  padding: 0 0 49px; }
@media (max-width: 767px) {
  .product-info .content-holder ul {
      line-height: 18px;
      padding: 0 0 42px; } }
.product-info .content-holder ul li {
  padding: 0 0 0 10px;
  position: relative; }
.product-info .content-holder ul li:after {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background: #283a3c;
  border-radius: 100%;
  top: 7px;
  left: 0; }
.product-info .content-holder .data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 26px 0;
  margin: 0 0 0 -14px; }
@media (max-width: 1023px) {
  .product-info .content-holder .data-list {
      margin: 0; } }
@media (max-width: 767px) {
  .product-info .content-holder .data-list {
      padding: 8px 0;
      display: block;
      margin: 0 0 0 -16px; } }
.product-info .content-holder .data-list li {
  width: 41.6%;
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 1199px) {
  .product-info .content-holder .data-list li {
      width: 50%; } }
@media (max-width: 767px) {
  .product-info .content-holder .data-list li {
      width: 100%; } }
.product-info .content-holder .data-list li:after {
  display: none; }
.product-info .content-holder .data-list .ico-holder {
  width: 60px;
  margin: 0 14px 0 0;
  text-align: center; }
@media (max-width: 1199px) {
  .product-info .content-holder .data-list .ico-holder {
      width: 40px; } }
@media (max-width: 767px) {
  .product-info .content-holder .data-list .ico-holder {
      width: 60px; } }
.product-info .content-holder .data-list .text-holder {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px; 
  max-width: 70%;
}
.product-info .content-holder .data-list .text-holder .sub-title {
  display: block; }
.product-info #sidebar {
  float: right;
  width: 22%;
  padding: 4px 0 0; }
@media (max-width: 1023px) {
  .product-info #sidebar {
      width: 30%; } }
@media (max-width: 767px) {
  .product-info #sidebar {
      float: none;
      width: 100%;
      max-width: 280px;
      margin: 0 auto; } }
.product-info #sidebar .widget:last-child {
  margin: 0; }

.popup-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000000;
  padding: 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 1023px) {
  .popup-block {
      display: none; } }
.popup-block .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 59px;
  height: 59px;
  background: url(images/close-btn.svg) no-repeat;
  cursor: pointer; }
.popup-active .popup-block {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll; }
.popup-block .img-frame {
  max-height: 100%; }

body.popup-active {
  overflow: hidden; }

.related-products {
  padding: 76px 0 88px;
  text-align: center; }
@media (max-width: 767px) {
  .related-products {
      padding: 31px 0 71px; } }
@media (max-width: 767px) {
  .related-products h2 {
      margin: 0 0 9px; } }
@media (max-width: 767px) {
  .related-products .top-heading {
      padding: 0 0 50px; } }
@media (max-width: 767px) {
  .related-products .related-slider {
      position: relative;
      padding: 0 60px; } }
.related-products .related-slider .slick-slide {
  padding: 0 10%;
  position: relative; }
@media (max-width: 767px) {
  .related-products .related-slider .slick-slide {
      padding: 0 20px; } }
.related-products .related-slider .slick-slide .more-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.related-products .related-slider .slick-slide:hover h2 {
  color: #36a9e0;
  font-weight: bold; }
.related-products .related-slider .img-holder {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 767px) {
  .related-products .related-slider .img-holder {
      margin: 0 0 16px; } }
.related-products .related-slider h2 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 400; }
@media (max-width: 767px) {
  .related-products .related-slider h2 {
      font-weight: bold; } }
.related-products .related-slider .slick-prev,
.related-products .related-slider .slick-next {
  position: absolute;
  top: 50%;
  right: 10px;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  border: solid #36a9e0;
  border-width: 0 2px 2px 0;
  padding: 0;
  margin: -40px 0 0;
  width: 15px;
  height: 15px;
  outline: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.related-products .related-slider .slick-prev {
  right: auto;
  left: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.product-added-popup {
  position: fixed;
  z-index: 1000;
  top: 150px;
  left: 50%;
  margin: 0 0 0 -358px;
  width: 706px;
  box-shadow: 0 0 50px rgba(40, 58, 60, 0.17);
  background-color: #ffffff;
  padding: 61px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
@media (max-width: 767px) {
  .product-added-popup {
      width: 100%;
      margin: 0;
      left: 0;
      right: 0; } }
.product-added-popup.added-product {
  opacity: 1;
  pointer-events: auto; }
.product-added-popup:after {
  position: fixed;
  content: '';
  z-index: -10;
  top: -999px;
  right: -999px;
  left: -999px;
  bottom: -999px;
  background: rgba(255, 255, 255, 0.7); }
.product-added-popup .close-popup {
  position: absolute;
  top: 31px;
  right: 31px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  overflow: hidden; }
.product-added-popup .close-popup:after {
  position: absolute;
  content: '';
  top: 11px;
  left: -10px;
  right: -10px;
  height: 2px;
  background: #d6d6d6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
.product-added-popup .close-popup:before {
  position: absolute;
  content: '';
  top: 11px;
  left: -10px;
  right: -10px;
  height: 2px;
  background: #d6d6d6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
.product-added-popup .close-popup:hover:after, .product-added-popup .close-popup:hover:before {
  background: #283a3c; }
.product-added-popup .check-ico {
  width: 76px;
  height: 76px;
  display: inline-block;
  vertical-align: top;
  background: url(images/check-ico.svg) no-repeat 50% 50%/cover;
  margin: 0 0 35px; }
.product-added-popup .title {
  display: block;
  margin: 0 0 43px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1.3px; }
.product-added-popup .btn-download {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #283a3c; }
.product-added-popup .btn-download:hover {
  text-decoration: none; }

.two-columns {
  padding: 67px 0 70px; }
@media (max-width: 767px) {
  .two-columns {
      padding: 62px 0 82px; } }
.two-columns #sidebar {
  padding: 7px 0 0;
  width: 22%;
  float: right; }
@media (max-width: 1023px) {
  .two-columns #sidebar {
      width: 30%; } }
@media (max-width: 767px) {
  .two-columns #sidebar {
      width: auto;
      padding: 0;
      float: none;
      max-width: 280px;
      margin: 0 auto; } }
.two-columns #content {
  float: left;
  width: 64%;
  padding: 0 0 0 8.5%; }
@media (max-width: 1023px) {
  .two-columns #content {
      padding: 0; } }
@media (max-width: 767px) {
  .two-columns #content {
      float: none;
      width: auto;
      padding: 0 0 43px; } }
.two-columns #content .intro-image {
  margin: 0 0 20px; }
.two-columns #content .intro-image img {
  width: 100%; }
.two-columns #content h2 {
  margin: 0 0 31px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900; }
@media (max-width: 767px) {
  .two-columns #content h2 {
      font-size: 20px;
      margin: 0 0 16px; } }
.two-columns #content p {
  margin: 0 0 22px; }
@media (max-width: 767px) {
  .two-columns #content p {
      margin: 0 0 18px; } }
.two-columns #content h3 {
  margin: 0 0 11px;
  font-size: 18px;
  line-height: 1.2; }
@media (max-width: 767px) {
  .two-columns #content h3 {
      font-size: 13px;
      margin: 0 0 21px; } }
.two-columns #content ul {
  margin: 0 0 44px; }
.two-columns #content ul li {
  padding: 0 0 0 27px;
  margin: 0 0 22px;
  position: relative; }
@media (max-width: 767px) {
  .two-columns #content ul li {
      padding: 0 0 0 11px;
      margin: 0 0 18px; } }
.two-columns #content ul li:after {
  position: absolute;
  content: '';
  top: 9px;
  left: 1px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #283a3c; }
@media (max-width: 767px) {
  .two-columns #content ul li:after {
      top: 7px;
      left: 0; } }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 0; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn); } }

@keyframes a {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
      padding: 12px; }
  .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px; }
  .fancybox-slide--image {
      padding: 6px 0; }
  .fancybox-close-small {
      right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
      width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
      right: 110px; }
  .fancybox-thumbs__list a {
      max-width: calc(100% - 10px); } }





.view-full-image {
  cursor: pointer;
}

.intro-home {
  background-color: #3A79A4 !important;
}

.intro-page h1 {
  font-size: 2em;
}

.product-intro h1 {
  font-size: 2.8em;
  text-transform: inherit;
}

.taxonomy .products_category span {
  text-transform: lowercase;
  display: inline-block;
}
.taxonomy .products_category span:first-letter { text-transform: uppercase; }

.home-video-player {
  display:block;
  width:100%;
}

@media (max-width: 767px) {
  .product-intro h1 {
      font-size: 2em;
  } 

  .home-video-player {
      display:block;
      height:100%;
      width: auto;
  }
}

@media (min-width: 1024px) {
  #nav > li.products-drop > .drop-holder > ul > li {
      border-right: 1px solid #eee;
      padding-left: 15px;
  }

  #nav > li.products-drop > .drop-holder > ul > li:last-child {
      border-right: 0px;
      padding-left: 15px;
  }

  #nav > li.products-drop > .drop-holder > ul {

  }

  .home-video-player {
      margin-top: -20vh;
  }
}

.single-holder .img-holder {
  padding: 50px 50px 10px;
  background: unset;
}

.catalog-block .last-post .img-holder {
  padding: unset;
}

.two-columns, .two-columns #content {
  padding: 0px;
}

.catalog-block .last-post .img-holder {
  border: unset;
  background: unset;
  max-height: 180px;
  text-align: center;
}

.catalog-block .last-post .img-holder img {
  height: auto;
  max-height: 180px;
  width: auto;
}

.product-info .content-holder .data-list .ico-holder {
  min-width: 60px;
}

div.wpcf7-validation-errors {
  border: unset;
  color: red;
}
.contact-form-order textarea {
  border: solid #b1b1b1;
  border-width: 0 0 2px;
  margin: 0;
  padding: 5px;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
  display: block;
  outline: none;
}

/*28-May-2019 Start*/
.catalog-block.folders-block .col-holder {
  float: none;
  width: 100%;
  justify-content: center;
}
.catalog-block.folders-block .col-holder-2 .col {
  width: 38%;
  padding: 0 6%;
  margin: 0 0 20px;
}
.catalog-block.folders-block .col-holder-3 .col {
  width: 31%;
  padding: 0;
  margin: 0 0 20px;
}
.catalog-block.folders-block .col-holder .img-holder {
  position: relative;
}
.catalog-block.folders-block .col-holder .img-holder span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
  padding: 0 50px;
  right: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.catalog-block.folders-block .col-holder .img-holder img {
  transition: all .3s ease-in-out;
}
/*.catalog-block.folders-block .col-holder .img-holder:hover img {
filter: blur(11px);
}
.catalog-block.folders-block .col-holder .img-holder:hover span {
opacity: 1;
}*/
.catalog-block-new .col-holder {
  float: none;
  width: 100%;
  justify-content: center;
  align-items: baseline;
}
.catalog-block-new .col-holder-1 .col {
  width: 38%;
  margin: 0 0 20px;
  padding: 0 6%;
}
.catalog-block-new .col-holder-2 .col {
  width: 31%;
  padding: 0;
  margin: 0 0 20px;
}
.catalog-block-new .col-holder .img-holder{
  position: relative;
}
.catalog-block-new .col-holder .img-holder span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
  padding: 0 50px;
  right: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.catalog-block-new .col-holder .img-holder img {
  transition: all .3s ease-in-out;
}
/*.catalog-block-new .col-holder .img-holder:hover img {
filter: blur(11px);
}
.catalog-block-new .col-holder .img-holder:hover span {
opacity: 1;
}*/

.catalog-block .col-holder .col.last-post {
  border: 0;
}
.catalog-block.folders-block .col-holder-3 .col:last-child {
  border: 0;
}
@media (max-width: 991px){
  .catalog-block .col-holder .img-holder{
      height: auto;
  }
}
@media (max-width: 767px){
  .catalog-block-new .col-holder .col {
      width: 100%;
      margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .catalog-block.folders-block .col-holder-3 .col {
      width: 100%;
      margin: 0 0 40px;
  }
}

/*14-November-2019 Start*/

.page-lab .intro-page {
  padding-bottom: 140px;
}

.page-lab .intro-page h3 {
  max-width: 670px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}

.lab-cta {
  padding: 120px 0 70px;
  background: #0098ff;
  position: relative;
}

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

.lab-cta .text-center h2 {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.lab-cta .container {
  position: relative;
  z-index: 2;
}

.lab-cta a.cta-link {
  border-radius: 35px;
  background: #fff;
  text-align: center;
  color: #36A9E0;
  text-transform: uppercase;
  width: 100%;
  max-width: 246px;
  padding: 20.5px 0;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 50px;
}

.lab-cta .text-center a.cta-link {
  margin-left: auto;
  margin-right: auto;
}

.lab-cta a.cta-link i {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-stroke: 1px white;
}

.lab-cta::after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url('images/lab-bg.png') center center / cover no-repeat;
  opacity: .6;
  z-index: 1;
}

.lab-cta h2 {
  font-size: 48px;
  letter-spacing: 1.2px;
  font-weight: 900;
  color: #fff;
}

.lab-cta h5 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}

.lab-cta-blocks {
  margin-top: 65px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.lab-cta-blocks .block {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.lab-cta-blocks .block .content {
  margin-bottom: 46px;
}


.lab-cta-blocks .block h3 {
  font-size: 100px;
  font-weight: 100;
  color: #fff;
  margin: 0;
}

.lab-cta-blocks .block h6 {
  font-size: 12px;
  letter-spacing: 1.7px;
  color: #fff;
  text-transform: uppercase;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.lab-cta-blocks .block a {
  border-radius: 25px;
  background: #fff;
  text-align: center;
  color: #36A9E0;
  text-transform: uppercase;
  width: 100%;
  max-width: 175px;
  padding: 10.5px 0;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: auto;
}

.lab-cta-blocks .block a i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-stroke: 1px white;
}

.lab-cta-blocks .block:not(:nth-child(4n+4)) {
  border-right: 1px solid rgba(255,255,255,0.5);
}

.page-lab-sections .body-wrapper {
  padding: 0 60px;
}

.page-lab-sections .body-wrapper h1,
.page-lab-sections .body-wrapper h2,
.page-lab-sections .body-wrapper h3,
.page-lab-sections .body-wrapper h4,
.page-lab-sections .body-wrapper h5,
.page-lab-sections .body-wrapper h6 {
  font-size: 24px;
}


.page-lab-sections .img-wrapper {
  position: relative;
}

.page-lab-sections .img-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 270px;
  background: rgba(151,151,151,0.25);
}

.page-lab-sections .img-wrapper img {
  padding: 0 45px 0 0;
}

.page-lab-sections .row {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 500px;
}

.page-lab-sections .row:nth-child(even) .img-wrapper {
  order: 1;
}

.page-lab-sections .row:nth-child(even) .img-wrapper::after {
  right: auto;
  left: 0;
}

.page-lab-sections .row:nth-child(even) .img-wrapper img {
  padding: 0 0 0 45px;
}

.page-lab-downloads {
  padding: 84px 0 60px;
}

.page-lab-downloads h3 {
  text-align: center;
  display: block;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .5px;
}

.page-lab-downloads .download:not(:nth-child(3n+3)) {
  border-right: 1px solid rgba(151,151,151,0.25);
}

.page-lab-downloads .download {
  padding: 0 43px;
}

.page-lab-downloads .download h4,
.page-lab-downloads .download h5 {
  font-size: 20px;
}

.page-lab-downloads .download h5 {
  font-weight: normal;
}

.page-lab-downloads .download a {
  border: 2px solid #36A9E0;
  border-radius: 25px;
  color: #36A9E0;
  padding: 8.5px 53px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 300px;
}

.page-lab-downloads .download a i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-stroke: 1px white;
  font-size: 12px;
}

.page-lab-downloads img {
  max-width: 180px;
}

.admin-bar #header {
  top: 32px;
}

@media (max-width: 1200px) {
  .lab-cta-blocks .block {
      text-align: center;
      flex: 0 0 50%;
      max-width: 50%;
  }

  .lab-cta h5,
  .lab-cta h2 {
      text-align: center;
  }
}

@media (max-width: 767px) {
  .admin-bar #header {
      top: 46px;
  }

  .page-lab-sections .row {
      padding-top: 65px;
      padding-bottom: 65px;
      min-height: 0;
  }

  .page-lab-sections .row .img-wrapper {
      order: 0!important;
  }

  .page-lab-sections .img-wrapper img {
      padding: 0!important;
  }

  .page-lab-sections .img-wrapper::after {
      display: none;
  }

  .page-lab-sections .body-wrapper {
      margin-top: 40px;
      padding: 0 15px;
  }

  .lab-cta-blocks .block {
      margin-bottom: 50px;
  }

  .read-more {
      padding-top: 20px;
      font-size: 40px !important;
  }
}

.pre-text {
  font-size: 12pt;
}

.after-text {
  clear: both;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  max-height: 40px;
  font-size: 12pt;
  transition: all .8s ease;
}

.after-text.open {
  max-height: 3000px;
}

.overlay-white:after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  height:40px;
  width:100%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.read-more {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #36a9e0;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 37px;
  display: inline-block;
  font-family: sans-serif;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all .8s ease;
}

.read-more.open {
  margin-top: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
