/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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 {
  font-weight: bolder;
}

/**
 * 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 {
  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.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  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 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 */
}

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

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

/* 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;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  box-sizing: border-box;
}

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

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html,
body {
  background-color: #fff;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

/** GLOBALS **/
input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
}

._hidden {
  display: none !important;
}

.not-link {
  cursor: default;
}

#price-offer {
  position: absolute;
  margin: -100px 0 0 0;
}

/** PAGE WRAPPER **/
.content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
/** MOBILE INDEX **/
body._mobile .content-wrapper {
  padding: 90px 0 0 0;
}
body._mobile header {
  background: #232e3f;
}

/** MOBILE NAVIGATION **/
.mobile-navigation-layer {
  position: fixed;
  z-index: 666;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mobile-navigation-layer > div {
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile-navigation-layer > div a:not(.primary) {
  color: #232e3f;
  font-size: 34px;
  display: block;
  width: 100%;
  text-align: center;
  transition: All 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
}
.mobile-navigation-layer > div a:not(.primary):nth-child(2n) {
  transform: translateX(35%);
}
.mobile-navigation-layer > div a:not(.primary):nth-child(2n+1) {
  transform: translateX(-35%);
}
.mobile-navigation-layer > div a:not(.primary)._animate {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.mobile-navigation-layer > div a.primary {
  margin: 50px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: All 0.3s ease-in-out;
}
.mobile-navigation-layer > div a.primary._animate {
  opacity: 1;
  visibility: visible;
}
.mobile-navigation-layer .close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  margin: 20px;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.mobile-navigation-layer .close svg path {
  fill: #40b357;
}
.mobile-navigation-layer._animate {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/** MEDIA **/
@media (max-width: 768px) {
  .faq-content h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 540px) {
  body._mobile .content-wrapper {
    padding: 65px 0 0 0;
  }
  body._mobile header {
    background: #232e3f;
  }
}
@media (max-width: 450px) {
  .mobile-navigation-layer > div {
    width: 100%;
  }
}
@media (max-width: 330px) {
  .mobile-navigation-layer > div a:not(.primary) {
    font-size: 28px;
  }
}
@media (max-height: 550px) {
  .mobile-navigation-layer > div {
    height: 100%;
  }
  .mobile-navigation-layer > div a:not(.primary) {
    font-size: 28px;
    padding: 0;
  }
  .mobile-navigation-layer > div a.primary {
    margin: 25px 0 0 0;
  }
}
header {
  width: 100%;
  height: 140px;
  left: 0;
  top: 0;
  background: transparent;
  padding: 0 40px;
  position: fixed;
  z-index: 60;
  transition: All 0.3s ease-in-out;
}
header .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .inner .logo {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .inner .logo img {
  height: 100%;
  width: auto;
}
header .inner .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  height: 100%;
}
header .inner .actions nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  margin: 0 50px 0 0;
}
header .inner .actions nav a {
  color: #ffffff;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-size: 22px;
  margin: 0 30px 0 0;
  text-transform: lowercase;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /** HOVER **/
}
header .inner .actions nav a span {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: All 0.3s ease-in-out;
}
header .inner .actions nav a::before {
  content: attr(title);
  display: block;
  position: absolute;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  color: #40b357;
  transition: All 0.3s ease-in-out;
}
header .inner .actions nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #40b357;
  transition: All 0.3s ease-in-out;
}
header .inner .actions nav a:hover:before, header .inner .actions nav a._active:before {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
header .inner .actions nav a:hover::after, header .inner .actions nav a._active::after {
  width: 100%;
}
header .inner .actions nav a:hover span, header .inner .actions nav a._active span {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
header .inner .actions nav::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: 0;
  transition: All 0.3s ease-in-out;
}
header .inner .actions .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 20px;
}
header .inner .actions .contact img {
  width: 16px;
  display: block;
  margin: 0 10px 0 0;
}
header .inner .actions .contact span {
  color: #ffffff;
  font-size: 16px;
  text-transform: lowercase;
}
header .inner .actions .contact .button {
  width: auto;
  background: #407ee4;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 600;
  font-size: 22px;
  font-family: "Rajdhani", sans-serif;
  text-transform: capitalize;
}
header .inner .actions .contact .button:hover {
  background: rgb(29.8486238532, 98.3899082569, 211.1513761468);
}
header .inner .actions .hamburger {
  width: 62px;
  height: 62px;
  margin: 0 0 0 10px;
  min-width: 62px;
  display: none;
  padding: 5px;
}
header .inner .actions .hamburger img {
  display: block;
  width: 80%;
  height: 80%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
header.v2 {
  height: 100px;
  background: #ffffff;
}
header.v2 .inner .logo {
  height: 60px;
}
header.v2 .inner .actions .contact {
  margin: 0 40px;
}
header.v2 .inner .actions nav {
  margin: 0;
}
header.v2 .inner .actions nav a {
  margin: 0 40px 0 0;
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
header.v2 .inner .actions nav a::before {
  color: #40b357;
}
header.v2 .inner .actions nav a::after {
  background: #40b357;
}
header.v2 .inner .actions nav a:last-child {
  margin-right: 0;
}
header.v2 .inner .actions nav::after {
  display: none;
}
header.v2 .inner .actions .contact .button {
  background: #ffffff;
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  width: 120px;
  height: 48px;
  border: 1px solid #232e3f;
  text-transform: uppercase;
}
header.v2 .inner .actions .hamburger {
  width: 48px;
  height: 48px;
}
header.v2 .inner .price-offer {
  min-width: 170px;
  background: #40b357;
  width: 170px;
  height: 48px;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
header.v2 .inner .price-offer:hover {
  background: rgb(50.5679012346, 141.4320987654, 68.7407407407);
}
header.v2 + .content-wrapper {
  padding: 50px 0 0 0;
}
header.v2::before {
  display: none;
}

.small-header {
  padding: 100px 0 0 0;
}
.small-header header {
  height: 100px;
  background: #232e3f;
}
.small-header header .inner .actions nav::after {
  height: 65px;
}
.small-header header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 100%;
  background: url(../images/backgrounds/header.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.small-header header.v2 {
  background: #ffffff;
}

.small header {
  height: 100px;
  background: #232e3f;
}
.small header .inner .actions nav::after {
  height: 65px;
}
.small header.v2 {
  background: #ffffff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

/** MEDIA **/
@media (max-width: 1820px) {
  header.v2 .inner .actions nav a {
    margin: 0 20px 0 0;
    letter-spacing: 4px;
  }
}
@media (max-width: 1520px) {
  header.v2 .inner .actions nav a {
    margin: 0 20px 0 0;
    letter-spacing: 2px;
  }
}
@media (max-width: 1450px) {
  header .inner .actions nav a {
    font-size: 20px;
  }
}
@media (max-width: 1420px) {
  header.v2 {
    padding: 0 20px;
  }
  header.v2 .inner .actions .contact {
    margin: 0 20px;
  }
}
@media (max-width: 1380px) {
  header .inner .actions nav a {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1340px) {
  header.v2 .inner .price-offer {
    width: 130px;
    min-width: initial;
  }
}
@media (max-width: 1260px) {
  header .inner .actions nav {
    display: none;
  }
  header .inner .actions .hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0 10px;
    height: 90px;
  }
  .small header {
    height: 90px;
  }
}
@media (max-width: 700px) {
  header .inner .actions .price-offer {
    min-width: 100px;
    width: 100px;
    line-height: 1;
  }
}
@media (max-width: 550px) {
  header.v2 {
    padding: 0 10px;
    height: 70px;
  }
  header.v2 .inner .logo {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header.v2 .inner .actions .contact {
    margin: 0 5px;
  }
  .small header.v2 {
    height: 70px;
  }
  header.v2 + .content-wrapper {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 540px) {
  header {
    height: 65px;
    padding: 0 5px;
    background: #232e3f;
  }
  header .inner .logo {
    height: 40px;
  }
  header .inner .actions .contact {
    margin: 0 5px;
  }
  header .inner .actions .contact .button {
    font-size: 18px;
    height: 50px;
  }
  header .inner .actions button {
    height: 50px !important;
  }
  header .inner .actions button.hamburger {
    width: 50px !important;
    min-width: 50px !important;
    margin: 0 0 0 5px;
  }
  header .inner .actions .price-offer {
    font-size: 18px;
  }
  header.v2 .inner .actions .price-offer {
    font-size: 14px;
  }
  .small header {
    height: 65px;
  }
}
@media (max-width: 500px) {
  .small-header header {
    height: 65px;
  }
}
@media (max-width: 450px) {
  .mobile-navigation-layer .close {
    margin: 10px;
  }
  .mobile-navigation-layer > div a:not(.primary) {
    font-size: 24px;
  }
  .mobile-navigation-layer > div a.primary {
    transform: scale(0.8);
  }
}
@media (max-width: 430px) {
  header.v2 .inner .actions .contact {
    display: none;
  }
}
.primary {
  min-width: 230px;
  text-align: center;
  cursor: pointer;
  border: none;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  background: #40b357;
  transition: All 0.3s ease-in-out;
  outline: none;
  /** DISABLED **/
}
.primary:hover {
  background: rgb(50.5679012346, 141.4320987654, 68.7407407407);
}
.primary.primary-shadow {
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.2);
}
.primary.primary-shadow:hover {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}
.primary._disabled {
  cursor: default;
  opacity: 0.7;
}
.primary._disabled:hover {
  background: #40b357;
}
.primary._disabled:hover.primary-shadow {
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.2);
}

.secondary {
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  color: #232E3F;
  font-weight: 700;
  background: #fff;
  transition: All 0.3s ease-in-out;
  border: 1px solid #232E3F;
}
.secondary:hover {
  background: #232E3F;
  color: #fff;
}

.lottery-rules {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.lottery-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-input input {
  max-width: calc(100% - 40px);
}
.lottery-input a {
  width: 60px;
  height: 60px;
  display: block;
}
.lottery-input img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 0 0 20px;
}

.lottery-popup-visible header.v2 {
  z-index: 50;
}

.lottery-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.lottery-popup {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-popup-body {
  background: #fff;
  width: 980px;
  height: auto;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, #F02222 20px, #F02222 40px);
  /* with multiple color stop lengths */
  background-image: repeating-linear-gradient(45deg, transparent 0 20px, #F02222 20px 40px);
  position: relative;
  padding: 20px;
}
.lottery-popup-body .close-lottery-popup {
  position: absolute;
  border: none;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #F02222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-popup-body .close-lottery-popup:hover {
  background: #851717;
}
.lottery-popup-content {
  background: rgb(43, 130, 47);
  padding: 20px;
}
.lottery-popup-content .lottery-popup-title {
  text-align: center;
}
.lottery-popup-content .lottery-popup-title img {
  position: absolute;
  top: 20px;
  right: 210px;
}
.lottery-popup-content .lottery-popup-title strong {
  color: #F02222;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  width: 320px;
  padding: 0 10px;
  margin: 15px auto 0 auto;
  transform: rotate(-5deg);
  z-index: 25;
  font-size: 38px;
  line-height: 48px;
  display: block;
}
.lottery-popup-content-doors {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 -20px 0;
}
.lottery-popup-content-doors button {
  background: transparent;
  border: none;
  position: relative;
}
.lottery-popup-content-doors button img {
  position: relative;
  z-index: 25;
}
.lottery-popup-content-doors button .decor {
  position: absolute;
  z-index: 50;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  top: 30px;
  height: 160px;
}
.lottery-popup-content .redirect-button {
  height: 60px;
  width: 400px;
  background-color: #F02222;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 80;
  bottom: 90px;
  text-transform: uppercase;
  left: 50%;
  margin: 0 0 0 -200px;
}
.lottery-popup-content .redirect-button:hover {
  background: #851717;
}
.lottery-popup p {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}
.lottery-popup p span {
  font-weight: 100;
}
.lottery-popup p strong {
  background: #f02222;
  padding: 0 10px;
}

.lottery-layout .layout-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 60px 0;
  position: relative;
}
.lottery-layout .layout-block-title h1 {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  background: #2B822F;
  margin: 0;
  text-transform: uppercase;
  padding: 10px 30px;
  transform: rotate(-7deg);
}
.lottery-layout .layout-block-title h1 img {
  position: absolute;
  left: -25px;
  top: -27px;
}
.lottery-layout h2 {
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  width: 100%;
  color: #2B822F;
  font-weight: 300;
}
.lottery-layout h2 strong {
  font-weight: bold;
  color: #F02222;
  display: block;
}
.lottery-layout .layout-block-main {
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 40px auto 100px auto;
  background: #2B822F;
  position: relative;
  padding: 65px;
}
.lottery-layout .layout-block-main .loader-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  align-items: center;
  justify-content: center;
  background: rgba(43, 130, 47, 0.27);
  display: none;
}
.lottery-layout .layout-block-main .loader-overlay img {
  display: block;
  width: 200px;
  height: auto;
}
.lottery-layout .layout-block-main img.decor-2 {
  position: absolute;
  right: 60px;
  z-index: 50;
  top: -58px;
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
.lottery-layout .layout-block-main img.decor-3 {
  position: absolute;
  left: -50px;
  z-index: 50;
  bottom: 100px;
}
.lottery-layout .layout-block-main img.tree {
  position: absolute;
  bottom: -110px;
  left: 40px;
}
.lottery-layout .layout-block-main-doors {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 75;
  position: relative;
}
.lottery-layout .layout-block-main-doors button {
  background: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  position: relative;
}
.lottery-layout .layout-block-main-doors button img {
  position: relative;
  height: auto;
  z-index: 25;
}
.lottery-layout .layout-block-main-doors button img.decor {
  z-index: 50;
  position: absolute;
  top: 30px;
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lottery-layout .layout-block-main-doors button:nth-child(2) {
  margin: 0 20px;
}
.lottery-layout .layout-block-main-doors button::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  background-color: #F02222;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, #166E0C 20px, #166E0C 40px);
  /* with multiple color stop lengths */
  background-image: repeating-linear-gradient(45deg, transparent 0 20px, #166E0C 20px 40px);
}
.lottery-layout .layout-block-main-doors button.selected::after {
  display: block;
}
.lottery-layout .layout-block-main-doors button.ignore {
  filter: grayscale(1);
}
.lottery-layout .layout-block-main-doors button:hover:not(.ignore)::after {
  display: block;
}
.lottery-layout .layout-block-main.loading .loader-overlay {
  display: flex;
}
.lottery-layout .layout-block-main.complete .loader-overlay {
  display: none;
}
.lottery-layout .layout-block-results {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: none;
}
.lottery-layout .layout-block-results-door {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: transparent;
  padding: 40px 30px 30px 15px;
  position: relative;
  margin: 0 0 50px 0;
}
.lottery-layout .layout-block-results-door-left {
  display: flex;
}
.lottery-layout .layout-block-results-door-left > img.door {
  display: block;
  height: 718px;
  top: 12px;
  position: relative;
  left: 6px;
}
.lottery-layout .layout-block-results-door-left > img.decor {
  position: absolute;
  left: -20px;
  top: 100px;
}
.lottery-layout .layout-block-results-door-left-frame {
  background: url(../images/lottery/frame.png) no-repeat;
  background-size: contain;
  background-position: center;
  height: 740px;
  width: 335px;
}
.lottery-layout .layout-block-results-door-left-frame .decor-gold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lottery-layout .layout-block-results-door-left-frame .decor-gold img {
  display: block;
  margin: 20px auto 0 auto;
  position: relative;
  z-index: 50;
}
.lottery-layout .layout-block-results-door-left-frame .decor-gold strong {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  background-color: #F02222;
  width: 280px;
  padding: 10px;
  margin: -65px auto 0 auto;
  transform: rotate(-7deg);
  z-index: 25;
}
.lottery-layout .layout-block-results-door-left-frame-content {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  top: 12px;
}
.lottery-layout .layout-block-results-door-left-frame-content span {
  color: #2B822F;
  font-family: "Lexend", sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  display: block;
  padding: 0 20px;
}
.lottery-layout .layout-block-results-door-left-frame-content strong {
  font-family: "Lexend", sans-serif;
  color: #F02222;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
  text-align: center;
  display: block;
}
.lottery-layout .layout-block-results-door-left-frame-content .decor {
  position: absolute;
  left: -70px;
  bottom: 100px;
}
.lottery-layout .layout-block-results-door-left-frame div.santa {
  position: absolute;
  bottom: -80px;
  left: 20px;
}
.lottery-layout .layout-block-results-door-right {
  width: 100%;
  max-width: 570px;
  padding: 0 0 0 20px;
}
.lottery-layout .layout-block-results-door-right .decor {
  position: absolute;
  right: -80px;
  bottom: 410px;
}
.lottery-layout .layout-block-results-door-right form p {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 300;
  margin: 0;
}
.lottery-layout .layout-block-results-door-right form p strong {
  font-weight: 600;
}
.lottery-layout .layout-block-results-door-right form input[type=email] {
  width: 100%;
  height: 51px;
  background-color: #135108;
  border: none;
  padding: 10px 20px;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  outline: none;
  margin: 40px 0;
}
.lottery-layout .layout-block-results-door-right form input[type=email].placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.lottery-layout .layout-block-results-door-right form input[type=email]:-moz-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.lottery-layout .layout-block-results-door-right form input[type=email]::-moz-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.lottery-layout .layout-block-results-door-right form input[type=email]:-ms-input-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.lottery-layout .layout-block-results-door-right form input[type=email]::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.lottery-layout .layout-block-results-door-right form .form-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lottery-layout .layout-block-results-door-right form .form-footer input[type=checkbox]::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
}
.lottery-layout .layout-block-results-door-right form .form-footer input[type=checkbox]:checked::before {
  background: #F02222;
}
.lottery-layout .layout-block-results-door-right form .form-footer label {
  margin: 0 0 0 10px;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
}
.lottery-layout .layout-block-results-door-right form .form-footer label a {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}
.lottery-layout .layout-block-results-door-right form .form-footer label a:hover {
  text-decoration: none;
}
.lottery-layout .layout-block-results-door-right form .form-footer button {
  height: 48px;
  width: 250px;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  background-color: #F02222;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.lottery-layout .layout-block-results-door-right form .form-footer button:hover {
  background-color: #9d3a3a;
}
.lottery-layout .layout-block-results-door-right .right-footer {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 24px 0 0 0;
  margin: 80px 0 0 0;
}
.lottery-layout .layout-block-results-door-right .right-footer p {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}
.lottery-layout .layout-block-results-door-right .right-footer p strong {
  font-weight: 600;
}
.lottery-layout .layout-block-results-door::after {
  content: "";
  display: block;
  width: 100%;
  height: 530px;
  background: #2B822F;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.lottery-layout .layout-block-results.show {
  display: block;
}
.lottery-layout.success {
  margin: 40px 0 0 0;
}

.products-price-offer-modal .inner form .inline-form textarea {
  min-height: 80px !important;
}

@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 1440px) {
  .lottery-popup {
    max-height: calc(100% - 50px);
    top: 70px;
    transform: scale(0.7);
  }
}
@media (max-width: 1340px) {
  .lottery-layout .layout-block-main {
    max-width: calc(100% - 40px);
  }
  .lottery-layout .layout-block-results {
    max-width: calc(100% - 40px);
  }
  .lottery-layout .layout-block-results-door-right form p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
  }
}
@media (max-width: 1280px) {
  .lottery-layout .layout-block-main img.decor-2 {
    right: 0;
  }
  .lottery-layout .layout-block-results-door-right form .form-footer {
    flex-direction: column;
  }
  .lottery-layout .layout-block-results-door-right form .form-footer .form-agree {
    margin: 0 0 20px 0;
  }
  .lottery-layout .layout-block-results-door-right .right-footer {
    margin: 40px 0 0 0;
  }
  .lottery-layout .layout-block-results-door-right .right-footer p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1240px) {
  .lottery-layout .layout-block-main img.tree {
    left: -40px;
  }
  .lottery-layout .layout-block-main img.decor-3 {
    bottom: 300px;
  }
}
@media (max-width: 1220px) {
  .lottery-layout .layout-block-results-door-right .decor {
    bottom: 480px;
  }
  .lottery-layout .layout-block-results-door::after {
    height: 580px;
  }
}
@media (max-width: 1150px) {
  .lottery-layout .layout-block-main img.decor-2 {
    right: -80px;
    width: 205px;
    height: 195px;
  }
}
@media (max-width: 1100px) {
  .lottery-layout .layout-block-results-door {
    flex-direction: column;
    padding: 0;
    position: relative;
    margin: 0;
  }
  .lottery-layout .layout-block-results-door-left {
    max-width: 740px;
    position: relative;
    margin: 0 auto;
  }
  .lottery-layout .layout-block-results-door-right {
    background: #2B822F;
    max-width: 100%;
    padding: 40px 20px;
    margin: 40px 0 0 0;
  }
  .lottery-layout .layout-block-results-door-right .decor {
    bottom: 60px;
  }
  .lottery-layout .layout-block-results-door::after {
    display: none;
  }
}
@media (max-width: 1080px) {
  .lottery-layout .layout-block-main img.tree {
    left: -110px;
  }
}
@media (max-width: 1023px) {
  .lottery-layout .layout-block-title {
    max-width: calc(100% - 140px);
    margin: 0 auto;
    padding: 80px 0;
  }
  .lottery-layout .layout-block-title h1 {
    font-size: 26px;
  }
  .lottery-layout h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .lottery-popup-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
  }
  .lottery-popup-content .lottery-popup-title img {
    display: none;
  }
  .lottery-popup-body {
    max-width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media (max-width: 950px) {
  .lottery-layout .layout-block-main img.tree {
    left: -160px;
  }
}
@media (max-width: 850px) {
  .lottery-layout .layout-block-main img.decor-3 {
    display: none;
  }
  .lottery-layout .layout-block-main img.decor-2 {
    right: -70px;
    width: 155px;
    height: 145px;
    top: -38px;
  }
  .lottery-layout .layout-block-main-doors button img:not(.decor) {
    width: 150px;
    height: auto;
  }
  .lottery-layout .layout-block-main-doors button img.decor {
    top: 30px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .lottery-layout h2 {
    font-size: 30px !important;
  }
  .lottery-layout .layout-block-main {
    padding: 65px 20px;
  }
  .lottery-layout .layout-block-main img.decor-2 {
    right: -50px;
    width: 125px;
    height: 115px;
    top: -30px;
  }
  .lottery-layout .layout-block-main img.tree {
    left: -180px;
  }
  .lottery-popup-content-doors {
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .lottery-layout .layout-block-results-door-left {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
  .lottery-layout .layout-block-results-door-left > img.door {
    position: absolute;
    display: none;
  }
  .lottery-layout .layout-block-results-door-left > img.decor {
    z-index: 60;
  }
  .lottery-layout .layout-block-results-door-left-frame-content {
    z-index: 50;
  }
  .lottery-layout .layout-block-results-door-left-frame::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 312px;
    height: 720px;
    width: 335px;
    background: url(../images/lottery/door.png) no-repeat;
    z-index: 25;
  }
}
@media (max-width: 600px) {
  .lottery-layout .layout-block-main-doors {
    flex-wrap: wrap;
  }
  .lottery-layout .layout-block-main-doors button:nth-child(2) {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 550px) {
  .lottery-layout .layout-block-title {
    max-width: calc(100% - 80px);
    padding: 50px 0 40px 0;
  }
  .lottery-layout .layout-block-title h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .lottery-layout h2 {
    font-size: 24px !important;
    padding: 0 20px;
    line-height: 30px;
    white-space: break-spaces;
  }
  .lottery-popup-content-doors button img.decor {
    height: 130px;
  }
  .lottery-popup-content-doors button img:not(.decor) {
    width: 160px;
    height: auto;
  }
  .lottery-popup {
    top: 60px;
    max-height: calc(100% - 60px);
  }
}
@media (max-width: 500px) {
  .lottery-layout .layout-block-results-door-right form .form-footer .form-action {
    width: 100%;
  }
  .lottery-layout .layout-block-results-door-right form .form-footer .form-action button {
    width: 100%;
  }
  .lottery-layout .layout-block-results-door-right .decor {
    display: none;
  }
}
@media (max-width: 480px) {
  .lottery-layout .layout-block-results-door-left > img.decor {
    display: none;
  }
}
@media (max-width: 450px) {
  .lottery-popup-content .lottery-popup-title strong {
    width: 250px;
    font-size: 28px;
    line-height: 38px;
  }
  .lottery-popup p {
    font-size: 22px;
    line-height: 34px;
  }
  .lottery-popup-content-doors button .decor {
    width: 100%;
    top: 20px;
    height: 90px;
  }
  .lottery-popup-content-doors button img:not(.decor) {
    width: 120px;
  }
  .lottery-popup-content .redirect-button {
    max-width: calc(100% - 80px);
    left: 40px;
    margin: 0;
    bottom: 40px;
  }
}
@media (max-width: 400px) {
  .lottery-layout .layout-block-main-doors button img:not(.decor) {
    width: 100px;
  }
  .lottery-layout .layout-block-main-doors button img.decor {
    top: 20px;
    height: 70px;
  }
  .lottery-popup-content-doors button img.decor {
    height: 60px;
  }
  .lottery-popup-content-doors button img:not(.decor) {
    width: 90px;
  }
}
@media (max-width: 380px) {
  .lottery-layout .layout-block-results-door-left-frame {
    background: #43474e;
    height: 680px;
  }
  .lottery-layout .layout-block-results-door-left-frame-content span {
    font-size: 16px;
    line-height: 24px;
  }
  .lottery-layout .layout-block-results-door-left-frame-content strong {
    font-size: 36px;
    line-height: 45px;
  }
  .lottery-layout .layout-block-results-door-left-frame-content .decor {
    bottom: 60px;
  }
  .lottery-layout .layout-block-results-door-left-frame .decor-gold strong {
    width: 240px;
    font-size: 20px;
  }
  .lottery-layout .layout-block-results-door-left-frame::after {
    display: none;
  }
}
/** SLIDER **/
.index-slider-container {
  width: 100%;
  height: 41.6666666667vw;
  position: relative;
  background: #232e3f url(../images/backgrounds/slider-bg.jpg?v=1.2) no-repeat;
  background-position: left bottom;
  background-size: 115%;
}
.index-slider-container #index-swiper {
  width: 100%;
  height: 100%;
  display: block;
}
.index-slider-container .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50;
}
.index-slider-container .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index-slider-container .swiper-container .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  height: 100%;
  display: block;
}
.index-slider-container .swiper-container .swiper-wrapper .swiper-slide .slide .image-container {
  width: 100%;
  margin-left: auto;
  height: 100%;
  position: relative;
}
.index-slider-container .swiper-container .swiper-wrapper .swiper-slide .slide .image-container .part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 15;
}
.index-slider-container .swiper-container .swiper-wrapper .swiper-slide .slide .image-container .part .pieces {
  width: 12.5%;
  height: 12.5%;
  opacity: 0;
  background-size: 57.2917vw 39.0625vw;
  background-size: 900% 900%;
  transition: all 1s ease-out;
}
.index-slider-container .swiper-container .swiper-wrapper .swiper-slide .slide .image-container .part .pieces.in_place {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}
.index-slider-container .swiper-container .swiper-wrapper .swiper-slide .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.index-slider-container .index-swiper-navigation {
  position: absolute;
  z-index: 60;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 20px 0;
}
.index-slider-container .index-swiper-navigation .slider-nav-arrows {
  right: 0;
  position: absolute;
  bottom: 0;
  padding: 0 10px 10px 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.index-slider-container .index-swiper-navigation .slider-nav-arrows .title {
  background: #40b357;
  color: #ffffff;
  font-family: "Teko", sans-serif;
  font-size: 26px;
  padding: 7px 10px 0 10px;
  line-height: 1;
  text-align: right;
  width: auto;
}
.index-slider-container .index-swiper-navigation .slider-nav-arrows .arrows-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-slider-container .index-swiper-navigation .slider-nav-arrows .arrows-list > div {
  width: 50px;
  height: 30px;
  background: #40b357 url(../images/svg/arrow-right-white.svg) no-repeat;
  background-size: 70%;
  background-position: center;
  margin: 10px 0 0 5px;
  cursor: pointer;
}
.index-slider-container .index-swiper-navigation .slider-nav-arrows .arrows-list > div.prev {
  transform: rotate(180deg);
  margin: 10px 5px 0 0;
}
.index-slider-container .index-swiper-navigation .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 75%;
}
.index-slider-container .index-swiper-navigation .list .elem {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 70px 0 0;
  cursor: pointer;
  /** ACTIVE **/
}
.index-slider-container .index-swiper-navigation .list .elem span {
  font-size: 26px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  color: #9e9e9e;
  display: block;
  width: 50px;
  line-height: 1.3;
  transition: All 0.3s ease-in-out;
}
.index-slider-container .index-swiper-navigation .list .elem .title {
  width: calc(100% - 50px);
  font-size: 36px;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  color: #9e9e9e;
  line-height: 1;
  transition: All 0.3s ease-in-out;
}
.index-slider-container .index-swiper-navigation .list .elem .progress {
  position: absolute;
  top: -20px;
  width: 0;
  left: 0;
  height: 1px;
  background: #ffffff;
  z-index: 10;
  transition: All 0.3s ease-in-out;
  display: block;
  visibility: hidden;
}
.index-slider-container .index-swiper-navigation .list .elem:last-child {
  margin: 0;
}
.index-slider-container .index-swiper-navigation .list .elem::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #9e9e9e;
  z-index: 10;
  transition: All 0.3s ease-in-out;
}
.index-slider-container .index-swiper-navigation .list .elem._active span,
.index-slider-container .index-swiper-navigation .list .elem._active .title {
  color: #ffffff;
}
.index-slider-container .index-swiper-navigation .list .elem._active .progress {
  visibility: visible;
}

/** SECURITY **/
.securiry-for-your-home {
  width: 100%;
  margin: 40px 0;
  padding: 0 40px;
  height: 780px;
  display: flex;
  align-items: center;
}
.securiry-for-your-home > div {
  width: 50%;
}
.securiry-for-your-home > div:first-child {
  width: 100%;
  max-width: calc(100% - 912px);
}
.securiry-for-your-home > div:first-child > div {
  width: 100%;
  max-width: 620px;
}
.securiry-for-your-home > div:last-child {
  width: 100%;
  max-width: 912px;
}
.securiry-for-your-home > div:last-child > div {
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.securiry-for-your-home > div h2 {
  display: block;
  color: #232e3f;
  font-size: 76px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  width: 100%;
}
.securiry-for-your-home > div h2 span {
  display: block;
  font-size: 60px;
  line-height: 0.8;
}
.securiry-for-your-home > div h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #232e3f;
  margin: 20px 0;
}
.securiry-for-your-home > div h2 + div {
  width: 100%;
  max-width: calc(100% - 180px);
  margin-left: auto;
}
.securiry-for-your-home > div .category-back {
  width: 245px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 50;
  padding: 0 0 40px 0;
}
.securiry-for-your-home > div .category-back a {
  display: flex;
  width: 100%;
  height: 560px;
  background: #333840;
  padding: 0 0 0 30px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  left: 100%;
  transition: all 900ms ease-in-out;
  /** ANIMATE **/
}
.securiry-for-your-home > div .category-back a .category {
  width: 100%;
  position: relative;
}
.securiry-for-your-home > div .category-back a .category span {
  color: #707a8c;
  font-size: 20px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 1.2;
}
.securiry-for-your-home > div .category-back a .category::before {
  content: "";
  display: block;
  width: 56px;
  height: 28px;
  background: url(../images/svg/arrow-right-white.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
  transform: rotate(180deg);
}
.securiry-for-your-home > div .category-back a .category::after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.securiry-for-your-home > div .category-back a._animate {
  left: 0;
}
.securiry-for-your-home > div .door-selector {
  width: 560px;
  height: 640px;
  overflow: hidden;
  margin: 0 0 0 -210px;
  position: relative;
  z-index: 60;
}
.securiry-for-your-home > div .door-selector .selector-content {
  width: 350px;
  height: 100%;
  position: relative;
  margin: 0 0 0 auto;
  display: block;
  background: #232e3f;
}
.securiry-for-your-home > div .door-selector .selector-content .navigator {
  width: 100%;
  height: 200px;
  padding: 28px 0 0 70px;
}
.securiry-for-your-home > div .door-selector .selector-content .navigator .list {
  display: grid;
  grid-row-gap: 10px;
  grid-template-columns: 28px 28px 28px 28px;
}
.securiry-for-your-home > div .door-selector .selector-content .navigator .list > div {
  color: #707a8c;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
}
.securiry-for-your-home > div .door-selector .selector-content .navigator .list > div:hover, .securiry-for-your-home > div .door-selector .selector-content .navigator .list > div._active {
  color: #40b357;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next {
  width: calc(100% + 210px);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 -210px;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next .current {
  width: 210px;
  display: block;
  height: 100%;
  position: relative;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next .current .title {
  font-family: "Teko", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  line-height: 1.35;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next .current::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 60px;
  left: 0;
  background: #ffffff;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next .next {
  width: calc(100% - 210px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next .next .category {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next .next .category span {
  color: #707a8c;
  font-size: 20px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 1.2;
  text-align: right;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next .next .category::before {
  content: "";
  display: block;
  width: 56px;
  height: 28px;
  background: url(../images/svg/arrow-right-white.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: 0;
}
.securiry-for-your-home > div .door-selector .selector-content .category-next .next .category::after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.securiry-for-your-home > div .door-selector .selector-content .description {
  width: 100%;
  height: calc(100% - 320px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.securiry-for-your-home > div .door-selector .selector-content .description > div {
  width: 100%;
  max-width: 250px;
  margin: 0 30px 20px 0;
}
.securiry-for-your-home > div .door-selector .selector-content .description > div .title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Teko", sans-serif;
}
.securiry-for-your-home > div .door-selector .selector-content .description > div p {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}
.securiry-for-your-home > div #index-door-slider {
  width: 320px;
  height: 100%;
  position: relative;
  z-index: 50;
}
.securiry-for-your-home > div #index-door-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.securiry-for-your-home > div #index-door-slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.securiry-for-your-home > div #index-door-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.securiry-for-your-home > div #index-door-slider .swiper-container .swiper-wrapper .swiper-slide .door-elem {
  width: 100%;
  height: 100%;
  display: block;
}
.securiry-for-your-home > div #index-door-slider .swiper-container .swiper-wrapper .swiper-slide .door-elem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  line-height: 1;
}
.securiry-for-your-home > div #index-door-slider .category-next {
  display: none;
}
.securiry-for-your-home .view-all {
  width: 260px;
  margin-left: auto;
  position: relative;
  right: 40px;
}

/** Hisec SECURE **/
.hisec-secure {
  width: 100%;
  height: 850px;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
}
.hisec-secure #index-family-slider {
  width: 100%;
  max-width: calc(100% - 740px);
  height: 100%;
  padding: 0 40px 0 0;
  position: relative;
}
.hisec-secure #index-family-slider .swiper-container {
  width: 100%;
  height: 790px;
  position: relative;
  z-index: 50;
}
.hisec-secure #index-family-slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hisec-secure #index-family-slider .swiper-container .swiper-wrapper .family-elem {
  width: 100%;
  height: 100%;
  display: block;
}
.hisec-secure #index-family-slider .swiper-container .swiper-wrapper .family-elem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.hisec-secure #index-family-slider .description {
  width: 435px;
  height: 435px;
  background: #40b357;
  padding: 50px 20px;
  position: absolute;
  bottom: 10px;
  left: 40px;
  z-index: 60;
}
.hisec-secure #index-family-slider .description .title {
  font-size: 60px;
  color: #2c3b53;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  line-height: 0.95;
}
.hisec-secure #index-family-slider .description p {
  font-size: 22px;
  color: #2c3b53;
  font-weight: 300;
}
.hisec-secure #index-family-slider .swiper-pagination {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: calc(100% - 550px);
  height: 2px;
}
.hisec-secure #index-family-slider .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #40b357;
}
.hisec-secure .text {
  width: 100%;
  max-width: 740px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hisec-secure .text h2 {
  font-size: 60px;
  line-height: 1;
  color: #232e3f;
  font-family: "Teko", sans-serif;
  font-weight: 700;
}
.hisec-secure .text .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hisec-secure .text .list .option {
  width: 100%;
  max-width: 340px;
  height: auto;
  /** ANIMATE **/
}
.hisec-secure .text .list .option .title {
  font-size: 40px;
  color: #40b357;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.hisec-secure .text .list .option .title::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #40b357;
  margin: 0;
  transition: 650ms ease-in-out;
}
.hisec-secure .text .list .option p {
  font-size: 22px;
  color: #232e3f;
  line-height: 1.3;
}
.hisec-secure .text .list .option:nth-child(1), .hisec-secure .text .list .option:nth-child(2) {
  margin: 0 0 25px 0;
}
.hisec-secure .text .list .option._animate .title::after {
  width: 100%;
}
.hisec-secure .text .list .option:nth-child(2) .title::after {
  transition-delay: 200ms;
}
.hisec-secure .text .list .option:nth-child(3) .title::after {
  transition-delay: 400ms;
}
.hisec-secure .text .list .option:nth-child(4) .title::after {
  transition-delay: 600ms;
}

/** PRICE OFFER **/
a.price-offer,
div.price-offer {
  width: 100%;
  padding: 0 40px;
}
a.price-offer h2,
div.price-offer h2 {
  width: 100%;
  margin: 30px 0 80px 0;
  position: relative;
}
a.price-offer h2 span,
div.price-offer h2 span {
  display: inline-block;
  width: auto;
  font-size: 60px;
  color: #2c3b53;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  line-height: 0.9;
  z-index: 60;
  background: #ffffff;
  position: relative;
  padding: 0 50px 0 0;
}
a.price-offer h2::after,
div.price-offer h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2c3b53;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0 0;
  z-index: 50;
}
a.price-offer form,
div.price-offer form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
a.price-offer form .form-message,
div.price-offer form .form-message {
  width: 100%;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 5px 10px;
  text-align: center;
  margin: 0 0 40px 0;
}
a.price-offer form .inline-form,
div.price-offer form .inline-form {
  width: 415px;
}
a.price-offer form .inline-form .counter,
div.price-offer form .inline-form .counter {
  display: none;
}
a.price-offer form .inline-form input,
a.price-offer form .inline-form select,
a.price-offer form .inline-form textarea,
div.price-offer form .inline-form input,
div.price-offer form .inline-form select,
div.price-offer form .inline-form textarea {
  width: 100%;
  height: 32px;
  border: none;
  border-bottom: 1px solid #2c3b53;
  font-size: 16px;
  color: white;
  margin: 0 0 35px 0;
  outline: none;
  font-family: "Lexend", sans-serif;
}
a.price-offer form .inline-form textarea,
div.price-offer form .inline-form textarea {
  min-height: 150px;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  resize: none;
}
a.price-offer form .filter .block,
div.price-offer form .filter .block {
  margin: 0 0 40px 0;
}
a.price-offer form .filter .block .title,
div.price-offer form .filter .block .title {
  font-size: 18px;
  color: #2c3b53;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
a.price-offer form .filter .block .form-elem,
div.price-offer form .filter .block .form-elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
a.price-offer form .filter .block .form-elem input,
div.price-offer form .filter .block .form-elem input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 24px 0 0;
  cursor: pointer;
}
a.price-offer form .filter .block .form-elem input::before,
div.price-offer form .filter .block .form-elem input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 2px solid #2c3b53;
  aspect-ratio: 1;
}
a.price-offer form .filter .block .form-elem input:checked::before,
div.price-offer form .filter .block .form-elem input:checked::before {
  background: #232e3f;
}
a.price-offer form .filter .block .form-elem label,
div.price-offer form .filter .block .form-elem label {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  color: #2c3b53;
  padding: 3px 0 0 0;
  cursor: pointer;
}
a.price-offer form .filter .block:last-child,
div.price-offer form .filter .block:last-child {
  margin: 0;
}
a.price-offer form .doors-list-selector,
div.price-offer form .doors-list-selector {
  width: 100%;
  max-width: 590px;
}
a.price-offer form .doors-list-selector .title,
div.price-offer form .doors-list-selector .title {
  font-weight: 700;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  color: #2c3b53;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
a.price-offer form .doors-list-selector .list,
div.price-offer form .doors-list-selector .list {
  display: grid;
  grid-row-gap: 30px;
  grid-column-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  justify-content: space-between;
}
a.price-offer form .doors-list-selector .list .door-elem,
div.price-offer form .doors-list-selector .list .door-elem {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
a.price-offer form .doors-list-selector .list .door-elem img,
div.price-offer form .doors-list-selector .list .door-elem img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 40;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
a.price-offer form .doors-list-selector .list .door-elem .name,
div.price-offer form .doors-list-selector .list .door-elem .name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  color: #ffffff;
  line-height: 1.2;
  text-transform: capitalize;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 45;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
a.price-offer form .doors-list-selector .list .door-elem .name.black,
div.price-offer form .doors-list-selector .list .door-elem .name.black {
  color: #000000;
  text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.8);
}
a.price-offer form .doors-list-selector .list .door-elem label,
div.price-offer form .doors-list-selector .list .door-elem label {
  display: block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #2c3b53;
  margin: 10px auto 0 auto;
  position: relative;
  z-index: 40;
}
a.price-offer form .doors-list-selector .list .door-elem input,
div.price-offer form .doors-list-selector .list .door-elem input {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
a.price-offer form .doors-list-selector .list .door-elem input:checked + label,
div.price-offer form .doors-list-selector .list .door-elem input:checked + label {
  background: #2c3b53;
}
a.price-offer form .form-footer,
div.price-offer form .form-footer {
  width: 100%;
  max-width: 260px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 455px;
  justify-content: flex-end;
  margin: 0 30px 0 0;
}
a.price-offer form .form-footer .terms,
div.price-offer form .form-footer .terms {
  margin: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
a.price-offer form .form-footer input,
div.price-offer form .form-footer input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 24px 0 0;
}
a.price-offer form .form-footer input::before,
div.price-offer form .form-footer input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 2px solid #2c3b53;
}
a.price-offer form .form-footer input:checked::before,
div.price-offer form .form-footer input:checked::before {
  background: #232e3f;
}
a.price-offer form .form-footer label,
div.price-offer form .form-footer label {
  color: #2c3b53;
  font-size: 16px;
  line-height: 1;
  padding: 2px 0 0 0;
  cursor: pointer;
}
a.price-offer form .form-footer button,
div.price-offer form .form-footer button {
  width: 100%;
}

.tmp-banner {
  width: 100%;
  max-width: calc(100% - 80px);
  margin: 40px auto;
  display: block;
  height: 33.3333333333vw;
  background: #40b357;
  padding: 2.0833333333vw;
}
.tmp-banner > div {
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
.tmp-banner-content {
  width: 100%;
  max-width: calc(100% - 29.1666666667vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tmp-banner-content > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.tmp-banner-content-title {
  color: #232e3f;
  font-family: "Teko", sans-serif;
  font-size: 3.9583333333vw;
  display: block;
  font-weight: bold;
  line-height: 1;
}
.tmp-banner-content-sub_title {
  line-height: 1;
  color: #40b357;
  font-size: 9.1666666667vw;
  font-weight: 700;
  display: block;
}
.tmp-banner-content-sub_title img {
  display: inline-block;
  width: 14.5833333333vw;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px 0 0;
}
.tmp-banner-image {
  width: 100%;
  max-width: 29.1666666667vw;
  height: 100%;
  position: relative;
}
.tmp-banner-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 25;
  position: relative;
}
.tmp-banner-image a {
  font-family: "Lexend", sans-serif;
  color: #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 50;
  text-transform: lowercase;
  font-weight: bold;
}
.tmp-banner-image a img {
  display: block;
  width: 56px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 0 0 15px;
}
.tmp-banner-image a:hover {
  opacity: 0.7;
}

/** COLORIZER **/
.door-colors-wrapper {
  display: flex;
  width: calc(100% - 80px);
  background: #40b357;
  height: 800px;
  margin: 140px auto 80px auto;
}
.door-colors-wrapper > div {
  width: 50%;
  height: 100%;
}
.door-colors-wrapper > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.door-colors-wrapper > div:first-child img {
  height: 130%;
  display: block;
}
.door-colors-wrapper > div:last-child {
  background: #2c3b53;
  padding: 0 0 0 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.door-colors-wrapper > div:last-child h3 {
  color: #40b357;
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  max-width: 70%;
}
.door-colors-wrapper > div:last-child p {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5;
  margin: 20px 0;
  max-width: 70%;
}
.door-colors-wrapper > div:last-child a {
  max-width: 150px;
}
.door-colors-wrapper > div:last-child img {
  position: absolute;
  right: -40px;
  bottom: 0;
  height: 300px;
}

/** VIDEO CONTAINER **/
.index-video {
  width: 100%;
  padding: 0 40px;
  height: 800px;
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /** PLAY **/
}
.index-video .video-container {
  width: 100%;
  max-width: calc(100% - 440px);
  height: 100%;
  background: #273346 url(../images/backgrounds/video-poster.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.index-video .video-container .trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  opacity: 1;
  visibility: visible;
  transition: All 0.3s ease-in-out;
  flex-direction: column;
}
.index-video .video-container .trigger h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  line-height: 0.85;
  margin: 0 0 20px 0;
}
.index-video .video-container .trigger img {
  width: 90px;
  height: 90px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  transition: All 0.3s ease-in-out;
}
.index-video .video-container .trigger img:hover {
  opacity: 0.4;
}
.index-video .video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.index-video .video-container .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.index-video .catalog-container {
  width: 100%;
  max-width: 440px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-video .catalog-container h3 {
  font-size: 60px;
  color: #40b357;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  line-height: 0.85;
  margin: 0;
}
.index-video .catalog-container a {
  display: block;
  margin: 50px 0 0 0;
}
.index-video .catalog-container a div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-video .catalog-container a div img {
  display: block;
  width: 115px;
  position: relative;
  z-index: 50;
  filter: grayscale(50%);
  transition: All 0.3s ease-in-out;
}
.index-video .catalog-container a div span {
  font-size: 22px;
  color: #2c3b53;
  padding: 0 0 0 22px;
  position: relative;
  font-weight: 700;
  z-index: 50;
}
.index-video .catalog-container a div span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2c3b53;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-video .catalog-container a div::before {
  content: "";
  display: block;
  width: 105px;
  height: 50px;
  box-shadow: 20px 0 80px rgba(0, 0, 0, 0.27);
  z-index: 40;
  position: absolute;
  left: 30px;
  top: 40px;
}
.index-video .catalog-container a:hover div img {
  filter: grayscale(0);
}
.index-video._play .trigger {
  opacity: 0;
  visibility: hidden;
}

/** MEDIA **/
@media (max-width: 1640px) {
  .securiry-for-your-home > div:first-child > div {
    max-width: calc(100% - 30px);
  }
  .securiry-for-your-home > div h2 + div {
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  a.price-offer form .form-footer,
  div.price-offer form .form-footer {
    height: auto;
    margin: 0;
  }
}
@media (max-width: 1500px) {
  .securiry-for-your-home > div h2 + div {
    max-width: 100%;
  }
}
@media (max-width: 1460px) {
  .securiry-for-your-home > div:last-child {
    transform: scale(0.8);
  }
  .index-slider-container .index-swiper-navigation .list {
    width: 70%;
  }
  .hisec-secure #index-family-slider .description {
    height: 345px;
  }
  .hisec-secure #index-family-slider .description .title {
    font-size: 45px;
  }
}
@media (max-width: 1440px) {
  .door-colors-wrapper {
    height: 620px;
  }
  .door-colors-wrapper > div:last-child h3 {
    font-size: 40px;
  }
  .door-colors-wrapper > div:last-child img {
    right: -30px;
    bottom: -110px;
  }
  .index-video .video-container .trigger img {
    filter: invert(1);
  }
  div.price-offer form .form-footer {
    margin: -200px 0 0 0;
  }
}
@media (max-width: 1400px) {
  .securiry-for-your-home > div .category-back {
    width: 150px;
  }
  .securiry-for-your-home > div #index-door-slider {
    width: 250px;
  }
  .securiry-for-your-home > div .door-selector {
    width: 500px;
  }
  .securiry-for-your-home > div .door-selector .selector-content {
    width: 290px;
  }
  .securiry-for-your-home > div:first-child {
    max-width: calc(100% - 772px);
  }
  .securiry-for-your-home > div:last-child {
    max-width: 772px;
  }
  .securiry-for-your-home .view-all {
    right: inherit;
  }
}
@media (max-width: 1380px) {
  .hisec-secure {
    flex-direction: column;
    height: auto;
  }
  .hisec-secure #index-family-slider {
    max-width: 100%;
    padding: 0;
  }
  .hisec-secure #index-family-slider .description {
    width: 50%;
    height: auto;
    left: 10px;
    padding: 30px 20px 20px 20px;
  }
  .hisec-secure #index-family-slider .description .title {
    font-size: 50px;
  }
  .hisec-secure .text {
    max-width: 100%;
  }
  .hisec-secure .text .list .option {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1360px) {
  .door-colors-wrapper {
    margin: 30px auto 40px auto;
  }
  .door-colors-wrapper > div:first-child img {
    height: 100%;
  }
  .door-colors-wrapper > div:last-child {
    padding: 20px;
  }
  .door-colors-wrapper > div:last-child p,
  .door-colors-wrapper > div:last-child h3 {
    max-width: 100%;
  }
}
@media (max-width: 1330px) {
  a.price-offer form .filter,
  div.price-offer form .filter {
    width: calc(100% - 480px);
  }
  a.price-offer form .form-footer,
  div.price-offer form .form-footer {
    height: 455px;
  }
}
@media (max-width: 1280px) {
  .index-video {
    height: 460px;
  }
  .index-video .catalog-container {
    max-width: 300px;
  }
  .index-video .catalog-container h3 {
    font-size: 50px;
  }
  .index-video .catalog-container a div::before {
    left: 5px;
  }
  .index-video .video-container {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 1220px) {
  .securiry-for-your-home {
    flex-wrap: wrap;
    height: auto;
  }
  .securiry-for-your-home > div {
    max-width: 100% !important;
    height: 780px;
  }
  .securiry-for-your-home > div:first-child {
    max-width: 100%;
    height: auto;
  }
  .securiry-for-your-home > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
  }
}
@media (max-width: 1060px) {
  .securiry-for-your-home > div {
    max-width: 100% !important;
    height: 780px;
  }
  .securiry-for-your-home > div:first-child {
    max-width: 100%;
    height: auto;
  }
  .securiry-for-your-home > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .index-slider-container .index-swiper-navigation .list .elem {
    width: 27.7777777778%;
  }
  .index-slider-container .index-swiper-navigation .list .elem .title {
    font-size: 26px;
  }
  .securiry-for-your-home > div .category-back {
    display: none;
  }
  .securiry-for-your-home > div:last-child {
    flex-direction: column;
  }
  .securiry-for-your-home .view-all {
    width: 100%;
  }
  .door-colors-wrapper > div:first-child img {
    height: 90%;
  }
  .door-colors-wrapper > div:last-child img {
    bottom: -130px;
  }
}
@media (max-width: 1023px) {
  .door-colors-wrapper {
    flex-direction: column;
    height: auto;
  }
  .door-colors-wrapper > div {
    width: 100%;
  }
  .door-colors-wrapper > div:first-child img {
    height: 350px;
    margin: -70px 0 0 0;
  }
  .door-colors-wrapper > div:last-child img {
    display: none;
  }
  .door-colors-wrapper > div:last-child {
    padding: 40px;
  }
  .tmp-banner {
    max-width: calc(100% - 40px);
    margin: 20px auto;
    padding: 20px;
  }
  .tmp-banner-image a {
    right: 20px;
    bottom: 10px;
    font-size: 24px;
  }
  .tmp-banner-image a img {
    width: 36px;
  }
}
@media (max-width: 950px) {
  a.price-offer form,
  div.price-offer form {
    flex-direction: column;
  }
  a.price-offer form .filter,
  div.price-offer form .filter {
    order: 1;
  }
  a.price-offer form .doors-list-selector,
  div.price-offer form .doors-list-selector {
    order: 2;
  }
  a.price-offer form .inline-form,
  div.price-offer form .inline-form {
    order: 3;
  }
  a.price-offer form .inline-form,
  a.price-offer form .filter,
  a.price-offer form .doors-list-selector,
  a.price-offer form .form-footer,
  div.price-offer form .inline-form,
  div.price-offer form .filter,
  div.price-offer form .doors-list-selector,
  div.price-offer form .form-footer {
    width: 100%;
    max-width: 100%;
    margin: 0 0 60px 0;
  }
  a.price-offer form .form-footer,
  div.price-offer form .form-footer {
    height: auto;
    order: 4;
    margin: 0;
  }
  .hisec-secure .text .list .option {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .index-slider-container .index-swiper-navigation .slider-nav-arrows {
    opacity: 1;
    visibility: visible;
  }
  .index-slider-container .index-swiper-navigation .list {
    display: none;
  }
  h2 {
    font-size: 50px !important;
  }
  h2 span {
    font-size: 50px !important;
  }
  .securiry-for-your-home {
    padding: 0 10px;
  }
  .securiry-for-your-home > div .door-selector {
    width: 100%;
  }
  .securiry-for-your-home > div .door-selector .selector-content {
    width: calc(100% - 220px);
  }
  .securiry-for-your-home > div .door-selector .selector-content .description > div {
    max-width: calc(100% - 60px);
  }
  .securiry-for-your-home > div:first-child > div {
    max-width: 100%;
    margin: 0 0 50px 0;
  }
  .securiry-for-your-home > div:last-child > div {
    width: 100%;
  }
  .hisec-secure {
    padding: 0 10px;
  }
  .hisec-secure #index-family-slider .swiper-container {
    height: 50vw;
  }
  .hisec-secure #index-family-slider .description {
    position: relative;
    bottom: 0;
    top: 10px;
    left: 0;
    width: 100%;
  }
  .hisec-secure #index-family-slider .description .title br {
    display: none;
  }
  .hisec-secure #index-family-slider .description .title span {
    margin: 0 5px 0 0;
    display: inline-block;
  }
  .hisec-secure #index-family-slider .swiper-pagination {
    display: none;
  }
  a.price-offer,
  div.price-offer {
    padding: 0 10px;
  }
  .index-video {
    padding: 0 10px;
    flex-direction: column;
    height: auto;
  }
  .index-video .video-container {
    max-width: 100%;
    height: 50vw;
  }
  .index-video .catalog-container {
    max-width: 100%;
    height: auto;
  }
  .index-video .catalog-container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index-video .catalog-container > div a {
    margin: 50px 0 0 50px;
  }
  .door-colors-wrapper {
    margin: 110px auto 10px auto;
    width: calc(100% - 20px);
  }
}
@media (max-width: 550px) {
  .index-video .catalog-container > div {
    flex-direction: column;
    padding: 50px 0 0 0;
  }
  .index-video .catalog-container > div a {
    margin: 50px 0 0 0;
  }
  .door-colors-wrapper > div:last-child {
    padding: 20px;
  }
  .door-colors-wrapper > div:last-child h3 {
    font-size: 40px;
  }
  .door-colors-wrapper > div:last-child a {
    max-width: 100%;
    width: 100%;
  }
  .tmp-banner {
    padding: 10px;
    max-width: calc(100% - 20px);
    margin: 10px auto;
  }
  .tmp-banner-content-sub_title img {
    display: none;
  }
}
@media (max-width: 520px) {
  .securiry-for-your-home > div #index-door-slider {
    width: 100%;
    height: 100vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .securiry-for-your-home > div #index-door-slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    z-index: 50;
  }
  .securiry-for-your-home > div #index-door-slider .category-next {
    position: relative;
    z-index: 60;
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .securiry-for-your-home > div #index-door-slider .category-next .current {
    display: none;
  }
  .securiry-for-your-home > div #index-door-slider .category-next .next::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/svg/arrow-right-black.svg) no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 20px 0;
  }
  .securiry-for-your-home > div #index-door-slider .category-next .next .category {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .securiry-for-your-home > div #index-door-slider .category-next .next .category span {
    color: #000000;
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
    text-align: left;
    padding: 0 0 0 10px;
  }
  .securiry-for-your-home > div #index-door-slider .category-next .next .category span:first-child {
    font-weight: 600;
  }
  .securiry-for-your-home > div #index-door-slider .category-next .next .category span:last-child {
    font-size: 20px;
  }
  .securiry-for-your-home > div #index-door-slider .swiper-container {
    width: 240px;
    margin: 0;
  }
  .securiry-for-your-home > div #index-door-slider .swiper-container .swiper-wrapper .swiper-slide .door-elem img {
    -o-object-position: left;
       object-position: left;
  }
  .securiry-for-your-home > div .door-selector {
    margin: 10px 0;
    height: auto;
    overflow: hidden;
  }
  .securiry-for-your-home > div .door-selector .selector-content {
    width: 100%;
  }
  .securiry-for-your-home > div .door-selector .selector-content .navigator {
    padding: 28px 70px;
    display: none;
  }
  .securiry-for-your-home > div .door-selector .selector-content .navigator .list {
    justify-content: center;
    grid-row-gap: 20px;
    grid-template-columns: 50px 50px 50px 50px;
  }
  .securiry-for-your-home > div .door-selector .selector-content .category-next {
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
  }
  .securiry-for-your-home > div .door-selector .selector-content .description {
    margin: 25px 0 0 0;
  }
  .securiry-for-your-home > div .door-selector .selector-content .description > div {
    margin: 0 30px 10px 0;
  }
  .securiry-for-your-home > div:last-child {
    height: auto;
  }
  .securiry-for-your-home > div:last-child > div {
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 450px) {
  .hisec-secure #index-family-slider .description .title {
    font-size: 30px;
  }
  .hisec-secure #index-family-slider .description p {
    font-size: 18px;
  }
  a.price-offer h2,
  div.price-offer h2 {
    margin: 30px 0 30px 0;
    text-align: center;
  }
  a.price-offer h2 span,
  div.price-offer h2 span {
    padding: 0;
  }
  a.price-offer h2::after,
  div.price-offer h2::after {
    display: none;
  }
  a.price-offer form .doors-list-selector .list,
  div.price-offer form .doors-list-selector .list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  a.price-offer form .doors-list-selector .list .door-elem img,
  div.price-offer form .doors-list-selector .list .door-elem img {
    height: auto;
  }
  a.price-offer form .inline-form,
  div.price-offer form .inline-form {
    margin: 0;
  }
  .index-video .catalog-container h3 {
    text-align: center;
  }
  .index-video .catalog-container h3 br {
    display: none;
  }
  .index-video .catalog-container h3 span {
    margin: 0 5px 0 0;
  }
  .index-video .catalog-container a div {
    flex-direction: column;
  }
  .index-video .catalog-container a div span {
    padding: 10px 0 0 0;
  }
  .index-video .catalog-container a div span::after {
    display: none;
  }
  .index-slider-container .index-swiper-navigation .slider-nav-arrows {
    padding: 0 5px 5px 0;
  }
  .index-slider-container .index-swiper-navigation .slider-nav-arrows .title {
    font-size: 22px;
  }
  .index-slider-container .index-swiper-navigation .slider-nav-arrows .arrows-list > div {
    margin: 5px 0 0 0;
  }
  .index-slider-container .index-swiper-navigation .slider-nav-arrows .arrows-list > div.prev {
    margin: 5px 5px 0 0;
  }
  .tmp-banner {
    height: auto;
  }
  .tmp-banner > div {
    flex-direction: column;
    padding: 10px 0 0 0;
  }
  .tmp-banner-content {
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 0 20px;
  }
  .tmp-banner-content > div {
    width: 100%;
    justify-content: flex-start;
  }
  .tmp-banner-content-title {
    text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 40px;
  }
  .tmp-banner-content-sub_title {
    font-size: 80px;
    text-align: center;
    width: 100%;
  }
  .tmp-banner-image {
    max-width: 100%;
  }
  .tmp-banner-image > img {
    height: auto;
  }
}
@media (max-width: 425px) {
  .securiry-for-your-home > div #index-door-slider .swiper-container {
    width: 200px;
  }
  .securiry-for-your-home > div #index-door-slider .category-next {
    width: calc(100% - 200px);
  }
}
@media (max-width: 370px) {
  .tmp-banner-content-sub_title {
    font-size: 60px;
  }
}
@media (max-width: 350px) {
  .securiry-for-your-home > div #index-door-slider .swiper-container {
    width: 170px;
  }
  .securiry-for-your-home > div #index-door-slider .category-next {
    width: calc(100% - 170px);
  }
}
/** PRICE OFFER MODAL **/
.products-price-offer-modal {
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 666;
  background: #40b357;
  transition: All 0.3s ease-in-out;
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  /** SHOW **/
}
.products-price-offer-modal .close-trigger {
  position: absolute;
  right: 0;
  top: 0;
  margin: 30px;
  border: none;
  background: transparent;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  outline: none;
}
.products-price-offer-modal .close-trigger img {
  display: block;
  width: 100%;
  height: 100%;
}
.products-price-offer-modal .close-trigger:hover {
  opacity: 0.8;
}
.products-price-offer-modal .inner {
  opacity: 0;
  visibility: hidden;
  transition: All 0.3s ease-in-out;
  transition-delay: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.products-price-offer-modal .inner > div > .title {
  font-size: 38px;
  margin: 0 0 20px 0;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #2c3b53;
  padding: 0 40px 0 0;
  line-height: 1;
  width: 100%;
}
.products-price-offer-modal .inner form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.products-price-offer-modal .inner form .form-message {
  width: 100%;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 5px 10px;
  text-align: center;
  max-width: 420px;
  margin: 0 0 10px 0;
}
.products-price-offer-modal .inner form select {
  width: 100%;
  height: 32px;
  border: 1px solid #2c3b53;
  font-size: 16px;
  color: #2c3b53;
  margin: 0 0 10px 0;
  outline: none;
  font-family: "Lexend", sans-serif;
  padding: 0 10px;
  max-width: 415px;
}
.products-price-offer-modal .inner form .inline-form {
  width: 415px;
  margin: 0 40px 0 0;
}
.products-price-offer-modal .inner form .inline-form input,
.products-price-offer-modal .inner form .inline-form select,
.products-price-offer-modal .inner form .inline-form textarea {
  width: 100%;
  height: 32px;
  border: 1px solid #2c3b53;
  font-size: 16px;
  color: #2c3b53;
  margin: 0 0 10px 0;
  outline: none;
  font-family: "Lexend", sans-serif;
  padding: 0 10px;
}
.products-price-offer-modal .inner form .inline-form textarea {
  min-height: 150px;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  resize: none;
  padding: 10px;
}
.products-price-offer-modal .inner form .filter .block {
  margin: 0 0 40px 0;
}
.products-price-offer-modal .inner form .filter .block .title {
  font-size: 18px;
  color: #2c3b53;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.products-price-offer-modal .inner form .filter .block .form-elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.products-price-offer-modal .inner form .filter .block .form-elem input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 24px 0 0;
  cursor: pointer;
}
.products-price-offer-modal .inner form .filter .block .form-elem input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 2px solid #2c3b53;
}
.products-price-offer-modal .inner form .filter .block .form-elem input:checked::before {
  background: #232e3f;
}
.products-price-offer-modal .inner form .filter .block .form-elem label {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  color: #2c3b53;
  padding: 3px 0 0 0;
  cursor: pointer;
}
.products-price-offer-modal .inner form .filter .block:last-child {
  margin: 0;
}
.products-price-offer-modal .inner form .primary {
  width: calc(100% - 40px);
  background: #2c3b53;
  color: #ffffff;
}
.products-price-offer-modal .inner form .primary:hover {
  background: rgb(26.3307086614, 35.3070866142, 49.6692913386);
}
.products-price-offer-modal .inner form > button {
  display: none;
}
.products-price-offer-modal._show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.products-price-offer-modal._show .inner {
  opacity: 1;
  visibility: visible;
}

