/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b, strong {font-weight: inherit;}
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b, strong, .b {font-weight: bolder;}
.red {color: red;}

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn, .i {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-LightItalic.eot");
  src: url("../fonts/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy-LightItalic.ttf") format("truetype"), url("../fonts/Gilroy-LightItalic.svg#Gilroy-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-UltraLightItalic.eot");
  src: url("../fonts/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy-UltraLightItalic.ttf") format("truetype"), url("../fonts/Gilroy-UltraLightItalic.svg#Gilroy-UltraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBoldItalic.eot");
  src: url("../fonts/Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-SemiBoldItalic.woff") format("woff"), url("../fonts/Gilroy-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Gilroy-SemiBoldItalic.svg#Gilroy-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-BoldItalic.eot");
  src: url("../fonts/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy-BoldItalic.ttf") format("truetype"), url("../fonts/Gilroy-BoldItalic.svg#Gilroy-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBoldItalic.eot");
  src: url("../fonts/Gilroy-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBoldItalic.woff") format("woff"), url("../fonts/Gilroy-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBoldItalic.svg#Gilroy-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ThinItalic.eot");
  src: url("../fonts/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy-ThinItalic.ttf") format("truetype"), url("../fonts/Gilroy-ThinItalic.svg#Gilroy-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-HeavyItalic.eot");
  src: url("../fonts/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy-HeavyItalic.ttf") format("truetype"), url("../fonts/Gilroy-HeavyItalic.svg#Gilroy-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-BlackItalic.eot");
  src: url("../fonts/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy-BlackItalic.ttf") format("truetype"), url("../fonts/Gilroy-BlackItalic.svg#Gilroy-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-MediumItalic.eot");
  src: url("../fonts/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy-MediumItalic.ttf") format("truetype"), url("../fonts/Gilroy-MediumItalic.svg#Gilroy-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

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

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

.contact, .contact-dealers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.wrapper::before,
.footer::before,
.header::before,
.page::before, .wrapper-narrow::before,
.footer-narrow::before,
.header-narrow::before,
.page-narrow::before, .section::before, .wrapper::after,
.footer::after,
.header::after,
.page::after, .wrapper-narrow::after,
.footer-narrow::after,
.header-narrow::after,
.page-narrow::after, .section::after {
  display: table;
  content: '';
  line-height: 0; }

.wrapper::after,
.footer::after,
.header::after,
.page::after, .wrapper-narrow::after,
.footer-narrow::after,
.header-narrow::after,
.page-narrow::after, .section::after {
  clear: both; }

.pagination li, .woocommerce-pagination li, .woocommerce nav.woocommerce-pagination li, .breadcrumb li {
  float: left;
  text-align: center; }
  .pagination li a:hover, .woocommerce-pagination li a:hover, .breadcrumb li a:hover,
  .pagination li a:focus,
  .woocommerce-pagination li a:focus,
  .breadcrumb li a:focus {
    text-decoration: none; }

.woocommerce-Price-amount{font-size: 1.8rem; font-weight: normal;}
.woocommerce-Price-currencySymbol {font-size: 1.2rem;}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin: 0.75rem auto;
  text-align: center;
  line-height: 1.5rem; }
  @media (min-width: 960px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      margin: 1.5rem auto; } }

h1 {
  font-size: 1.95rem;
  line-height: 2rem; }
  @media (min-width: 960px) {
    h1 {
      font-size: 2.44rem;
      line-height: 3rem; } }

h2 {
  font-size: 1.56rem; }
  @media (min-width: 960px) {
    h2 {
      font-size: 1.95rem;
      line-height: 2.25rem; } }

h3 {
  font-size: 1.25rem; }
  @media (min-width: 960px) {
    h3 {
      font-size: 1.56rem; } }

h4 {
  font-size: 1rem; }
  @media (min-width: 960px) {
    h4 {
      font-size: 1.25rem; } }

a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #292929;
  font-family: "Gilroy", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  a:visited {
    color: #292929; }
  a:hover, a:focus {
    color: #1a71fc;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (min-width: 960px) {
    a {
      font-size: 1rem; } }

b,
strong {
  font-weight: bold; }

i,
em {
  font-style: italic; }

ul,
menu,
dir {
  list-style-type: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }

p,
ul,
ol,
pre,
table,
blockquote {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 0.75rem;
  text-align: left;
  -webkit-margin-after: 0;
          margin-block-end: 0; }
  @media (min-width: 960px) {
    p,
    ul,
    ol,
    pre,
    table,
    blockquote {
      font-size: 1rem; } }

ul ul,
ol ol,
ul ol,
ol ul {
  text-align: left;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.hr,
hr {
  background-color: #d1e2fb;
  border: 0;
  height: 1px; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #202020;
  opacity: 1; }

input:-moz-placeholder {
  font-size: 0.875rem;
  color: #202020;
  opacity: 1; }

input::-moz-placeholder {
  font-size: 0.875rem;
  color: #202020;
  opacity: 1; }

input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #202020;
  opacity: 1; }

textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #202020;
  opacity: 1; }

textarea:-moz-placeholder {
  font-size: 0.875rem;
  color: #202020;
  opacity: 1; }

textarea::-moz-placeholder {
  font-size: 0.875rem;
  color: #202020;
  opacity: 1; }

textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #202020;
  opacity: 1; }

button {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

button,
input,
textarea,
select {
  outline: none;
  border: 0; }
  button:active,
  input:active,
  textarea:active,
  select:active {
    outline: none; }
  button:focus,
  input:focus,
  textarea:focus,
  select:focus {
    outline: none; }

button,
input,
textarea {
  display: inline-block;
  margin-bottom: 1.5rem;
  text-align: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  width: 100%;
  font-family: "Gilroy", sans-serif;
  font-size: 0.875rem;
  padding: 0.75rem;
  border: 1px solid #d1e2fb; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  textarea:focus {
    border-color: #1a71fc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

input[type='submit'] {
  cursor: pointer;
  display: block;
  margin: 1.5rem auto;
  padding: 1rem 2rem;
  font-family: "Gilroy", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background-color: #1a71fc;
  border-radius: 0;
  border: 2px solid #fff;
  color: #fff; }
  input[type='submit']:hover, input[type='submit']:focus {
    background-color: #fff;
    border-color: #1a71fc;
    color: #1a71fc; }

span.wpcf7-list-item {
  margin: 1.5rem 0; }

input[type='checkbox'],
.wpcf7-checkbox input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0; }

input[type='checkbox'] + label,
.wpcf7-checkbox input[type='checkbox'] + span {
  color: #292929;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1rem;
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer; }

input[type='checkbox'] + label::before,
.wpcf7-checkbox input[type='checkbox'] + span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #e5edf7;
  border-radius: 0;
  background: white; }

input[type='checkbox'] + label::after,
.wpcf7-checkbox input[type='checkbox'] + span::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 6px;
  background: transparent;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

input[type='checkbox']:checked + label::before,
.wpcf7-checkbox input[type='checkbox']:checked + span::before {
  background: #1a71fc; }

input[type='checkbox']:checked + label,
.wpcf7-checkbox input[type='checkbox']:checked + span {
  font-weight: bold; }

input[type='radio'] {
  display: none; }

input[type='radio'] + label {
  color: #292929;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1rem;
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer; }

input[type='radio'] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e5edf7;
  border-radius: 50%;
  background: white; }

input[type='radio'] + label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a71fc;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

input[type='radio']:checked + label::after {
  opacity: 1; }

input[type='radio']:checked + label {
  font-weight: bold; }

.button,
.button_catalog {
  display: inline-block;
  margin: 1.5rem auto;
  padding: 1rem 2rem;
  border-radius: 0;
  border: 1px solid;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  text-decoration: none; }
  .button:hover,
  .button_catalog:hover, .button:focus,
  .button_catalog:focus {
    text-decoration: none; }

.button,
.button_catalog {
  background-color: #1a71fc;
  border-color: #1a71fc;
  color: #fff; }
  .button:visited,
  .button_catalog:visited {
    color: #fff; }
  .button:hover, .button:focus,
  .button_catalog:hover,
  .button_catalog:focus {
    background-color: #fff;
    color: #1a71fc;
    border-color: #1a71fc; }
  .button-center,
  .button_catalog-center {
    display: block;
    margin: 1.5rem auto; }

.button-light {
  background-color: #fff;
  color: #1a71fc;
  border-color: #1a71fc; }
  .button-light:visited {
    color: #1a71fc; }
  .button-light:hover, .button-light:focus {
    background-color: #1a71fc;
    color: #fff;
    border-color: #fff; }

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .button-icon svg {
    margin-top: -1px;
    margin-right: 6px; }

.buttons-group-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .buttons-group-2 .button {
    width: 48%; }

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; } }

@keyframes slideDown {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; } }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; } }

@keyframes slideUp {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; } }

@-webkit-keyframes back-forth {
  0% {
    right: 10px; }
  50% {
    right: 0; }
  100% {
    right: 10px; } }

@keyframes back-forth {
  0% {
    right: 10px; }
  50% {
    right: 0; }
  100% {
    right: 10px; } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 0.75; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 0.75; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 0.75; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 0.75; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes loaded {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    display: none; } }

@keyframes loaded {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    display: none; } }

@-webkit-keyframes text-loader {
  from { }
  to { } }

@keyframes text-loader {
  from { }
  to { } }

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
  75% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.3; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); } }

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
  75% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.3; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); } }

.d-none,
.hidden {
  display: none !important; }

.p-none {
  padding: 0; }

.m-none {
  margin: 0; }

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

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

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

.full-width {
  max-width: auto;
  width: 100%; }

.bg-light {
  background-color: #f3f8ff; }

.padding-1 {
  padding: 1rem 0 !important; }

.padding-2 {
  padding: 2rem 0 !important; }

.padding-3 {
  padding: 3rem 0 !important; }

.margin-1 {
  margin: 1rem auto !important; }

.margin-2 {
  margin: 2rem auto !important; }

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0 auto; }
  .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; }

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

