/*
Theme Name: ASC
Theme URI: https://autosafeculture.com/
Author: Derevianko
Author URI: -
Description: -
Tags: -
Version: 1.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  scroll-behavior: smooth;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/asc/fonts/icomoon.eot?3xmjic");
  src: url("/wp-content/themes/asc/fonts/icomoon.eot?3xmjic#iefix") format("embedded-opentype"), url("/wp-content/themes/asc/fonts/icomoon.ttf?3xmjic") format("truetype"), url("/wp-content/themes/asc/fonts/icomoon.woff?3xmjic") format("woff"), url("/wp-content/themes/asc/fonts/icomoon.svg?3xmjic#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alarm:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-breadcrumb:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e903";
}

.icon-certificat:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-immob:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-light:before {
  content: "\e908";
}

.icon-minus:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-plus:before {
  content: "\e90b";
}

.icon-quote:before {
  content: "\e90c";
}

.icon-recorder:before {
  content: "\e90d";
}

.icon-sensor:before {
  content: "\e90e";
}

.icon-share:before {
  content: "\e90f";
}

.icon-telegram .path1:before {
  content: "\e910";
  color: rgb(0, 0, 0);
}

.icon-telegram .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-viber:before {
  content: "\e912";
}

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

html {
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-family: "Geologica";
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  min-width: 360px;
  margin: 0;
  overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 125%;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    line-height: normal;
  }
}

h1, .h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 42px;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 28px;
}
@media only screen and (max-width: 1023px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}
@media only screen and (max-width: 1023px) {
  h5 {
    font-size: 21px;
  }
}

h6 {
  font-size: 21px;
}
@media only screen and (max-width: 1023px) {
  h6 {
    font-size: 18px;
  }
}

p {
  line-height: 160%;
}

a {
  color: inherit;
}

iframe.google-map {
  margin-bottom: -5px;
  width: 100%;
  height: 514px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  overflow: hidden;
}

.wrapper, .woocommerce {
  max-width: 1420px;
  padding: 0 15px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .item-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16.6%;
          flex: 1 1 16.6%;
  max-width: 16.6%;
}
@media only screen and (max-width: 1279px) {
  .flex .item-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3%;
            flex: 1 1 33.3%;
    max-width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .flex .item-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
}
@media only screen and (max-width: 1279px) {
  .flex .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .flex .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  max-width: 33.3%;
}
@media only screen and (max-width: 1279px) {
  .flex .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .flex .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1023px) {
  .flex .item-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.flex .item-2-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.6%;
          flex: 1 1 66.6%;
  max-width: 66.6%;
}
@media only screen and (max-width: 1023px) {
  .flex .item-2-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 30px;
  background-image: url("/wp-content/themes/asc/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select:-ms-expand {
  display: none;
}

.btn, .button, .wpcf7-submit {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.btn-green, .button-green, .wpcf7-submit-green {
  background: -webkit-gradient(linear, left top, right top, from(#088B69), color-stop(88.1%, #00CB7A));
  background: linear-gradient(90deg, #088B69 0%, #00CB7A 88.1%);
  color: #fff;
  padding: 22px;
}
.btn-green:hover, .button-green:hover, .wpcf7-submit-green:hover {
  color: #04AA71;
  border: 2px solid #04AA71;
  padding: 20px;
  background: #fff;
}
.btn.has-spinner, .button.has-spinner, .wpcf7-submit.has-spinner {
  background: -webkit-gradient(linear, left top, right top, from(#088B69), color-stop(88.1%, #00CB7A));
  background: linear-gradient(90deg, #088B69 0%, #00CB7A 88.1%);
  color: #fff;
  padding: 21px;
  width: 400px;
  -ms-flex-item-align: center;
      align-self: center;
}
.btn.alt, .button.alt, .wpcf7-submit.alt {
  background: -webkit-gradient(linear, left top, right top, from(#088B69), color-stop(88.1%, #00CB7A));
  background: linear-gradient(90deg, #088B69 0%, #00CB7A 88.1%);
  color: #fff;
  padding: 21px;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .btn.alt, .button.alt, .wpcf7-submit.alt {
    width: 100%;
  }
}
.btn.alt:hover, .button.alt:hover, .wpcf7-submit.alt:hover {
  color: #04AA71;
  border: 2px solid #04AA71;
  padding: 19px;
  background: #fff;
}
.btn.add_to_cart_button, .button.add_to_cart_button, .wpcf7-submit.add_to_cart_button {
  color: #04AA71;
  border: 2px solid #04AA71;
  padding: 19px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .btn.add_to_cart_button, .button.add_to_cart_button, .wpcf7-submit.add_to_cart_button {
    padding: 12px;
    font-size: 13px;
  }
}
.btn.add_to_cart_button:hover, .button.add_to_cart_button:hover, .wpcf7-submit.add_to_cart_button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#088B69), color-stop(88.1%, #00CB7A));
  background: linear-gradient(90deg, #088B69 0%, #00CB7A 88.1%);
  color: #fff;
  border: none;
  padding: 21px;
}
@media only screen and (max-width: 767px) {
  .btn.add_to_cart_button:hover, .button.add_to_cart_button:hover, .wpcf7-submit.add_to_cart_button:hover {
    padding: 14px;
  }
}
.btn-black, .button-black, .wpcf7-submit-black {
  background: none;
  color: #04AA71;
  border: solid 2px #fff;
  padding: 15px 20px 19px;
}
.btn-white, .button-white, .wpcf7-submit-white {
  background-color: #fff;
  color: #04AA71;
  border: solid 2px #04AA71;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-white:hover, .button-white:hover, .wpcf7-submit-white:hover {
  background: -webkit-gradient(linear, left top, right top, from(#088B69), color-stop(88.1%, #00CB7A));
  background: linear-gradient(90deg, #088B69 0%, #00CB7A 88.1%);
  color: #fff;
  border: solid 2px transparent;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input {
  border: 1px solid #D3E3DF;
  outline: none;
  height: 60px;
  width: 100%;
  padding: 20px 22px 22px;
  line-height: 90%;
  color: #222;
  font-size: 18px;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  border-color: #04AA71;
}

.read-more {
  color: #222;
  font-weight: 700;
  display: block;
  margin: 18px 0 40px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .read-more {
    margin: 12px 0 35px;
  }
}
.read-more:after {
  content: "\e901";
  font-family: "icomoon";
  position: relative;
  display: inline-block;
  left: 8px;
  top: 1px;
  font-size: 21px;
  color: #04AA71;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.phone:before {
  content: "\e90a";
  font-family: "icomoon";
  position: relative;
  top: 4px;
  left: -8px;
  font-size: 24px;
  color: #04AA71;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/wp-content/themes/asc/img/404.webp");
  background-repeat: no-repeat;
}
.not-found .wrapper {
  width: 100%;
  text-align: center;
  margin: 200px auto 150px;
}
@media only screen and (max-width: 1023px) {
  .not-found .wrapper {
    margin: 140px auto 80px;
  }
}
.not-found h1 {
  font-size: 48px;
  line-height: 150%;
}
@media only screen and (max-width: 1023px) {
  .not-found h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .not-found h1 {
    font-size: 32px;
    line-height: 150%;
  }
}
.not-found h1 span {
  font-size: 250px;
  background: -webkit-linear-gradient(90deg, #088B69 0%, #04AA71 42.29%, #00CB7A 88.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .not-found h1 span {
    font-size: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .not-found h1 span {
    font-size: 150px;
  }
}
.not-found .content {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .not-found .content p {
    width: 100px;
  }
}

.contacts .wrapper {
  margin: 70px auto 140px;
  position: relative;
  gap: 60px;
}
@media only screen and (max-width: 1023px) {
  .contacts .wrapper {
    margin: 55px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contacts .wrapper .item-2-3 {
  margin-right: -15px;
  margin-left: -15px;
}
.contacts .wrapper .item-2-3 iframe {
  width: calc(100% + 30px);
}
.contacts .wrapper h1 {
  margin: -5px 0 10px;
}
@media only screen and (max-width: 1023px) {
  .contacts .wrapper h1 {
    margin: 0 0 20px;
  }
}
.contacts .wrapper .intro {
  margin: 0 0 30px;
  width: 450px;
}
@media only screen and (max-width: 1279px) {
  .contacts .wrapper .intro {
    width: auto;
  }
}
.contacts .wrapper span {
  display: block;
  color: #04AA71;
}
.contacts .wrapper .btn {
  width: 400px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .contacts .wrapper .btn {
    width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .contacts .wrapper .btn {
    position: relative;
    margin-top: 15px;
  }
}

.top {
  background-color: #101010;
  color: #fff;
}
.top .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media only screen and (max-width: 1365px) {
  .top .wrapper {
    height: 0;
  }
}
.top .socials {
  gap: 30px;
}
.top-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-right .language select {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.top-right .language select option {
  color: #000;
}
@media only screen and (max-width: 1365px) {
  .top .language {
    position: relative;
    top: 38px;
  }
}

.cart-top, .mobile-cart {
  position: relative;
}
.cart-top a, .mobile-cart a {
  text-decoration: none;
}
.cart-top .cart-btn, .mobile-cart .cart-btn {
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  top: -7px;
  right: -9px;
  border: 5px;
  background-color: #04AA71;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: auto;
  text-align: center;
  line-height: 140%;
}

.header {
  background-color: #171819;
  color: #fff;
}
.header a {
  color: #fff;
}
@media only screen and (max-width: 1365px) {
  .header-logo {
	position: absolute;
	left: 50%;
	margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
	position: absolute;
	left: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo {
	position: absolute;
	left: 110px;
  }
}
@media only screen and (max-width: 1365px) {
  .header-logo img {
    width: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo img {
    width: 56px;
  }
}
.header .btn-black {
  width: 210px;
}
.header .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
@media only screen and (max-width: 1365px) {
  .header .wrapper {
    height: 80px;
  }
}

.header-menu .navbar-nav {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
  padding: 0;
}
@media only screen and (max-width: 1479px) {
  .header-menu .navbar-nav {
    gap: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .header-menu .navbar-nav {
    display: none;
  }
}
.header-menu .menu-item {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-menu .menu-item a {
  text-decoration: none;
}

/* Dropdown menu */
.menu-item-has-children {
  position: relative;
  display: inline-block;
}
.menu-item-has-children .btn-drop {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1365px) {
  .menu-item-has-children .btn-drop {
    margin-left: 0;
  }
}
.menu-item-has-children .btn-drop:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 24px;
  position: absolute;
  top: 0;
  color: #04AA71;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-item-has-children.active .btn-drop:after {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  background: #101010;
  padding: 0 30px 20px;
  width: auto;
  top: 69px;
  white-space: nowrap;
  z-index: 1;
}
.menu-item-has-children .sub-menu:before {
  content: url("./img/line.svg");
  position: relative;
  top: -14px;
  left: -32px;
}
.menu-item-has-children .sub-menu .menu-item {
  padding: 12px 0;
}
.menu-item-has-children .sub-menu .nav-link {
  padding: 0;
}
.menu-item-has-children .sub-menu .nav-link li a {
  display: block;
}
.menu-item-has-children.active .sub-menu {
  display: block;
  left: -30px;
}