/** UPDATED PRODUCT PAGE **/
.product-content-wrapper._updated {
  padding: 0 40px;
}
.product-content-wrapper._updated > h1 {
  font-size: 50px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #40b357;
  line-height: 1;
  margin: 50px 0 50px 0;
}
.product-content-wrapper._updated > h1 span:first-child {
  color: #232e3f;
}
.product-content-wrapper .inner {
  width: 100%;
  display: flex;
}
.product-content-wrapper .inner > div {
  width: 50%;
}
.product-content-wrapper .inner > div .product-entry {
  width: 100%;
  display: flex;
  padding: 0 0 40px 0;
}
.product-content-wrapper .inner > div .product-entry .product-gallery {
  width: 100%;
  display: flex;
  padding: 0 20px 0 0;
}
.product-content-wrapper .inner > div .product-entry .product-gallery a {
  width: 50%;
  margin: 0 5px;
  height: 450px;
}
.product-content-wrapper .inner > div .product-entry .product-gallery a img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-content-wrapper .inner > div .product-entry .product-info {
  width: 100%;
}
.product-content-wrapper .inner > div .product-entry .product-info h2 {
  font-size: 28px;
  color: #2c3a54;
  font-family: "Teko", sans-serif;
  margin: -10px 0 20px 0;
  font-weight: 500;
}
.product-content-wrapper .inner > div .product-entry .product-info .size {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin: 0 0 40px 0;
}
.product-content-wrapper .inner > div .product-entry .product-info .size span {
  display: block;
  background: #2c3a54;
  color: #ffffff;
  padding: 3px 10px 0 10px;
  width: 100%;
  text-align: center;
  text-align: center;
  margin: 0;
}
.product-content-wrapper .inner > div .product-entry .product-info .description {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 30px 0;
}
.product-content-wrapper .inner > div:first-child {
  padding: 0 40px 0 0;
}
.product-content-wrapper .inner > div .doors-tech-info {
  flex-direction: column;
  padding: 0;
}
.product-content-wrapper .inner > div .doors-tech-info > div {
  max-width: 100%;
  width: 100%;
}
.product-content-wrapper .inner > div .doors-tech-info .tech-points {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 40px 0 40px 0;
  margin: 0 0 40px 0;
}
.product-content-wrapper .inner > div .doors-tech-info .tech-points h3 {
  font-size: 40px;
}
.product-content-wrapper .inner > div .doors-tech-info .tech-parameters div {
  max-width: 100%;
}
.product-content-wrapper .inner > div .doors-tech-info .tech-parameters div ul li {
  margin: 0 0 10px 0;
}
.product-content-wrapper .inner > div .doors-tech-info .tech-parameters h3 {
  font-size: 40px;
}
.product-content-wrapper .inner > div .technical-params {
  padding: 0;
  margin: 0;
}
.product-content-wrapper .inner > div .certificate-list > div {
  width: 100%;
}
.product-content-wrapper .certificate-list {
  padding: 0;
}