.slick-dots {
  position: absolute;
  bottom: -38px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 0 8px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #E7EDFB;
      display: block;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background: #1a71fc; }
    .slick-dots li.slick-active button {
      background: #1a71fc;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }

.navigation {
  display: block;
  width: 100%;
  padding: 0; }
  @media (min-width: 960px) {
    .navigation {
      display: block;
      padding: 1rem 0.5rem; } }

.menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 0; }
  .menu-header li {
    list-style-type: none;
    width: 100%; }
    .menu-header li:not(:last-of-type), .menu-header li {
      border-bottom: 1px solid rgba(150, 150, 150, 0.2); }
  .menu-header a {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #292929;
    padding: 1rem;
    margin: 0;
    line-height: 1rem;
    text-align: left;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .menu-header a::before {
      content: none; }
    .menu-header a:hover, .menu-header a:focus {
      color: #1a71fc; }
  .menu-header .active > a,
  .menu-header .current_page_item > a {
    color: #1a71fc; }
  .menu-header .submenu,
  .menu-header .menu-item-has-children {
    position: relative;
    z-index: 20; }
    .menu-header .submenu ul,
    .menu-header .menu-item-has-children ul {
      display: none;
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      padding: 0;
      position: relative;
      left: 0;
      top: 0;
      border: 0;
      background-color: rgba(150, 150, 150, 0.1);
      z-index: 10; }
    .menu-header .submenu li,
    .menu-header .menu-item-has-children li {
      text-align: left; }
      .menu-header .submenu li:last-of-type,
      .menu-header .menu-item-has-children li:last-of-type {
        border-bottom: 0; }
      .menu-header .submenu li a,
      .menu-header .menu-item-has-children li a {
        width: 100%;
        min-width: 180px;
        font-weight: normal;
        text-align: left;
        margin: 0; }
        .menu-header .submenu li a::before,
        .menu-header .menu-item-has-children li a::before {
          content: none; }
        .menu-header .submenu li a:hover, .menu-header .submenu li a:focus,
        .menu-header .menu-item-has-children li a:hover,
        .menu-header .menu-item-has-children li a:focus {
          background-color: rgba(26, 113, 252, 0.1); }
    .menu-header .submenu li:not(:last-of-type),
    .menu-header .menu-item-has-children li:not(:last-of-type) {
      border-bottom: 1px solid white; }
  .menu-header .submenu,
  .menu-header .menu-item-has-children > a {
    position: relative; }
    .menu-header .submenu::after,
    .menu-header .menu-item-has-children > a::after {
      content: '';
      position: absolute;
      top: 21px;
      right: 16px;
      width: 7px;
      height: 4px;
      margin-left: 4px;
      border-top: solid 4px #1a71fc;
      border-left: solid 4px transparent;
      border-right: solid 4px transparent; }
  @media (min-width: 960px) {
    .menu-header {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .menu-header li {
        width: auto;
        border-bottom: 0; }
        .menu-header li:not(:last-of-type), .menu-header li {
          border-bottom: 0; }
      .menu-header a {
        width: auto;
        margin: 0.5rem;
        padding: 0;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: -0.5px; }
        .menu-header a::before {
          content: '';
          background-color: #1a71fc;
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: 0;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .menu-header a:hover, .menu-header a:focus {
          color: #1a71fc; }
          .menu-header a:hover::before, .menu-header a:focus::before {
            opacity: 1;
            -webkit-transform: translateY(4px);
                -ms-transform: translateY(4px);
                    transform: translateY(4px);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
      .menu-header .active > a,
      .menu-header .current_page_item > a {
        color: #1a71fc; }
        .menu-header .active > a::before,
        .menu-header .current_page_item > a::before {
          opacity: 1;
          -webkit-transform: translateY(4px);
              -ms-transform: translateY(4px);
                  transform: translateY(4px);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .menu-header .submenu ul,
      .menu-header .menu-item-has-children ul {
        display: none;
        position: absolute;
        background-color: white;
        left: -9px;
        top: 42px;
        border: 1px solid #1a71fc; }
      .menu-header .submenu li a,
      .menu-header .menu-item-has-children li a {
        padding: 0.5rem 1rem; }
      .menu-header .submenu li:not(:last-of-type),
      .menu-header .menu-item-has-children li:not(:last-of-type) {
        border-bottom: 1px solid rgba(26, 113, 252, 0.2); }
      .menu-header .submenu::after,
      .menu-header .menu-item-has-children > a::after {
        top: 6px;
        right: -12px; } }
  @media (min-width: 1200px) {
    .menu-header a {
      font-size: 0.875rem;
      letter-spacing: 0; } }
  @media (min-width: 1366px) {
    .menu-header a {
      font-size: 1rem; }
      .menu-header a::before {
        height: 2px; }
      .menu-header a:hover::before, .menu-header a:focus::before {
        -webkit-transform: translateY(8px);
            -ms-transform: translateY(8px);
                transform: translateY(8px); }
    .menu-header li.active > a::before {
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px); } }

.menu-lang {
  position: absolute;
  padding: 0;
  z-index: 5;
  width: calc(100% + 2px);
  left: -1px;
  display: none; }
  .menu-lang li {
    border: 1px solid #d1e2fb;
    background-color: #fff; }
    .menu-lang li:not(:last-of-type) {
      border-bottom: 0; }
  .menu-lang .active {
    display: none; }

.lang li {
  list-style: none; }

.lang a {
  display: inline-block;
  width: 100%;
  padding: 3px 0.75rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.lang-select {
  display: none; }

.lang-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-color: white;
  padding: 0;
  z-index: 10; }
  .lang-nav li {
    width: 100%;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(150, 150, 150, 0.2);
    background-color: transparent; }
    .lang-nav li + li {
      border-left: 1px solid rgba(150, 150, 150, 0.2); }
  .lang-nav a,
  .lang-nav a:visited {
    color: #969696; }
  .lang-nav a:hover,
  .lang-nav a:focus {
    color: #292929;
    text-decoration: none; }
  .lang-nav .active > a,
  .lang-nav .current-lang > a {
    color: #222; }

@media (min-width: 960px) {
  .lang {
    position: absolute;
    width: 64px;
    height: 72px;
    top: -4px;
    right: 1px;
    border-left: 1px solid #d1e2fb;
    border-right: 1px solid #d1e2fb; }
    .lang-select {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 4.5rem;
      padding: 0.75rem;
      color: #292929;
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      margin: 0;
      left: 2px; }
      .lang-select::after {
        content: '';
        width: 7px;
        height: 4px;
        margin-left: 4px;
        border-top: solid 4px #1a71fc;
        border-left: solid 4px transparent;
        border-right: solid 4px transparent; }
    .lang .lang-nav {
      display: none;
      position: absolute;
      width: 100%;
      top: 72px;
      left: -1px;
      border: 1px solid #d1e2fb; }
      .lang .lang-nav li {
        padding: 0.375rem 0; }
        .lang .lang-nav li:hover, .lang .lang-nav li:focus {
          background-color: #1a71fc; }
      .lang .lang-nav li + li {
        border-top: 1px solid #d1e2fb;
        border-left: 0; }
      .lang .lang-nav .active,
      .lang .lang-nav .current-lang {
        display: none; }
    .lang a {
      font-size: 12px;
      font-weight: 500; }
    .lang a,
    .lang a:visited {
      color: #1a71fc; }
    .lang a:hover,
    .lang a:focus {
      color: white; } }

@media (min-width: 1200px) {
  .lang-select,
  .lang a {
    font-size: 0.875rem; } }

@media (min-width: 1366px) {
  .lang-select,
  .lang a {
    font-size: 1rem; } }

.pagination, .woocommerce-pagination {
  display: inline-block;
  width: auto; }
  .pagination li, .woocommerce-pagination li {
    display: block;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent; }
  .pagination a,
  .pagination a:visited,
  .pagination span, .woocommerce-pagination a,
  .woocommerce-pagination a:visited,
  .woocommerce-pagination span {
    display: table-cell;
    height: 3rem;
    width: 3rem;
    text-align: center;
    font-size: 0.875rem;
    vertical-align: middle;
    background-color: white;
    color: #292929;
    border: 1px solid #e9e9e9; }
  .pagination a:hover,
  .pagination a:focus, .woocommerce-pagination a:hover,
  .woocommerce-pagination a:focus {
    text-decoration: none;
    color: #1a71fc;
    border-color: #1a71fc;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .pagination .active > span, .woocommerce-pagination .active > span {
    font-size: 1rem;
    text-decoration: none;
    color: white;
    background-color: #1a71fc;
    border: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .pagination .dotted > span, .woocommerce-pagination .dotted > span {
    font-size: 1rem;
    padding-bottom: 8px;
    width: 1.5rem;
    background-color: transparent;
    color: #1a71fc;
    border: 0; }
  .pagination .prev > a,
  .pagination .prev > span,
  .pagination .next > a,
  .pagination .next > span, .woocommerce-pagination .prev > a,
  .woocommerce-pagination .prev > span,
  .woocommerce-pagination .next > a,
  .woocommerce-pagination .next > span {
    position: relative;
    font-size: 0; }
    .pagination .prev > a::before,
    .pagination .prev > span::before,
    .pagination .next > a::before,
    .pagination .next > span::before, .woocommerce-pagination .prev > a::before,
    .woocommerce-pagination .prev > span::before,
    .woocommerce-pagination .next > a::before,
    .woocommerce-pagination .next > span::before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      margin: auto;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .pagination .prev > a:hover,
  .pagination .prev > a:focus,
  .pagination .next > a:hover,
  .pagination .next > a:focus, .woocommerce-pagination .prev > a:hover,
  .woocommerce-pagination .prev > a:focus,
  .woocommerce-pagination .next > a:hover,
  .woocommerce-pagination .next > a:focus {
    border-color: #1a71fc; }
    .pagination .prev > a:hover::before,
    .pagination .prev > a:focus::before,
    .pagination .next > a:hover::before,
    .pagination .next > a:focus::before, .woocommerce-pagination .prev > a:hover::before,
    .woocommerce-pagination .prev > a:focus::before,
    .woocommerce-pagination .next > a:hover::before,
    .woocommerce-pagination .next > a:focus::before {
      border-color: #1a71fc; }
  .pagination .prev > a::before,
  .pagination .prev > span::before, .woocommerce-pagination .prev > a::before,
  .woocommerce-pagination .prev > span::before {
    border-left: 1px solid #1a71fc;
    border-bottom: 1px solid #1a71fc;
    top: 20px;
    left: 22px; }
  .pagination .next > a::before,
  .pagination .next > span::before, .woocommerce-pagination .next > a::before,
  .woocommerce-pagination .next > span::before {
    border-right: 1px solid #1a71fc;
    border-top: 1px solid #1a71fc;
    top: 20px;
    right: 22px; }
  .pagination .prev > span::before,
  .pagination .next > span::before, .woocommerce-pagination .prev > span::before,
  .woocommerce-pagination .next > span::before {
    border-color: rgba(41, 41, 41, 0.3); }
  .pagination-wrapper, .woocommerce-pagination-wrapper {
    width: 100%;
    margin: 1.5rem auto;
    text-align: center; }

.woocommerce nav.woocommerce-pagination {
  margin: 50px auto 0;
  display: inline-block;
  width: auto; }
  .woocommerce nav.woocommerce-pagination ul {
    border: none; }
  .woocommerce nav.woocommerce-pagination li {
    display: block;
    border-left: 3px solid transparent !important;
    border-right: 3px solid transparent !important; }
  .woocommerce nav.woocommerce-pagination a,
  .woocommerce nav.woocommerce-pagination a:visited,
  .woocommerce nav.woocommerce-pagination span {
    display: table-cell !important;
    height: 3rem !important;
    width: 3rem !important;
    text-align: center !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
    background-color: white !important;
    color: #292929 !important;
    border: 1px solid #e9e9e9 !important; }
  .woocommerce nav.woocommerce-pagination a:hover,
  .woocommerce nav.woocommerce-pagination a:focus {
    text-decoration: none !important;
    color: #1a71fc !important;
    border-color: #1a71fc !important;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important; }
  .woocommerce nav.woocommerce-pagination .active > span {
    font-size: 1rem !important;
    text-decoration: none !important;
    color: white !important;
    background-color: #1a71fc !important;
    border: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .woocommerce nav.woocommerce-pagination .dotted > span {
    font-size: 1rem;
    padding-bottom: 8px;
    width: 1.5rem;
    background-color: transparent;
    color: #1a71fc;
    border: 0; }
  .woocommerce nav.woocommerce-pagination .prev > a,
  .woocommerce nav.woocommerce-pagination .prev > span,
  .woocommerce nav.woocommerce-pagination .next > a,
  .woocommerce nav.woocommerce-pagination .next > span {
    position: relative;
    font-size: 0; }
    .woocommerce nav.woocommerce-pagination .prev > a::before,
    .woocommerce nav.woocommerce-pagination .prev > span::before,
    .woocommerce nav.woocommerce-pagination .next > a::before,
    .woocommerce nav.woocommerce-pagination .next > span::before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      margin: auto;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .woocommerce nav.woocommerce-pagination .prev > a:hover,
  .woocommerce nav.woocommerce-pagination .prev > a:focus,
  .woocommerce nav.woocommerce-pagination .next > a:hover,
  .woocommerce nav.woocommerce-pagination .next > a:focus {
    border-color: #1a71fc; }
    .woocommerce nav.woocommerce-pagination .prev > a:hover::before,
    .woocommerce nav.woocommerce-pagination .prev > a:focus::before,
    .woocommerce nav.woocommerce-pagination .next > a:hover::before,
    .woocommerce nav.woocommerce-pagination .next > a:focus::before {
      border-color: #1a71fc; }
  .woocommerce nav.woocommerce-pagination .prev > a::before,
  .woocommerce nav.woocommerce-pagination .prev > span::before {
    border-left: 1px solid #1a71fc;
    border-bottom: 1px solid #1a71fc;
    top: 20px;
    left: 22px; }
  .woocommerce nav.woocommerce-pagination .next > a::before,
  .woocommerce nav.woocommerce-pagination .next > span::before {
    border-right: 1px solid #1a71fc;
    border-top: 1px solid #1a71fc;
    top: 20px;
    right: 22px; }
  .woocommerce nav.woocommerce-pagination .prev > span::before,
  .woocommerce nav.woocommerce-pagination .next > span::before {
    border-color: rgba(41, 41, 41, 0.3); }
  .woocommerce nav.woocommerce-pagination-wrapper {
    width: 100%;
    margin: 1.5rem auto;
    text-align: center; }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: #1a71fc !important;
  color: #1a71fc !important; }

.breadcrumb {
  padding: 0.75rem 0 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 48px; }
  .breadcrumb li.active,
  .breadcrumb li span,
  .breadcrumb li a,
  .breadcrumb li a:hover,
  .breadcrumb li a:focus,
  .breadcrumb li a:visited {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #969696;
    padding-right: 7px; }
  .breadcrumb li a,
  .breadcrumb li a:visited {
    color: #969696;
    -webkit-transition: 0.5s color;
    -o-transition: 0.5s color;
    transition: 0.5s color; }
  .breadcrumb li a:hover span,
  .breadcrumb li a:focus span {
    color: #1a71fc;
    -webkit-transition: 0.5s color;
    -o-transition: 0.5s color;
    transition: 0.5s color; }
  .breadcrumb li.separator {
    position: relative; }
    .breadcrumb li.separator::after {
      content: '';
      position: absolute;
      top: 10px;
      right: 5px;
      width: 0;
      height: 0;
      border-top: 3px solid transparent;
      border-left: 4px solid #1a71fc;
      border-bottom: 3px solid transparent; }
  @media (min-width: 960px) {
    .breadcrumb {
      margin-top: 72px; } }

.input-search {
  margin: 0;
  width: 100%;
  border: 1px solid #d1e2fb;
  color: #292929;
  font-weight: normal;
  background-color: #fff; }
  .input-search:focus {
    border-color: #1a71fc; }
    .input-search:focus + .icon-search {
      color: #0054db; }

button.icon-search {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 2px;
  margin: 0;
  border-radius: 20px;
  color: #1a71fc;
  background-color: transparent; }
  button.icon-search svg {
    margin-top: 2px;
    margin-left: 2px; }

.form-search {
  padding: 0;
  margin: 0 0 3rem; }
  .form-search form {
    width: 100%;
    position: relative; }

.subscribe {
  width: 100%;
  position: fixed;
  right: -100%;
  bottom: 0;
  z-index: 91;
  padding: 3rem 0.75rem 0; }
  .subscribe h3 {
    width: 145px;
    margin: 1rem auto 0.75rem; }
    @media (min-width: 480px) {
      .subscribe h3 {
        width: 100%; } }
  .subscribe form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0; }
    .subscribe form input {
      margin: 0 auto;
      border: 1px solid #1a71fc;
      padding: 0.75rem 2rem; }
    .subscribe form p {
      width: 100%;
      display: block; }
      .subscribe form p + p {
        margin-left: 0; }
    @media (min-width: 640px) {
      .subscribe form {
        padding-bottom: 0.75rem; }
        .subscribe form p {
          width: calc(100% - 200px); }
          .subscribe form p + p {
            width: 180px;
            margin-left: 14px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end; }
        .subscribe form input[type='submit'] {
          width: 180px; } }
  .subscribe_msg {
    width: 100%;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    padding: 15px 22px;
    display: block;
    opacity: 1; }
  .subscribe_icon {
    cursor: pointer;
    display: none;
    position: absolute;
    width: 72px;
    height: 72px;
    border: 1px solid #d1e2fb;
    border-radius: 50%;
    z-index: 1; }
    .subscribe_icon svg {
      margin-top: 22px;
      margin-left: 22px;
      width: 24px;
      height: 24px; }
    .subscribe_icon.icon_close {
      color: #1a71fc;
      right: 0;
      border: 0;
      width: 48px;
      height: 48px; }
      .subscribe_icon.icon_close svg {
        margin-left: 11px;
        margin-top: 11px; }
    .subscribe_icon.icon_env {
      color: white;
      top: -14px;
      left: -60px;
      background-color: #1a71fc; }
      .subscribe_icon.icon_env::before, .subscribe_icon.icon_env::after {
        content: '';
        position: absolute;
        top: -14px;
        left: -13px;
        width: 6rem;
        height: 6rem;
        border: 1px solid rgba(26, 113, 252, 0.3);
        opacity: 0;
        border-radius: 50%; }
      .subscribe_icon.icon_env::before {
        -webkit-animation: ripple 2s linear infinite;
                animation: ripple 2s linear infinite; }
      .subscribe_icon.icon_env::after {
        -webkit-animation: ripple 2s linear 1s infinite;
                animation: ripple 2s linear 1s infinite;
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
  .subscribe_btn {
    position: fixed;
    display: inline-block;
    line-height: 0;
    right: -435px;
    top: auto;
    bottom: 188px;
    padding: 0;
    color: transparent;
    border: 1px solid transparent;
    background-color: transparent;
    opacity: 1;
    -webkit-transition-property: opacity, right;
    -o-transition-property: opacity, right;
    transition-property: opacity, right;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }
    .subscribe_btn .icon_env {
      display: block; }
    .subscribe_btn_hide {
      right: -600px; }
    .subscribe_btn.active {
      position: absolute;
      width: 100%;
      top: 0;
      right: 0;
      bottom: auto;
      background-color: #e7f1ff;
      color: #1a71fc;
      border-top: 1px solid #1a71fc;
      border-bottom: 1px solid #1a71fc;
      padding-right: 26px; }
      .subscribe_btn.active.subscribe_btn_hide {
        right: 0; }
      .subscribe_btn.active .icon_close {
        display: block;
        top: 7px; }
      .subscribe_btn.active .icon_env {
        display: none; }
      .subscribe_btn.active .subscribe_msg {
        font-weight: 700;
        text-align: left; }
      @media (min-width: 539px) {
        .subscribe_btn.active .icon_close {
          top: 0; }
        .subscribe_btn.active .subscribe_msg {
          text-align: center; } }
      @media (min-width: 640px) {
        .subscribe_btn.active .icon_close {
          right: 18px; } }
    .subscribe_btn.hover {
      cursor: pointer;
      border: 1px solid #1a71fc;
      border-right: 0;
      background-color: #e7f1ff;
      color: #1a71fc;
      right: 0; }
      .subscribe_btn.hover .subscribe_icon.icon_env::before, .subscribe_btn.hover .subscribe_icon.icon_env::after {
        content: none; }
  .subscribe.active {
    right: 0; }

.woocommerce-privacy-policy-text-html {
  font-size: 0.875rem;
  line-height: 1rem; }
  .woocommerce-privacy-policy-text-html div {
    margin-bottom: 0.5rem; }

.form-feedback {
  width: 100%;
  margin: 3rem auto; }
  .form-feedback p {
    margin: 0;
    padding: 0; }
  .form-feedback input[type='submit'] {
    margin-top: 0; }
  .form-feedback .form-group {
    width: 100%; }
  .form-feedback .form-control {
    width: 100%; }
  .form-feedback form {
    width: 100%;
    max-width: 360px;
    margin: 1.5rem auto; }
  @media (min-width: 640px) {
    .form-feedback input[type='submit'] {
      width: auto;
      margin-left: 0; } }
  @media (min-width: 960px) {
    .form-feedback input[type='submit'] {
      width: 100%; }
    .form-feedback form {
      max-width: none; } }

.form-dealers form {
  max-width: 600px; }

@media (min-width: 640px) {
  .form-dealers input[type='submit'] {
    margin-left: auto; } }

.form-sort {
  display: none; }

.form-filter {
  display: none; }

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

:focus {
  outline: none; }

html,
body {
  height: 100%; }

body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Gilroy", sans-serif;
  background: #fff;
  color: #292929; }

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

img.right {float: right !important; margin-left: 5px;}
@media screen and (max-width: 640px){img.right {float: none; margin: 0;}

}

.cover-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  width: 100%;
  height: auto;
  max-width: none; }

.contain-img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center";
  width: 100%;
  height: 100%;
  max-width: none; }

.overlay::before,
.overlay-scroll::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(26, 113, 252, 0.4);
  z-index: 99; }

.overlay-scroll {
  overflow: auto; }
  .overlay-scroll::before {
    z-index: 89; }

.overlay {
  overflow: hidden; }

a.svg {
  position: relative;
  display: inline-block; }
  a.svg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.wrapper,

.header,
.page {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  .wrapper-narrow,

  .header-narrow,
  .page-narrow {
    width: 100%;
    padding: 0 1rem; }
    @media (min-width: 1200px) {
      .wrapper-narrow,

      .header-narrow,
      .page-narrow {
        max-width: 1200px;
        margin: 0 auto; } }

.main {
  width: 100%;
  position: relative; }

.scrollable {
  overflow-x: auto; }

#map {
  width: 100%;
  height: 320px;
  z-index: 0; }
  #map iframe {
    height: 100%; }
  @media (min-width: 640px) {
    #map {
      height: 480px; } }

.page {
  width: 100%;
  margin: 0 auto; }

.section {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0; }
  .section-margin-top {
    margin-top: 1.5rem; }
  @media (min-width: 960px) {
    .section {
      padding: 3rem 0; }
      .section-margin-top {
        margin-top: 3rem; } }

.title {
  position: relative;
  margin: 1.5rem auto;
  font-weight: bold;
  font-size: 1.95rem; }
  @media (min-width: 960px) {
    .title {
      font-size: 2.44rem; } }

.section-title {
  margin-top: 0;
  margin-bottom: 1.5rem; }

.block {
  width: 100%;
  padding: 1.5rem 0.75rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 640px) {
    .block {
      padding: 1.5rem; } }

.error {
  color: #d32929; }

.address {
  margin-bottom: 1.5rem; }

.arrow-link {
  display: block;
  background: #1a71fc;
  height: 1px;
  width: 10px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  height: 2px;
  bottom: 3px;
  right: -5px; }
  .arrow-link::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    left: 4px;
    margin-top: -3px;
    border-left: 1px solid #1a71fc;
    border-top: 1px solid #1a71fc;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .arrow-link::before {
    margin-top: -2px;
    border-left-width: 2px;
    border-top-width: 2px; }

.article-video {
  width: 100%; }

.video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin: 25px 0;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.loaded {
  -webkit-animation: loaded 1s ease 2s;
          animation: loaded 1s ease 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.pum-open-overlay.pum-open-scrollable {
  margin-right: 17px; }

.pum-open-overlay.pum-open-scrollable body {
  position: relative; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: inherit; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  background-color: #fff;
  color: #1a71fc;
  border-bottom: 1px solid #d1e2fb; }
  .header .header-narrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    height: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .header-narrow::before, .header .header-narrow::after {
      content: none; }
  .header-logo {
    margin-top: 8px; }
    .header-logo svg {
      height: 24px;
      color: #1a71fc; }
  .header-nav {
    display: block;
    width: 100%;
    max-width: 360px;
    background-color: #f4f6f6;
    position: fixed;
    top: 48px;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .header-nav .fix-reverse {
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .header-nav.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      overflow: auto;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .header-nav.active .lang-nav {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .header-nav .button {
      margin-left: 1rem; }
  .header .lang {
    width: 100%; }
  @media (min-width: 960px) {
    .header {
      position: absolute;
      background-color: transparent; }
      .header .header-narrow {
        height: 4.5rem;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .header-logo {
        width: 150px; }
        .header-logo svg {
          height: 35px;
          width: 150px; }
      .header-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: calc(100% - 150px);
        padding-left: 0;
        max-width: none;
        background-color: transparent;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        position: relative;
        top: 0; }
        .header-nav .fix-reverse {
          display: none; }
        .header-nav .navigation {
          width: calc(100% - 140px); }
      .header .lang {
        width: 64px; } }
  @media (min-width: 1024px) {
    .header-logo {
      width: 185px; }
      .header-logo svg {
        width: 185px; }
    .header-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 185px);
      padding-left: 12px; } }
  @media (min-width: 1200px) {
    .header-nav {
      padding-left: 24px; }
    .header .header-narrow {
      max-width: 1366px; } }

.header-fixed {
  position: fixed;
  top: 0;
  background-color: white;
  opacity: 1;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s; }

.menu-hamburger-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  height: 2px;
  width: 40%;
  background-color: #1a71fc;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .menu-hamburger-icon::before, .menu-hamburger-icon::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #1a71fc;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .menu-hamburger-icon::before {
    top: -6px; }
  .menu-hamburger-icon::after {
    bottom: -6px; }

.button-mobile-menu {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  border-right: 1px solid #d1e2fb;
  background-color: white;
  padding: 0;
  margin: 0;
  z-index: 10; }
  .button-mobile-menu:hover {
    background-color: #1a71fc; }
    .button-mobile-menu:hover .menu-hamburger-icon {
      background-color: white;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
      .button-mobile-menu:hover .menu-hamburger-icon::before, .button-mobile-menu:hover .menu-hamburger-icon::after {
        background-color: white;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
  .button-mobile-menu.menu-open {
    background-color: #1a71fc; }
    .button-mobile-menu.menu-open .menu-hamburger-icon {
      background: transparent;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .button-mobile-menu.menu-open .menu-hamburger-icon::before {
        background-color: white;
        top: 0;
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg); }
      .button-mobile-menu.menu-open .menu-hamburger-icon::after {
        background-color: white;
        bottom: 0;
        width: 100%;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
  @media (min-width: 960px) {
    .button-mobile-menu {
      display: none; } }

.cart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  color: #292929; }

.goods-in-cart {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 4px;
  height: 17px;
  min-width: 26px;
  background-color: #1a71fc;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 3px 6px 2px;
  border-radius: 8px;
  line-height: 1; }
  .goods-in-cart + .cart-icon {
    margin-top: -2px;
    margin-left: -16px; }

.button-cart {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  border-left: 1px solid #d1e2fb;
  background-color: white;
  padding: 0;
  margin: 0;
  z-index: 10; }
  .button-cart:hover {
    background-color: #1a71fc; }
    .button-cart:hover .cart-icon {
      color: white; }
    .button-cart:hover .goods-in-cart {
      background-color: white;
      color: #1a71fc; }
  @media (min-width: 960px) {
    .button-cart {
      width: 64px;
      height: 4.5rem;
      right: 82px; }
      .button-cart .goods-in-cart {
        top: 16px;
        right: 8px; } }

.footer {
  background-color: #1a71fc;
  color: #fff;
  padding-top: 1.5rem;
  margin-top: 0; }
  .footer .footer-narrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .footer .wrapper-narrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer .wrapper-narrow::before, .footer .wrapper-narrow::after {
      content: none; }
  .footer h4,
  .footer p,
  .footer a {
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 0; }

/* .footer a:hover {border-bottom: 1px dotted #fff;} */

  .footer h4 {
    margin-bottom: 1.5rem; }
  .footer-social {
    width: 100%;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1.5rem;
    border-top: 1px solid #478dfc; }
    .footer-social a {
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      border: 1px solid #478dfc; }
      .footer-social a + a {
        margin-left: -1px; }
      .footer-social a svg {
        position: absolute;
        top: 10px;
        left: 10.5px; }
      .footer-social a:hover {
        color: #1a71fc;
        background-color: #fff; }
  .footer-part {
    display: none;
    width: 30%;
    padding-left: 3rem;
    padding-right: 1.5rem; }

.footer-part:first-child {padding-left: 0;}

  .footer-contact {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #478dfc;
}
    .footer-contact a,
    .footer-contact p,
    .footer-contact h4 {
      font-size: 0.9rem;
      font-weight: 400;
      text-align: center;
}
    .footer-contact a:hover {
      text-decoration: underline; }
    .footer-contact .footer-social {
      display: none; }
  .footer-schedule, .footer-address, .footer-phone, .footer-email {
    width: 100%;
    font-weight: 300;
    font-style: normal;
    text-align: center; }
    .footer-schedule a,
    .footer-schedule p,
    .footer-schedule h4, .footer-address a,
    .footer-address p,
    .footer-address h4, .footer-phone a,
    .footer-phone p,
    .footer-phone h4, .footer-email a,
    .footer-email p,
    .footer-email h4 {
      font-weight: 600;
      text-align: center; }
    .footer-schedule span, .footer-address span, .footer-phone span, .footer-email span {
      font-weight: 300; }
  .footer-email {
    margin: 1.5rem auto; }
  @media (min-width: 640px) {
    .footer {
      padding-top: 3rem; }
      .footer-social {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-top: 0;
        border-top: 0; }
      .footer-contact {
        padding-left: 10%;
        padding-bottom: 0;
        border-bottom: 0; }
      .footer-schedule {
        padding-left: 15%; }
      .footer-schedule, .footer-contact {
        width: 50%;
        text-align: left; }
        .footer-schedule a,
        .footer-schedule p,
        .footer-schedule h4, .footer-contact a,
        .footer-contact p,
        .footer-contact h4 {
          text-align: left; }
      .footer .footer-narrow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  @media (min-width: 960px) {
    .footer-schedule, .footer-contact {
      padding-left: 9.5%;
      border-left: 1px solid #478dfc; }
    .footer-schedule {
      width: 30%; }
      .footer-schedule .footer-social {
        display: none; }
    .footer-contact {
      width: 30%;
      margin-bottom: 0; }
      .footer-contact .footer-social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .footer-part:first-of-type {
      display: block; } }
  @media (min-width: 1200px) {
    .footer-schedule {
      width: 15.5%;
      padding-left: 2rem; }
    .footer-contact {
      width: 24.5%;
      padding-left: 2rem; }
      .footer-contact a,
      .footer-contact p,
      .footer-contact h4 {
        font-size: 1rem; }
    .footer-part {
      width: 20%;
      display: block;
      padding-left: 1.5rem; } }

.signature {
  width: 100%;
  position: relative;
  background-color: white;
  margin-top: 1.5rem;
  padding: 0.75rem 0; }
  @media (min-width: 640px) {
    .signature {
      margin-top: 3rem; } }

.copy,
.design {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #292929; }

.copy {
  float: none; }
  @media (min-width: 640px) {
    .copy {
      width: 60%;
      float: left;
      text-align: left; } }

.design {
  float: none;
  margin-top: 12px; }
  .design a {
    color: #1a71fc; }
  @media (min-width: 640px) {
    .design {
      width: 40%;
      margin-top: 3px;
      float: right;
      text-align: right; } }

.switch-label {
  width: 100%;
  min-height: 6rem;
  padding: 1.5rem 1.5rem 0; }
  .switch-label p {
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 0;
    margin: 0; }

.switch-item {
  width: 122px;
  text-align: center;
  padding: 1.5rem;
  line-height: 0; }
  .switch-item .yes,
  .switch-item .no {
    color: white;
    font-size: 12px;
    width: 100%;
    padding: 5px 6px;
    font-weight: 500; }
  .switch-item input[type='checkbox'] + label {
    display: block;
    position: relative;
    left: 0;
    width: 54px;
    height: 28px;
    margin: 0 10px;
    border-radius: 14px;
    border: 0;
    background: #b2b2b2;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer; }
    .switch-item input[type='checkbox'] + label .yes {
      display: none; }
    .switch-item input[type='checkbox'] + label .no {
      display: inline-block; }
  .switch-item input[type='checkbox'] + label::before {
    content: none; }
  .switch-item input[type='checkbox'] + label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: calc((100% - 4px) / 2);
    height: calc(100% - 4px);
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .switch-item input[type='checkbox']:checked + label {
    background: #1a71fc; }
    .switch-item input[type='checkbox']:checked + label .no {
      display: none; }
    .switch-item input[type='checkbox']:checked + label .yes {
      display: inline-block;
      position: absolute;
      left: -12px; }
  .switch-item input[type='checkbox']:checked + label::after {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.check-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 1.5rem; }
  @media (min-width: 640px) {
    .check-item {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .check-item .switch-label {
        width: calc(100% - 160px);
        padding-bottom: 1.5rem; }
        .check-item .switch-label p {
          text-align: left; } }
  @media (min-width: 960px) {
    .check-item .switch-label p {
      font-size: 1rem; } }

.check-list {
  width: 100%;
  margin: 3rem auto; }

.result-positive,
.result-negative {
  display: none; }
  .result-positive.active,
  .result-negative.active {
    display: block; }

.check-result {
  width: 100%;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: #1a71fc;
  text-align: center;
  color: #fff; }
  .check-result p {
    text-align: center; }

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.5rem; }

.ditem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .ditem:nth-child(1n + 1) {
    margin-left: 0; }
  .ditem:nth-child(1n + 1) {
    margin-left: 0; }
  @media (min-width: 480px) {
    .ditem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .ditem:nth-child(2n + 1) {
        margin-left: 4%; }
      .ditem:nth-child(2n + 1) {
        margin-left: 0; }
      .ditem:nth-child(2n + 2) {
        margin-left: 4%; }
      .ditem:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 640px) {
    .ditem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .ditem:nth-child(3n + 1) {
        margin-left: 3%; }
      .ditem:nth-child(3n + 1) {
        margin-left: 0; }
      .ditem:nth-child(3n + 2) {
        margin-left: 3%; }
      .ditem:nth-child(3n + 1) {
        margin-left: 0; }
      .ditem:nth-child(3n + 3) {
        margin-left: 3%; }
      .ditem:nth-child(3n + 1) {
        margin-left: 0; } }
  @media (min-width: 960px) {
    .ditem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 23%; }
      .ditem:nth-child(4n + 1) {
        margin-left: 2.66667%; }
      .ditem:nth-child(4n + 1) {
        margin-left: 0; }
      .ditem:nth-child(4n + 2) {
        margin-left: 2.66667%; }
      .ditem:nth-child(4n + 1) {
        margin-left: 0; }
      .ditem:nth-child(4n + 3) {
        margin-left: 2.66667%; }
      .ditem:nth-child(4n + 1) {
        margin-left: 0; }
      .ditem:nth-child(4n + 4) {
        margin-left: 2.66667%; }
      .ditem:nth-child(4n + 1) {
        margin-left: 0; } }

.project {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto; }
  @media (min-width: 960px) {
    .project {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.project-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 360px;
  border: 1px solid #d1e2fb;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .project-item:nth-child(1n + 1) {
    margin-left: 0; }
  .project-item:nth-child(1n + 1) {
    margin-left: 0; }
  .project-item-img {
    width: 100%;
    height: 12rem; }
  .project-item-text {
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d1e2fb; }
    .project-item-text h3,
    .project-item-text p {
      overflow: visible;
      height: auto;
      text-align: center; }
    .project-item-text a,
    .project-item-text p {
      width: 100%;
      height: auto;
      line-height: 1rem; }
    .project-item-text a {
      font-size: 1rem;
      font-weight: bold; }
    .project-item-text p {
      font-size: 0.875rem;
      padding-bottom: 0; }
    .project-item-text h3 {
      margin: 1.5rem 0;
      line-height: 1rem; }
  .project-item-info {
    width: 100%;
    height: auto;
    padding: 0 1.5rem; }
  .project-item-type {
    color: #1a71fc; }
  .project-item-link {
    display: inline-block;
    position: relative;
    padding: 0.75rem 1.5rem;
    width: 100%;
    color: #1a71fc;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold; }
    .project-item-link svg {
      position: absolute;
      top: 15px;
      left: 0; }
    .project-item-link .arrow-link {
      position: absolute;
      bottom: 24px;
      right: 2px; }
  .project-item:hover, .project-item:focus {
    border-color: #1a71fc; }
    .project-item:hover .arrow-link, .project-item:focus .arrow-link {
      -webkit-animation: back-forth 1s linear infinite;
              animation: back-forth 1s linear infinite; }
  @media (min-width: 640px) {
    .project-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .project-item:nth-child(2n + 1) {
        margin-left: 4%; }
      .project-item:nth-child(2n + 1) {
        margin-left: 0; }
      .project-item:nth-child(2n + 2) {
        margin-left: 4%; }
      .project-item:nth-child(2n + 1) {
        margin-left: 0; }
      .project-item-text h3 {
        overflow: hidden;
        /* height: 58px; */
        margin: 0.75rem 0; }
      .project-item-text p {
        overflow: hidden;
        height: 50px; } }
  @media (min-width: 960px) {
    .project-item {
      max-width: none; }
      .project-item-img {
	/* width: 40%; height: 205px; */
	height: auto; }
      .project-item-text h3 {
        /* margin-top: 0.75rem; */
        text-align: left; }
      .project-item-text p {
        text-align: left; }
      .project-item-info {
        /*width: 60%;*/ } }

.article-gallery-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.5rem; }
  .article-gallery-item:nth-child(1n + 1) {
    margin-left: 0; }
  .article-gallery-item:nth-child(1n + 1) {
    margin-left: 0; }
  .article-gallery-item img {
    width: 100% !important;
    margin: 0 !important; }
  @media (min-width: 480px) {
    .article-gallery-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .article-gallery-item:nth-child(2n + 1) {
        margin-left: 4%; }
      .article-gallery-item:nth-child(2n + 1) {
        margin-left: 0; }
      .article-gallery-item:nth-child(2n + 2) {
        margin-left: 4%; }
      .article-gallery-item:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 960px) {
    .article-gallery-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .article-gallery-item:nth-child(3n + 1) {
        margin-left: 3%; }
      .article-gallery-item:nth-child(3n + 1) {
        margin-left: 0; }
      .article-gallery-item:nth-child(3n + 2) {
        margin-left: 3%; }
      .article-gallery-item:nth-child(3n + 1) {
        margin-left: 0; }
      .article-gallery-item:nth-child(3n + 3) {
        margin-left: 3%; }
      .article-gallery-item:nth-child(3n + 1) {
        margin-left: 0; } }

.content {
  width: 100%;
  max-width: 960px;
  margin: 1.5rem auto 0;
  padding: 0 1rem 1.5rem;
  text-align: left; }
  .content h1 a,
  .content h2 a,
  .content h3 a,
  .content h4 a,
  .content h5 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit; }
    .content h1 a:hover,
    .content h2 a:hover,
    .content h3 a:hover,
    .content h4 a:hover,
    .content h5 a:hover {
      text-decoration: none; }
  .content h2 {
    font-size: 1.56rem;
    line-height: 2.25rem;
    color: #1a71fc;
    font-weight: bold;
    text-align: left; }
  .content p {
    text-align: left; }
  .content li {
    padding: 0 8px;
    margin-bottom: 16px; }
  .content ol {
    list-style-type: decimal; }
  .content ul li {
    position: relative;
    padding-left: 0;
    text-align: left; }
    .content ul li::before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      left: -20px;
      top: 8px;
      background-color: #1a71fc; }
  .content ol,
  .content ul {
    margin: 1.5rem 0;
    -webkit-padding-start: 24px;
            padding-inline-start: 24px; }
    .content ol ol,
    .content ol ul,
    .content ul ol,
    .content ul ul {
      -webkit-padding-start: 12px;
              padding-inline-start: 12px; }
  .content a,
  .content a:hover,
  .content a:focus,
  .content a:visited {
    text-decoration: underline; }
  .content a:hover:not(.button),
  .content a:focus:not(.button) {
    color: #1a71fc; }
  .content img {
    width: 100%;
    margin: 2.25rem 0; }
  .content .gallery {
    margin-bottom: 0; }
  @media (min-width: 640px) {
    .content {
      text-align: justify; }
      .content p {
        text-align: justify; } }

.content.text-center h1,
.content.text-center h2,
.content.text-center h3,
.content.text-center h4,
.content.text-center p,
.content.text-center ul,
.content.text-center ol,
.content.text-center ul ul,
.content.text-center ol ol,
.content.text-center ul ol,
.content.text-center ol ul,
.content.text-center pre,
.content.text-center table,
.content.text-center blockquote {
  text-align: center; }

.content.text-left h1,
.content.text-left h2,
.content.text-left h3,
.content.text-left h4,
.content.text-left p,
.content.text-left ul,
.content.text-left ol,
.content.text-left ul ul,
.content.text-left ol ol,
.content.text-left ul ol,
.content.text-left ol ul,
.content.text-left pre,
.content.text-left table,
.content.text-left blockquote {
  text-align: left; }

.content.text-right h1,
.content.text-right h2,
.content.text-right h3,
.content.text-right h4,
.content.text-right p,
.content.text-right ul,
.content.text-right ol,
.content.text-right ul ul,
.content.text-right ol ol,
.content.text-right ul ol,
.content.text-right ol ul,
.content.text-right pre,
.content.text-right table,
.content.text-right blockquote {
  text-align: right; }

.result {
  width: 100%;
  max-width: 960px;
  padding: 1.5rem;
  margin: 1.5rem auto;
  background-color: #1a71fc;
  color: #fff; }
  .result p {
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center; }
    .result p + p {
      margin-top: 1.5rem; }
  .result .button-light {
    width: 100%;
    margin-bottom: 0; }
  .result .buttons-group-2 {
    max-width: 300px;
    margin: auto; }
  @media (min-width: 640px) {
    .result .button-light {
      width: 44%; }
    .result .buttons-group-2 {
      max-width: 600px; } }

.step {
  width: 100%;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .step-title {
    font-size: 1.56rem;
    line-height: 1.5rem; }
    @media (min-width: 960px) {
      .step-title {
        font-size: 1.95rem;
        line-height: 2rem; } }
  .step-item-title {
    width: 100%;
    padding: 0 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600; }
  .step-item {
    width: 100%;
    max-width: none;
    color: #1a71fc;
    text-align: center;
    margin: 0.375rem 0;
    background-color: #fff;
    border: 2px solid #fff;
    cursor: pointer; }
    .step-item:first-of-type {
      margin-top: 0; }
    .step-item:last-of-type {
      margin-bottom: 0; }
    .step-item:hover, .step-item:focus, .step-item.active {
      border-color: #1a71fc; }
    @media (min-width: 960px) {
      .step-item {
        margin: 0 0.375rem;
        max-width: 192px; }
        .step-item:first-of-type {
          margin-left: 0; }
        .step-item:last-of-type {
          margin-right: 0; } }
  .step-control {
    width: 100%;
    height: 6rem;
    background-color: #e7f1ff; }
  .step-control-wrapper {
    width: 100%;
    max-width: 600px;
    height: 3rem;
    margin: 1.5rem auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .step-control-item {
    position: relative;
    min-width: 24px;
    color: #1a71fc;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    padding-top: 24px;
    cursor: pointer; }
    .step-control-item::before {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #1a71fc;
      position: absolute;
      top: 6px;
      left: 50%;
      margin-left: -7px; }
    .step-control-item.active::before {
      border-width: 6px; }
    .step-control-item span {
      display: none; }
    .step-control-item:hover, .step-control-item:focus {
      color: #0054db; }
      .step-control-item:hover::before, .step-control-item:focus::before {
        border-color: #0054db; }
    @media (min-width: 480px) {
      .step-control-item span {
        display: inline-block; } }
  @media (min-width: 640px) {
    .step {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media (min-width: 960px) {
    .step {
      margin-top: 3rem; } }

.configurator {
  background-color: #f3f8ff;
  padding-bottom: 0; }
  .configurator p {
    text-align: center;
    padding: 0;
    margin: 0; }
  .configurator-steps {
    padding-bottom: 1.5rem; }
  @media (min-width: 960px) {
    .configurator-steps {
      padding-bottom: 3rem; } }

.text_b_block {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #1a71fc;
  color: white;
  text-align: center;
  font-size: 1rem; }

.column_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .column_block_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 1.5rem; }
    .column_block_item:nth-child(1n + 1) {
      margin-left: 0; }
    .column_block_item:nth-child(1n + 1) {
      margin-left: 0; }
    .column_block_item p {
      padding: 0; }
    @media (min-width: 640px) {
      .column_block_item {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 48%; }
        .column_block_item:nth-child(2n + 1) {
          margin-left: 4%; }
        .column_block_item:nth-child(2n + 1) {
          margin-left: 0; }
        .column_block_item:nth-child(2n + 2) {
          margin-left: 4%; }
        .column_block_item:nth-child(2n + 1) {
          margin-left: 0; } }

.functionality {
  padding-bottom: 0; }
  .functionality h4 {
    color: #1a71fc;
    font-size: 1.56rem; }
  .functionality h5 {
    color: #1a71fc;
    font-size: 1.25rem; }
  .functionality-step {
    padding: 0 0 1.5rem;
    text-align: center; }
    .functionality-step .step-title {
      margin-bottom: 1.5rem;
      color: #d32929; }
    .functionality-step p {
      text-align: center;
      padding-bottom: 1.5rem;
      margin: 0; }
  .functionality-img-group {
    width: 100%;
    min-width: 600px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .functionality-img-group img {
      width: 32%; }
  .functionality-img-group-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% + 2rem);
    margin: 1.5rem -1rem;
    overflow: hidden; }
  .functionality .step-control {
    background-color: #1a71fc; }
  .functionality .step-control-item {
    color: white;
    font-weight: 300; }
    .functionality .step-control-item::before {
      border: 1px solid white;
      position: absolute; }
    .functionality .step-control-item:hover, .functionality .step-control-item:focus {
      font-weight: 500; }
      .functionality .step-control-item:hover::before, .functionality .step-control-item:focus::before {
        border-color: white;
        border-width: 2px; }
    .functionality .step-control-item.active::before {
      border-width: 6px;
      font-weight: 500; }
    .functionality .step-control-item.active:hover::before, .functionality .step-control-item.active:focus::before {
      border-width: 6px; }
  @media (min-width: 640px) {
    .functionality-img-group-wrapper {
      width: 100%;
      margin: 1.5rem auto; } }
  @media (min-width: 960px) {
    .functionality .step-title {
      margin-bottom: 3rem; }
    .functionality h4 {
      font-size: 1.95rem; }
    .functionality h5 {
      font-size: 1.56rem; } }

.home-news h1,
.home-news h2,
.home-news h3,
.home-news h4 {
  color: #1a71fc; }

.icon-controls {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10%;
  left: 50%;
  margin-left: -50px;
  z-index: 10;
  opacity: 0;
  -webkit-animation: fade-in 1s ease-in 1s, fade-out 3s ease 5s;
          animation: fade-in 1s ease-in 1s, fade-out 3s ease 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.recuperator {
  position: relative;
  background-color: rgba(26, 113, 252, 0.9);
  width: 100%;
  top: 0;
  min-height: 614px;
  padding-top: 154px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .recuperator::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a71fc;
    background-image: url("../images/home_slide_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1; }
  .recuperator-view {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 0; }
    .recuperator-view canvas {
      position: absolute;
      line-height: 0;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .recuperator-view canvas::before {
        content: 'content';
        position: absolute;
        z-index: 10; }
  .recuperator-tab {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 6rem; }
  .recuperator-title {
    width: 100%;
    color: white;
    font-size: 1.95rem;
    font-weight: 200;
    line-height: 2rem; }
    .recuperator-title strong {
      width: 100%;
      display: inline-block;
      font-weight: 600; }
  .recuperator-tabs-wrapper {
    width: 100%;
    position: relative;
    z-index: 5; }
  .recuperator-title-wrapper {
    width: 100%; }
    .recuperator-title-wrapper .buttons-group-2 {
      position: absolute;
      left: 50%;
      bottom: 4rem;
      width: 270px;
      margin-left: -135px;
      z-index: 10; }
    .recuperator-title-wrapper .button {
      padding: 1rem 0.5rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      height: 48px;
      width: 214px; }
      .recuperator-title-wrapper .button.button-icon {
        width: 48px;
        margin-left: 6px; }
        .recuperator-title-wrapper .button.button-icon svg {
          margin-right: 2px; }
  .recuperator .slick-dots {
    bottom: 26px;
    width: calc(100% - 6rem);
    left: 3rem;
    z-index: 10; }
  .recuperator .slick-dots li button {
    background: #69a3ff;
    padding: 3px; }
  .recuperator .slick-dots li.slick-active button {
    background: white;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3); }
  .recuperator-dots {
    display: block; }
  @media (min-width: 640px) {
    .recuperator {
      padding-top: 72px; }
      .recuperator-title-wrapper {
        width: calc(100% - 2rem); }
        .recuperator-title-wrapper .buttons-group-2 {
          bottom: 7.5rem; }
      .recuperator-tab {
        margin: 0 auto 9rem; }
      .recuperator .slick-dots {
        bottom: 5rem; }
      .recuperator-dots {
        display: none; } }
  @media (min-width: 960px) {
    .recuperator {
      padding-top: 72px;
      min-height: 100vh; }
      .recuperator-title {
        text-align: left;
        font-size: 33px;
        line-height: 3rem; }
        .recuperator-title strong {
          display: inline-block; }
      .recuperator-title-wrapper {
        width: 240px;
        margin: 0;
        position: absolute;
        top: 21rem;
        left: 1rem; }
        .recuperator-title-wrapper .buttons-group-2 {
          position: relative;
          bottom: 0;
          left: 0;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-left: 0;
          width: 286px; }
        .recuperator-title-wrapper .button {
          width: 160px; }
      .recuperator-tabs-wrapper {
        width: calc(100% - 300px); }
      .recuperator-tab {
        margin: 0 auto 3rem;
        margin-left: 260px; } }
  @media (min-width: 1024px) {
    .recuperator-title {
      text-align: left;
      font-size: 2.44rem;
      line-height: 3rem; }
    .recuperator-title-wrapper {
      width: 280px;
      top: 21rem; }
      .recuperator-title-wrapper .button {
        height: 56px;
        width: 200px; }
        .recuperator-title-wrapper .button.button-icon {
          width: 56px; }
    .recuperator-tabs-wrapper {
      width: calc(100% - 300px); }
    .recuperator-tab {
      margin-left: 290px; } }
  @media (min-width: 1200px) {
    .recuperator-title {
      font-size: 48px;
      line-height: 56px; }
    .recuperator-title-wrapper {
      width: 300px;
      top: 18rem; }
      .recuperator-title-wrapper .button {
        height: 72px; }
        .recuperator-title-wrapper .button.button-icon {
          width: 72px; }
    .recuperator-tab {
      margin-left: 324px; } }
  @media (min-width: 1366px) {
    .recuperator-title-wrapper {
      left: 50%;
      margin-left: -667px; } }

.recuperator-tab {
  display: none;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .recuperator-tab.tab-noise h4 {
    margin-bottom: 1rem; }
  .recuperator-tab.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .recuperator-tab-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    text-align: center;
    color: white; }
    .recuperator-tab-item h4,
    .recuperator-tab-item p {
      font-size: 0.875rem;
      line-height: 1rem;
      text-align: center;
      margin: 0;
      padding: 0; }
    .recuperator-tab-item p {
      font-size: 12px; }
  .recuperator-tab-item-icon {
    margin-bottom: 0.75rem;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .recuperator-tab-item-icon.rounded {
      border: 1px solid white;
      border-radius: 50%; }
  .recuperator-tab-item-text {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    .recuperator-tab-item {
      width: 50%; } }
  @media (min-width: 640px) {
    .recuperator-tab-item-icon {
      margin-left: 12px; }
    .recuperator-tab-item-text {
      width: calc(100% - 60px); }
    .recuperator-tab-item {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .recuperator-tab-item p,
      .recuperator-tab-item h4 {
        text-align: left; }
    .recuperator-tab.tab-noise {
      margin-top: 1.5rem; }
      .recuperator-tab.tab-noise .recuperator-tab-item {
        width: 30%; }
      .recuperator-tab.tab-noise .recuperator-tab-item-text {
        width: 100%; }
    .recuperator-tab.tab-center .recuperator-tab-item-text {
      padding-top: 1rem;
      padding-left: 1.5rem; } }
  @media (min-width: 960px) {
    .recuperator-tab-item p,
    .recuperator-tab-item h4 {
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    .recuperator-tab-item {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .recuperator-tab-item p,
      .recuperator-tab-item h4 {
        font-size: 1rem;
        line-height: 1.5rem; } }

.recuperator-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .recuperator-item-control {
    cursor: pointer;
    position: relative;
    width: 50%;
    text-align: center;
    padding: 0.5rem;
    border-bottom: 1px solid white;
    color: white;
    font-size: 13px;
    font-weight: 300; }
    .recuperator-item-control:nth-of-type(2n) {
      border-left: 1px solid white; }
    .recuperator-item-control::before {
      content: none; }
    .recuperator-item-control.active, .recuperator-item-control:hover, .recuperator-item-control:focus {
      font-weight: 500; }
  .recuperator-item-tabs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .recuperator-item-nav {
    position: absolute;
    width: calc(100% + 1rem);
    top: 49px;
    right: 0;
    left: -1rem;
    bottom: auto;
    z-index: 10; }
  .recuperator-item-info {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 640px) {
    .recuperator-item-info {
      width: calc(100% - 11rem); }
    .recuperator-item-control {
      width: 20%;
      text-align: center;
      padding: 0.75rem 0.5rem 0;
      border: 0; }
      .recuperator-item-control:nth-of-type(2n) {
        border-left: 0; }
      .recuperator-item-control::before {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid white;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -6px; }
      .recuperator-item-control.active {
        font-weight: 500; }
        .recuperator-item-control.active::before {
          border-width: 5px; }
      .recuperator-item-control:hover::before {
        border-width: 2px; }
    .recuperator-item-nav {
      width: 100%;
      top: auto;
      left: 0;
      bottom: 1.5rem;
      max-width: 800px;
      margin: auto; } }
  @media (min-width: 960px) {
    .recuperator-item-info {
      margin-left: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .recuperator-item-control {
      padding: 1rem 0.5rem 0;
      font-size: 0.875rem; }
      .recuperator-item-control::before {
        content: '';
        width: 14px;
        height: 14px;
        margin-left: -7px; }
      .recuperator-item-control::before {
        border-width: 6px; }
    .recuperator-item-nav {
      bottom: 3rem; } }

.arrow-prev {
  left: 0; }

.arrow-next {
  right: 0; }

.arrow-prev,
.arrow-next {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 10; }
  .arrow-prev .button,
  .arrow-next .button {
    border-color: transparent;
    background-color: transparent;
    margin: 0;
    padding: 0.5rem 0;
    width: 2rem; }
    .arrow-prev .button svg,
    .arrow-next .button svg {
      margin-right: 0; }
    .arrow-prev .button:visited,
    .arrow-next .button:visited {
      background-color: transparent; }
    .arrow-prev .button:hover, .arrow-prev .button:focus,
    .arrow-next .button:hover,
    .arrow-next .button:focus {
      background-color: white; }

.slider_control {
  margin-top: 2rem; }
  @media (min-width: 960px) {
    .slider_control {
      margin-top: 0; } }

.recuperator-thumb {
  display: none;
  width: 6rem;
  height: 3rem;
  padding: 0.5rem; }
  @media (min-width: 640px) {
    .recuperator-thumb {
      display: block; } }

.slider_item {
  cursor: pointer;
  position: relative;
  border: 0; }

.recuperator-sliders-nav {
  position: absolute;
  display: block;
  width: calc(100% - 2rem);
  left: 1rem;
  top: 100%;
  margin-top: -3rem; }
  .recuperator-sliders-nav .recuperator-title {
    display: none;
    line-height: 1rem;
    text-align: center;
    padding: 0.5rem;
    border-top: 1px solid #468af6;
    font-size: 12px;
    font-weight: 500; }
  @media (min-width: 640px) {
    .recuperator-sliders-nav {
      width: 100%;
      left: 0;
      top: 50%;
      margin-top: -6rem; }
      .recuperator-sliders-nav .recuperator-title {
        width: 6rem;
        font-size: 13px;
        border-left: 1px solid #468af6;
        border-right: 1px solid #468af6;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .recuperator-sliders-nav .recuperator-thumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 6rem;
        height: 7rem;
        padding: 2rem 0.5rem;
        border: 1px solid #468af6; }
      .recuperator-sliders-nav .slider_item[aria-hidden='false'] + .slider_item[aria-hidden='false'] .recuperator-title,
      .recuperator-sliders-nav .slider_item[aria-hidden='false'] + .slider_item[aria-hidden='false'] .recuperator-thumb {
        margin-left: calc(100% - 6rem); }
      .recuperator-sliders-nav .arrow-prev,
      .recuperator-sliders-nav .arrow-next {
        height: 2rem;
        width: 6rem;
        bottom: 0; }
        .recuperator-sliders-nav .arrow-prev .button,
        .recuperator-sliders-nav .arrow-next .button {
          width: 6rem;
          height: 2rem;
          padding: 0.5rem 0;
          border-color: #468af6; } }
  @media (min-width: 960px) {
    .recuperator-sliders-nav {
      width: 12rem;
      left: calc(100% - 13rem);
      margin-top: -7rem; }
      .recuperator-sliders-nav .slider_item[aria-hidden='false'] + .slider_item[aria-hidden='false'] .recuperator-title,
      .recuperator-sliders-nav .slider_item[aria-hidden='false'] + .slider_item[aria-hidden='false'] .recuperator-thumb {
        margin-left: 0; }
      .recuperator-sliders-nav .arrow-prev,
      .recuperator-sliders-nav .arrow-next {
        bottom: -2rem; } }
  @media (min-width: 1200px) {
    .recuperator-sliders-nav {
      margin-top: -9rem;
      width: 14rem;
      left: calc(100% - 15rem); }
      .recuperator-sliders-nav .recuperator-thumb {
        width: 7rem; }
      .recuperator-sliders-nav .recuperator-title {
        width: 7rem; }
      .recuperator-sliders-nav .arrow-prev,
      .recuperator-sliders-nav .arrow-next {
        height: 3rem;
        bottom: -3rem;
        width: 7rem; }
        .recuperator-sliders-nav .arrow-prev .button,
        .recuperator-sliders-nav .arrow-next .button {
          width: 7rem;
          height: 3rem;
          padding: 1rem 0; }
      .recuperator-sliders-nav .arrow-next {
        right: 0; } }
  @media (min-width: 1366px) {
    .recuperator-sliders-nav {
      width: 18rem;
      left: calc(100% - 18rem); }
      .recuperator-sliders-nav .recuperator-thumb {
        width: 9rem; }
      .recuperator-sliders-nav .recuperator-title {
        width: 9rem; }
      .recuperator-sliders-nav .arrow-prev .button,
      .recuperator-sliders-nav .arrow-next .button {
        width: 9rem; }
      .recuperator-sliders-nav .arrow-next {
        right: 2rem; } }

.accordion-icon {
  height: 3rem;
  width: 53px;
  position: relative;
  border: 1px solid #a4c7fe;
  margin: 0.75rem 0 0.75rem 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .accordion-icon::before, .accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #a4c7fe;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -6.5px;
    margin-right: -0.5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .accordion-icon::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.faq-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d1e2fb; }
  .faq-item:nth-child(1n + 1) {
    margin-left: 0; }
  .faq-item:nth-child(1n + 1) {
    margin-left: 0; }
  .faq-item:first-of-type {
    border-top: 1px solid #d1e2fb; }
  .faq-item:nth-of-type(2) {
    border-top: 0; }
  .faq-item-text {
    display: none;
    text-align: left;
    font-size: 0.875rem; }
  .faq-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    margin: 0.75rem 0 0.75rem;
    cursor: pointer; }
    .faq-item-title h4 {
      width: 100%;
      text-align: left;
      color: #1a71fc;
      margin: 0.75rem 0; }
    .faq-item-title:hover .accordion-icon {
      border-color: #1a71fc; }
      .faq-item-title:hover .accordion-icon::before, .faq-item-title:hover .accordion-icon::after {
        background-color: #1a71fc; }
    .faq-item-title.active .accordion-icon::after {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  @media (min-width: 960px) {
    .faq-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .faq-item:nth-child(2n + 1) {
        margin-left: 4%; }
      .faq-item:nth-child(2n + 1) {
        margin-left: 0; }
      .faq-item:nth-child(2n + 2) {
        margin-left: 4%; }
      .faq-item:nth-child(2n + 1) {
        margin-left: 0; }
      .faq-item:nth-of-type(2) {
        border-top: 1px solid #d1e2fb; }
      .faq-item-text {
        font-size: 1rem; } }

.home {
  width: 100%;
  position: relative;
  top: 0; }
  @media (min-width: 960px) {
    .home {
      position: absolute;
      top: -72px; }
      .home .header-fixed + #my_wrapper {
        margin-top: 0; } }
    @media (min-width: 960px) and (min-width: 960px) {
      .home .header-fixed + #my_wrapper {
        margin-top: 72px; } }
  @media (min-width: 960px) {
      .home .header:not(.header-fixed) {
        position: relative;
        background-color: transparent;
        border-bottom: 0;
        top: 72px;
        -webkit-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: 1s;
             -o-transition-duration: 1s;
                transition-duration: 1s; }
        .home .header:not(.header-fixed) .header-logo svg {
          color: white; }
        .home .header:not(.header-fixed) .button-cart {
          background-color: transparent;
          border-left: 1px solid #4286f2; }
          .home .header:not(.header-fixed) .button-cart .goods-in-cart {
            background-color: white;
            color: #1a71fc; }
          .home .header:not(.header-fixed) .button-cart .cart-icon {
            color: white; }
        .home .header:not(.header-fixed) .lang-nav {
          background-color: transparent; }
          .home .header:not(.header-fixed) .lang-nav li:hover,
          .home .header:not(.header-fixed) .lang-nav li:focus {
            background-color: #468DFF; }
        .home .header:not(.header-fixed) .lang {
          border-left: 1px solid #4286f2;
          border-right: 1px solid #4286f2; }
          .home .header:not(.header-fixed) .lang .lang-select,
          .home .header:not(.header-fixed) .lang a {
            color: white; }
          .home .header:not(.header-fixed) .lang .lang-select::after {
            border-top-color: white; }
        .home .header:not(.header-fixed) .menu-header a,
        .home .header:not(.header-fixed) .current_page_item > a {
          color: white !important; }
          .home .header:not(.header-fixed) .menu-header a::before,
          .home .header:not(.header-fixed) .current_page_item > a::before {
            background-color: white; }
          .home .header:not(.header-fixed) .menu-header a::after,
          .home .header:not(.header-fixed) .current_page_item > a::after {
            border-top-color: white; }
        .home .header:not(.header-fixed) .submenu ul,
        .home .header:not(.header-fixed) .menu-item-has-children ul {
          background-color: transparent;
          border: 1px solid #468dff; }
          .home .header:not(.header-fixed) .submenu ul li:not(:last-of-type),
          .home .header:not(.header-fixed) .menu-item-has-children ul li:not(:last-of-type) {
            border-bottom: 1px solid #468dff; }
          .home .header:not(.header-fixed) .submenu ul a:hover,
          .home .header:not(.header-fixed) .submenu ul a:focus,
          .home .header:not(.header-fixed) .menu-item-has-children ul a:hover,
          .home .header:not(.header-fixed) .menu-item-has-children ul a:focus {
            background-color: #468dff; } }

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

.home .home-news img {
  width: auto;
  margin: 1.5rem 0; }

.contact-title {
  margin-top: 3rem;
  text-align: center; }

.contact-address {
  margin-top: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  font-style: normal; }

.contact-link {
  width: 100%;
  margin: 1.5rem auto;
  text-align: center; }
  .contact-link p,
  .contact-link a {
    text-align: center;
    color: #292929;
    margin: 0;
    padding: 0;
    font-size: 0.875rem; }
  .contact-link p {
    font-weight: bold; }
  .contact-link a {
    font-weight: 400; }
    .contact-link a.dealers-site {
      font-weight: bold; }
    .contact-link a:visited {
      color: #292929; }
    .contact-link a:hover, .contact-link a:focus {
      text-decoration: underline; }

.contact-link + .contact-link {
  margin-top: 0; }

.contact-info {
  width: 100%;
  padding-right: 0; }
  .contact-info h3 {
    width: 100%;
    margin: 1.5rem auto 0;
    color: #1a71fc;
    font-weight: bold;
    font-size: 1.25rem; }

.contact-form {
  width: 100%; }

.contact-dealers + .contact-dealers {
  border-top: 1px solid #b0cefe; }

.contact-dealers hr {
  width: 100%;
  height: 1px;
  background-color: #b0cefe; }
  .contact-dealers hr:last-of-type {
    display: none; }
  @media (min-width: 640px) {
    .contact-dealers hr:nth-of-type(2n+1) {
      display: none; } }
  @media (min-width: 960px) {
    .contact-dealers hr {
      display: none; }
      .contact-dealers hr:nth-of-type(3n) {
        display: block; }
      .contact-dealers hr:last-of-type {
        display: none; } }

@media (min-width: 640px) {
  .contact-title {
    text-align: left; }
  .contact-address {
    text-align: left; }
  .contact-link {
    text-align: left; }
    .contact-link p,
    .contact-link a {
      text-align: left; }
  .contact-info {
    width: 50%;
    padding-right: 20px; }
    .contact-info h3 {
      text-align: left; }
  .contact-form {
    width: 50%; } }

@media (min-width: 960px) {
  .contact-address {
    font-size: 1rem; }
  .contact-link {
    font-size: 1rem; }
    .contact-link p,
    .contact-link a {
      font-size: 1rem; } }

.dealers-address {
  text-align: center;
  font-size: 0.875rem;
  font-style: normal; }
  @media (min-width: 640px) {
    .dealers-address {
      text-align: left; } }
  @media (min-width: 960px) {
    .dealers-address {
      font-size: 1rem; } }

.dealers-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1.5rem 0; }
  .dealers-item:nth-child(1n + 1) {
    margin-left: 0; }
  .dealers-item:nth-child(1n + 1) {
    margin-left: 0; }
  .dealers-item h3 {
    font-size: 1rem;
    color: #1a71fc;
    padding: 0;
    margin: 0 auto 1.5rem; }
  .dealers-item .dealers-title {
    color: #292929; }
  @media (min-width: 640px) {
    .dealers-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .dealers-item:nth-child(2n + 1) {
        margin-left: 4%; }
      .dealers-item:nth-child(2n + 1) {
        margin-left: 0; }
      .dealers-item:nth-child(2n + 2) {
        margin-left: 4%; }
      .dealers-item:nth-child(2n + 1) {
        margin-left: 0; }
      .dealers-item h3 {
        text-align: left; } }
  @media (min-width: 960px) {
    .dealers-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .dealers-item:nth-child(3n + 1) {
        margin-left: 3%; }
      .dealers-item:nth-child(3n + 1) {
        margin-left: 0; }
      .dealers-item:nth-child(3n + 2) {
        margin-left: 3%; }
      .dealers-item:nth-child(3n + 1) {
        margin-left: 0; }
      .dealers-item:nth-child(3n + 3) {
        margin-left: 3%; }
      .dealers-item:nth-child(3n + 1) {
        margin-left: 0; }
      .dealers-item h3 {
        font-size: 1.25rem; } }

.error_404 {
  text-align: center;
  padding: 6rem 1rem 4rem; }
  .error_404 .erTitle {
    font-size: 8rem;
    line-height: 8rem;
    font-weight: 900;
    padding-bottom: 1.5rem;
    color: #1a71fc; }
    @media (min-width: 480px) {
      .error_404 .erTitle {
        font-size: 12rem;
        line-height: 12rem; } }
    @media (min-width: 960px) {
      .error_404 .erTitle {
        font-size: 15rem;
        line-height: 15rem;
        padding-bottom: 3rem; } }
  .error_404 p {
    text-align: center;
    font-size: 1rem;
    color: #292929; }
    @media (min-width: 480px) {
      .error_404 p {
        font-size: 1.25rem; } }

.search-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 3rem; }
  .search-block form {
    position: relative;
    width: 100%;
    padding: 1.5rem;
    border-bottom: 1px solid #f3f8ff; }
  .search-block .input-search {
    border: 2px solid #292929;
    color: #202020; }
    .search-block .input-search:hover, .search-block .input-search:focus {
      border-color: #1a71fc;
      color: #292929; }
      .search-block .input-search:hover + .icon-search, .search-block .input-search:focus + .icon-search {
        color: #1a71fc; }
  .search-block button.icon-search {
    color: #1a71fc;
    right: 26px;
    top: 26px; }
    .search-block button.icon-search svg {
      margin-bottom: 0;
      margin-left: 2px; }
  @media (min-width: 640px) {
    .search-block {
      padding: 1.5rem 0.75rem; } }
  @media (min-width: 960px) {
    .search-block {
      padding: 1.5rem; } }

.sert_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #D1E2FB;
  padding: 0 2% 40px; }
  .sert_item:nth-child(1n + 1) {
    margin-left: 0; }
  .sert_item:nth-child(1n + 1) {
    margin-left: 0; }
  .sert_item .sert-image-cont {
    padding: 6%;
    margin-bottom: 33px;
    text-align: center;
    overflow: hidden; }
    .sert_item .sert-image-cont img {
      display: block;
      margin: 0 auto;
      -webkit-transform: perspective(0) rotateX(0) rotate(0) translateY(0);
              transform: perspective(0) rotateX(0) rotate(0) translateY(0);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .sert_item .sert_name {
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    font-weight: bold; }
  .sert_item:hover img {
    -webkit-transform: perspective(150px) rotateX(35deg) rotate(25deg) translateY(-70px);
            transform: perspective(150px) rotateX(35deg) rotate(25deg) translateY(-70px); }
  @media (min-width: 640px) {
    .sert_item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 50%; }
      .sert_item:nth-child(2n + 1) {
        margin-left: 0; }
      .sert_item:nth-child(2n + 1) {
        margin-left: 0; }
      .sert_item:nth-child(2n + 2) {
        margin-left: 0; }
      .sert_item:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 960px) {
    .sert_item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 25%; }
      .sert_item:nth-child(4n + 1) {
        margin-left: 0; }
      .sert_item:nth-child(4n + 1) {
        margin-left: 0; }
      .sert_item:nth-child(4n + 2) {
        margin-left: 0; }
      .sert_item:nth-child(4n + 1) {
        margin-left: 0; }
      .sert_item:nth-child(4n + 3) {
        margin-left: 0; }
      .sert_item:nth-child(4n + 1) {
        margin-left: 0; }
      .sert_item:nth-child(4n + 4) {
        margin-left: 0; }
      .sert_item:nth-child(4n + 1) {
        margin-left: 0; } }

.team {
  padding-top: 2.25rem;
  margin-top: 1.5rem; }
  .team h2 {
    margin: 2.25rem 0; }

.team_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 2.25rem;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .team_item:nth-child(1n + 1) {
    margin-left: 0; }
  .team_item:nth-child(1n + 1) {
    margin-left: 0; }
  .team_item .team-image-cont {
    padding: 0;
    margin: 0 auto 33px;
    text-align: center;
    position: relative;
    width: 266px; }
    .team_item .team-image-cont img {
      display: block;
      margin: 0 auto;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .team_item .team_name {
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 auto;
    width: 80%; }
  .team_item .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a71fc;
    color: #ffffff;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .team_item .hover div {
      width: 100%;
      text-align: center; }
  .team_item:hover .hover {
    opacity: 0.9; }
  @media (min-width: 640px) {
    .team_item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }
      .team_item:nth-child(1n + 1) {
        margin-left: 0; }
      .team_item:nth-child(1n + 1) {
        margin-left: 0; } }
  @media (min-width: 960px) {
    .team_item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .team_item:nth-child(3n + 1) {
        margin-left: 3%; }
      .team_item:nth-child(3n + 1) {
        margin-left: 0; }
      .team_item:nth-child(3n + 2) {
        margin-left: 3%; }
      .team_item:nth-child(3n + 1) {
        margin-left: 0; }
      .team_item:nth-child(3n + 3) {
        margin-left: 3%; }
      .team_item:nth-child(3n + 1) {
        margin-left: 0; } }

.jumbotron {
  background-color: #1a71fc;
  text-align: center;
  color: #ffffff;
  padding: 2.25rem 0;
  margin-bottom: 1.5rem; }
  .jumbotron:last-child {
    margin-bottom: 0; }
  .jumbotron p {
    text-align: center; }
  .jumbotron .button-light {
    padding: 1.5rem 3rem;
    border: 2px solid;
    font-size: 1rem; }

.catalog {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .catalog::before, .catalog::after {
    content: none; }
  .catalog-sort {
    width: 49%; }
  .catalog-filters {
    width: 100%;
    background-color: #f3f8ff;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 90;
    border: 1px solid #d1e2fb;
    margin-bottom: 1.5rem; }
    .catalog-filters h2 {
      position: relative;
      font-size: 1.25rem;
      margin-top: 0;
      text-align: left;
      line-height: 1.5rem;
      margin-bottom: 0;
      cursor: pointer; }
      .catalog-filters h2::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 0px;
        width: 7px;
        height: 4px;
        margin-left: 4px;
        border-top: solid 4px #222;
        border-left: solid 4px transparent;
        border-right: solid 4px transparent; }
    .catalog-filters h4 {
      font-size: 1rem;
      text-align: left; }
    .catalog-filters .woof_checkbox_label, .catalog-filters .woof_checkbox_label_selected {
      font-size: 0.875rem;
      line-height: 1rem;
      font-weight: normal; }
    .catalog-filters .woof_list_checkbox li div {
      margin-top: 0; }
    .catalog-filters .irs-with-grid .irs-grid {
      display: none; }
    .catalog-filters .irs-line {
      height: 3px; }
    .catalog-filters .irs-bar {
      height: 3px;
      background: #1a71fc; }
    .catalog-filters .irs-slider {
      top: 29px;
      width: 10px;
      height: 10px;
      border: 1px solid #1a71fc;
      background: #1a71fc;
      border-radius: 5px;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: pointer; }
    .catalog-filters .irs-from, .catalog-filters .irs-to, .catalog-filters .irs-single {
      color: #fff;
      font-size: 10px;
      line-height: 1.333;
      text-shadow: none;
      padding: 1px 5px;
      background: #1a71fc;
      border-radius: 3px; }
    .catalog-filters .irs-to {
      left: auto !important;
      right: 0 !important; }
    .catalog-filters .irs-from {
      right: auto !important;
      left: 0 !important; }
    .catalog-filters .icheckbox_minimal-blue {
      background-color: #fff;
      border: 1px solid #fff; }
      .catalog-filters .icheckbox_minimal-blue.checked {
        border: 1px solid #478dfc; }
    .catalog-filters .woof_sid_widget {
      height: 0;
      overflow: hidden; }
    .catalog-filters.active h2 {
      margin-bottom: 1.5rem; }
      .catalog-filters.active h2::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .catalog-filters.active .woof_sid_widget {
      height: auto; }
  .catalog .gallery-cont {
    width: 100%;
    margin-left: 0; }
    .catalog .gallery-cont .woocommerce-result-count {
      display: none; }
    .catalog .gallery-cont .vdz_start_loop {
      width: 100%;
      float: none;
      clear: both;
      display: block;
      content: '';
      margin-bottom: 1.5rem;
      overflow: hidden; }
      .catalog .gallery-cont .vdz_start_loop .woocommerce-result-count {
        float: left; }
      .catalog .gallery-cont .vdz_start_loop .woocommerce-ordering {
        float: none;
        border: 1px solid #d1e2fb;
        padding: 10px; }
        .catalog .gallery-cont .vdz_start_loop .woocommerce-ordering select {
          font-size: 0.875rem;
          width: 100%; }
    .catalog .gallery-cont .woof_products_top_panel li {
      background-color: #f3f8ff;
      padding: 0 15px;
      border-radius: 15px;
      height: 30px; }
      .catalog .gallery-cont .woof_products_top_panel li a {
        font-size: 0.875rem;
        line-height: 30px; }
  @media (min-width: 560px) {
    .catalog-filters {
      width: 250px;
      position: absolute;
      margin-bottom: 0; }
    .catalog .gallery-cont .vdz_start_loop .woocommerce-ordering {
      float: right; } }
  @media (min-width: 960px) {
    .catalog-sort {
      width: 100%; }
    .catalog-filters {
      position: relative;
      padding: 1rem;
      border: 0;
      width: 30%; }
      .catalog-filters h2 {
        font-size: 1.56rem;
        text-align: center;
        line-height: 2.25rem;
        margin-bottom: 1.5rem;
        cursor: auto; }
        .catalog-filters h2::after {
          content: none; }
      .catalog-filters .woof_sid_widget {
        height: auto;
        overflow: auto; }
    .catalog .gallery-cont {
      width: 68%;
      margin-left: 2%; }
      .catalog .gallery-cont .woocommerce-result-count {
        display: block;
        margin-top: 1rem; } }
  @media (min-width: 1024px) {
    .catalog-filters {
      width: 22%; }
    .catalog .gallery-cont {
      width: 76%; } }

.catalog-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  margin-bottom: 1.5rem !important; }
  .catalog-item:nth-child(1n + 1) {
    margin-left: 0; }
  .catalog-item:nth-child(1n + 1) {
    margin-left: 0; }
  .catalog-item-img {
    display: block;
    width: 100%;
    height: 12rem;
    padding: 0.75rem;
    line-height: 0;
    border: 1px solid #d1e2fb; }
    .catalog-item-img img {
      height: 10.5rem; }
  .catalog-item .catalog-item-title, .catalog-item .catalog-item-text {
    /*display: block;*/
    width: 100%;
    height: 3rem;
    min-height: 3rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
    color: #292929; }
  .catalog-item-title {
    font-size: 1rem;
    font-weight: bold; }
    .catalog-item-title:hover, .catalog-item-title:focus {
      color: #1a71fc; }
  .catalog-item-text {
    font-size: 0.875rem;
    line-height: 1rem; }
  .catalog-item-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    height: 2rem;
    color: #292929;
    font-size: 0.875rem; }
    .catalog-item-price p {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
  .catalog-item-rate {
    width: 50%;
    color: #1a71fc;
    font-weight: bold;
    line-height: 1rem; }
  .catalog-item-on, .catalog-item-off {
    width: 50%;
    color: #1faa1f;
    font-size: 13px;
    line-height: 1rem;
    text-align: right; }
  .catalog-item-off {
    color: #969696; }
  .catalog-item-info {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border-left: 1px solid #d1e2fb;
    border-right: 1px solid #d1e2fb; }
    .catalog-item-info p {
      padding: 0;
      margin: 0; }
  .catalog-item .button_catalog {
    width: 50%;
    font-size: 13px;
    margin: 0; }
  .catalog-item .catalog-link {
    background-color: #d1e2fb;
    color: #1a71fc;
    border-color: #d1e2fb;
    font-weight: normal; }
    .catalog-item .catalog-link:hover, .catalog-item .catalog-link:focus {
      background-color: #468dff;
      border-color: #468dff;
      color: #fff; }
  .catalog-item .button-group-2 {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  @media (min-width: 560px) {
    .catalog-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .catalog-item:nth-child(2n + 1) {
        margin-left: 4%; }
      .catalog-item:nth-child(2n + 1) {
        margin-left: 0; }
      .catalog-item:nth-child(2n + 2) {
        margin-left: 4%; }
      .catalog-item:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 800px) {
    .catalog-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .catalog-item:nth-child(3n + 1) {
        margin-left: 3%; }
      .catalog-item:nth-child(3n + 1) {
        margin-left: 0; }
      .catalog-item:nth-child(3n + 2) {
        margin-left: 3%; }
      .catalog-item:nth-child(3n + 1) {
        margin-left: 0; }
      .catalog-item:nth-child(3n + 3) {
        margin-left: 3%; }
      .catalog-item:nth-child(3n + 1) {
        margin-left: 0; } }
  @media (min-width: 960px) {
    .catalog-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 48%; }
      .catalog-item:nth-child(2n + 1) {
        margin-left: 4%; }
      .catalog-item:nth-child(2n + 1) {
        margin-left: 0; }
      .catalog-item:nth-child(2n + 2) {
        margin-left: 4%; }
      .catalog-item:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .catalog-item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 31.33333%; }
      .catalog-item:nth-child(3n + 1) {
        margin-left: 3%; }
      .catalog-item:nth-child(3n + 1) {
        margin-left: 0; }
      .catalog-item:nth-child(3n + 2) {
        margin-left: 3%; }
      .catalog-item:nth-child(3n + 1) {
        margin-left: 0; }
      .catalog-item:nth-child(3n + 3) {
        margin-left: 3%; }
      .catalog-item:nth-child(3n + 1) {
        margin-left: 0; } }

.ventox_product_one {
  padding-bottom: 3rem; }
  .ventox_product_one .product-main .product-photo-wrapper {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0; }
    @media (min-width: 640px) {
      .ventox_product_one .product-main .product-photo-wrapper {
        width: 50%;
        float: left;
        height: 540px;
        overflow: hidden;
        padding-right: 2rem; } }
    .ventox_product_one .product-main .product-photo-wrapper .product-gallery {
      margin-bottom: 1rem; }
    .ventox_product_one .product-main .product-photo-wrapper .product-photo {
      border: 1px solid #d1e2fb; }
    .ventox_product_one .product-main .product-photo-wrapper .product-photo-thumb {
      border: 1px solid #d1e2fb;
      margin: 0 0.5rem; }
  .ventox_product_one .product-main .product-info-top {
    width: 100%;
    float: none; }
    @media (min-width: 640px) {
      .ventox_product_one .product-main .product-info-top {
        width: 50%;
        text-align: left;
        float: right; } }
  .ventox_product_one .product-main .product-title {
    text-align: center;
    margin: 1.5rem auto;
    font-size: 1.56rem;
    line-height: 2.25rem; }
    @media (min-width: 640px) {
      .ventox_product_one .product-main .product-title {
        text-align: left;
        font-size: 1.95rem; } }
  .ventox_product_one .product-main .product-condition {
    text-align: center;
    margin: 1.5rem auto; }
    .ventox_product_one .product-main .product-condition .product-on {
      color: #1faa1f; }
    .ventox_product_one .product-main .product-condition .product-off {
      color: red; }
    @media (min-width: 640px) {
      .ventox_product_one .product-main .product-condition {
        text-align: left; } }
  .ventox_product_one .product-main .product-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.5rem; }
    @media (min-width: 640px) {
      .ventox_product_one .product-main .product-info {
        width: 50%;
        float: right;
        margin: 1.5rem auto;
        background-color: #f3f8ff;
        padding: 1rem 2rem;
        overflow: hidden;
        margin-top: 0; } }
    .ventox_product_one .product-main .product-info .product-price {
      color: #1a71fc;
      font-size: 1.5rem;
      font-weight: bold;
      white-space: nowrap; }
    .ventox_product_one .product-main .product-info .product-amount {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .ventox_product_one .product-main .product-info .product-amount div {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border: 1px solid #d1e2fb;
        background-color: #ffffff;
        color: #1a71fc;
        font-size: 1.5rem;
        cursor: pointer; }
        .ventox_product_one .product-main .product-info .product-amount div:hover {
          border: 1px solid #1a71fc;
          background-color: #1a71fc;
          color: #ffffff; }
      .ventox_product_one .product-main .product-info .product-amount input {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-top: 1px solid #d1e2fb;
        border-bottom: 1px solid #d1e2fb;
        border-left: 0;
        border-right: 0;
        padding: 0;
        margin: 0; }
    .ventox_product_one .product-main .product-info .button_catalog {
      padding: 1.3rem 3rem;
      width: 100%;
      margin: 1rem 0 0 0; }
      @media (min-width: 960px) {
        .ventox_product_one .product-main .product-info .button_catalog {
          width: auto;
          margin: 0; } }
  .ventox_product_one .product-main .product-description {
    width: 100%;
    /*margin: 1.5rem 0;*/ }

  .product-description a {color: #1a71fc;}

    @media (min-width: 640px) {
      .ventox_product_one .product-main .product-description {
        width: 50%;
        float: right; } }
  .ventox_product_one .product-feature-nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 2rem; }
    .ventox_product_one .product-feature-nav a {
      border: 1px solid #d1e2fb;
      display: inline-block;
      padding: 1em;
      text-align: center;
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      white-space: nowrap;
      cursor: pointer; }
      .ventox_product_one .product-feature-nav a.active {
        border: 1px solid #1a71fc;
        color: #1a71fc; }
        .ventox_product_one .product-feature-nav a.active:hover {
          border: 1px solid #1a71fc;
          background-color: #ffffff;
          color: #1a71fc;
          cursor: default; }
      .ventox_product_one .product-feature-nav a:hover {
        border: 1px solid #1a71fc;
        background-color: #1a71fc;
        color: #ffffff; }
  .ventox_product_one .product-feature-tab-content {
    width: 100%;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .ventox_product_one .product-feature-tab-content.active {
      display: block;
      opacity: 1; }
    .ventox_product_one .product-feature-tab-content .desc-pic {
      display: block;
      float: none;
      margin: 0 auto 1rem; }
      @media (min-width: 480px) {
        .ventox_product_one .product-feature-tab-content .desc-pic {
          float: right;
          margin: 0;
          max-width: 50%; } }
      @media (min-width: 640px) {
        .ventox_product_one .product-feature-tab-content .desc-pic {
          float: right;
          max-width: 35%; } }
    .ventox_product_one .product-feature-tab-content.tab-description .content {
      margin: 0 auto;
      padding: 0;
      width: 100%; }
    .ventox_product_one .product-feature-tab-content.tab-description .desc-pic + .content {
      width: 100%;
      float: none; }
      @media (min-width: 480px) {
        .ventox_product_one .product-feature-tab-content.tab-description .desc-pic + .content {
          width: 50%;
          float: left; } }
      @media (min-width: 640px) {
        .ventox_product_one .product-feature-tab-content.tab-description .desc-pic + .content {
          width: 60%; } }
    .ventox_product_one .product-feature-tab-content .characteristic {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%; }
      .ventox_product_one .product-feature-tab-content .characteristic tr:nth-child(even) {
        background-color: #FDFDFD; }
      .ventox_product_one .product-feature-tab-content .characteristic td {
        padding: 1rem;
        border: 1px solid #d1e2fb;
        width: 50%; }
      @media (min-width: 640px) {
        .ventox_product_one .product-feature-tab-content .characteristic {
          width: 100%; } }
    .ventox_product_one .product-feature-tab-content.tab-projects .content {
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: 100%; }
      .ventox_product_one .product-feature-tab-content.tab-projects .content h3 {
        text-align: left;
        font-size: 1.5rem; }
      .ventox_product_one .product-feature-tab-content.tab-projects .content .gallery {
        margin: 2.25rem 0; }
      .ventox_product_one .product-feature-tab-content.tab-projects .content .tab-project-item {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 32.33333%;
        margin-bottom: 1.5rem !important;
        padding-bottom: 22%;
        position: relative;
        overflow: hidden; }
        .ventox_product_one .product-feature-tab-content.tab-projects .content .tab-project-item:nth-child(3n + 1) {
          margin-left: 1.5%; }
        .ventox_product_one .product-feature-tab-content.tab-projects .content .tab-project-item:nth-child(3n + 1) {
          margin-left: 0; }
        .ventox_product_one .product-feature-tab-content.tab-projects .content .tab-project-item:nth-child(3n + 2) {
          margin-left: 1.5%; }
        .ventox_product_one .product-feature-tab-content.tab-projects .content .tab-project-item:nth-child(3n + 1) {
          margin-left: 0; }
        .ventox_product_one .product-feature-tab-content.tab-projects .content .tab-project-item:nth-child(3n + 3) {
          margin-left: 1.5%; }
        .ventox_product_one .product-feature-tab-content.tab-projects .content .tab-project-item:nth-child(3n + 1) {
          margin-left: 0; }
        .ventox_product_one .product-feature-tab-content.tab-projects .content .tab-project-item img {
          margin: 0;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    .ventox_product_one .product-feature-tab-content .relatedProducts {
      max-width: 1024px;
      margin: 0 auto 2rem; }
      .ventox_product_one .product-feature-tab-content .relatedProducts .catalog-item {
        margin: 0 1rem !important; }

.product-catalog-title {
  width: 100%;
  min-height: 42px;
  margin-bottom: 1.5rem;
  position: relative; }
  .product-catalog-title .title {
    display: none; }
  .product-catalog-title .button-product-nav {
    height: 42px;
    margin: 0;
    padding: 0.75rem;
    background-color: #fff;
    color: #292929;
    border-color: #d1e2fb;
    font-weight: 500; }
    .product-catalog-title .button-product-nav:hover, .product-catalog-title .button-product-nav:focus {
      color: #1a71fc;
      border-color: #1a71fc; }
  @media (min-width: 640px) {
    .product-catalog-title .title {
      display: block;
      padding: 0 140px; } }

.product-catalog {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 100px;
  font-size: 13px;
  padding: 0.75rem 0; }

.product-nav {
  position: absolute;
  top: -4px;
  right: 50%;
  margin-right: -72px;
  width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-nav .arrow-left {
    display: block;
    background: #1a71fc;
    height: 1px;
    width: 24px;
    margin: 0 auto;
    position: relative; }
    .product-nav .arrow-left::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      top: 0;
      left: 0;
      margin-top: -3px;
      border-left: 1px solid #1a71fc;
      border-top: 1px solid #1a71fc;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .product-nav .arrow-right {
    display: block;
    background: #1a71fc;
    height: 1px;
    width: 24px;
    margin: 0 auto;
    position: relative; }
    .product-nav .arrow-right::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      top: 0;
      left: 18px;
      margin-top: -3px;
      border-left: 1px solid #1a71fc;
      border-top: 1px solid #1a71fc;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
    .product-nav .arrow-right::before {
      left: 10px; }
  .product-nav .arrow-text {
    width: 100px;
    font-size: 13px;
    display: none; }
  .product-nav .button-product-nav {
    width: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    right: auto; }
    .product-nav .button-product-nav + .button-product-nav {
      left: auto;
      right: 0; }
    .product-nav .button-product-nav:hover .arrow-left,
    .product-nav .button-product-nav:hover .arrow-right, .product-nav .button-product-nav:focus .arrow-left,
    .product-nav .button-product-nav:focus .arrow-right {
      background-color: white; }
      .product-nav .button-product-nav:hover .arrow-left::before,
      .product-nav .button-product-nav:hover .arrow-right::before, .product-nav .button-product-nav:focus .arrow-left::before,
      .product-nav .button-product-nav:focus .arrow-right::before {
        border-left-color: white;
        border-top-color: white; }
  @media (min-width: 640px) {
    .product-nav {
      right: 16px;
      margin-right: 0; } }
  @media (min-width: 960px) {
    .product-nav {
      width: calc(100% - 32px); }
      .product-nav .button-product-nav {
        width: 180px; }
      .product-nav .arrow-text {
        display: block; }
      .product-nav .arrow-right::before {
        left: 18px; } }

@media (min-width: 480px) {
  .product-catalog {
    width: 140px;
    font-size: 14px;
    padding: 0.75rem; } }

@media (min-width: 960px) {
  .product-catalog {
    display: none; } }

.delivery {
  text-align: center; }
  .delivery h2 {
    color: #1a71fc;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.25rem; }
  .delivery p,
  .delivery a {
    text-align: center;
    font-size: 0.875rem; }
  .delivery-conditions {
    width: 100%;
    padding: 1.5rem 0;
    margin: 1.5rem auto;
    border-top: 1px solid #d1e2fb;
    border-bottom: 1px solid #d1e2fb;
    text-align: center;
    font-size: 1rem;
    font-weight: bold; }
  .delivery-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: auto; }
    .delivery-company h3 {
      font-size: 0.875rem;
      padding: 0;
      margin: 0; }
    .delivery-company a {
      display: block;
      text-align: center;
      font-size: 13px;
      color: #1a71fc;
      line-height: 1rem; }
      .delivery-company a:visited {
        color: #1a71fc; }
    .delivery-company-img {
      width: 100%;
      max-width: 240px;
      margin: auto;
      padding: 0.75rem 1.5rem 0; }
    .delivery-company-contacts {
      width: 100%;
      padding: 0 1.5rem 1.5rem; }
  .delivery-companies {
    width: 100%;
    display: block;
    padding-bottom: 1.5rem; }
    .delivery-companies h4 {
      width: 100%;
      text-align: center;
      font-size: 0.875rem;
      font-weight: 300; }
  @media (min-width: 640px) {
    .delivery-companies {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .delivery-company {
      width: 33%;
      max-width: none; } }
  @media (min-width: 960px) {
    .delivery h2 {
      font-size: 1.56rem; }
    .delivery p,
    .delivery a {
      text-align: center;
      font-size: 1rem; }
    .delivery-conditions {
      margin: 3rem auto;
      font-size: 1.25rem; }
    .delivery-company h3 {
      font-size: 1rem; }
    .delivery-company a {
      font-size: 0.875rem; }
    .delivery-companies {
      padding-bottom: 3rem; } }

.payment {
  text-align: center;
  padding: 1.5rem 0; }
  .payment .content {
    margin-top: 0; }
  .payment h2 {
    color: #1a71fc;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.25rem; }
  .payment p,
  .payment a {
    text-align: center;
    font-size: 0.875rem; }
  @media (min-width: 640px) {
    .payment {
      text-align: left; }
      .payment p,
      .payment a {
        text-align: left; } }
  @media (min-width: 960px) {
    .payment h2 {
      font-size: 1.56rem; }
    .payment p,
    .payment a {
      font-size: 1rem; } }

.instruction {
  margin-bottom: 3rem;
  max-width: 400px; }
  .instruction-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #d1e2fb; }
    .instruction-item .button {
      margin: 0;
      width: 160px;
      text-decoration: none; }
      .instruction-item .button:hover, .instruction-item .button:focus {
        text-decoration: none; }
  .instruction-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1a71fc;
    background-color: #e1ecfc;
    font-size: 0.875rem;
    font-weight: bold; }
  .instruction-info {
    width: 100%;
    padding: 1.5rem 0;
    font-size: 0.875rem;
    text-align: center; }
  @media (min-width: 640px) {
    .instruction {
      max-width: none; }
      .instruction-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .instruction-info {
        width: calc(100% - 220px);
        padding: 0 1.5rem;
        text-align: left; } }

.product-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .product-amount div {
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #d1e2fb;
    background-color: #ffffff;
    color: #1a71fc;
    font-size: 1.5rem;
    cursor: pointer; }
    .product-amount div:hover {
      border: 1px solid #1a71fc;
      background-color: #1a71fc;
      color: #ffffff; }
  .product-amount input {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-top: 1px solid #d1e2fb;
    border-bottom: 1px solid #d1e2fb;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin: 0; }

.shop_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .shop_table th {
    padding: 1rem;
    border: 1px solid #d1e2fb;
    text-align: center;
    font-weight: normal; }
    .shop_table th.product-name {
      text-align: left; }
    .shop_table th.product-subtotal {
      font-weight: bold; }
  .shop_table td {
    padding: 1rem;
    text-align: center; }
    .shop_table td .screen-reader-text {
      display: none; }
    .shop_table td .qty {
      width: 52px;
      height: 42px;
      border: 1px solid #d1e2fb;
      line-height: 36px;
      padding-left: 5px;
      margin-bottom: 0;
      text-align: center; }
    .shop_table td.product-remove {
      position: relative;
      border-right: 0;
      width: 50px; }
      .shop_table td.product-remove a {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        margin-top: -9px;
        font-size: 0;
        height: 18px;
        width: 18px;
        text-align: center;
        line-height: 0;
        border-radius: 0;
        color: #fff !important;
        text-decoration: none;
        font-weight: 700;
        border: 0; }
        .shop_table td.product-remove a::before, .shop_table td.product-remove a::after {
          content: '';
          width: 100%;
          height: 1px;
          background-color: #b5b5b5;
          position: absolute;
          top: 50%;
          left: 0; }
        .shop_table td.product-remove a::before {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .shop_table td.product-remove a::after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .shop_table td.product-remove a:hover::before, .shop_table td.product-remove a:hover::after {
          background-color: #1a71fc; }
    .shop_table td.product-thumbnail {
      border-left: none;
      border-right: none;
      padding: 10px 0;
      width: 120px; }
      .shop_table td.product-thumbnail img {
        width: auto;
        max-height: 65px;
        padding: 4px;
        border: 1px solid #E5EDF7;
        float: left;
        margin: 0; }
    .shop_table td.product-name {
      border-left: none;
      text-align: left; }
      .shop_table td.product-name a {
        font-weight: bold;
        text-decoration: none; }
    .shop_table td.product-price {
      text-align: right;
      padding-right: 1.5rem; }
    .shop_table td.product-subtotal {
      text-align: right;
      padding-right: 1.5rem; }
      .shop_table td.product-subtotal .amount {
        font-weight: bold; }
        .shop_table td.product-subtotal .amount .woocommerce-Price-currencySymbol {
          font-weight: normal; }
    .shop_table td.actions {
      border: none;
      padding: 1.5rem 0;
      text-align: left; }
      .shop_table td.actions a {
        text-decoration: none; }
      .shop_table td.actions + .actions {
        text-align: right; }

.woocommerce a.remove {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  font-size: 0;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 0;
  border-radius: 0;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border: 0; }
  .woocommerce a.remove::before, .woocommerce a.remove::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    left: 0; }
  .woocommerce a.remove::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .woocommerce a.remove::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .woocommerce a.remove:hover {
    color: #fff !important;
    background: transparent; }
    .woocommerce a.remove:hover::before, .woocommerce a.remove:hover::after {
      background-color: #1a71fc; }

.woocommerce table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .woocommerce table.woocommerce-checkout-review-order-table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
    .woocommerce table.woocommerce-checkout-review-order-table td,
    .woocommerce table.woocommerce-checkout-review-order-table th {
      padding: 0.5rem;
      border: 0; }
    .woocommerce table.woocommerce-checkout-review-order-table td.product-total {
      text-align: right;
      font-weight: bold; }
      @media (min-width: 480px) {
        .woocommerce table.woocommerce-checkout-review-order-table td.product-total {
          text-align: center; } }
    .woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
      border-top: 19px solid #fff; }
    .woocommerce table.woocommerce-checkout-review-order-table tfoot td,
    .woocommerce table.woocommerce-checkout-review-order-table tfoot th {
      text-align: right;
      border: 0;
      padding: 1.5rem; }
    .woocommerce table.woocommerce-checkout-review-order-table tfoot th {
      font-weight: normal; }
      .woocommerce table.woocommerce-checkout-review-order-table tfoot th::after {
        content: ':'; }
    .woocommerce table.woocommerce-checkout-review-order-table tfoot td {
      background-color: #f3f8ff; }
    .woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li {
      margin: 0 0 .5em;
      line-height: 1.5em;
      list-style: none outside;
      text-align: right;
      padding-right: 0; }
    .woocommerce table.woocommerce-checkout-review-order-table #product_params span {
      text-align: left; }

.woocommerce table.shop_table {
  border: 0;
  margin: 0 0 1.5rem;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 0; }
  .woocommerce table.shop_table tr {
    border: 1px solid #d1e2fb; }
    .woocommerce table.shop_table tr:last-of-type {
      border: 0; }
  .woocommerce table.shop_table thead {
    display: none; }
    .woocommerce table.shop_table thead tr:last-of-type {
      border: 1px solid #d1e2fb; }
  .woocommerce table.shop_table tfoot tr {
    border: 0; }
  .woocommerce table.shop_table td {
    padding: 0.5rem; }
  .woocommerce table.shop_table .product-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 151px);
    border-right: 0; }
    .woocommerce table.shop_table .product-name img {
      width: 50px;
      margin-right: 16px;
      padding: 4px;
      border: 1px solid #E5EDF7; }
    .woocommerce table.shop_table .product-name span {
      font-weight: bold;
      width: calc(100% - 66px); }
    .woocommerce table.shop_table .product-name + td {
      width: 51px; }
  .woocommerce table.shop_table .product-total {
    border-left: 0;
    width: 100px; }
  .woocommerce table.shop_table .order-total {
    border: 0; }
  @media (min-width: 480px) {
    .woocommerce table.shop_table thead {
      display: table-header-group; }
    .woocommerce table.shop_table .product-name {
      border-right: 1px solid #d1e2fb;
      width: calc(100% - 221px); }
      .woocommerce table.shop_table .product-name + td {
        width: 121px; }
    .woocommerce table.shop_table .product-total {
      border-left: 1px solid #d1e2fb; }
    .woocommerce table.shop_table .product-total {
      text-align: center; } }

#related_products table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  #related_products table .woocommerce-cart-form__cart-item {
    border: 0; }
  #related_products table td {
    padding: 1rem;
    text-align: center; }
    #related_products table td.product-thumbnail {
      padding: 10px 0;
      width: 50px; }
      #related_products table td.product-thumbnail img {
        width: auto;
        max-height: 65px;
        padding: 4px;
        border: 1px solid #E5EDF7;
        float: right;
        margin: 0; }
    #related_products table td.product-name {
      width: calc(100% - 50px);
      border-left: 0;
      text-align: left;
      font-weight: bold;
      font-size: 1rem; }
      #related_products table td.product-name a {
        font-weight: bold;
        text-decoration: none; }
    #related_products table td.product-price {
      width: calc(100% - 200px);
      text-align: left;
      padding-right: 1.5rem;
      padding-left: 0; }
    #related_products table td.product-buy {
      width: 200px;
      padding: 1rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #related_products table td.product-buy .button {
        margin: 0;
        text-decoration: none; }
  @media (min-width: 640px) {
    #related_products table .woocommerce-cart-form__cart-item {
      border: 1px solid #d1e2fb; }
      #related_products table .woocommerce-cart-form__cart-item + .woocommerce-cart-form__cart-item {
        border-top: 0; }
    #related_products table td {
      padding: 1rem;
      text-align: center; }
      #related_products table td.product-thumbnail {
        width: 80px; }
      #related_products table td.product-name {
        width: calc(100% - 380px); }
      #related_products table td.product-price {
        width: 100px;
        text-align: center; } }

.pum-theme-274,
.pum-theme-tema-po-umolchaniiu {
  background-color: rgba(26, 113, 252, 0.5); }

.pum-theme-274 .pum-container,
.pum-theme-tema-po-umolchaniiu .pum-container {
  left: 8px !important;
  padding: 1.5rem;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
          box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
  background-color: white; }
  .pum-theme-274 .pum-container h3,
  .pum-theme-tema-po-umolchaniiu .pum-container h3 {
    margin: 0; }
  @media (min-width: 640px) {
    .pum-theme-274 .pum-container,
    .pum-theme-tema-po-umolchaniiu .pum-container {
      left: 16px !important; } }
  @media (min-width: 1024px) {
    .pum-theme-274 .pum-container,
    .pum-theme-tema-po-umolchaniiu .pum-container {
      left: 50% !important; } }

.pum-theme-274 .pum-title,
.pum-theme-tema-po-umolchaniiu .pum-title {
  color: #292929;
  text-align: left;
  font-family: inherit;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem; }

.pum-theme-274 .pum-content + .pum-close,
.pum-theme-tema-po-umolchaniiu .pum-content + .pum-close {
  position: absolute;
  height: 18px;
  width: 18px;
  left: auto;
  right: 1.5rem;
  bottom: auto;
  top: 1.5rem;
  padding: 0;
  margin: 0;
  color: #d1e2fb;
  font-family: inherit;
  font-weight: 400;
  font-size: 0;
  line-height: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: transparent; }
  .pum-theme-274 .pum-content + .pum-close::before, .pum-theme-274 .pum-content + .pum-close::after,
  .pum-theme-tema-po-umolchaniiu .pum-content + .pum-close::before,
  .pum-theme-tema-po-umolchaniiu .pum-content + .pum-close::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    left: 0; }
  .pum-theme-274 .pum-content + .pum-close::before,
  .pum-theme-tema-po-umolchaniiu .pum-content + .pum-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .pum-theme-274 .pum-content + .pum-close::after,
  .pum-theme-tema-po-umolchaniiu .pum-content + .pum-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .pum-theme-274 .pum-content + .pum-close:hover::before, .pum-theme-274 .pum-content + .pum-close:hover::after,
  .pum-theme-tema-po-umolchaniiu .pum-content + .pum-close:hover::before,
  .pum-theme-tema-po-umolchaniiu .pum-content + .pum-close:hover::after {
    background-color: #1a71fc; }

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  background-color: #f3f8ff; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  padding: 1rem;
  background-color: #f3f8ff; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #1a71fc;
  color: #ffffff; }

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #1a71fc;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em; }

.woocommerce table.shop_table td {
  border: 0;
  padding: 1rem;
  vertical-align: middle;
  line-height: 1.5rem; }

.close_popup {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  color: #1a71fc;
  background-color: white;
  text-align: center;
  line-height: 1rem; }
  .close_popup:hover {
    font-weight: bold; }

#product_params {
  width: 100%; }
  #product_params span {
    display: block;
    width: 100%;
    text-align: center; }
  @media (min-width: 640px) {
    #product_params span {
      text-align: left; } }

#related_products table .woocommerce-cart-form__cart-item,
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr,
.shop_table tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d1e2fb;
  border-left: 0;
  border-right: 0; }
  #related_products table .woocommerce-cart-form__cart-item .button_catalog,
  .woocommerce table.shop_table_responsive tr .button_catalog,
  .woocommerce-page table.shop_table_responsive tr .button_catalog,
  .shop_table tr .button_catalog {
    padding: 1.5rem;
    width: 100%;
    margin: 0; }
  @media (min-width: 640px) {
    #related_products table .woocommerce-cart-form__cart-item,
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr,
    .shop_table tr {
      border-left: 1px solid #d1e2fb;
      border-right: 1px solid #d1e2fb; } }

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead,
.shop_table thead {
  display: none; }
  @media (min-width: 640px) {
    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive thead,
    .shop_table thead {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .woocommerce table.shop_table_responsive thead tr,
      .woocommerce-page table.shop_table_responsive thead tr,
      .shop_table thead tr {
        border-left: 0;
        border-right: 0; }
      .woocommerce table.shop_table_responsive thead th,
      .woocommerce-page table.shop_table_responsive thead th,
      .shop_table thead th {
        border-bottom: 0; }
        .woocommerce table.shop_table_responsive thead th.product-price,
        .woocommerce-page table.shop_table_responsive thead th.product-price,
        .shop_table thead th.product-price {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100px;
          border-left: 0;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .woocommerce table.shop_table_responsive thead th.product-name,
        .woocommerce-page table.shop_table_responsive thead th.product-name,
        .shop_table thead th.product-name {
          width: calc(100% - 321px); }
        .woocommerce table.shop_table_responsive thead th.product-quantity,
        .woocommerce-page table.shop_table_responsive thead th.product-quantity,
        .shop_table thead th.product-quantity {
          width: 121px;
          border-left: 0; }
        .woocommerce table.shop_table_responsive thead th.product-subtotal,
        .woocommerce-page table.shop_table_responsive thead th.product-subtotal,
        .shop_table thead th.product-subtotal {
          width: 100px;
          border-left: 0; } }

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 0; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent; }

#related_products table .woocommerce-cart-form__cart-item,
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td,
.shop_table tr td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: left !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #292929; }
  #related_products table .woocommerce-cart-form__cart-item::before,
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before,
  .shop_table tr td::before {
    content: none; }
  #related_products table .woocommerce-cart-form__cart-item.product-price,
  .woocommerce table.shop_table_responsive tr td.product-price,
  .woocommerce-page table.shop_table_responsive tr td.product-price,
  .shop_table tr td.product-price {
    display: none; }
  #related_products table .woocommerce-cart-form__cart-item.product-thumbnail,
  .woocommerce table.shop_table_responsive tr td.product-thumbnail,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail,
  .shop_table tr td.product-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    padding: 1rem 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #related_products table .woocommerce-cart-form__cart-item.product-name,
  .woocommerce table.shop_table_responsive tr td.product-name,
  .woocommerce-page table.shop_table_responsive tr td.product-name,
  .shop_table tr td.product-name {
    width: calc(100% - 120px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #related_products table .woocommerce-cart-form__cart-item.product-subtotal, #related_products table .woocommerce-cart-form__cart-item.product-quantity,
  .woocommerce table.shop_table_responsive tr td.product-subtotal,
  .woocommerce table.shop_table_responsive tr td.product-quantity,
  .woocommerce-page table.shop_table_responsive tr td.product-subtotal,
  .woocommerce-page table.shop_table_responsive tr td.product-quantity,
  .shop_table tr td.product-subtotal,
  .shop_table tr td.product-quantity {
    width: 50%;
    border-top: 1px solid #d1e2fb; }
  #related_products table .woocommerce-cart-form__cart-item.product-quantity,
  .woocommerce table.shop_table_responsive tr td.product-quantity,
  .woocommerce-page table.shop_table_responsive tr td.product-quantity,
  .shop_table tr td.product-quantity {
    width: 50%;
    border-right: 1px solid #d1e2fb; }
  @media (min-width: 480px) {
    #related_products table .woocommerce-cart-form__cart-item.product-name,
    .woocommerce table.shop_table_responsive tr td.product-name,
    .woocommerce-page table.shop_table_responsive tr td.product-name,
    .shop_table tr td.product-name {
      width: calc(100% - 250px); }
    #related_products table .woocommerce-cart-form__cart-item.product-subtotal,
    .woocommerce table.shop_table_responsive tr td.product-subtotal,
    .woocommerce-page table.shop_table_responsive tr td.product-subtotal,
    .shop_table tr td.product-subtotal {
      width: 100%; }
    #related_products table .woocommerce-cart-form__cart-item.product-quantity,
    .woocommerce table.shop_table_responsive tr td.product-quantity,
    .woocommerce-page table.shop_table_responsive tr td.product-quantity,
    .shop_table tr td.product-quantity {
      width: 120px;
      border-top: 0;
      border-right: 0; } }
  @media (min-width: 640px) {
    #related_products table .woocommerce-cart-form__cart-item,
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td,
    .shop_table tr td {
      padding: 0.75rem; }
      #related_products table .woocommerce-cart-form__cart-item.product-price,
      .woocommerce table.shop_table_responsive tr td.product-price,
      .woocommerce-page table.shop_table_responsive tr td.product-price,
      .shop_table tr td.product-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        border-right: 1px solid #d1e2fb; }
      #related_products table .woocommerce-cart-form__cart-item.product-name,
      .woocommerce table.shop_table_responsive tr td.product-name,
      .woocommerce-page table.shop_table_responsive tr td.product-name,
      .shop_table tr td.product-name {
        width: calc(100% - 420px);
        border-right: 1px solid #d1e2fb; }
      #related_products table .woocommerce-cart-form__cart-item.product-subtotal,
      .woocommerce table.shop_table_responsive tr td.product-subtotal,
      .woocommerce-page table.shop_table_responsive tr td.product-subtotal,
      .shop_table tr td.product-subtotal {
        width: 100px;
        border-top: 0;
        border-left: 1px solid #d1e2fb; } }

.woocommerce table.shop_table tr.info,
.shop_table tr.info {
  background-color: transparent;
  border: 0 !important;
  text-align: center; }
  .woocommerce table.shop_table tr.info + tr,
  .shop_table tr.info + tr {
    border: 0;
    margin: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .woocommerce table.shop_table tr.info + tr .actions,
    .shop_table tr.info + tr .actions {
      width: 100%; }
      .woocommerce table.shop_table tr.info + tr .actions .button,
      .woocommerce table.shop_table tr.info + tr .actions .button_catalog,
      .shop_table tr.info + tr .actions .button,
      .shop_table tr.info + tr .actions .button_catalog {
        width: 100%;
        padding: 1.25rem; }
  .woocommerce table.shop_table tr.info .info,
  .shop_table tr.info .info {
    border: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .woocommerce table.shop_table tr.info .info:first-of-type,
    .shop_table tr.info .info:first-of-type {
      margin-bottom: 1.5rem; }
    .woocommerce table.shop_table tr.info .info + .info,
    .shop_table tr.info .info + .info {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 50%; }
    .woocommerce table.shop_table tr.info .info.price,
    .shop_table tr.info .info.price {
      padding: 0;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .woocommerce table.shop_table tr.info .info.price > span,
      .shop_table tr.info .info.price > span {
        width: 100px;
        background-color: #f3f8ff;
        font-weight: bold;
        text-align: center;
        padding: 1rem 1.5rem; }
  @media (min-width: 640px) {
    .woocommerce table.shop_table tr.info + tr,
    .shop_table tr.info + tr {
      margin: 0 0 3rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .woocommerce table.shop_table tr.info + tr .actions,
      .shop_table tr.info + tr .actions {
        width: 70%; }
        .woocommerce table.shop_table tr.info + tr .actions .button,
        .woocommerce table.shop_table tr.info + tr .actions .button_catalog,
        .shop_table tr.info + tr .actions .button,
        .shop_table tr.info + tr .actions .button_catalog {
          width: 45%;
          margin: 0 auto; }
        .woocommerce table.shop_table tr.info + tr .actions.close_popup_cell,
        .shop_table tr.info + tr .actions.close_popup_cell {
          width: 30%; }
    .woocommerce table.shop_table tr.info .info,
    .shop_table tr.info .info {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: calc(100% - 330px); }
      .woocommerce table.shop_table tr.info .info + .info,
      .shop_table tr.info .info + .info {
        width: 230px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .woocommerce table.shop_table tr.info .info.price,
      .shop_table tr.info .info.price {
        padding: 0;
        width: 100px; }
        .woocommerce table.shop_table tr.info .info.price > span,
        .shop_table tr.info .info.price > span {
          padding: 0.75rem; } }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.shop_table_responsive .button,
#related_products table td.product-buy .button {
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  font-size: 0.875rem;
  border-radius: 0;
  color: #1a71fc;
  background-color: #f3f8ff;
  border: 1px solid #c4d5ec;
  text-align: center;
  margin: 1.5rem auto; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .shop_table_responsive .button:hover,
  #related_products table td.product-buy .button:hover {
    background-color: #1a71fc;
    color: white; }

.pum-theme-274 .pum-content,
.pum-theme-tema-po-umolchaniiu .pum-content,
#related_products {
  color: #292929;
  font-family: inherit;
  font-weight: 400; }
  .pum-theme-274 .pum-content h3,
  .pum-theme-tema-po-umolchaniiu .pum-content h3,
  #related_products h3 {
    font-weight: normal;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #d1e2fb; }
  @media (min-width: 640px) {
    .pum-theme-274 .pum-content h3,
    .pum-theme-tema-po-umolchaniiu .pum-content h3,
    #related_products h3 {
      padding-bottom: 0;
      border-bottom: 0; } }

.woocommerce form .form-row {
  float: none;
  width: 100%; }
  .woocommerce form .form-row .woocommerce-shipping-methods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .woocommerce form .form-row .woocommerce-shipping-methods li {
      width: 100%; }
  @media (min-width: 640px) {
    .woocommerce form .form-row {
      width: 49%; }
      .woocommerce form .form-row#vdz_shipping, .woocommerce form .form-row.notes, .woocommerce form .form-row.place-order {
        width: 100%; }
      .woocommerce form .form-row#vdz_shipping {
        margin-bottom: 1.5rem; }
      .woocommerce form .form-row .woocommerce-shipping-methods li {
        width: 49%; } }

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  padding: 0.75rem;
  color: #777;
  border: 1px solid #d1e2fb; }

.woocommerce ul#shipping_method {
  width: 100%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .woocommerce ul#shipping_method li {
    width: 100%;
    margin: 0;
    padding: 0.75rem;
    border-top: 1px solid #d1e2fb;
    line-height: 1rem;
    font-size: 0.875rem;
    text-align: left; }
    .woocommerce ul#shipping_method li a {
      display: inline-block;
      width: 100%;
      text-align: center;
      font-size: 1rem;
      font-weight: normal;
      color: #1a71fc;
      text-decoration: none;
      margin: 0.75rem 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .woocommerce ul#shipping_method li a:hover {
        font-weight: bold; }
    @media (min-width: 640px) {
      .woocommerce ul#shipping_method li {
        width: 49%; } }
  .woocommerce ul#shipping_method .shipping_method_text {
    text-align: center; }

#vdz_shipping #shipping_method li {
  margin-right: 0 !important; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #1a71fc;
  border: 1px solid #1a71fc;
  padding: 1.5rem; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: white;
    color: #1a71fc; }

.woocommerce form .form-row label {
  line-height: 1rem; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  margin: 0.5rem 0; }

.place-order {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .place-order .woocommerce-terms-and-conditions-wrapper {
    width: 100%;
    padding-left: 0; }
  .place-order .button.alt {
    width: 240px !important;
    float: none; }
  .place-order .woocommerce-privacy-policy-text-html {
    margin-bottom: 3rem; }
  @media (min-width: 640px) {
    .place-order {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .place-order .woocommerce-terms-and-conditions-wrapper {
        width: calc(100% - 240px);
        padding-right: 3rem; }
      .place-order .woocommerce-privacy-policy-text-html {
        margin-bottom: 0; } }

#return_to_cart {
  padding: 1.5rem 0 3rem; }
  #return_to_cart a {
    display: inline-block;
    font-size: 1rem;
    color: #1a71fc;
    text-decoration: none;
    position: relative;
    padding-left: 18px; }
    #return_to_cart a::before, #return_to_cart a::after {
      content: '';
      position: absolute;
      left: 0; }
    #return_to_cart a::before {
      top: 8px;
      width: 6px;
      height: 6px;
      border-left: 2px solid #B5D4FF;
      border-bottom: 2px solid #B5D4FF;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #return_to_cart a::after {
      top: 10px;
      width: 12px;
      height: 2px;
      background-color: #B5D4FF; }

.woocommerce ul.order_details {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0 0 1.5em; }
  .woocommerce ul.order_details li::before {
    content: none; }

.woocommerce-table.shop_table.order_details {
  border-collapse: collapse; }
  .woocommerce-table.shop_table.order_details .product-total {
    font-weight: bold;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 120px;
    border-right: 1px solid #d1e2fb; }
    @media (min-width: 480px) {
      .woocommerce-table.shop_table.order_details .product-total {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .woocommerce-table.shop_table.order_details .product-name {
    width: calc(100% - 120px);
    border-left: 1px solid #d1e2fb; }
  .woocommerce-table.shop_table.order_details tr,
  .woocommerce-table.shop_table.order_details tr:last-of-type {
    border: 1px solid #d1e2fb; }
  .woocommerce-table.shop_table.order_details thead tr {
    border-top: 1px solid #d1e2fb; }
  .woocommerce-table.shop_table.order_details tbody {
    border-bottom: 1px solid #d1e2fb; }
  .woocommerce-table.shop_table.order_details tfoot th,
  .woocommerce-table.shop_table.order_details tfoot td {
    border: 0;
    padding: 1rem;
    line-height: 1.5rem; }
  .woocommerce-table.shop_table.order_details tfoot td {
    border: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0; }
  .woocommerce-table.shop_table.order_details tfoot th {
    padding-left: 0;
    font-weight: normal; }
  .woocommerce-table.shop_table.order_details tfoot tr {
    border: 0; }
    .woocommerce-table.shop_table.order_details tfoot tr:last-of-type {
      margin-top: 1.5rem;
      border: 1px solid #d1e2fb !important; }
      .woocommerce-table.shop_table.order_details tfoot tr:last-of-type td {
        font-weight: normal !important; }
      .woocommerce-table.shop_table.order_details tfoot tr:last-of-type th {
        padding-left: 1rem;
        font-weight: bold; }
  .woocommerce-table.shop_table.order_details tfoot .woocommerce-Price-amount:last-of-type {
    width: 120px;
    background-color: #f3f8ff;
    font-weight: bold;
    text-align: center;
    padding: 1rem 1.5rem; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 0; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem 0.5rem 2rem;
  position: relative;
  background-color: white;
  color: #515151;
  border: 1px solid #d1e2fb;
  border-top: 3px solid #1a71fc;
  list-style: none outside;
  width: auto;
  word-wrap: break-word; }
  .woocommerce-error::before, .woocommerce-error::after,
  .woocommerce-info::before,
  .woocommerce-info::after,
  .woocommerce-message::before,
  .woocommerce-message::after {
    display: none; }


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