.hamburger {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 1365px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 22px;
    left: 20px;
  }
}
.hamburger div {
  background-color: #fff;
  position: relative;
  width: 24px;
  height: 2.5px;
  margin-top: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#toggle {
  display: none;
}

#toggle:checked + .hamburger .burger1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 15px;
}

#toggle:checked + .hamburger .burger2 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2.5px;
}

#toggle:checked + .hamburger .burger3 {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

#toggle:checked ~ .navbar-nav {
  height: 200%;
  z-index: 2;
}
@media only screen and (max-width: 1365px) {
  #toggle:checked ~ .navbar-nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 20px 18px 30px;
    background: #101010;
  }
  #toggle:checked ~ .navbar-nav .menu-item:nth-child(2), #toggle:checked ~ .navbar-nav .menu-item:nth-child(3) {
    margin-bottom: -10px;
  }
  #toggle:checked ~ .navbar-nav .sub-menu {
    position: relative;
    padding: 10px 20px 0;
    margin-bottom: -10px;
    left: 0;
    top: 0;
  }
  #toggle:checked ~ .navbar-nav .sub-menu:before {
    content: "";
  }
  #toggle:checked ~ .navbar-nav .sub-menu .menu-item {
    font-size: 13px;
    padding: 8px 0;
  }
  #toggle:checked ~ .navbar-nav .sub-menu .menu-item:nth-child(2), #toggle:checked ~ .navbar-nav .sub-menu .menu-item:nth-child(3) {
    margin-bottom: 0;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #101010;
  width: 100%;
  height: 190px;
  z-index: 99;
}
.mobile-menu .mobile-socials {
  position: absolute;
  bottom: 30px;
  left: 18px;
}
.mobile-menu .mobile-socials .socials {
  gap: 20px;
}
.mobile-menu .mobile-phone {
  position: absolute;
  bottom: 90px;
  left: 18px;
}

.mobile-cart {
  display: none;
  position: absolute;
  top: 100px;
  right: 18px;
  z-index: 99;
}