/** PRODUCTS LIST **/
.products-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px;
  margin: 70px 0;
  /** UPDATED **/
}
.products-list > div.block {
  width: 100%;
  position: relative;
  max-width: 33.3333333333%;
}
.products-list > div.block > div {
  max-width: 440px;
  display: block;
}
.products-list > div.block > div.left {
  margin: 0 auto 0 0;
}
.products-list > div.block > div.middle {
  margin: 0 auto;
}
.products-list > div.block > div.right {
  margin: 0 0 0 auto;
}
.products-list > div.block h2 {
  font-size: 60px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #40b357;
  margin: 0 0 40px 0;
  line-height: 0.9;
}
.products-list > div.block h2 span {
  display: block;
  color: #232e3f;
}
.products-list > div.block .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products-list > div.block .list .elem {
  width: 100%;
  max-width: 205px;
  position: relative;
  margin: 0 0 20px 0;
}
.products-list > div.block .list .elem .title {
  font-size: 48px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
  line-height: 1;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
.products-list > div.block .list .elem .title span {
  display: inline-block;
  width: auto;
}
.products-list > div.block .list .elem .title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: 10px 0 0 0;
}
.products-list > div.block .list .elem img {
  width: 100%;
  display: block;
  z-index: 40;
  height: 460px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.products-list > div.block .list .elem .size {
  position: absolute;
  bottom: 40px;
  width: 140px;
  left: 50%;
  margin: 0 0 0 -70px;
  background: rgb(50.5679012346, 141.4320987654, 68.7407407407);
  text-align: center;
  line-height: 1;
  padding: 6px 0 3px 0;
  color: #000000;
  font-weight: 600;
}
.products-list > div.block .list .elem label {
  width: 100%;
  max-width: 140px;
  height: 40px;
  background: #40b357;
  color: #232e3f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto 0 auto;
  z-index: 55;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  cursor: pointer;
}
.products-list > div.block .list .elem label > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-list > div.block .list .elem label > span:first-child {
  display: flex;
  width: 16px;
  height: 16px;
  border: 2px solid #232e3f;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}
.products-list > div.block .list .elem label > span:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 8px;
}
.products-list > div.block .list .elem label > span:last-child {
  padding: 0 0 0 10px;
  position: relative;
  top: 1px;
}
.products-list > div.block .list .elem input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  cursor: pointer;
}
.products-list > div.block .list .elem input:checked + .size + label > span:first-child::before {
  background: #232e3f;
}
.products-list > div.block .list::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 175px);
  position: absolute;
  right: -28%;
  background: #232e3f;
  z-index: 50;
  display: none;
}
.products-list > div.block .list > a {
  display: flex;
  width: 100%;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
}
.products-list > div.block .list > a span {
  display: block;
  padding: 4px 0 0 0;
}
.products-list > div.block .list > a strong {
  display: block;
  font-family: "Teko", sans-serif;
}
.products-list > div.block .list > a._disabled {
  cursor: default;
}
.products-list > div.block:last-child .list::after {
  display: none;
}
.products-list > div.block:nth-child(2) {
  display: block;
}
.products-list > div.block:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 150px);
  background: #232e3f;
  position: absolute;
  left: -8%;
  bottom: 0;
}
.products-list > div.block:nth-child(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 150px);
  background: #232e3f;
  position: absolute;
  right: -8%;
  bottom: 0;
}
.products-list._updated {
  max-width: 1100px;
  margin: 70px auto;
  flex-wrap: wrap;
}
.products-list._updated > div.block {
  max-width: 100%;
  background-color: #f0f0f0;
  padding: 30px 40px;
  margin: 0 0 80px 0;
}
.products-list._updated > div.block h2 {
  width: 100%;
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.26em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  .products-list._updated > div.block h2 {
    font-size: 32px !important;
  }
}
.products-list._updated > div.block h2 span {
  display: inline-block;
}
.products-list._updated > div.block h2 small {
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  top: 0;
  position: relative;
  font-weight: 300;
  margin-left: 10px;
}
.products-list._updated > div.block > div {
  max-width: 100%;
}
.products-list._updated > div.block .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 80px;
}
@media (max-width: 1100px) {
  .products-list._updated > div.block .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .products-list._updated > div.block .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.products-list._updated > div.block .list .elem {
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.products-list._updated > div.block .list .elem input {
  display: none;
}
.products-list._updated > div.block .list .elem .title {
  width: 100%;
  position: relative;
  top: auto;
  color: #f3be16;
  display: flex;
  flex-direction: column;
}
.products-list._updated > div.block .list .elem .title span {
  position: relative;
  width: 100%;
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 33px;
  text-shadow: none;
  text-align: left;
  transition: all 0.3s ease;
}
.products-list._updated > div.block .list .elem .title span::after {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../images/svg/arrow-left-small-grey.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  margin: 0;
}
.products-list._updated > div.block .list .elem .title span.continue {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Teko", sans-serif;
  display: inline-block;
  margin: 15px 0 0 0;
}
.products-list._updated > div.block .list .elem .title span.continue::after {
  content: "";
  width: 40px;
  height: 24px;
  display: inline-block;
  background: url(../images/svg/arrow-left-small-yellow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  left: 0;
  transition: all 300ms ease-in-out;
}
.products-list._updated > div.block .list .elem .product_image {
  width: 100%;
  position: relative;
}
.products-list._updated > div.block .list .elem .product_image img {
  width: 100%;
}
.products-list._updated > div.block .list .elem .product_image .hover_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #40b357;
  background-color: rgba(64, 179, 87, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.products-list._updated > div.block .list .elem .product_image .hover_layer .continue {
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 33px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-44%, -50%);
}
.products-list._updated > div.block .list .elem .product_image .hover_layer .continue::after {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../images/svg/arrow_left_white.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
}
.products-list._updated > div.block .list .elem .in-stock {
  font-size: 20px;
  position: absolute;
  bottom: 5px;
  width: calc(100% - 20px);
  text-align: center;
  color: #000000;
  background: #ffffff;
  left: 11px;
  padding: 3px;
  font-weight: 600;
}
.products-list._updated > div.block .list .elem .in-stock strong {
  display: block;
}
.products-list._updated > div.block .list .elem label {
  display: none;
}
.products-list._updated > div.block .list .elem .size {
  bottom: initial;
  top: -60px;
  left: 0;
  background: transparent;
  margin: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  width: 100%;
  display: none;
}
.products-list._updated > div.block .list .elem .size span {
  display: block;
  background: #2c3a54;
  color: #ffffff;
  padding: 3px 10px 0 10px;
}
.products-list._updated > div.block .list .elem:hover .product_image .hover_layer {
  opacity: 1;
}
.products-list._updated > div.block .list > a {
  display: none;
}
.products-list._updated > div.block::before, .products-list._updated > div.block::after {
  display: none;
}

/** SPECIFICATIONS **/
.specifications {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px;
  margin: 70px 0 40px 0;
  position: relative;
}
.specifications .title-abs {
  position: absolute;
  left: 0;
  line-height: 1;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 345px;
  color: #40b357;
  text-transform: uppercase;
  top: 80px;
  padding: 0 40px;
  z-index: -1;
}
.specifications > div.block {
  width: 100%;
  position: relative;
  max-width: 33.3333333333%;
}
.specifications > div.block > div {
  max-width: 440px;
  display: block;
}
.specifications > div.block > div.left {
  margin: 0 auto 0 0;
}
.specifications > div.block > div.middle {
  margin: 0 auto;
}
.specifications > div.block > div.right {
  margin: 0 0 0 auto;
}
.specifications > div.block .title {
  color: #2c3a54;
  font-size: 42px;
  position: relative;
  margin: 0 0 -25px 0;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
  line-height: 1;
  z-index: 30;
}
.specifications > div.block .title span {
  display: block;
  position: relative;
  z-index: 25;
}
.specifications > div.block .title.plus {
  display: flex;
}
.specifications > div.block .title.plus::after {
  content: "+";
  margin: 0;
  display: block;
  font-size: 110px;
  color: #40b357;
  position: absolute;
  left: 100px;
  top: -40px;
  z-index: 15;
}
.specifications > div.block .description {
  background: rgba(239, 239, 239, 0.9);
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  z-index: 20;
}
.specifications > div.block:last-child .list::after {
  display: none;
}
.specifications > div.block:nth-child(3) {
  display: block;
}
.specifications > div.block:nth-child(3)::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background: #40b357;
  position: absolute;
  left: -8%;
  bottom: 0;
}
.specifications > div.block:nth-child(3)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background: #40b357;
  position: absolute;
  right: -8%;
  bottom: 0;
}

.specifications-redirect {
  max-width: 450px;
  width: 100%;
  margin: 40px auto;
  position: relative;
}

/** CERTIFICATE **/
.certificate-list {
  width: 100%;
  display: flex;
  height: auto;
  padding: 0 40px;
  margin: 0 0 40px 0;
  align-items: flex-start;
  justify-content: space-between;
}
.certificate-list > div {
  width: 50%;
}
.certificate-list > div.table {
  background: url(../images/backgrounds/table-background.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate-list > div.table table {
  width: 100%;
}
.certificate-list > div.table table td {
  color: #ffffff;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  height: 40px;
}
.certificate-list > div.table table .title {
  font-weight: 700;
}
.certificate-list > div.table table .title.big {
  font-size: 24px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
}
.certificate-list > div.certificate {
  width: 100%;
  max-width: 1300px;
  background: #f0f0f0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /** UPDATED **/
}
@media (max-width: 600px) {
  .certificate-list > div.certificate {
    padding: 20px 10px !important;
  }
}
.certificate-list > div.certificate > .title {
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 40px !important;
}
.certificate-list > div.certificate .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  transform: scale(0.9);
  padding: 0 !important;
}
.certificate-list > div.certificate .list a {
  display: block;
  width: 14.2857142857%;
}
.certificate-list > div.certificate .list a .border {
  width: 100%;
  padding: 0 !important;
  box-shadow: 10px 10px 40px rgba(35, 46, 63, 0.25);
  aspect-ratio: 0.69;
}
.certificate-list > div.certificate .list a .border img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.certificate-list > div.certificate .list a .title {
  margin: 20px 0 0 0;
  font-size: 13px;
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}
.certificate-list > div.certificate._updated {
  width: 100%;
}
.certificate-list > div.certificate._updated .list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  transform: scale(1);
}
.certificate-list > div.certificate._updated .list a .border {
  max-width: 215px;
  margin: 0 auto;
}
.certificate-list > div.certificate._updated .list a .title {
  max-width: 215px;
  width: 100%;
  margin: 20px auto 0 auto;
}

/** TECHNICAL PARAMS **/
.technical-params {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 40px;
  margin: 0 0 20px 0;
}
.technical-params .tech-params {
  width: 100%;
  max-width: 640px;
  padding: 0 70px 0 0;
}
.technical-params .tech-params .tech-points {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.technical-params .tech-params .tech-points > div {
  width: 100%;
  max-width: calc(100% - 260px);
  padding: 0 20px 0 0;
}
.technical-params .tech-params .tech-points > div h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  color: #232e3f;
}
.technical-params .tech-params .tech-points > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.technical-params .tech-params .tech-points > div ul li {
  margin: 0 0 30px 0;
  color: #232e3f;
  font-size: 16px;
}
.technical-params .tech-params .tech-points > div ul li span {
  display: inline-block;
  font-weight: 700;
}
.technical-params .tech-params .tech-points img {
  width: 100%;
  max-width: 260px;
  display: block;
}
.technical-params .tech-params .tech-points::after {
  content: "";
  display: block;
  width: 100%;
  margin: 20px 0;
  height: 1px;
  background: #232e3f;
}
.technical-params .tech-params .parameters-list {
  width: 100%;
}
.technical-params .tech-params .parameters-list h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  color: #232e3f;
  line-height: 1;
}
.technical-params .tech-params .parameters-list h3 strong {
  display: block;
}
.technical-params .tech-params .parameters-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.technical-params .tech-params .parameters-list ul li {
  margin: 0 0 20px 0;
  color: #232e3f;
  font-size: 16px;
}
.technical-params .tech-info {
  width: 100%;
  max-width: 100%;
  background: #ededed;
  padding: 35px 0;
}
.technical-params .tech-info > div {
  width: 100%;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}
.technical-params .tech-info > div > div {
  width: 100%;
  max-width: 50%;
}
.technical-params .tech-info > div > div div h3 {
  font-size: 22px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #232e3f;
}
.technical-params .tech-info > div > div div p {
  font-size: 16px;
}
.technical-params .tech-info > div > div div:not(:first-child) h3 {
  margin: 70px 0 0 0;
}
.technical-params .tech-info > div > div:first-child {
  padding: 0 35px 0 0;
}
.technical-params .tech-info > div > div:last-child {
  padding: 0 0 0 35px;
}

/** RIGHT CHOOSE **/
.right-choose {
  width: 100%;
  padding: 0 40px;
  margin: 120px 0 50px 0;
}
.right-choose > div {
  height: 800px;
  background: #40b357;
}
.right-choose > div .title {
  width: auto;
  display: block;
  margin: 0 auto;
  font-family: "Teko", sans-serif;
  color: #ededed;
  line-height: 1;
  position: relative;
  top: -15px;
}
.right-choose > div .title strong {
  font-size: 275px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.6;
  z-index: 50;
  position: relative;
}
.right-choose > div .title span {
  font-size: 100px;
  font-weight: 300;
  display: block;
  text-align: center;
  line-height: 0.8;
  z-index: 50;
  position: relative;
}
.right-choose > div .title::before {
  content: "";
  display: block;
  width: 250px;
  height: 470px;
  border: 22px solid #232e3f;
  position: absolute;
  top: -130px;
  left: 50%;
  margin: 0 0 0 -363px;
  z-index: 40;
  display: none;
}
.right-choose > div .title .border {
  display: block;
  width: 250px;
  height: 470px;
  position: absolute;
  top: -130px;
  left: 50%;
  margin: 0 0 0 -363px;
  z-index: 40;
}
.right-choose > div .title .border .top,
.right-choose > div .title .border .left,
.right-choose > div .title .border .bottom,
.right-choose > div .title .border .right {
  position: absolute;
  width: 22px;
  background: #232e3f;
  height: 100%;
  transition: all 700ms ease-in-out;
  overflow: hidden;
}
.right-choose > div .title .border .top,
.right-choose > div .title .border .bottom {
  width: 100%;
  height: 22px;
}
.right-choose > div .title .border .top {
  top: 0;
  left: 0;
  width: 0;
  z-index: 10;
}
.right-choose > div .title .border .left {
  right: 0;
  top: 0;
  height: 0;
  transition-delay: 600ms;
  z-index: 20;
}
.right-choose > div .title .border .bottom {
  bottom: 0;
  left: 0;
  z-index: 10;
}
.right-choose > div .title .border .bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #40b357;
  transition: all 700ms ease-in-out;
  transition-delay: 1200ms;
}
.right-choose > div .title .border .right {
  left: 0;
  top: 0;
  z-index: 5;
  background: transparent;
}
.right-choose > div .title .border .right::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #232e3f;
  transition: all 700ms ease-in-out;
  transition-delay: 1800ms;
  bottom: 0;
  right: 0;
  position: absolute;
}
.right-choose > div .title .border._animate .top {
  width: 100%;
}
.right-choose > div .title .border._animate .left {
  height: 100%;
}
.right-choose > div .title .border._animate .bottom::after {
  width: 0;
}
.right-choose > div .title .border._animate .right::after {
  height: 100%;
}
.right-choose > div .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 200px 0 0 0;
  padding: 0 40px;
}
.right-choose > div .list .elem div {
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  color: #232e3f;
  text-align: center;
}
.right-choose > div .list .elem img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.right-choose > div .list .elem.country img {
  width: 135px;
}
.right-choose > div .list .elem.certificate img {
  width: 75px;
}
.right-choose > div .list .elem.calendar img {
  width: 70px;
}
.right-choose > div .list .elem.doors img {
  width: 60px;
}
.right-choose > div .list .elem.discount img {
  width: 75px;
}
.right-choose > div .list .elem.quality img {
  width: 55px;
}
.right-choose > div .list .elem.house img {
  width: 70px;
}