@media only screen and (max-width: 1365px) {
  .cart-top, .header-btn, .top .socials {
    display: none;
  }
  #toggle:checked ~ .mobile-menu {
    display: block;
  }
  #toggle:checked ~ .mobile-cart {
    display: block;
  }
}
.banner {
  color: #fff;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.banner-image {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .banner-image {
    height: 560px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-image {
    height: 570px;
  }
}
.banner-content {
  position: absolute;
  top: 60px;
}
@media only screen and (max-width: 1023px) {
  .banner-content {
    top: 40px;
  }
}
.banner-content h6 {
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .banner-content h6 {
    width: 200px;
    margin: auto;
  }
}
.banner-content h6 span {
  white-space: nowrap;
  color: #04AA71;
}
.banner-content h1 {
  font-size: 94px;
  font-weight: 800;
  line-height: 107px;
  letter-spacing: 9.4px;
  text-transform: uppercase;
  margin: 25px 0;
}
@media only screen and (max-width: 1023px) {
  .banner-content h1 {
    font-size: 48px;
    letter-spacing: 3.6px;
    line-height: normal;
  }
}
@media only screen and (max-width: 479px) {
  .banner-content h1 {
    font-size: 36px;
    margin: 15px 0;
  }
}
.banner-content h1 span {
  color: #04AA71;
  font-weight: 400;
  display: block;
}
.banner-content img {
  position: relative;
  top: -110px;
}
@media only screen and (max-width: 1023px) {
  .banner-content img {
    width: 750px;
    top: -77px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content img {
    left: 20%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-content img {
    left: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-content img {
    top: -85px;
  }
}
.banner-content-bottom {
  margin-top: -195px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .banner-content-bottom {
    margin-top: -140px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-content-bottom {
    margin-top: -120px;
  }
}
.banner-content-bottom p {
  font-size: 21px;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  margin: 25px 0;
}
@media only screen and (max-width: 1023px) {
  .banner-content-bottom p {
    font-size: 18px;
    margin: 20px 0;
  }
}
.banner-content .btn {
  width: 270px;
}

.breadcrumbs {
  background-color: #F3F3F3;
}
.breadcrumbs .wrapper {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs .wrapper {
    height: auto;
    padding: 5px 15px 15px;
  }
}
.breadcrumbs .wrapper span {
  margin-left: 12px;
}
.breadcrumbs .wrapper span:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs .wrapper span {
    line-height: 160%;
  }
}
.breadcrumbs .wrapper span .breadcrumb_last {
  color: #04AA71;
}
.breadcrumbs .wrapper span a {
  text-decoration: none;
  color: #222;
}
.breadcrumbs .wrapper span a:after {
  content: "\e902";
  font-family: "icomoon";
  position: relative;
  font-size: 22px;
  color: #04AA71;
  top: 5px;
  left: 8px;
}

.article {
  margin: 100px 0 140px;
}
@media only screen and (max-width: 1023px) {
  .article {
    margin: 60px 0;
  }
}
.article h2 {
  margin: 100px 0 60px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .article h2 {
    margin: 50px 0 35px;
  }
}
.article h2:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -5px;
  background-color: #04AA71;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .article h2:before {
    top: 4px;
  }
}
.article h2 span {
  color: #04AA71;
}
.article ul, .article ol {
  line-height: 140%;
  padding-left: 20px;
}
.article ul li, .article ol li {
  margin-bottom: 20px;
}
.article ul li::marker {
  color: #04AA71;
}

.service {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
  .service {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .service {
    gap: 30px;
  }
}
.service .item-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 31.3%;
          flex: 1 1 31.3%;
  width: 31.3%;
}
@media only screen and (max-width: 767px) {
  .service .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
}
.service-item {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.service-item-content {
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 1023px) {
  .service-item-content {
    padding: 25px 30px 30px;
  }
}
.service-item h3 {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 35px;
  max-width: 360px;
}
@media only screen and (max-width: 1023px) {
  .service-item h3 {
    font-size: 32px;
    width: 330px;
  }
}
@media only screen and (max-width: 959px) {
  .service-item h3 {
    width: 250px;
  }
}
.service-item img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
@media only screen and (max-width: 767px) {
  .service-item img {
    height: 309px;
  }
}
.service-item p {
  margin: 0;
  line-height: normal;
  height: 95px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .service-item p {
    height: auto;
  }
}
.service-item .btn {
  width: 100%;
}
.service-page {
  margin: 120px 0 60px;
}
@media only screen and (max-width: 1023px) {
  .service-page {
    margin: 60px 0 30px;
  }
}
.service-page h3 {
  position: relative;
  margin-bottom: 15px;
}
.service-page h3:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -8px;
  left: -7px;
  background-color: #04AA71;
  z-index: -1;
}
.service.article {
  margin-top: 0;
}
.service h1 {
  margin: 90px 0 60px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .service h1 {
    margin: 50px 0 40px;
  }
}
.service h1:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -5px;
  background-color: #04AA71;
  z-index: -1;
}
.service h1 span {
  color: #04AA71;
}
.service .seo-text {
  gap: 150px;
}
@media only screen and (max-width: 1365px) {
  .service .seo-text {
    gap: 90px;
  }
}
@media only screen and (max-width: 959px) {
  .service .seo-text {
    gap: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service .seo-text figure {
  margin-top: 30px;
}
.service .seo-text p:first-child {
  margin-top: 0;
}
.service .price h5 {
  color: #04AA71;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
}
.service .price table {
  width: 100%;
}
.service .price tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D3E3DF;
}
.service .price tr:last-child {
  border: none;
}
@media only screen and (max-width: 479px) {
  .service .price tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service .price td {
  margin: 25px 0;
  line-height: normal;
}
@media only screen and (max-width: 959px) {
  .service .price td {
    margin: 18px 0;
  }
}
.service .price td:last-child {
  color: #04AA71;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 479px) {
  .service .price td:last-child {
    margin-left: 0;
    margin-top: -4px;
  }
}
.service .price .btn {
  width: 100%;
  margin-top: 20px;
  line-height: normal;
}

.about {
  background-color: #222;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .about.article {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1279px) {
  .about-img {
    height: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .about-img {
    height: 100%;
  }
}
.about-img img {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .about-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
    position: relative;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .about-img img {
    height: 309px;
  }
}
.about-content {
  background: url("/wp-content/themes/asc/img/about.webp"), #222;
  background-repeat: no-repeat;
  padding: 110px 140px;
}
@media only screen and (max-width: 1599px) {
  .about-content {
    padding: 90px 100px;
  }
}
@media only screen and (max-width: 1439px) {
  .about-content {
    padding: 90px 70px;
  }
}
@media only screen and (max-width: 1365px) {
  .about-content {
    padding: 70px;
  }
}
@media only screen and (max-width: 1279px) {
  .about-content {
    padding: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-content {
    padding: 50px 70px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content {
    padding: 50px 30px 30px;
  }
}
.about .about-us {
  color: #04AA71;
  line-height: 140%;
  text-transform: uppercase;
}
.about h2 {
  font-size: 48px;
  color: #fff;
  margin: 15px 0;
  width: 600px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) {
  .about h2 {
    font-size: 38px;
    width: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .about h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .about h2 {
    width: auto;
  }
}
.about h2 span {
  color: #04AA71;
}
.about p, .about ul {
  color: #fff;
}
@media only screen and (max-width: 1279px) {
  .about p, .about ul {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .about p, .about ul {
    font-size: 18px;
  }
}
.about ul {
  margin-top: 50px;
}
@media only screen and (max-width: 1279px) {
  .about ul {
    margin-top: 35px;
  }
}

.about.about-2 {
  height: auto !important;
}
.about.about-2 ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
@media only screen and (max-width: 1023px) {
  .about.about-2 ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.goals {
  gap: 30px;
}
@media only screen and (max-width: 1279px) {
  .goals {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .goals .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
  }
}
@media only screen and (max-width: 959px) {
  .goals {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .goals {
    gap: 30px;
  }
}
.goals-item {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 465px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 1400px) {
  .goals-item {
    height: 440px;
  }
}
@media only screen and (max-width: 1279px) {
  .goals-item {
    height: auto;
  }
}
.goals-item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 67px;
  background-color: #04AA71;
  color: #85DEB5;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goals-item .number span {
  margin: auto;
}
.goals-item h3 {
  font-size: 38px;
  margin: 0 0 25px 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439px) {
  .goals-item h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1279px) {
  .goals-item h3 {
    font-size: 38px;
  }
}
.goals-item p {
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1439px) {
  .goals-item p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1279px) {
  .goals-item p {
    font-size: 18px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .goals-item p {
    height: auto;
  }
}

.works {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
  .works {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .works {
    gap: 30px;
  }
}
.works .item-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 48%;
}
@media only screen and (max-width: 1279px) {
  .works .item-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 799px) {
  .works .item-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .works .item-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.works .item-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23%;
          flex: 1 1 23%;
  max-width: 23%;
}
@media only screen and (max-width: 1279px) {
  .works .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 23%;
            flex: 1 1 23%;
    max-width: 22.5%;
  }
}
@media only screen and (max-width: 799px) {
  .works .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 23%;
            flex: 1 1 23%;
    max-width: 22.5%;
  }
}
@media only screen and (max-width: 767px) {
  .works .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.works img {
  width: 100%;
  overflow: hidden;
}

.reviews {
  gap: 30px;
}
@media only screen and (max-width: 1279px) {
  .reviews {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews .item-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
  }
}
.reviews-item {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 40px;
}
.reviews-item .icon-quote {
  font-size: 28px;
  color: #04AA71;
}
.reviews-item p {
  margin: 30px 0;
  height: 280px;
}
@media only screen and (max-width: 1439px) {
  .reviews-item p {
    font-size: 17px;
    height: 265px;
  }
}
@media only screen and (max-width: 1365px) {
  .reviews-item p {
    height: 270px;
  }
}
@media only screen and (max-width: 1279px) {
  .reviews-item p {
    font-size: 18px;
    height: auto;
  }
}
.reviews-name {
  font-weight: 700;
  margin: 9px 0 10px 12px;
}
.reviews-name span {
  color: #878787;
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}
.reviews-name .star {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #FFC107;
  margin-top: 5px;
}

.faq {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.faq .item-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  width: 48%;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .faq .item-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
}
.faq h3 {
  font-size: 18px;
  line-height: normal;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 479px) {
  .faq h3 {
    width: calc(100% - 30px);
  }
}

.accordion {
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.faq .accordion:after {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #04AA71;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.faq .accordion.is-open:after {
  content: "\e909";
  font-family: "icomoon";
}
.faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.faq .accordion-content p:first-child {
  margin-top: 30px;
}

.order {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  background: url("/wp-content/themes/asc/img/order.webp"), #222;
  background-repeat: no-repeat;
  background-position: 55%;
}
@media only screen and (max-width: 959px) {
  .order {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .order {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .order {
    padding: 50px 10px 60px;
    display: block;
  }
}
.order-header {
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 55px;
}
@media only screen and (max-width: 1023px) {
  .order-header {
    text-align: center;
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .order-header {
    font-size: 64px;
    line-height: 120%;
  }
}
.order-header .green {
  color: #04AA71;
}
.order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 649px) {
  .order-btn {
    display: block;
  }
}
.order-btn a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .order-btn a {
    width: 254px;
  }
}
.order .btn {
  width: 330px;
}
@media only screen and (max-width: 1023px) {
  .order .btn {
    width: 295px;
    margin-bottom: 30px;
  }
}
.order .socials {
  padding-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .order .socials {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .order .socials {
    padding-top: 10px;
  }
}

.footer {
  height: 450px;
  background-color: #0E0E0E;
  color: #fff;
}
@media only screen and (max-width: 1279px) {
  .footer {
    height: auto;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 10px;
  }
}
.footer a {
  color: #fff;
}
.footer .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 110px;
}
@media only screen and (max-width: 1279px) {
  .footer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .wrapper {
    gap: 40px;
  }
}
.footer .wrapper h6 {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 1279px) {
  .footer .footer-menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    margin-bottom: 0;
  }
}
.footer h6 {
  color: #04AA71;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer .navbar-nav {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .footer .navbar-nav {
    margin-bottom: 0;
  }
}
.footer .menu-item {
  font-size: 12px;
  line-height: 200%;
  text-transform: uppercase;
}
.footer .menu-item a {
  text-decoration: none;
}
.footer .enother {
  font-size: 12px;
  line-height: 200%;
}
.footer .enother a {
  text-decoration: none;
}
.footer .socials {
  gap: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
  .footer .socials {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .socials {
    gap: 20px;
  }
}
.footer .copyright {
  color: #04AA71;
  background-color: #0E0E0E;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 200%;
  padding: 45px 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    padding: 30px 15px 50px;
    text-align: left;
    width: 200px;
  }
}

.model {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.model-inner {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 770px;
  margin: 200px auto;
  max-width: 97%;
}
@media only screen and (max-width: 799px) {
  .model-inner {
    margin: 100px 15px;
    width: auto;
  }
}
.model-wrap {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  padding: 50px 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #04AA71;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}
@media only screen and (max-width: 799px) {
  .model-wrap {
    padding: 30px 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .model-wrap {
    padding: 30px 15px 0;
  }
}
.model-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: content;
      -ms-flex-align: content;
          align-items: content;
  margin-top: 30px;
}
.model-wrap .h2 {
  font-size: 48px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 479px) {
  .model-wrap .h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 539px) {
  .model-wrap .wpcf7-submit.has-spinner {
    width: 100%;
  }
}

.model-open .model-inner {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.close-btn {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 99;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media only screen and (max-width: 479px) {
  .close-btn {
    right: 14px;
    top: 14px;
  }
}
.close-btn:before {
  content: "\e905";
  font-family: "icomoon";
  color: #04AA71;
}

.fixed {
  position: fixed;
  bottom: 80px;
  right: 15px;
}

.blob {
  background-color: #2aabee;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  -webkit-box-shadow: 0 0 0 0 rgb(0, 0, 0);
          box-shadow: 0 0 0 0 rgb(0, 0, 0);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
}
.blob img {
	width: 42px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.blob .icon-phone {
  color: #fff;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map-btn {
  margin: -25px auto 40px;
}
@media only screen and (max-width: 1023px) {
  .map-btn {
    margin: 5px auto 35px;
  }
}

.single-product .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0 140px;
}
@media only screen and (max-width: 1279px) {
  .single-product .product {
    margin: 60px 0 100px;
  }
}
@media only screen and (max-width: 959px) {
  .single-product .product {
    margin-bottom: 80px;
    margin: 40px 0 60px;
  }
}
.single-product .product .woocommerce-product-gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  max-width: 45%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1365px) {
  .single-product .product .woocommerce-product-gallery {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 959px) {
  .single-product .product .woocommerce-product-gallery {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product .woocommerce-product-gallery {
    margin-bottom: 20px;
  }
}
.single-product .product .woocommerce-product-gallery img {
  width: 570px;
  height: auto;
  border: 1px solid #D3E3DF;
}
@media only screen and (max-width: 1365px) {
  .single-product .product .woocommerce-product-gallery img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product .woocommerce-product-details__short-description {
    margin-top: -10px;
    margin-bottom: -5px;
  }
}
.single-product .product .summary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  max-width: 55%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1439px) {
  .single-product .product .summary {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .single-product .product .summary {
    padding-left: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 959px) {
  .single-product .product .summary {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product .summary {
    margin-bottom: 20px;
  }
}
.single-product .product .summary .quantity {
  display: none;
}
.single-product .product .summary .sku_wrapper {
  position: absolute;
  top: 4px;
  right: 0;
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 959px) {
  .single-product .product .summary .sku_wrapper {
    position: relative;
    top: -15px;
    right: 0;
  }
}
.single-product .product .related {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}
.single-product .product h1 {
  font-size: 38px;
  font-weight: 400;
  line-height: normal;
  margin: -8px 0 30px;
  padding-right: 160px;
}
@media only screen and (max-width: 959px) {
  .single-product .product h1 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product h1 {
    font-size: 28px;
  }
}
.single-product .product .vstanov {
  margin: 20px 0 40px;
  padding: 10px 12px;
  font-weight: 400;
  border: 1px solid #04AA71;
  background: #F1FFFB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 479px) {
  .single-product .product .vstanov {
    font-size: 16px;
  }
}
.single-product .product .vstanov span {
  color: #04AA71;
}
.single-product .product .price {
  font-size: 38px;
  font-weight: 400;
  margin: 50px 0 0;
  line-height: 140%;
}
.single-product .product .stock {
  color: #04AA71;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  position: relative;
  top: -80px;
}
.single-product .product .posted_in {
  display: none;
}
.single-product .product .woocommerce-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.single-product .product .woocommerce-tabs .entry-content {
  width: 55%;
  float: right;
  padding-left: 20px;
  margin-top: -140px;
}
@media only screen and (max-width: 1439px) {
  .single-product .product .woocommerce-tabs .entry-content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .single-product .product .woocommerce-tabs .entry-content {
    padding-left: 60px;
    width: 60%;
  }
}
@media only screen and (max-width: 959px) {
  .single-product .product .woocommerce-tabs .entry-content {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.single-product .product .woocommerce-tabs .entry-content h2 {
  display: none;
}
.single-product .product .wc-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 570px;
}
@media only screen and (max-width: 1365px) {
  .single-product .product .wc-tabs {
    width: 40%;
  }
}
@media only screen and (max-width: 959px) {
  .single-product .product .wc-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
.single-product .product .wc-tabs li {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 20px 0;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .single-product .product .wc-tabs li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product .wc-tabs li {
    margin: auto;
  }
}
.single-product .product .wc-tabs li:first-child {
  border-bottom: 1px solid #04AA71;
}
@media only screen and (max-width: 959px) {
  .single-product .product .wc-tabs li:first-child {
    border: none;
  }
}
.single-product .product .wc-tabs li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .single-product .product .wc-tabs li a {
    text-align: center;
  }
}
.single-product .product .wc-tabs li a:after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  color: #04AA71;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 959px) {
  .single-product .product .wc-tabs li a:after {
    display: none;
  }
}
.single-product .product .wc-tabs li.active {
  color: #04AA71;
}
@media only screen and (max-width: 959px) {
  .single-product .product .wc-tabs li.active {
    border-bottom: 2px solid #04AA71;
  }
}
.single-product .product .wc-tabs li.active a:after {
  content: "\e909";
  font-family: "icomoon";
}
@media only screen and (max-width: 959px) {
  .single-product .product .wc-tabs li.active a:after {
    display: none;
  }
}

.woocommerce-tabs ul {
  line-height: 140%;
  padding-left: 20px;
}
.woocommerce-tabs li {
  margin-bottom: 10px;
}

.woocommerce-product-attributes tr th {
  text-align: left;
}
.woocommerce-product-attributes tr td {
  padding-left: 40px;
}
.woocommerce-product-attributes tr td p {
  margin: 10px 0;
}

.heading, .heading2 {
  font-size: 48px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .heading, .heading2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .heading, .heading2 {
    font-size: 32px;
  }
}
.heading:before, .heading2:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -5px;
  background-color: #04AA71;
  z-index: -1;
}
.heading span, .heading2 span {
  display: block;
  color: #04AA71;
}

.heading2 span {
  display: inline;
}

.related, .woocommerce {
  margin: 120px 0 0;
}
@media only screen and (max-width: 1279px) {
  .related, .woocommerce {
    margin: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .related, .woocommerce {
    margin: 40px 0 0;
  }
}
.related .products, .woocommerce .products {
  list-style-type: none;
  margin: 60px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 1279px) {
  .related .products, .woocommerce .products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 959px) {
  .related .products, .woocommerce .products {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .related .products, .woocommerce .products {
    gap: 20px;
  }
}
.related .product, .woocommerce .product {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  .related .product, .woocommerce .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 799px) {
  .related .product, .woocommerce .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
    max-width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .related .product, .woocommerce .product {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .related .product, .woocommerce .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.related .product a, .woocommerce .product a {
  text-decoration: none;
}
.related .product img, .woocommerce .product img {
  width: 100%;
  height: auto;
}
.related .product h5, .woocommerce .product h5 {
  font-size: 18px;
  line-height: 140%;
  margin: 10px 0 0;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .related .product h5, .woocommerce .product h5 {
    height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .related .product h5, .woocommerce .product h5 {
    font-size: 14px;
    font-weight: 400;
    height: 38px;
  }
}
.related .product .quantity, .woocommerce .product .quantity {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  color: #fff;
  padding: 2px 6px 4px;
  background-color: #04AA71;
}
@media only screen and (max-width: 767px) {
  .related .product .quantity, .woocommerce .product .quantity {
    top: 10px;
    left: 10px;
  }
}
.related .product .price, .woocommerce .product .price {
  font-size: 24px;
  line-height: 140%;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .related .product .price, .woocommerce .product .price {
    font-size: 21px;
  }
}
.related .product .sku, .woocommerce .product .sku {
  position: absolute;
  top: 0;
  font-size: 12px;
  color: #ACACAC;
}
@media only screen and (max-width: 767px) {
  .related .product .sku, .woocommerce .product .sku {
    bottom: 102px;
  }
}
.related .product .add_to_cart_button, .woocommerce .product .add_to_cart_button {
  width: 100%;
  line-height: 100%;
}

.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 30px;
}
.shop .sidebar-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 959px) {
  .shop .sidebar-wrap {
    display: none;
  }
}
.shop .sidebar-wrap h2 {
  color: #04AA71;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
.shop .sidebar-wrap h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  border-top: 1px solid #D3E3DF;
  padding: 30px 0 20px;
}
.shop .sidebar-wrap .wc-block-components-checkbox {
  margin-top: 0;
}
.shop .content-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  max-width: 80%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 959px) {
  .shop .content-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.shop .content-area .woocommerce-ordering {
  font-size: 14px;
  margin-bottom: 30px;
  width: 50%;
  display: inline;
  position: absolute;
  top: -7px;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .shop .content-area .woocommerce-ordering {
    top: -50px;
    width: auto;
  }
}
.shop .content-area .woocommerce-ordering select {
  padding: 8px 15px 10px;
  border: 1px solid #D3E3DF;
  border-radius: 0;
  outline: none;
  width: 270px;
  font-weight: 300;
  background-position: 97% 50%;
  cursor: pointer;
}
.shop .products {
  margin: 40px 0 90px;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
  .shop .products {
    gap: 20px;
    margin: 40px 0 60px;
  }
}
.shop .products .product {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 31.3%;
          flex: 1 1 31.3%;
  max-width: 31.3%;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media only screen and (max-width: 1365px) {
  .shop .products .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 31%;
            flex: 1 1 31%;
    max-width: 32%;
  }
}
@media only screen and (max-width: 1279px) {
  .shop .products .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .shop .products .product {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .shop .products .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.shop .products a {
  text-decoration: none;
}
.shop .products img {
  width: 100%;
  height: auto;
}
.shop .products h5 {
  font-size: 18px;
  line-height: 140%;
  margin: 10px 0 0;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .shop .products h5 {
    height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .shop .products h5 {
    font-size: 14px;
    font-weight: 400;
    height: 55px;
  }
}
.shop .products .quantity {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  color: #fff;
  padding: 2px 6px 4px;
  background-color: #04AA71;
}
@media only screen and (max-width: 767px) {
  .shop .products .quantity {
    top: 10px;
    left: 10px;
  }
}
.shop .products .price {
  font-size: 24px;
  line-height: 140%;
  display: block;
  margin: 5px 0 15px;
}
@media only screen and (max-width: 767px) {
  .shop .products .price {
    font-size: 21px;
  }
}
.shop .products .sku {
  display: none;
  position: absolute;
  bottom: 150px;
  font-size: 12px;
  color: #ACACAC;
}
@media only screen and (max-width: 767px) {
  .shop .products .sku {
    bottom: 100px;
  }
}
.shop .products .add_to_cart_button {
  width: 100%;
  line-height: 100%;
}

.site-main {
  position: relative;
}

.woocommerce-result-count {
  width: 50%;
  display: inline;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-result-count {
    display: none;
  }
}

.wc-block-components-checkbox-list li {
  margin-bottom: 15px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid #D3E3DF !important;
  border-radius: 0 !important;
  outline: none;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: #04AA71 !important;
  color: #fff !important;
  border: none !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff !important;
}

.wc-block-components-filter-reset-button {
  color: #FF6464 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  position: relative;
  top: -5px;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  height: 40px;
  padding: 15px;
  font-size: 14px;
  max-width: 90px !important;
}

.wc-block-components-price-slider__range-input-wrapper:before {
  background: #b7b7b7 !important;
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% / 100% 100% !important;
  --range-color: #04AA71 !important;
}

.wc-block-components-price-slider__label {
  display: none;
}

.shop-header h1 {
  margin: 90px 0 60px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .shop-header h1 {
    margin: 60px 0 40px;
  }
}
@media only screen and (max-width: 959px) {
  .shop-header h1 {
    margin: 50px 0 40px;
  }
}
.shop-header h1:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -5px;
  background-color: #04AA71;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .shop-header h1:before {
    top: 4px;
  }
}
.shop-header h1 span {
  color: #04AA71;
}

.page-description {
  margin: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .page-description {
    margin: 40px 0;
  }
}

.category {
  width: 100%;
  margin-top: 40px;
  gap: 30px;
}
@media only screen and (max-width: 1279px) {
  .category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 959px) {
  .category {
    gap: 20px;
  }
}
.category .item-6 {
  border: 1px solid #D3E3DF;
  background: #FEFEFE;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1279px) {
  .category .item-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 31%;
            flex: 1 1 31%;
    max-width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .category .item-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    max-width: 49%;
  }
}
@media only screen and (max-width: 539px) {
  .category .item-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 479px) {
  .category .item-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
            flex: 1 1 46%;
    max-width: 47%;
  }
}
.category .item-6:hover {
  color: #04AA71;
  background-color: #F1FFFB;
}
.category a {
  text-decoration: none;
}
.category p {
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .category p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .category p {
    font-size: 14px;
  }
}
.category span {
  font-size: 40px;
}

.woocommerce {
  margin-top: 60px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce {
    margin-top: 0;
  }
}

.wc-forward {
  position: absolute;
  bottom: -18px;
  right: 2px;
  font-size: 16px;
}
.wc-forward:after {
  content: "\e902";
  font-family: "icomoon";
  position: relative;
  top: 2px;
  left: 4px;
  color: #04AA71;
}

.cart.article {
  margin: 0;
}
.cart.article h1 {
  position: relative;
  margin: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .cart.article h1 {
    margin: 60px 0 40px;
  }
}
.cart.article h1:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -5px;
  background-color: #04AA71;
  z-index: -1;
}

.wp-block-woocommerce-cart {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .wp-block-woocommerce-cart {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-woocommerce-cart {
    margin-bottom: 60px;
  }
}

.wc-block-cart-items td {
  padding-left: 0;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding-left: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items th span {
  margin-left: -32px;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
  padding-right: 0 !important;
}

.wc-block-cart-item__product {
  position: relative !important;
}

.wc-block-cart-item__quantity {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .wc-block-cart-item__quantity {
    margin-top: 80px;
  }
}

.wc-block-cart-item__prices {
  position: absolute;
  bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .wc-block-cart-item__prices {
    bottom: 65px;
  }
}

.wc-block-cart-item__wrap {
  margin-left: 25px !important;
}

.wc-block-components-product-name {
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .wc-block-components-product-name {
    font-size: 16px !important;
  }
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
    display: none;
  }
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
  padding-right: 0 !important;
}

.wc-block-cart-item__wrap .wc-block-components-product-price .wc-block-formatted-money-amount {
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.wc-block-components-quantity-selector {
  position: relative;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  position: absolute;
  bottom: 45px;
  left: 155px;
  color: #FF6464 !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    bottom: 22px;
  }
}
@media only screen and (max-width: 479px) {
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    margin-left: -20px !important;
  }
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  font-size: 14px !important;
  font-weight: 400 !important;
  height: 40px;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  color: #04AA71 !important;
}

.wc-block-components-quantity-selector {
  width: 100px !important;
  height: 40px;
}

.wc-block-components-totals-item__label {
  display: none;
}

.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-formatted-money-amount {
  display: none;
}

.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0 !important;
}

.wc-block-components-button {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#088B69), color-stop(88.1%, #00CB7A));
  background: linear-gradient(90deg, #088B69 0%, #00CB7A 88.1%);
  color: #fff;
  padding: 21px;
}

.wc-block-components-button__text {
  width: 268px;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 959px) {
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 959px) {
  .wc-block-components-sidebar {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .wc-block-cart-item__total {
    display: none;
  }
}

.wc-block-components-totals-footer-item-tax-value {
  display: block;
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .wc-block-cart-item__image {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .wc-block-cart__submit-button {
    width: auto !important;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 15px;
  padding: 15px;
  border: 2px solid #04AA71;
}

.wp-block-woocommerce-checkout {
  max-width: 1420px;
  padding: 0 15px !important;
  margin: 0 auto !important;
}
.wp-block-woocommerce-checkout .wc-block-components-button__text {
  width: auto !important;
}

.obkleika {
  gap: 30px;
}
.obkleika .item-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.obkleika p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.obkleika img {
  width: 100%;
}

.addbd {
  border-top: 1px solid #D3E3DF;
}

.price-bottom {
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .price-bottom {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 959px) {
  .price-bottom {
    gap: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .price-bottom {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .price-bottom .flex-2 {
    font-size: 18px;
  }
}
  .rumobile {
	color: #fff !important;
	font-weight: 700 !important;;
  }
@media only screen and (max-width: 539px) {
  .rumobile {
    font-size: 26px;
  }
  .service-item h3 {
     font-size: 28px;
     line-height: 140%;
     width: calc(100% - 40px);
  }
}

.woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -60px 0 60px;
}
.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.woocommerce-pagination ul li {
  font-weight: 500;
  padding: 0 15px;
  text-decoration: none;
}
.woocommerce-pagination ul .current {
  font-weight: 700;
  color: #04AA71;
}
.woocommerce-pagination ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
	.woocommerce-pagination {
	  margin: -30px 0 60px;
	}
}

#popup-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.85);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	cursor: zoom-out;
	text-align: center;
}

#popup-overlay img {
	max-width: 90%;
	max-height: 90%;
	position: relative;
	top: 5%;
}

.scroll-top {
	position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none;
	font-size: 16px;
  top: -5px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.scroll-top:hover {
  opacity: 1;
}

.blog .wrapper {
  gap: 60px;
  margin: 60px auto 120px;
}
@media only screen and (max-width: 1279px) {
  .blog .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .blog .wrapper {
    margin: 40px auto 60px;
  }
}
@media only screen and (max-width: 1279px) {
  .blog .item-2-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.blog .post-date {
  margin: 20px 0 30px;
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.blog .addtoany {
  padding-left: 15px;
}
.blog h1 {
  font-size: 42px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .blog h1 {
    font-size: 36px;
  }
}
.blog h2 {
  font-size: 32px;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  .blog h2 {
    font-size: 28px;
  }
}
.blog h3 {
  font-size: 28px;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  .blog h3 {
    font-size: 24px;
  }
}
.blog h4 {
  font-size: 24px;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  .blog h4 {
    font-size: 21px;
  }
}
.blog ul, .blog ol {
  padding-left: 20px;
}
.blog ul li, .blog ol li {
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 20px;
}
.blog ol li {
  margin-bottom: 10px;
}
.blog ul li::marker {
  color: #04AA71;
}
.blog blockquote {
  padding: 5px 30px;
  background-color: #F1FFFB;
  border: 1px solid #04AA71;
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .blog blockquote {
    padding: 0 20px;
  }
}
.blog .blog-img {
  margin-bottom: 30px;
}
.blog .blog-img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog .blog-img img {
    max-height: 300px;
  }
}
.blog .advantages-table {
  width: 100%;
  overflow-x: auto;
}
.blog .advantages-table table {
  border: 1px solid #04AA71;
  width: 100%;
  border-collapse: collapse;
}
.blog .advantages-table tr th {
  padding: 25px 30px;
  text-align: left;
  border: 1px solid #04AA71;
  background: #F1FFFB;
}
@media only screen and (max-width: 767px) {
  .blog .advantages-table tr th {
    padding: 15px 20px;
  }
}
.blog .advantages-table tr td {
  padding: 25px 30px;
  text-align: left;
  border: 1px solid #04AA71;
  line-height: 120%;
  font-size: 16px;
}
.blog .advantages-table tr td:first-child {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .blog .advantages-table tr td {
    padding: 15px 20px;
  }
}
.blog aside .sidebar-header {
  color: #04AA71;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  border: 1px solid #04AA71;
  background: #F1FFFB;
  display: inline-block;
  padding: 8px 10px 6px;
  margin-top: 10px;
}
.blog aside h4 a {
  text-decoration: none;
}
.blog aside .sidebar-banner {
  margin-top: 45px;
}
.blog aside .sidebar-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
}
.blog-wrap .blog-item {
	max-width: 48%;
}
@media only screen and (max-width: 767px) {
	.blog-wrap .blog-item {
		max-width: 100%;
	}
}

.blog-wrap .blog-thumb img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrap .post-date {
  margin: 25px 0 20px;
}
.blog-wrap h3 {
  margin: 20px 0;
  font-size: 26px;
}
.blog-wrap h3 a {
  text-decoration: none;
}

.blog h1.accent {
  font-size: 60px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog h1.accent {
    font-size: 48px;
  }
}
.blog h1.accent:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -5px;
  background-color: #04AA71;
  z-index: -1;
}

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

@media only screen and (max-width: 1279px) {
  .banner.shadow img {
   	height: 920px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.shadow img {
   	height: 1030px;
  }
}
@media only screen and (max-width: 539px) {
  .banner.shadow img {
   	height: 930px;
  }
}

.banner.shadow .banner-content {
  top: 170px;
}
@media only screen and (max-width: 1366px) {
  .banner.shadow .banner-content {
   left: 0;
	  gap: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .banner.shadow .banner-content {
   	flex-wrap: wrap;
	top: 40px;
	  gap: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .banner.shadow .banner-content .item-2-3 {
   	   max-width: 330px;
  }
}

.banner.shadow .banner-content .banner-content-order {
	padding: 40px 40px 50px;
    background-color: #FFF;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
	    margin-left: 60px;
}
@media only screen and (max-width: 1279px) {
  .banner.shadow .banner-content .banner-content-order {
   	max-width: 500px;
	  margin-left: 0;
  }
}
@media only screen and (max-width: 539px) {
  .banner.shadow .banner-content .banner-content-order {
   	padding: 40px 30px 50px;
  }
}
@media only screen and (max-width: 479px) {
  .banner.shadow .banner-content .banner-content-order {
   	padding: 20px 15px 35px;
  }
}

.banner.shadow .banner-content .banner-content-order h2 {
	font-weight: 700;
    text-align: center;
    color: #222;
    margin: 0 0 30px;
}

@media only screen and (max-width: 1279px) {
  .banner.shadow .banner-content .banner-content-order h2 {
   	font-size: 36px;
	  white-space: nowrap;
  }
}
@media only screen and (max-width: 479px) {
  .banner.shadow .banner-content .banner-content-order h2 {
   	font-size: 34px;
	  white-space: normal;
	  margin-bottom: 20px;
  }
}

.banner.shadow .banner-content .banner-content-order p {
    margin: 0;
}

.banner.shadow .banner-content .banner-content-order input {
    margin-bottom: 30px;
}

.banner.shadow .banner-content .banner-content-order .wpcf7-submit {
	width: 100%;
	margin-bottom: 0;
}

.banner.shadow .banner-content .banner-content-order .wpcf7-spinner {
	display: none;
}

.banner.shadow .banner-content .banner-content-order .wpcf7-response-output {
	color: #222;
}

.banner.shadow h1 {
	text-shadow: 0 10px 18px rgba(0, 0, 0, 0.60);
	font-size: 64px;
	font-weight: 400;
	line-height: 120%;
    letter-spacing: normal;
    text-transform: none;
	margin: 25px 0 40px;
}
@media only screen and (max-width: 1365px) {
  .banner.shadow h1 {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1279px) {
  .banner.shadow h1 {
    font-size: 48px;
	  max-width: 700px;
  }
}
@media only screen and (max-width: 539px) {
  .banner.shadow h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .banner.shadow h1 {
    font-size: 36px;
  }
}

.banner.shadow h1 span {
  color: #04AA71;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	.banner.shadow h1 span {
	  white-space: normal;
	  font-size: 46px;
	}
}
@media only screen and (max-width: 479px) {
  .banner.shadow h1 span {
    font-size: 42px;
  }
}


.banner.shadow .h5 {
  font-size: 21px;
	font-weight: 400;
	white-space: nowrap;
}

.banner.shadow .price {
	color: #04AA71;
	font-size: 48px;
	font-weight: 700;
	line-height: 120%
}
@media only screen and (max-width: 479px) {
	.banner.shadow .price {
	  font-size: 38px;
	}
}

.banner.shadow .price span {
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 140%;
	position: relative;
}
@media only screen and (max-width: 479px) {
	.banner.shadow .price span {
	  font-size: 34px;
	}
}

.banner.shadow .price span::before {
	content: "";
	display: inline-block;
	height: 3px;
	width: 100%;
	background-color: #F64343;
	position: absolute;
    top: 22px;
}

.banner.shadow img {
  -webkit-filter: brightness(45%);
          filter: brightness(45%);
  -o-object-fit: cover;
     object-fit: cover;
}

.shadow-about {
  margin: 100px auto;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	overflow-x: hidden;
}
@media only screen and (max-width: 1023px) {
  .shadow-about {
    margin: 60px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .shadow-about .shadow-img {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .shadow-about .shadow-img img {
    width: 100%;
  }
}

.shadow-about2.article {
  margin: 100px 0;
}
@media only screen and (max-width: 1023px) {
  .shadow-about2.article {
    margin: 60px 0;
  }
}
.shadow-about2 .about-content {
  position: relative;
  right: 90px;
}
@media only screen and (max-width: 1365px) {
  .shadow-about2 .about-content {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .shadow-about2 .about-content {
    padding: 60px 15px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .shadow-about2 .about-content {
    padding: 60px 15px 30px;
  }
}
.shadow-about2 .about-img {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.shadow-about2 .about-img img {
  position: relative;
  left: 90px;
}
@media only screen and (max-width: 1365px) {
  .shadow-about2 .about-img img {
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .shadow-about2 .about-img img {
    width: auto;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .shadow-about2 .about-img img {
    padding-bottom: 60px;
    height: auto;
  }
}

.shadow-goals.article {
  margin: 100px 0;
}
@media only screen and (max-width: 1023px) {
  .shadow-goals.article {
    margin: 60px 0;
  }
}
.shadow-goals h3 {
  font-size: 32px;
}
@media only screen and (max-width: 1365px) {
  .shadow-goals h3 {
    font-size: 28px;
  }
}
.shadow-goals .goals-item {
  height: 290px;
}
@media only screen and (max-width: 1023px) {
  .shadow-goals .goals-item {
    height: auto;
  }
}

.shadow-app {
  background: #f8f8f8;
  margin: 100px 0;
}
@media only screen and (max-width: 1023px) {
  .shadow-app {
    margin: 60px 0;
  }
}
.shadow-app .article {
  margin: auto;
  padding: 100px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .shadow-app .article {
    padding: 60px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 45px;
  }
}
.shadow-app .article img {
  width: 100%;
}

.shadow-blog .related-posts {
  position: sticky;
  top: 40px;
}

.shadow-blog .related-posts .btn-green {
	width: 100%;
}
.woocommerce-Tabs-panel--description h3 {
	font-size: 30px;
	font-weight: 400;
}
.header .navbar-nav > .menu-item:nth-child(2) a {
	color: #04aa71;
}

.footer .navbar-nav > .menu-item:nth-child(2) a {
	color: inherit;
}

.banner.shadow h2 {
	font-weight: 500;
	color: #04aa71;
}

.banner.shadow h2 .white {
	color: white;
	text-decoration: line-through;
}

.header-phone {
	display: none;
}

@media only screen and (max-width: 1365px) {
	.header-phone {
		display: inline-block;
  	  	position: absolute;
		right: 80px;
		margin-bottom: 6px;
	}
	.header-phone a {
		border: none;
		font-size: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.header-phone {
		margin-bottom: 0;
		right: 60px;
	}
	.header-phone a {
		width: 180px !important;
	}
	.header-phone .phone {
		display: none;
	}
}

.blog-main-page.blog-wrap {
	flex-wrap: nowrap;
}

.blog-main-page .blog-item:last-child {
	display: none;
}

@media only screen and (max-width: 1279px) {
	.blog-main-page.blog-wrap {
		flex-wrap: wrap;
	}
	.blog-main-page .blog-item:last-child {
		display: block;
	}
}

.blog-main-page .post-date {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.blog .woocommerce-pagination {
	margin: 20px 0 0;
}

.shop .products .outofstock > .quantity, .woocommerce .product .outofstock > .quantity {
	background-color: #7d7d7d;
}

.related .product.outofstock > .quantity, .woocommerce .product.outofstock > .quantity {
	background-color: #7d7d7d;
}


.contact-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1000;
}

.contact-float__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-bottom: 5px;
    pointer-events: none;
}

.contact-float__item {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 50%;

    opacity: 0;
    transform: translateY(15px);
    transition: 0.3s;
}

.contact-float__item svg {
    width: 20px;
    height: 20px;
}

.contact-float__toggle {
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background: #04aa71;
    color: #333;
    font-size: 16px;
}
.contact-float.is-open .contact-float__toggle {
    background: #eee;
}

.contact-float__toggle img {
    width: 28px;
}

.contact-float__icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-float__icon--close {
    opacity: 0;
    transform: scale(0.7);
}

.contact-float.is-open .contact-float__item {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.contact-float.is-open .contact-float__item:nth-child(1) { transition-delay: 0.05s; }
.contact-float.is-open .contact-float__item:nth-child(2) { transition-delay: 0.1s; }
.contact-float.is-open .contact-float__item:nth-child(3) { transition-delay: 0.15s; }

.contact-float.is-open .contact-float__icon--phone {
    opacity: 0;
    transform: scale(0.7);
}

.contact-float.is-open .contact-float__icon--close {
    opacity: 1;
    transform: scale(1);
}
.whatsapp {
    width: 20px;
}