.f-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.f-grid a:first-child {
  width: 100%;
}
.f-grid a:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 2em 0 0 0;
}
.f-grid a:last-child img {
  width: 3em;
}
.f-grid a:last-child span {
  margin: 0 0 0 1em;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}
.f-grid .in-stock {
  background: #c71822;
  margin: 10px 0 0 0;
  width: 100%;
  padding: 6px 3px 3px 3px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

/** NEW TYPE **/
.new-type {
  margin: 0 0 150px 0;
}
.new-type h2 {
  color: #c71822;
  font-size: 74px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "Teko", sans-serif;
}
.new-type h2 span {
  color: #000000;
  font-size: 30px;
  font-family: "Lexend", sans-serif;
}
.new-type > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.new-type > div .door {
  width: 100%;
  max-width: 200px;
  position: relative;
}
.new-type > div .door img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 25;
  position: relative;
}
.new-type > div .door img.paletter {
  width: 160px;
  position: absolute;
  bottom: -50px;
  right: -80px;
  z-index: 50;
}
.new-type > div .door .size {
  bottom: initial;
  top: 4px;
  left: 1px;
  position: relative;
  background: transparent;
  margin: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
}
.new-type > div .door .size span {
  display: block;
  background: #2c3a54;
  color: #ffffff;
  padding: 3px 10px 0 10px;
}
.new-type > div .details {
  padding: 0 0 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.new-type > div .details > div {
  width: 60%;
}
.new-type > div .details > div h3 {
  color: #40b357;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
}
.new-type > div .details > div p {
  font-size: 18px;
}
.new-type > div .details a {
  min-width: 190px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin: 60px 0 0 0;
}

/** COLOR **/
.color-selector-header.upgraded {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 70px 0 0 0;
}
.color-selector-header.upgraded > div {
  width: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.color-selector-header.upgraded > div > div {
  display: flex;
  align-items: flex-start !important;
  justify-content: space-between;
  flex-direction: column;
}
.color-selector-header.upgraded > div > div.one {
  max-width: 360px;
}
.color-selector-header.upgraded > div > div.second-text {
  max-width: 480px;
}
.color-selector-header.upgraded > div > div.door-counter {
  position: relative;
}
.color-selector-header.upgraded > div > div.door-counter > label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 75;
}
.color-selector-header.upgraded > div > div.door-counter input {
  display: block;
  width: 20px;
  height: 20px;
  color: #2b3b54;
}
.color-selector-header.upgraded > div > div.door-counter input::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #2b3b54;
  border-radius: 20px;
}
.color-selector-header.upgraded > div > div.door-counter input:checked::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #2b3b54;
  border-radius: 20px;
  position: absolute;
  top: 5px;
  left: 4px;
}
.color-selector-header.upgraded > div > div.door-counter input + label {
  font-weight: 600;
  padding: 0 0 0 10px;
  cursor: pointer;
}
.color-selector-header.upgraded > div > div.door-counter .color-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  left: -50px;
  top: 40px;
  z-index: 25;
}
.color-selector-header.upgraded > div > div.door-counter .form {
  position: relative;
  top: -50px;
  padding: 0 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.color-selector-header.upgraded > div > div.door-counter span {
  color: #d7d7d7;
  font-weight: 900;
  font-size: 88px;
  line-height: 0;
  letter-spacing: -10px;
}
.color-selector-header.upgraded > div > div.door-counter span i {
  font-style: normal;
}
.color-selector-header.upgraded > div > div.door-counter span strong {
  font-size: 180px;
  line-height: 0;
}
.color-selector-header.upgraded > div > div.door-counter .image {
  width: 210px;
  position: relative;
  z-index: 50;
}
.color-selector-header.upgraded > div > div.door-counter .image p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.color-selector-header.upgraded > div > div.door-counter .image img {
  width: 100%;
  display: block;
}
.color-selector-header.upgraded > div > div.door-counter.second .color-header {
  width: 330px;
  left: -100px;
}
.color-selector-header.upgraded > div h2 {
  color: #2b3b54;
}

/** MEDIA **/
@media (max-width: 1650px) {
  .products-list > div.block:nth-child(2)::before {
    left: -4%;
  }
  .products-list > div.block:nth-child(2)::after {
    right: -4%;
  }
  .specifications > div.block:nth-child(3)::before {
    left: -4%;
  }
  .specifications > div.block:nth-child(3)::after {
    right: -4%;
  }
}
@media (max-width: 1550px) {
  .products-list > div.block:nth-child(2)::before {
    left: -2%;
  }
  .products-list > div.block:nth-child(2)::after {
    right: -2%;
  }
  .specifications > div.block:nth-child(3)::before {
    left: -2%;
  }
  .specifications > div.block:nth-child(3)::after {
    right: -2%;
  }
}
@media (max-width: 1500px) {
  .right-choose > div {
    min-height: 800px;
    height: auto;
  }
  .right-choose > div .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .right-choose > div .list .elem {
    margin: 0 0 30px 0;
    width: 16.6666666667%;
  }
  .right-choose > div .list .elem div {
    font-size: 18px;
  }
  .product-content-wrapper .inner > div .product-entry .product-gallery {
    flex-direction: column;
  }
  .product-content-wrapper .inner > div .product-entry .product-gallery a {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1450px) {
  .products-list > div.block:nth-child(2)::before, .products-list > div.block:nth-child(2)::after {
    opacity: 0;
  }
  .specifications > div.block:nth-child(3)::before, .specifications > div.block:nth-child(3)::after {
    opacity: 0;
  }
  .certificate-list > div.certificate._updated .list {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1440px) {
  .color-selector-header.upgraded > div > div.door-counter .color-header {
    position: absolute;
    top: 10px;
  }
  .color-selector-header.upgraded > div > div.door-counter {
    position: relative;
    width: 220px;
  }
  .color-selector-header.upgraded > div > div.door-counter .image {
    margin: 0;
  }
  .color-selector-header {
    flex-direction: row !important;
  }
  .color-selector-header.upgraded > div > div.second-text {
    max-width: 380px;
  }
  body > div.content-wrapper > div > div.color-selector-header.upgraded > div:nth-child(1) > div.door-counter {
    top: -26px;
  }
  .color-selector-header.upgraded > div > div.door-counter .color-header {
    left: 0;
  }
  body > div.content-wrapper > div > div.color-selector-header.upgraded > div:nth-child(1) > div.door-counter > div.color-header.second-header {
    left: -70px;
    position: relative;
    top: 40px;
  }
  body > div.content-wrapper > div > div.color-selector-header.upgraded > div:nth-child(1) > div.door-counter > div.color-header.second-header strong {
    position: relative;
    left: 30px;
  }
  .color-selector-header.upgraded > div > div.door-counter.second .color-header {
    width: 100%;
    left: -30px;
  }
  .color-selector-header.upgraded > div > div.door-counter span i {
    display: none;
  }
}
@media (max-width: 1430px) {
  .products-list > div.block {
    max-width: 50%;
  }
  .products-list > div.block > div {
    margin: 0 !important;
  }
  .specificationslist > div.block {
    max-width: 50%;
  }
  .specificationslist > div.block > div {
    margin: 0 !important;
  }
  .specificationslist > div.block > div.right {
    margin: 120px 0 0 0 !important;
  }
}
@media (max-width: 1400px) {
  .certificate-list > div.certificate .list {
    flex-direction: column;
  }
  .certificate-list > div.certificate .list a {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .certificate-list > div.certificate .list a .border {
    height: 140px;
    width: 100px;
    margin: 0 auto;
  }
  .certificate-list > div.certificate .list a .title {
    text-align: center;
  }
  .certificate-list > div.certificate .list a:last-child {
    margin: 0;
  }
  .certificate-list > div.certificate._updated .list {
    flex-direction: inherit;
  }
  .certificate-list > div.certificate._updated .list a .border {
    height: inherit;
    width: inherit;
    margin: 0 auto;
  }
}
@media (max-width: 1360px) {
  .right-choose {
    margin: 60px 0 50px 0;
  }
}
@media (max-width: 1359px) {
  .color-selector-header.upgraded {
    flex-direction: column !important;
  }
  .color-selector-header.upgraded > div {
    width: 100%;
  }
  .color-selector-header.upgraded > div > div.one {
    padding: 0 40px 0 0;
  }
  .color-selector-header.upgraded > div > div.second-text {
    padding: 0 0 0 40px;
  }
  .color-selector-header.upgraded > div > div.second-text,
  .color-selector-header.upgraded > div > div.one {
    max-width: 80%;
  }
}
@media (max-width: 1330px) {
  .certificate-list > div.table {
    width: 65%;
  }
  .certificate-list > div.certificate {
    width: 35%;
  }
}
@media (max-width: 1280px) {
  .product-content-wrapper .inner {
    flex-direction: column;
  }
  .product-content-wrapper .inner > div {
    width: 100%;
  }
  .new-type {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .technical-params .tech-info > div > div {
    max-width: 100%;
    padding: 0 !important;
  }
  .right-choose > div .list .elem {
    width: 25%;
  }
  .certificate-list > div.table {
    padding: 0 20px;
  }
  .certificate-list > div.certificate {
    padding: 0 10px;
  }
  .certificate-list > div.certificate > .title {
    opacity: 0.5;
  }
}
@media (max-width: 1100px) {
  .certificate-list > div.certificate._updated .list {
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .certificate-list > div.certificate._updated .list a {
    width: 50%;
  }
}
@media (max-width: 1060px) {
  .technical-params {
    flex-direction: column;
  }
  .technical-params .tech-params {
    max-width: 100%;
    padding: 0;
  }
  .technical-params .tech-info {
    max-width: 100%;
  }
  .right-choose {
    margin: 110px 0 50px 0;
  }
}
@media (max-width: 1024px) {
  .new-type > div .door img.paletter {
    bottom: -20px;
    right: -30px;
  }
  .new-type > div .details {
    flex-direction: column;
  }
  .new-type > div .details > div {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .certificate-list {
    flex-direction: column;
  }
  .certificate-list .table,
  .certificate-list .certificate {
    width: 100% !important;
  }
  .new-type {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 1000px) {
  .products-list > div.block {
    max-width: 100%;
  }
  .products-list > div.block > div {
    max-width: 100%;
  }
  .products-list > div.block:last-child > div.right {
    margin: 0 !important;
  }
  .products-list > div.block .list {
    justify-content: space-around;
    justify-content: space-evenly;
  }
  .specifications > div.block {
    max-width: 100%;
  }
  .specifications > div.block > div {
    max-width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .specifications > div.block > div.right {
    margin: 0 0 30px 0 !important;
  }
  .specifications > div.block:last-child > div.right {
    margin: 0 !important;
  }
}
@media (max-width: 850px) {
  .right-choose {
    margin: 90px 0 50px 0;
  }
  .right-choose > div {
    min-height: 650px;
  }
  .right-choose > div .title strong {
    font-size: 155px;
  }
  .right-choose > div .title span {
    font-size: 56px;
  }
  .right-choose > div .title .border {
    width: 140px;
    height: 264px;
    margin: 0 0 0 -200px;
    top: -110px;
  }
  .right-choose > div .title .border .left, .right-choose > div .title .border .right {
    width: 16px;
  }
  .right-choose > div .title .border .top, .right-choose > div .title .border .bottom {
    height: 16px;
  }
  .right-choose > div .list {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 768px) {
  body.small .products-price-offer-modal {
    height: calc(100% - 90px);
  }
  .products-price-offer-modal .close-trigger {
    margin: 10px;
  }
  .products-price-offer-modal .inner {
    width: calc(100% - 30px);
    height: 100%;
  }
  .products-price-offer-modal .inner > div {
    height: 100%;
    padding: 20px 0;
    overflow: auto;
  }
  .products-price-offer-modal .inner form {
    width: 100%;
    flex-direction: column;
  }
  .products-price-offer-modal .inner form > div {
    width: 100%;
  }
  .products-price-offer-modal .inner form > div .inline-form {
    width: 100%;
  }
  .products-price-offer-modal .inner form > div > button {
    display: none;
  }
  .products-price-offer-modal .inner form > button {
    display: block;
    margin: 30px 0 0 0;
    width: 100% !important;
  }
  .products-list {
    margin: 30px 0;
    padding: 0 10px;
  }
  .products-list > div.block h2 {
    text-align: center;
  }
  .specifications {
    margin: 70px 0 30px 0;
    padding: 0 10px;
  }
  .technical-params {
    padding: 0 10px;
  }
  .right-choose {
    padding: 0 10px;
  }
  .right-choose > div .list .elem {
    width: 33.3333333333%;
  }
  .certificate-list {
    padding: 0 10px;
  }
  .certificate-list .table {
    padding: 0 10px !important;
    min-height: 400px !important;
  }
  .certificate-list .table table .title.big {
    width: 80px;
  }
  .certificate-list .table table td:nth-child(2), .certificate-list .table table td:nth-child(3), .certificate-list .table table td:nth-child(4) {
    text-align: right;
  }
  .product-content-wrapper._updated {
    padding: 0 20px;
  }
  .product-content-wrapper .inner > div:first-child {
    padding: 0;
  }
  .product-content-wrapper .inner > div .product-entry {
    flex-direction: column-reverse;
  }
  .product-content-wrapper .inner > div .product-entry .product-gallery {
    padding: 0;
    margin: 40px 0 0 0;
  }
  .new-type h2 span {
    font-size: 24px !important;
  }
  body > div.content-wrapper > div > div.color-selector-header.upgraded > div:nth-child(1) > div.door-counter {
    margin: 0 auto;
  }
  .color-selector-header.upgraded > div > div.second-text,
  .color-selector-header.upgraded > div > div.one {
    max-width: 100%;
    padding: 0 !important;
  }
  body > div.content-wrapper > div > div.color-selector-header.upgraded > div:nth-child(2) {
    flex-direction: column;
  }
  body > div.content-wrapper > div > div.color-selector-header.upgraded > div:nth-child(2) .door-counter.second {
    margin: 70px auto 0 auto;
  }
}
@media (max-width: 600px) {
  .right-choose > div .list .elem {
    width: 50%;
  }
  .technical-params .tech-info > div {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .products-price-offer-modal {
    height: calc(100% - 65px) !important;
  }
  .technical-params .tech-params .tech-points {
    flex-direction: column;
  }
  .technical-params .tech-params .tech-points > div {
    max-width: 100%;
    padding: 0;
  }
  .technical-params .tech-params .tech-points img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .right-choose > div .title strong {
    font-size: 115px;
  }
  .right-choose > div .title span {
    font-size: 41px;
  }
  .right-choose > div .title .border {
    width: 104px;
    height: 196px;
    margin: 0 0 0 -151px;
    top: -90px;
  }
  .right-choose > div .title .border .left, .right-choose > div .title .border .right {
    width: 11px;
  }
  .right-choose > div .title .border .top, .right-choose > div .title .border .bottom {
    height: 11px;
  }
  .right-choose > div .list {
    padding: 0 10px;
  }
  .right-choose > div .list .elem {
    width: 50%;
  }
  .right-choose > div .list .elem img {
    transform: scale(0.7);
  }
  .products-list > div.block > div {
    margin: 0 0 50px 0 !important;
  }
  .specifications > div.block > div {
    margin: 0 0 50px 0 !important;
  }
  .technical-params .tech-params .tech-points > div ul li {
    margin: 0 0 10px 0;
  }
  .products-list._updated {
    margin: 0 auto 70px auto;
  }
  .new-type {
    margin: 0 0 100px 0;
  }
  .new-type h2 {
    text-align: center;
    line-height: 1;
    font-size: 80px !important;
    margin-bottom: 50px;
  }
  .new-type h2 span {
    display: block;
  }
  .new-type > div .door {
    display: none;
  }
  .new-type > div .details {
    padding: 0;
  }
  .new-type > div .details > div h3 {
    font-size: 34px;
    text-align: center;
  }
  .new-type > div .details > div p {
    text-align: center;
  }
  .new-type > div .details a {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .products-list._updated > div.block .list {
    grid-template-columns: repeat(auto-fill, minmax(180px, 180px));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .products-list._updated > div.block > div.right {
    margin: 0 0 0 0 !important;
  }
  .color-selector-header.upgraded {
    margin: 0;
  }
  .color-selector-header.upgraded > div {
    flex-direction: column !important;
  }
  .color-selector-header.upgraded > div:first-child {
    margin: 0 !important;
  }
  .color-selector-header.upgraded > div > div.one {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 430px) {
  .products-list > div.block .list .elem {
    max-width: 175px;
    margin: 0 0 20px 0;
  }
  .products-list > div.block .list .elem label {
    max-width: 100%;
  }
  .products-list > div.block .list .elem .title {
    font-size: 28px;
  }
  .products-list > div.block .list .elem img {
    height: 350px;
  }
  .certificate-list > div.certificate._updated .list a {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .right-choose > div .list .elem {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .products-list._updated > div.block .list {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    padding: 0 20px;
  }
  .products-list._updated > div.block .list .elem img {
    height: auto;
  }
  .products-list._updated > div.block .list .elem .title {
    font-size: 48px;
  }
  .products-list._updated > div.block .list .elem .size {
    font-size: 28px;
  }
}
/** MEDIA HEIGHT **/
@media (h-width: 1000px) {
  .products-price-offer-modal .close-trigger {
    margin: 10px;
  }
  .products-price-offer-modal .inner {
    overflow: auto;
    height: 100%;
  }
  .products-price-offer-modal .inner > div {
    padding: 20px 0 50px 0;
  }
}
.contact-content {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 80px 0 80px auto;
}
.contact-content .form {
  width: 100%;
  max-width: 600px;
  margin: 0 70px 0 0;
}
.contact-content .form h1 {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.contact-content .form .form_address_box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0 0 40px 0;
}
.contact-content .form .form_address_box .address_box_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 40px;
}
.contact-content .form .form_address_box .address_box_column a {
  display: flex;
  color: #232e3f;
  font-size: 16px;
  line-height: 1.25em;
}
.contact-content .form address {
  font-style: normal;
  color: #232e3f;
  font-size: 16px;
  line-height: 1.25em;
}
.contact-content .form address strong {
  display: block;
  font-weight: 400;
  margin-bottom: 16px;
}
.contact-content .form form {
  margin: 40px 0 0 0;
  position: relative;
}
.contact-content .form form .message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  height: 100%;
  background: #232e3f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding: 0 40px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.contact-content .form form .form-elem {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
  z-index: 40;
  position: relative;
}
.contact-content .form form .form-elem input,
.contact-content .form form .form-elem textarea {
  display: block;
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background-color: #232e3f;
  padding: 15px 20px;
  outline: none;
}
.contact-content .form form .form-elem input::-moz-placeholder, .contact-content .form form .form-elem textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}
.contact-content .form form .form-elem input::placeholder,
.contact-content .form form .form-elem textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}
.contact-content .form form .form-elem input:-ms-input-placeholder,
.contact-content .form form .form-elem textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.contact-content .form form .form-elem input::-ms-input-placeholder,
.contact-content .form form .form-elem textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}
.contact-content .form form .form-elem textarea {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  resize: none;
  min-height: 70px;
}
.contact-content .form form .form-elem:last-child {
  margin: 0;
}
.contact-content .form form .contact-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 40;
  position: relative;
}
.contact-content .form form .contact-footer .agree {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.contact-content .form form .contact-footer .agree input {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent;
  padding: 0;
  margin: 0;
}
.contact-content .form form .contact-footer .agree input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #232E3F;
}
.contact-content .form form .contact-footer .agree input:checked::before {
  background: #232e3f;
}
.contact-content .form form .contact-footer .agree label {
  width: calc(100% - 12px);
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  color: #232e3f;
  padding: 0 0 0 7px;
  cursor: pointer;
}
.contact-content .form form .contact-footer .contact-footer_box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-content .map {
  width: 46%;
  max-width: calc(100% - 670px);
  align-self: stretch;
  margin-top: 58px;
}
.contact-content .map-contacts {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
.contact-content .map-contacts-block {
  width: 100%;
}
.contact-content .map-contacts-block-name {
  font-size: 24px;
}
.contact-content .map-contacts-block a {
  display: block;
  font-size: 16px;
  color: #000;
}
.contact-content .map-contacts-block a:hover {
  text-decoration: underline;
}
.contact-content .map-contacts-block-regions {
  margin: 0 0 20px 0;
}
.contact-content .map-contacts-block-regions strong {
  display: block;
  margin: 20px 0 5px 0;
}
.contact-content .map #map {
  width: 100%;
  height: 100%;
}
.contact-content .map #map iframe {
  width: 100%;
  height: 100%;
}

/** MEDIA **/
@media (max-width: 1200px) {
  .contact-content .form {
    max-width: 500px;
    margin: 0 40px 0 0;
  }
  .contact-content .map {
    max-width: calc(100% - 540px);
  }
}
@media (max-width: 1000px) {
  .contact-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-content .form {
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: 0 0 40px 0;
  }
  .contact-content .map {
    width: 100%;
    max-width: 100%;
    height: 50vw;
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .contact-content {
    margin: 0 0 40px 0;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .contact-content .form h1 {
    text-align: center;
  }
  .contact-content .form .form_address_box {
    flex-direction: column;
    align-items: center;
  }
  .contact-content .form .form_address_box .address_box_column {
    align-items: center;
    margin: 16px 0 0 0;
  }
  .contact-content .form address {
    text-align: center;
  }
  .contact-content .form > a {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .contact-content button {
    width: 100%;
  }
}
.how-its-made {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
.how-its-made h1 {
  width: 100%;
  max-width: 1300px;
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.how-its-made .list {
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.how-its-made .list .step {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  transition: All 0.3s ease-in-out;
  margin: 0 0 100px 0;
  position: relative;
  /** SHOW **/
}
.how-its-made .list .step img,
.how-its-made .list .step svg {
  width: 26%;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.how-its-made .list .step img.extra,
.how-its-made .list .step svg.extra {
  position: absolute;
  right: 16%;
  top: 10%;
  height: 75% !important;
  z-index: -1;
}
.how-its-made .list .step .body {
  width: 74%;
  position: relative;
  padding-right: 100px;
}
.how-its-made .list .step .body .title {
  color: #40b357;
  font-family: "Lexend", sans-serif;
  font-size: 120px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.75em;
  margin-bottom: 40px;
}
.how-its-made .list .step .body h2 {
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.how-its-made .list .step .body h2.yellow {
  color: #40b357;
  font-family: "Lexend", sans-serif;
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25em;
  text-transform: uppercase;
}
.how-its-made .list .step .body p {
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.375em;
}
.how-its-made .list .step._show {
  opacity: 1;
  visibility: visible;
}

.how-its-made-choose {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  margin-top: 200px;
}
.how-its-made-choose .choose-wrapper {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f0f0f0;
}
.how-its-made-choose .choose-wrapper .title {
  position: relative;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin: -25% 40px 0 0;
}
.how-its-made-choose .choose-wrapper .title .title_image {
  width: 54%;
  margin-right: -28%;
}
.how-its-made-choose .choose-wrapper .title h2 {
  max-width: 910px;
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: min(90px, 6vw) !important;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.1em;
  text-transform: uppercase;
  background-color: #40b357;
  padding: 0 20px;
}
.how-its-made-choose .choose-wrapper .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  padding: 120px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  place-items: center;
}
.how-its-made-choose .choose-wrapper .list .elem {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-its-made-choose .choose-wrapper .list .elem:last-child {
  grid-column: 1/-1;
  max-width: 560px;
}
.how-its-made-choose .choose-wrapper .list .elem img {
  height: 64px;
  width: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 30px;
}
.how-its-made-choose .choose-wrapper .list .elem div {
  color: #232e3f;
  font-family: "Lexend", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 952px) {
  .how-its-made-choose .choose-wrapper .list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

/** MEDIA **/
@media (max-width: 1100px) {
  .how-its-made .list .step img.extra,
  .how-its-made .list .step svg.extra {
    top: 2%;
  }
}
@media (max-width: 1000px) {
  .how-its-made-choose .choose-wrapper .list {
    gap: 80px 40px;
  }
}
@media (max-width: 900px) {
  .how-its-made .list .step img.extra,
  .how-its-made .list .step svg.extra {
    display: none;
  }
}
@media (max-width: 600px) {
  .how-its-made {
    padding: 20px 10px;
  }
  .how-its-made .list .step {
    flex-direction: column-reverse;
    align-items: center;
  }
  .how-its-made .list .step img,
  .how-its-made .list .step svg {
    width: 50%;
    max-height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .how-its-made .list .step img.extra,
  .how-its-made .list .step svg.extra {
    position: absolute;
    right: 16%;
    bottom: 15%;
    height: 75% !important;
    z-index: -1;
  }
  .how-its-made .list .step .body {
    width: 100%;
    position: relative;
    padding-right: 0px;
  }
  .how-its-made .list .step .body .title {
    font-size: min(120px, 14vw);
    line-height: 0.75em;
  }
  .how-its-made .list .step .body h2 {
    font-size: 30px !important;
  }
  .how-its-made .list .step .body h2.yellow {
    font-size: 35px !important;
  }
  .how-its-made .list .step .body p {
    font-size: 20px !important;
  }
  .how-its-made-choose {
    padding: 20px 10px;
    margin-top: 80px;
  }
  .how-its-made-choose .choose-wrapper .title {
    width: 100%;
    align-self: center;
    margin: -12% 10px 0 10px;
  }
  .how-its-made-choose .choose-wrapper .title .title_image {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .how-its-made-choose .choose-wrapper .title h2 {
    width: 100%;
    font-size: 7vw !important;
    padding: 0 10px;
    z-index: 2;
  }
}
/** DOORS INFO **/
.doors-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}
.doors-info h1 {
  width: 100%;
  max-width: 1300px;
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.doors-info .doors-info-offer {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
}
.doors-info .doors-info-offer .title {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.doors-info .doors-info-offer ul {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.doors-info .doors-info-offer ul li {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.33em;
  margin-bottom: 1em;
}
.doors-info .doors-info-usage {
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
.doors-info .doors-info-usage .column {
  width: 48%;
  padding: 0 40px 0 0;
}
.doors-info .doors-info-usage .column h2 {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 38px !important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .doors-info .doors-info-usage .column h2 {
    font-size: 24px !important;
  }
}
.doors-info .doors-info-usage .column .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.doors-info .doors-info-usage .column .list .elem {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.doors-info .doors-info-usage .column .list .elem:last-child {
  margin-bottom: 0;
}
.doors-info .doors-info-usage .column .list .elem .title {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 44px;
  margin-right: 20px;
}
.doors-info .doors-info-usage .column .list .elem p {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.33em;
  margin: 0;
}
.doors-info .doors-info-usage .decor {
  width: 52%;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: stretch;
}
.doors-info .doors-info-tech {
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
.doors-info .doors-info-tech .tech-points {
  width: 52%;
  padding: 0 40px 0 0;
}
.doors-info .doors-info-tech .tech-points h3 {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 38px !important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.26em;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media (max-width: 600px) {
  .doors-info .doors-info-tech .tech-points h3 {
    font-size: 24px !important;
  }
}
.doors-info .doors-info-tech .tech-points .tech-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.doors-info .doors-info-tech .tech-points .tech-wrapper ul {
  width: 63%;
  list-style-type: none;
  padding: 0 40px 0 0;
}
.doors-info .doors-info-tech .tech-points .tech-wrapper ul li {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.33em;
  margin-bottom: 1em;
}
.doors-info .doors-info-tech .tech-points .tech-wrapper img {
  width: 37%;
}
.doors-info .doors-info-tech .tech-parameters {
  width: 48%;
  padding: 89px 0 0 0;
}
.doors-info .doors-info-tech .tech-parameters h3 {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25em;
  margin: 0 0 20px 0;
}
.doors-info .doors-info-tech .tech-parameters ul {
  width: 100%;
}
.doors-info .doors-info-tech .tech-parameters ul li {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.33em;
  margin-bottom: 0.5em;
}
.doors-info .doors-info-tech .tech-parameters ul li a {
  color: #40b357;
  text-decoration: underline;
}
.doors-info .doors-info-text {
  width: 100%;
  max-width: 1300px;
  background-color: #F0F0F0;
  padding: 32px 40px;
  margin-bottom: 80px;
}
.doors-info .doors-info-text .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 60px 0;
}
.doors-info .doors-info-text .text-wrapper:last-child {
  margin: 0;
}
.doors-info .doors-info-text .text-wrapper h3 {
  color: #F5972E;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3em;
  margin: 0 0 40px 0;
}
.doors-info .doors-info-text .text-wrapper .columns {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.doors-info .doors-info-text .text-wrapper p {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.33em;
  margin: 0 0 1em 0;
}
.doors-info .doors-info-text .text-wrapper p:last-child {
  margin: 0;
}

/** MEDIA **/
@media (max-width: 900px) {
  .doors-info .doors-info-offer {
    margin-bottom: 40px;
  }
  .doors-info .doors-info-offer ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  .doors-info .doors-info-usage {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .doors-info .doors-info-usage .column {
    width: 100%;
    margin-bottom: 40px;
  }
  .doors-info .doors-info-usage .decor {
    width: 100%;
  }
  .doors-info .doors-info-tech {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .doors-info .doors-info-tech .tech-points {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .doors-info .doors-info-tech .tech-parameters {
    width: 100%;
    padding: 0;
  }
  .doors-info .doors-info-text {
    margin-bottom: 60px;
  }
  .doors-info .doors-info-text .text-wrapper {
    margin: 0 0 40px 0;
  }
  .doors-info .doors-info-text .text-wrapper .columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 600px) {
  .doors-info {
    padding: 0 10px;
  }
  .doors-info .doors-info-tech .tech-points .tech-wrapper {
    flex-direction: column;
  }
  .doors-info .doors-info-tech .tech-points .tech-wrapper ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .doors-info .doors-info-tech .tech-points .tech-wrapper img {
    width: 100%;
  }
  .doors-info .doors-info-text {
    padding: 20px 10px;
  }
}
.stores-info {
  padding: 40px;
}
.stores-info h1 {
  font-size: 60px;
  color: #40b357;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  line-height: 0.8;
  margin: 40px 0 0 0;
}
.stores-info h1 span {
  color: #232e3f;
  display: block;
}
.stores-info .title-description {
  width: 100%;
  max-width: 200px;
  font-size: 22px;
  color: #232e3f;
}
.stores-info .steps {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 70px auto;
}
.stores-info .steps .step .title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.stores-info .steps .step .title > div {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  line-height: 0.8;
}
.stores-info .steps .step .title > div:first-child {
  font-size: 240px;
  color: #ededed;
}
.stores-info .steps .step .title > div:last-child {
  font-size: 60px;
  color: #40b357;
}
.stores-info .steps .step.step-1::after, .stores-info .steps .step.step-2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #232e3f;
  margin: 40px 0;
  transition: All 0.3s ease-in-out;
}
.stores-info .steps .step.step-1::after {
  opacity: 0;
  visibility: hidden;
}
.stores-info .steps .step.step-1._show::after {
  opacity: 1;
  visibility: visible;
}
.stores-info .steps .step.step-2::after {
  opacity: 0;
  visibility: hidden;
}
.stores-info .steps .step.step-2.show-line::after {
  opacity: 1;
  visibility: visible;
}
.stores-info .steps .step.step-2 .title > div:last-child, .stores-info .steps .step.step-3 .title > div:last-child {
  margin: 0 0 0 -36px;
}
.stores-info .steps .step .content {
  width: 100%;
  padding: 0 20px;
}
.stores-info .steps .step .content .map {
  width: 100%;
  margin: -170px 0 0 0;
}
.stores-info .steps .step .content .map polygon {
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  fill: #232e3f;
}
.stores-info .steps .step .content .map polygon:hover, .stores-info .steps .step .content .map polygon._active {
  fill: #40b357;
}
.stores-info .steps .step .content .map tspan {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.stores-info .steps .step .content .map._active-bl .code-bl {
  fill: #40b357;
}
.stores-info .steps .step .content .map._active-ta .code-ta {
  fill: #40b357;
}
.stores-info .steps .step .content .map._active-tc .code-tc {
  fill: #40b357;
}
.stores-info .steps .step .content .map._active-ni .code-ni {
  fill: #40b357;
}
.stores-info .steps .step .content .map._active-zi .code-zi {
  fill: #40b357;
}
.stores-info .steps .step .content .map._active-bc .code-bc {
  fill: #40b357;
}
.stores-info .steps .step .content .map._active-pv .code-pv {
  fill: #40b357;
}
.stores-info .steps .step .content .map._active-ki .code-ki {
  fill: #40b357;
}
.stores-info .steps .step .content .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.stores-info .steps .step .content .list .empty {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #f7f7f7;
  text-transform: uppercase;
}
.stores-info .steps .step .content .list .entry {
  margin: 0 0 40px 0;
}
.stores-info .steps .step .content .list .entry .title {
  font-size: 22px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #232e3f;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 0.8;
  text-align: right;
}
.stores-info .steps .step .content .list .entry .title::before {
  content: "";
  display: block;
  height: 32px;
  width: 60px;
  background: url(../images/svg/showroom.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 2px 0;
}
.stores-info .steps .step .content .list .entry .title::after {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  background: #232e3f;
}
.stores-info .steps .step .content .list .entry .title.seller::before {
  width: 50px;
  background: url(../images/svg/seller.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.stores-info .steps .step .content .list .entry .pin {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  color: #232e3f;
  font-weight: 700;
  margin: 3px 0 22px 0;
  max-width: 160px;
  line-height: 1;
  min-height: 40px;
}
.stores-info .steps .step .content .list .entry .pin::before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(../images/svg/pin.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 10px 0 0;
}
.stores-info .steps .step .content .list .entry button {
  max-width: 160px;
  min-width: 160px;
  height: 40px;
  padding: 4px 0 0 0;
  font-size: 20px;
  letter-spacing: 1px;
}
.stores-info .steps .step.step-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: All 0.3s ease-in-out;
}
.stores-info .steps .step.step-2 .content {
  max-width: 760px;
  padding: 0;
}
.stores-info .steps .step.step-2._show {
  opacity: 1;
  visibility: visible;
}
.stores-info .steps .step.step-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: All 0.3s ease-in-out;
}
.stores-info .steps .step.step-3 .content.seller {
  width: 100%;
  max-width: 320px;
}
.stores-info .steps .step.step-3 .content.seller .contact-info {
  margin: 0 0 0 50px;
}
.stores-info .steps .step.step-3 .content.seller .contact-info .title {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #232e3f;
  margin: 0 0 30px 0;
}
.stores-info .steps .step.step-3 .content.seller .contact-info .name {
  font-size: 16px;
  font-weight: 700;
  color: #232e3f;
}
.stores-info .steps .step.step-3 .content.seller .contact-info a:not(.primary) {
  display: block;
  font-size: 16px;
  color: #232e3f;
}
.stores-info .steps .step.step-3 .content.seller .contact-info a:not(.primary):hover {
  text-decoration: underline;
}
.stores-info .steps .step.step-3 .content.seller .contact-info a.primary {
  margin: 30px 0 0 0;
}
.stores-info .steps .step.step-3 .content.showroom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: -190px 0 0 0;
}
.stores-info .steps .step.step-3 .content.showroom .contact-info {
  padding: 0 0 0 250px;
}
.stores-info .steps .step.step-3 .content.showroom .contact-info .coming-soon {
  font-weight: 700;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  color: #232e3f;
}
.stores-info .steps .step.step-3 .content.showroom .contact-info .title {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #232e3f;
  line-height: 0.8;
}
.stores-info .steps .step.step-3 .content.showroom .contact-info .sub-title {
  display: block;
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 16px;
  color: #232e3f;
}
.stores-info .steps .step.step-3 .content.showroom .contact-info address {
  font-style: normal;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.stores-info .steps .step.step-3 .content.showroom .contact-info a {
  display: block;
  font-size: 16px;
  color: #232e3f;
}
.stores-info .steps .step.step-3 .content.showroom .contact-info a:hover {
  text-decoration: underline;
}
.stores-info .steps .step.step-3 .content.showroom .gallery {
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.stores-info .steps .step.step-3 .content.showroom .gallery img {
  display: block;
  width: 100%;
}
.stores-info .steps .step.step-3 .content.showroom .gallery .left-col {
  width: 100%;
  max-width: 420px;
  border-right: 1px solid #fff;
}
.stores-info .steps .step.step-3 .content.showroom .gallery .left-col .primary {
  min-width: 240px;
  max-width: 240px;
  height: 65px;
  margin: 60px auto 0 auto;
}
.stores-info .steps .step.step-3 .content.showroom .gallery .left-col .primary span {
  line-height: 0.8;
  letter-spacing: 1px;
  margin: 0 0 0 12px;
}
.stores-info .steps .step.step-3 .content.showroom .gallery .left-col .primary::before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  background: url(../images/svg/pin.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.stores-info .steps .step.step-3 .content.showroom .gallery .right-col {
  width: 100%;
  max-width: calc(100% - 420px);
}
.stores-info .steps .step.step-3 .content.showroom .gallery .right-col a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.stores-info .steps .step.step-3 .content.showroom .gallery .right-col a:first-child img {
  width: 100%;
  height: 340px;
  border-bottom: 1px solid #fff;
}
.stores-info .steps .step.step-3 .content.showroom .gallery .right-col a:last-child {
  width: 240px;
  height: 240px;
}
.stores-info .steps .step.step-3._show {
  opacity: 1;
  visibility: visible;
}

/** MEDIA **/
@media (max-width: 1200px) {
  .stores-info .steps .step.step-2 .content {
    max-width: 100%;
  }
  .stores-info .steps .step.step-2 .content .list .entry {
    width: 20%;
    padding: 0 15px;
  }
}
@media (max-width: 1050px) {
  .stores-info .steps .step.step-2 .content .list .entry {
    width: 25%;
  }
}
@media (max-width: 950px) {
  .stores-info .steps .step.step-2 .content .list .entry {
    width: 33.3333333333%;
  }
  .stores-info .steps .step .content .map {
    width: 100%;
    margin: -100px 0 0 0;
  }
}
@media (max-width: 768px) {
  .stores-info {
    padding: 0 10px;
  }
  .stores-info .steps .step.step-2 .content .list .entry {
    width: 50%;
  }
  .stores-info .steps .step .title > div:first-child {
    font-size: 190px;
  }
  .stores-info .steps .step .title > div:last-child {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .stores-info .steps .step .content {
    padding: 0;
  }
  .stores-info .steps .step .content .map {
    margin: -50px 0 0 0;
  }
  .stores-info .steps .step.step-3 .content.showroom .contact-info {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 400px) {
  .stores-info .steps .step.step-2 .content .list .entry {
    width: 100%;
  }
}
.business-content {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  flex-direction: column;
}
.business-content .bussiness-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
}
.business-content .bussiness-header h1 {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.business-content .bussiness-header img {
  display: block;
  width: 100%;
  height: auto;
}
.business-content .bussiness-header .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 40px 0;
}
.business-content .bussiness-header .text strong {
  color: #40b357;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
}
.business-content .text-content {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #F0F0F0;
  padding: 40px;
}
.business-content .text-content > p {
  max-width: 590px;
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 33px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 40px;
}
.business-content .text-content ul {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  display: block;
  padding: 0 0 0 30px;
}
.business-content .text-content ul li {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 33px;
  margin-bottom: 20px;
}
.business-content .text-content ul li:last-child {
  margin: 0;
}
.business-content .bussiness-form {
  width: 100%;
  max-width: 1300px;
}
.business-content .bussiness-form > p {
  color: #232E3F;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
  margin: 40px 0;
}
.business-content .bussiness-form .form {
  width: 100%;
}
.business-content .bussiness-form .form form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.business-content .bussiness-form .form-elem {
  width: 100%;
}
.business-content .bussiness-form .form-elem.column1 {
  grid-column: 1/2;
}
.business-content .bussiness-form .form-elem.column2 {
  grid-row: 1/4;
  grid-column: 2/3;
  height: 100%;
}
.business-content .bussiness-form .form-elem.column2 textarea {
  height: 100%;
}
.business-content .bussiness-form .form-elem input,
.business-content .bussiness-form .form-elem select,
.business-content .bussiness-form .form-elem textarea {
  display: block;
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background-color: #232e3f;
  padding: 15px 20px;
  outline: none;
}
.business-content .bussiness-form .form-elem input::-moz-placeholder, .business-content .bussiness-form .form-elem select::-moz-placeholder, .business-content .bussiness-form .form-elem textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}
.business-content .bussiness-form .form-elem input::placeholder,
.business-content .bussiness-form .form-elem select::placeholder,
.business-content .bussiness-form .form-elem textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}
.business-content .bussiness-form .form-elem input:-ms-input-placeholder,
.business-content .bussiness-form .form-elem select:-ms-input-placeholder,
.business-content .bussiness-form .form-elem textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.business-content .bussiness-form .form-elem input::-ms-input-placeholder,
.business-content .bussiness-form .form-elem select::-ms-input-placeholder,
.business-content .bussiness-form .form-elem textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}
.business-content .bussiness-form .contact-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.business-content .bussiness-form .contact-footer .agree {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.business-content .bussiness-form .contact-footer .agree input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.business-content .bussiness-form .contact-footer .agree input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #232E3F;
}
.business-content .bussiness-form .contact-footer .agree input:checked::before {
  background: #232E3F;
}
.business-content .bussiness-form .contact-footer .agree label {
  width: calc(100% - 16px);
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #2c3b53;
  padding: 3px 0 0 10px;
  cursor: pointer;
}
.business-content .bussiness-form .contact-footer #html_element {
  grid-column: 1/2;
  grid-row: 2/3;
}
.business-content .bussiness-form .contact-footer .primary {
  grid-column: 2/3;
  grid-row: 2/3;
}

/** MEDIA **/
@media (max-width: 1300px) {
  .business-content .bussiness-form .contact-footer {
    grid-template-columns: 100%;
  }
  .business-content .bussiness-form .contact-footer .agree {
    grid-column: 1/2;
  }
  .business-content .bussiness-form .contact-footer #html_element {
    grid-column: 1/2;
    grid-row: auto;
  }
  .business-content .bussiness-form .contact-footer .primary {
    grid-column: 1/2;
    grid-row: auto;
  }
}
@media (max-width: 1000px) {
  .business-content .text-content {
    padding: 20px;
  }
  .business-content .text-content ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  .business-content .bussiness-form .form form {
    grid-template-columns: 100%;
  }
  .business-content .bussiness-form .form-elem {
    max-width: 500px;
    margin: 0 auto;
  }
  .business-content .bussiness-form .form-elem.column2 {
    grid-row: auto;
    grid-column: 1/2;
    height: 100px;
  }
  .business-content .bussiness-form .contact-footer {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .business-content {
    padding: 0 10px;
  }
  .business-content .text-content {
    padding: 20px 10px;
  }
  .business-content .text-content > p {
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .business-content .text-content ul {
    padding: 0 0 0 20px;
  }
  .business-content .text-content ul li {
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
  }
}
.color-selector-header {
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
.color-selector-header > div {
  width: 50%;
}
.color-selector-header > div:first-child > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.color-selector-header > div:first-child > div .image {
  margin: 0 70px 0 50px;
}
.color-selector-header > div:first-child > div img {
  width: 300px;
}
.color-selector-header > div:last-child {
  display: flex;
}
.color-selector-header > div:last-child .door-image {
  margin: 0 40px 0 0;
}
.color-selector-header > div:last-child h1 {
  font-size: 48px;
  color: #2c3b53;
  font-weight: bold;
  margin-top: 0;
}
.color-selector-header > div:last-child h1 span {
  font-size: 20px;
  margin: 0;
  line-height: 0;
  display: block;
}
.color-selector-header > div:last-child h1 small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0 0 0;
}
.color-selector-header > div:last-child .images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
}
.color-selector-header > div:last-child .images img {
  width: 100px;
  cursor: pointer;
}
.color-selector-header > div:last-child .size {
  font-size: 20px;
  background: #2c3b53;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  width: 120px;
  color: #fff;
}
.color-selector-header > div:last-child button {
  margin: 40px 0;
}
.color-selector-header > div:last-child .attachment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  margin: 2em 0 0 0;
}
.color-selector-header > div:last-child .attachment img {
  width: 3em;
}
.color-selector-header > div:last-child .attachment span {
  margin: 0 0 0 1em;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
.color-selector-header > div h2 {
  font-size: 28px !important;
  font-weight: 500;
  width: 80%;
}
.color-selector-header > div .description p {
  font-size: 16px;
}

.colors-list {
  padding: 0 40px;
}
.colors-list figcaption {
  display: none;
}
.colors-list .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 220px));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.colors-list h2 {
  font-size: 32px !important;
  font-weight: bold;
  color: #2c3b53;
}
.colors-list h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2c3b53;
}
.colors-list .color-entry {
  width: 100%;
  max-width: 220px;
  position: relative;
}
.colors-list .color-entry figure {
  margin: 0;
}
.colors-list .color-entry h3,
.colors-list .color-entry .title {
  color: #2c3b53;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.colors-list .color-entry h3 + span {
  position: absolute;
  top: 26px;
  color: red;
  font-size: 16px;
  font-weight: 800;
}
.colors-list .color-entry .property {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.colors-list .color-entry .property label {
  font-size: 16px;
  color: #2c3b53;
  font-weight: 400;
}
.colors-list .color-entry .property div {
  font-size: 16px;
  color: #2c3b53;
  font-weight: 400;
}
.colors-list .color-entry .property div span {
  display: block;
}
.colors-list .color-entry button {
  margin: 20px 0 0 0;
  width: 100%;
  min-width: initial;
}
.colors-list .color-entry button span.selected {
  display: none;
}
.colors-list .color-entry button._active {
  background: #558b2f;
  color: #fff;
}
.colors-list .color-entry button._active span {
  display: none;
}
.colors-list .color-entry button._active span.selected {
  display: block;
}
.colors-list .color-entry .image {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}
.colors-list .color-entry .image img {
  display: block;
  width: 100%;
  height: 120px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

/** MEDIA **/
@media (max-width: 1440px) {
  .color-selector-header {
    flex-direction: column;
  }
  .color-selector-header > div {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768px) {
  .colors-list {
    padding: 0 20px;
  }
  .color-selector-header {
    margin: 0;
    padding: 20px;
  }
  .color-selector-header > div {
    flex-direction: column-reverse;
  }
  .color-selector-header > div h2 {
    margin-top: 0;
  }
  .color-selector-header > div:first-child > div {
    flex-direction: column;
  }
  .color-selector-header > div:first-child > div .image {
    margin: 40px 70px 40px 50px;
  }
  .color-selector-header > div:last-child .door-image {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .colors-list {
    grid-template-columns: repeat(auto-fit, minmax(43vw, 43vw));
  }
  .colors-list .color-entry {
    max-width: 100%;
  }
  .colors-list .color-entry .title,
  .colors-list .color-entry h3 {
    min-height: 60px;
  }
  .color-selector-header > div:last-child button {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .colors-list .list {
    grid-template-columns: 1fr;
  }
}
.inner.infolinka {
  width: 100%;
  max-width: 1280px;
  margin: 30px auto;
}
.inner.infolinka .infolinka-messages {
  max-width: 1280px;
  margin: 0 auto 20px auto;
  width: 100%;
  display: block;
}
.inner.infolinka .infolinka-messages .message {
  width: 100%;
  height: 40px;
  background: #0F9D58;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0;
}
.inner.infolinka .infolinka-messages .message.error {
  background: #DB4437;
}
.inner.infolinka .infolinka-grid {
  display: grid;
  grid-template-columns: 400px 400px;
  grid-column-gap: 40px;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.inner.infolinka .infolinka-grid-block {
  cursor: pointer;
  position: relative;
}
.inner.infolinka .infolinka-grid-block img {
  display: block;
  width: 290px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto 30px auto;
  line-height: 1;
  opacity: 1;
}
.inner.infolinka .infolinka-grid-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 0 0;
  z-index: 25;
}
.inner.infolinka .infolinka-grid-block-title strong {
  color: #232e3f;
  display: block;
  font-size: 80px;
  text-align: center;
  line-height: 1;
  z-index: 50;
  position: relative;
}
.inner.infolinka .infolinka-grid-block-title span {
  color: #40b357;
  font-family: "Teko", sans-serif;
  font-weight: bold;
  font-size: 240px;
  line-height: 1;
  position: absolute;
  z-index: 25;
  margin: 0 0 0 50px;
}
.inner.infolinka .infolinka-grid-block button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  width: 100%;
  max-width: 240px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  height: 60px;
  background: #40b357;
  position: relative;
  z-index: 50;
  color: #232e3f;
  font-size: 22px;
  margin: 60px auto 20px auto;
  box-shadow: 5px 5px 20px rgba(44, 59, 83, 0.15);
  transition: all 300ms ease-in-out;
}
.inner.infolinka .infolinka-grid-block button:hover {
  background: rgb(50.5679012346, 141.4320987654, 68.7407407407);
}
.inner.infolinka .infolinka-grid--a {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 40px auto;
  justify-content: space-between;
  padding: 0 20px;
  grid-column-gap: 40px;
}
.inner.infolinka .infolinka-grid--a-block button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  width: 100%;
  max-width: 350px;
  font-weight: 600;
  height: 60px;
  background: #40b357;
  position: relative;
  z-index: 50;
  font-family: "Teko", sans-serif;
  color: #232e3f;
  font-size: 22px;
  margin: 0 auto;
  box-shadow: 5px 5px 20px rgba(44, 59, 83, 0.15);
  transition: all 300ms ease-in-out;
}
.inner.infolinka .infolinka-grid--a-block button:hover {
  background: rgb(50.5679012346, 141.4320987654, 68.7407407407);
}
.inner.infolinka .infolinka-grid--a-block button.style-red {
  background: #c71822;
  color: #fff;
}
.inner.infolinka .infolinka-grid--a-block button.style-red:hover {
  background: rgb(153.4887892377, 18.5112107623, 26.2242152466);
}
.inner.infolinka .infolinka-grid--b {
  width: 100%;
  max-width: 800px;
  margin: 100px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  justify-content: space-between;
}
.inner.infolinka .infolinka-grid--b-block-title {
  width: 100%;
}
.inner.infolinka .infolinka-grid--b-block-title strong {
  display: block;
  color: #40b357;
  font-family: "Teko", sans-serif;
  font-weight: bold;
  font-size: 200px;
  line-height: 130px;
  z-index: 25;
  margin: 0 0 0 30px;
  text-align: center;
}
.inner.infolinka .infolinka-grid--b-block-title span {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #232e3f;
  width: 100%;
}
.inner.infolinka .infolinka-grid--b-block-title a {
  font-weight: bold;
  text-decoration: underline;
  color: #232e3f;
}
.inner.infolinka .infolinka-grid--b-block-title a:hover {
  text-decoration: none;
}
.inner.infolinka .infolinka-grid--b-block-title button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  width: 100%;
  max-width: 240px;
  font-weight: 600;
  height: 60px;
  background: #40b357;
  position: relative;
  z-index: 50;
  font-family: "Teko", sans-serif;
  color: #232e3f;
  font-size: 22px;
  margin: 20px auto 0 auto;
  box-shadow: 5px 5px 20px rgba(44, 59, 83, 0.15);
  transition: all 300ms ease-in-out;
}
.inner.infolinka .infolinka-grid--b-block-title button:hover {
  background: rgb(50.5679012346, 141.4320987654, 68.7407407407);
}
.inner.infolinka .infolinka-grid--aa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}
.inner.infolinka .infolinka-grid--aa-block {
  font-size: 24px;
  text-align: center;
  color: #232e3f;
}
.inner.infolinka .infolinka-grid--aa-block strong.bold {
  font-weight: bold;
}
.inner.infolinka .infolinka-grid--aa-block a {
  font-weight: bold;
  text-decoration: underline;
  color: #232e3f;
}
.inner.infolinka .infolinka-grid--aa-block a:hover {
  text-decoration: none;
}
.inner.infolinka .infolinka-grid--ab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}
.inner.infolinka .infolinka-grid--ab-block p {
  font-size: 24px;
  text-align: center;
  color: #232e3f;
}
.inner.infolinka .infolinka-grid--ab-block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin: 80px 0 20px 0;
}
.inner.infolinka .infolinka-grid--ab-block-grid-title {
  width: 100%;
}
.inner.infolinka .infolinka-grid--ab-block-grid-title strong {
  display: block;
  color: #40b357;
  font-family: "Teko", sans-serif;
  font-weight: bold;
  font-size: 200px;
  line-height: 130px;
  z-index: 25;
  margin: 0 0 0 30px;
  text-align: center;
}
.inner.infolinka .infolinka-grid--ab-block-grid-title span {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #232e3f;
  width: 100%;
}
.inner.infolinka .infolinka-grid--ab-block-grid-title a {
  font-weight: bold;
  text-decoration: underline;
  color: #232e3f;
}
.inner.infolinka .infolinka-grid--ab-block-grid-title a:hover {
  text-decoration: none;
}
.inner.infolinka .infolinka-grid--ba {
  width: 100%;
  max-width: 800px;
  margin: 100px auto;
  padding: 0 20px;
}
.inner.infolinka .infolinka-grid--ba-block {
  font-size: 24px;
  text-align: center;
  color: #232e3f;
}
.inner.infolinka .infolinka-grid--ba-block a:not(.button) {
  font-weight: bold;
  text-decoration: underline;
  color: #232e3f;
}
.inner.infolinka .infolinka-grid--ba-block a:not(.button):hover {
  text-decoration: none;
}
.inner.infolinka .infolinka-grid--ba-block a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  width: 100%;
  max-width: 350px;
  font-weight: 600;
  height: 60px;
  background: #40b357;
  position: relative;
  z-index: 50;
  font-family: "Teko", sans-serif;
  color: #232e3f;
  font-size: 22px;
  margin: 20px auto 0 auto;
  box-shadow: 5px 5px 20px rgba(44, 59, 83, 0.15);
  transition: all 300ms ease-in-out;
}
.inner.infolinka .infolinka-grid--ba-block a.button:hover {
  background: rgb(50.5679012346, 141.4320987654, 68.7407407407);
}
.inner.infolinka .infolinka-grid--bb {
  width: 100%;
  max-width: 500px;
  margin: 100px auto;
  padding: 0 20px;
}
.inner.infolinka .infolinka-grid--bb-block {
  width: 100%;
}
.inner.infolinka .infolinka-grid--bb-block p {
  font-size: 24px;
  text-align: center;
  color: #232e3f;
}
.inner.infolinka .infolinka-grid--bb-block form {
  width: 100%;
}
.inner.infolinka .infolinka-grid--bb-block form .form-elem {
  width: 100%;
}
.inner.infolinka .infolinka-grid--bb-block form input[type=text],
.inner.infolinka .infolinka-grid--bb-block form input[type=email],
.inner.infolinka .infolinka-grid--bb-block form input[type=date],
.inner.infolinka .infolinka-grid--bb-block form textarea {
  width: 100%;
  display: block;
  background: #fff;
  border: none;
  border-bottom: 2px solid #808998;
  height: 30px;
  margin: 0 0 40px 0;
  padding: 5px 0;
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--bb-block form input[type=text].placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=email].placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=date].placeholder,
.inner.infolinka .infolinka-grid--bb-block form textarea.placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--bb-block form input[type=text]:-moz-placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=email]:-moz-placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=date]:-moz-placeholder,
.inner.infolinka .infolinka-grid--bb-block form textarea:-moz-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--bb-block form input[type=text]::-moz-placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=email]::-moz-placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=date]::-moz-placeholder,
.inner.infolinka .infolinka-grid--bb-block form textarea::-moz-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--bb-block form input[type=text]:-ms-input-placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=email]:-ms-input-placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=date]:-ms-input-placeholder,
.inner.infolinka .infolinka-grid--bb-block form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--bb-block form input[type=text]::-webkit-input-placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=email]::-webkit-input-placeholder,
.inner.infolinka .infolinka-grid--bb-block form input[type=date]::-webkit-input-placeholder,
.inner.infolinka .infolinka-grid--bb-block form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--bb-block form .contact-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.inner.infolinka .infolinka-grid--bb-block form .contact-footer .form-elem.choose {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner.infolinka .infolinka-grid--bb-block form .contact-footer .form-elem.choose label {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #2c3b53;
  cursor: pointer;
  top: -3px;
  position: relative;
  line-height: 1;
}
.inner.infolinka .infolinka-grid--bb-block form .contact-footer .form-elem.choose > label {
  font-weight: 600;
  margin: 0 30px 0 0;
  padding: 0;
}
.inner.infolinka .infolinka-grid--bb-block form .contact-footer .form-elem.choose input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
}
.inner.infolinka .infolinka-grid--bb-block form .contact-footer .form-elem.choose input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #2c3b53;
}
.inner.infolinka .infolinka-grid--bb-block form .contact-footer .form-elem.choose input:checked::before {
  background: #232e3f;
}
.inner.infolinka .infolinka-grid--aba {
  width: 100%;
  max-width: 500px;
  padding: 0 20px;
  margin: 40px auto;
}
.inner.infolinka .infolinka-grid--aba-block {
  width: 100%;
}
.inner.infolinka .infolinka-grid--aba-block form {
  width: 100%;
}
.inner.infolinka .infolinka-grid--aba-block form .form-elem {
  width: 100%;
}
.inner.infolinka .infolinka-grid--aba-block form input[type=text],
.inner.infolinka .infolinka-grid--aba-block form input[type=email],
.inner.infolinka .infolinka-grid--aba-block form input[type=date],
.inner.infolinka .infolinka-grid--aba-block form textarea {
  width: 100%;
  display: block;
  background: #fff;
  border: none;
  border-bottom: 2px solid #808998;
  height: 30px;
  margin: 0 0 40px 0;
  padding: 5px 0;
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form input[type=text].placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=email].placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=date].placeholder,
.inner.infolinka .infolinka-grid--aba-block form textarea.placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form input[type=text]:-moz-placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=email]:-moz-placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=date]:-moz-placeholder,
.inner.infolinka .infolinka-grid--aba-block form textarea:-moz-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form input[type=text]::-moz-placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=email]::-moz-placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=date]::-moz-placeholder,
.inner.infolinka .infolinka-grid--aba-block form textarea::-moz-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form input[type=text]:-ms-input-placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=email]:-ms-input-placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=date]:-ms-input-placeholder,
.inner.infolinka .infolinka-grid--aba-block form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form input[type=text]::-webkit-input-placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=email]::-webkit-input-placeholder,
.inner.infolinka .infolinka-grid--aba-block form input[type=date]::-webkit-input-placeholder,
.inner.infolinka .infolinka-grid--aba-block form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form textarea {
  resize: none;
  padding: 5px 0;
  font-size: 16px;
  color: #2c3b53;
  min-height: 100px;
}
.inner.infolinka .infolinka-grid--aba-block form textarea.placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form textarea:-moz-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form textarea::-moz-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form .contact-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.inner.infolinka .infolinka-grid--aba-block form .contact-footer .form-elem.agree {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.inner.infolinka .infolinka-grid--aba-block form .contact-footer .form-elem.agree input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 24px 0 0;
}
.inner.infolinka .infolinka-grid--aba-block form .contact-footer .form-elem.agree input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #2c3b53;
}
.inner.infolinka .infolinka-grid--aba-block form .contact-footer .form-elem.agree input:checked::before {
  background: #232e3f;
}
.inner.infolinka .infolinka-grid--aba-block form .contact-footer .form-elem.agree label {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #2c3b53;
  padding: 3px 0 0 0;
  cursor: pointer;
}

@media (max-width: 900px) {
  .inner.infolinka .infolinka-grid {
    grid-template-columns: 240px 240px;
    justify-content: space-around;
  }
  .inner.infolinka .infolinka-grid-block img {
    width: 200px;
    height: 310px;
  }
  .inner.infolinka .infolinka-grid-block-title {
    margin: 60px 0 0 0;
  }
  .inner.infolinka .infolinka-grid-block-title span {
    font-size: 150px;
    margin: 0 0 0 25px;
  }
  .inner.infolinka .infolinka-grid-block-title strong {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .inner.infolinka .infolinka-grid--b-block-title strong {
    font-size: 120px;
    line-height: 90px;
    margin: 0 0 0 10px;
  }
  .inner.infolinka .infolinka-grid--ab-block-grid-title strong {
    font-size: 120px;
    line-height: 90px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 550px) {
  .inner.infolinka .infolinka-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    grid-column-gap: 20px;
  }
  .inner.infolinka .infolinka-grid-block img {
    width: 100%;
  }
  .inner.infolinka .infolinka-grid--b {
    display: block;
    margin: 40px auto;
  }
  .inner.infolinka .infolinka-grid--b-block {
    margin: 0 0 40px 0;
  }
  .inner.infolinka .infolinka-grid--b-block-title span {
    font-size: 20px;
  }
  .inner.infolinka .infolinka-grid--b-block-title button {
    max-width: 100%;
  }
  .inner.infolinka .infolinka-grid--ab-block-grid {
    display: block;
    margin: 40px 0 20px 0;
  }
  .inner.infolinka .infolinka-grid--ab-block-grid-title {
    margin: 0 0 60px 0;
  }
  .inner.infolinka .infolinka-grid--ab-block-grid-title span {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .inner.infolinka {
    margin: 0 auto 30px auto;
  }
  .inner.infolinka .infolinka-grid-block img {
    height: 150px;
    margin: 0 auto 15px auto;
  }
  .inner.infolinka .infolinka-grid-block-title {
    margin: 0;
  }
  .inner.infolinka .infolinka-grid-block-title span {
    font-size: 80px;
    margin: 0 0 0 15px;
    top: 10px;
    left: 0;
  }
  .inner.infolinka .infolinka-grid-block button {
    margin: 15px auto 20px auto;
    font-size: 18px;
  }
  .inner.infolinka .infolinka-grid--a {
    display: block;
  }
  .inner.infolinka .infolinka-grid--a-block button {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 450px) {
  .inner.infolinka .infolinka-grid-block-title strong {
    font-size: 26px;
  }
}
.thank-you {
  min-height: 85dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 1.086rem + 0.658vw, 1.875rem);
  padding-inline: 1rem;
}
.thank-you .checkmark-path {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation: draw-check 0.8s ease-in-out forwards;
  animation-delay: 0.5s;
}
@keyframes draw-check {
  to {
    stroke-dashoffset: 0;
  }
}
.thank-you .checkmark {
  color: #029800;
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.thank-you .heading {
  font-size: clamp(1.5rem, 1.171rem + 1.316vw, 2.75rem);
  font-weight: 600;
  text-wrap-style: balance;
  text-align: center;
  margin: 0;
}
.thank-you .desc {
  font-size: clamp(1rem, 0.934rem + 0.263vw, 1.25rem);
  text-wrap-style: balance;
  text-align: center;
  display: flex;
  margin: 0;
}
.thank-you .toast {
  position: fixed;
  bottom: 1rem;
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.thank-you .toast .inner {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.25rem;
  border-radius: 0.75rem;
  background-color: rgba(215, 215, 215, 0.5647058824);
}
.thank-you .toast p {
  font-size: clamp(1rem, 0.934rem + 0.263vw, 1.25rem);
  display: flex;
  gap: 0.25em;
  margin: 0;
}
.thank-you .toast .timeout-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(0);
  height: 2px;
  background-color: #029800;
  transition: transform 0.8s ease-out;
}/*# sourceMappingURL=main.css.map */