@charset "UTF-8";

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 1 */
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #292929;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body,
.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.site > *:not(.site-main) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.site-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/*
 * Removes default margin.
 */

body {
  margin: 0;
  overflow-y: scroll;
}
a {
  background: transparent;
  text-decoration-skip-ink: none;
}
a:active,
a:hover {
  outline: 0;
}
a {
  color: #38A601;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
a:hover {
  color: #38A601;
  text-decoration: underline;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  color: #D05;
  white-space: nowrap;
}
ins {
  background: #ffa;
  color: #222;
  text-decoration: none;
}
mark {
  background: #ffa;
  color: #222;
}
q {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
blockquote,
figure {
  margin: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 30px 0;
  font-weight: normal;
  text-transform: none;
}
* + h1,
* + h3,
* + h4,
* + h5,
* + h6,
* + .h1,
* + .h2,
* + .h3,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 25px;
}
* + h2 {
  margin-top: 50px;
}
/*
 * Sizes
 */

h1,
.h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}
h2,
.h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
h4,
.h4 {
  font-size: 20px;
  font-weight: bold;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: bold;
}
h6,
.h6 {
  font-size: 16px;
  font-weight: bold;
}
.inner-page h2,
.inner-page .h2 {
  margin-bottom: 20px;
  font-size: 40px;
}
ul,
ol {
  padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #C4C8D8;
}
address {
  font-style: normal;
}
blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #222;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
}
[hidden],
template {
  display: none;
}
iframe {
  border: 0;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"],
[type="url"],
[type="search"] {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 0 15px;
  height: 45px;
  color: #292929;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
}
textarea {
  padding: 10px 15px;
  width: 100%;
  height: 170px;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 14px;
  resize: none;
  color: #292929;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #747474;
  opacity: 1;
}
::-moz-placeholder {
  color: #747474;
  opacity: 1;
}
:-moz-placeholder {
  color: #747474;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #747474;
  opacity: 1;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
select {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #fff;
  padding: 0 15px;
  height: 45px;
  color: #292929;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
}
.input-big {
  height: 60px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
a:active,
a:focus {
  outline: none;
}
button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
.videoadapt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoadapt > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoadapt-wrap {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.videoadapt-wrap + p,
.videoadapt-wrap + div,
.videoadapt-wrap + span,
.videoadapt-wrap + ul,
.videoadapt-wrap + figure,
.videoadapt-wrap + ol {
  margin-top: 25px;
}
* + .videoadapt-wrap {
  margin-top: 25px;
}
.custom-checkbox label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
}
.custom-checkbox label input {
  position: absolute;
  left: 6px;
  z-index: -1;
  visibility: hidden;
}
.custom-checkbox label input ~ span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #D3D3D3;
  border-radius: 6px;
}
.custom-checkbox label input ~ span:after {
  content: '';
  background: -webkit-linear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: -moz- oldlinear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: linear-gradient(70.56deg, #009A00 27.52%, #A1ED00 96.84%);
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 5px;
  opacity: 0;
}
.custom-checkbox label input:checked ~ span:after {
  opacity: 1;
}
.custom-checkbox label input:disabled ~ span {
  color: #D0D1D2;
  cursor: not-allowed;
}
.custom-checkbox label input:disabled ~ span:before {
  background: #F8F9FB;
}
.custom-checkbox label input:disabled ~ span:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.custom-radio,
.custom-radio-wrap label {
  position: relative;
  padding-left: 14px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.custom-radio input,
.custom-radio-wrap label input {
  position: absolute;
  left: 6px;
  z-index: -1;
  opacity: 0;
}
.custom-radio input ~ span:before,
.custom-radio-wrap label input ~ span:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fff;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.custom-radio input ~ span:after,
.custom-radio-wrap label input ~ span:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 10px;
  font-size: 10px;
  background: #38A601;
  width: 3px;
  height: 3px;
  opacity: 0;
  border-radius: 50%;
}
.custom-radio input:checked ~ span:after,
.custom-radio-wrap label input:checked ~ span:after {
  opacity: 1;
}
.custom-radio-wrap > span {
  display: block;
}
.input-date {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.5037 1.41667H11.7815V0H10.3371V1.41667H4.55965V0H3.11528V1.41667H2.3931C1.5987 1.41667 0.94873 2.05418 0.94873 2.83335V12.7501C0.94873 13.5292 1.5987 14.1667 2.3931 14.1667H8.89275C8.45944 13.8126 8.09835 13.3167 7.80948 12.7501H2.3931V5.6667H12.5037V6.80004C13.0092 6.87087 13.5147 7.01254 13.948 7.29588V2.83335C13.948 2.05418 13.2981 1.41667 12.5037 1.41667ZM12.5037 4.25002H2.3931V2.83335H12.5037V4.25002ZM11.7815 8.14588C12.5759 8.14588 13.2981 8.42922 13.8036 8.99588L14.6702 8.14588V10.9792H11.7815L13.0814 9.70422C12.7203 9.42089 12.287 9.20839 11.7815 9.20839C10.7704 9.20839 9.97603 9.98756 9.97603 10.9792C9.97603 11.9709 10.7704 12.7501 11.7815 12.7501C12.3592 12.7501 12.8648 12.4667 13.2259 12.0417H14.4536C14.0203 13.1042 13.0092 13.8126 11.7815 13.8126C10.1927 13.8126 8.89275 12.5376 8.89275 10.9792C8.89275 9.42089 10.1927 8.14588 11.7815 8.14588Z' fill='%23D3D3D3'/%3e%3c/svg%3e ");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 15px) center;
  background-position: -moz-calc(100% - 15px) center;
  background-position: calc(100% - 15px) center;
  padding-right: 35px;
}
.text-center {
  text-align: center !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.row > * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  word-wrap: normal;
}
.col-1 {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}
.col-2 {
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
}
.col-3 {
  width: -webkit-calc(33.3333% - 30px);
  width: -moz-calc(33.3333% - 30px);
  width: calc(33.3333% - 30px);
}
.col-2-3 {
  width: -webkit-calc(66.6666% - 30px);
  width: -moz-calc(66.6666% - 30px);
  width: calc(66.6666% - 30px);
}
.col-4 {
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
}
.col-5 {
  width: -webkit-calc(20% - 30px);
  width: -moz-calc(20% - 30px);
  width: calc(20% - 30px);
}
.col-6 {
  width: -webkit-calc(166.6666% - 30px);
  width: -moz-calc(166.6666% - 30px);
  width: calc(166.6666% - 30px);
}
.categ-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -50px;
}
.categ-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
  margin-bottom: 50px;
}
.product-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
}
.product-top-left {
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px);
  margin-left: 40px;
}
.product-top-right {
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px);
  margin-left: 40px;
}
.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-thumb {
  width: 120px;
  margin-right: 60px;
}
.slider-preview {
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
}
.advantages-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.advantage-works-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.3333% - 30px);
  width: -moz-calc(33.3333% - 30px);
  width: calc(33.3333% - 30px);
}
.btn-green {
  background: -webkit-linear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: -moz- oldlinear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: linear-gradient(53.95deg, #009A00 3.38%, #A1ED00 76.02%);
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 45px;
  padding: 4px 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-green span {
  position: relative;
  z-index: 1;
}
.btn-green:before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.btn-green:hover {
  color: #38A601;
  text-decoration: none;
}
.btn-green:hover:before {
  opacity: 1;
}
.btn-green i {
  margin-left: 8px;
}
.btn-green-border {
  background: -webkit-linear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: -moz- oldlinear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: linear-gradient(53.95deg, #009A00 3.38%, #A1ED00 76.02%);
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 45px;
  padding: 4px 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #38A601;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-green-border span {
  position: relative;
  z-index: 1;
}
.btn-green-border:before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-green-border:hover {
  text-decoration: none;
  color: #fff;
}
.btn-green-border:hover:before {
  opacity: 0;
}
.btn-green-border i {
  margin-left: 8px;
}
.btn-dark-border {
  background: none;
  border: 1px solid #292929;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 45px;
  padding: 4px 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #292929;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-dark-border:hover {
  text-decoration: none;
  color: #fff;
  background: #292929;
}
.btn-dark-border-2 {
  background: none;
  border: 1px solid #292929;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 45px;
  padding: 4px 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #292929;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-dark-border-2 span {
  position: relative;
  z-index: 2;
}
.btn-dark-border-2:before {
  content: '';
  background: -webkit-linear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: -moz- oldlinear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: linear-gradient(53.95deg, #009A00 3.38%, #A1ED00 76.02%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-dark-border-2:after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-dark-border-2:hover {
  text-decoration: none;
  border-color: transparent;
}
.btn-dark-border-2:hover:before {
  opacity: 1;
}
.btn-dark-border-2:hover span {
  background: -webkit-linear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: -moz- oldlinear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
  background: linear-gradient(70.56deg, #009A00 27.52%, #A1ED00 96.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.btn-dark-border-3 {
  background: none;
  border: 1px solid #292929;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 45px;
  padding: 4px 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #292929;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-dark-border-3 span {
  position: relative;
  z-index: 2;
}
.btn-dark-border-3:before {
  content: '';
  background: -webkit-linear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: -moz- oldlinear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: linear-gradient(53.95deg, #009A00 3.38%, #A1ED00 76.02%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-dark-border-3:after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-dark-border-3:hover {
  text-decoration: none;
  border-color: transparent;
}
.btn-dark-border-3:hover:before {
  opacity: 1;
}
.btn-dark-border-3:hover:after {
  opacity: 0;
}
.btn-dark-border-3:hover span {
  color: #fff;
}
.btn-dark {
  background: #292929;
  border: 1px solid #292929;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 45px;
  padding: 4px 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-dark:hover {
  text-decoration: none;
  color: #292929;
  background: transparent;
}
.btn-white-border {
  background: none;
  border: 1px solid #fff;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 45px;
  padding: 4px 20px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-white-border:hover {
  text-decoration: none;
  color: #292929;
  background: #fff;
}
.btn-big {
  min-height: 60px;
  border-radius: 30px;
  font-size: 18px !important;
}
.btn-big:before,
.btn-big:after {
  border-radius: 30px;
}
.hidden,
.agree {
  display: none !important;
  visibility: hidden !important;
}
.nowrap {
  white-space: nowrap !important;
}
/* Здесь переменные и миксины */

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  max-width: 1468px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */

.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text,
.small-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.agree,
.no-visible {
  display: none;
}
.header-top-wrap {
  padding: 25px 20px;
  border-bottom: 1px solid #D3D3D3;
}
.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.site-branding {
  margin-right: 30px;
  min-width: 200px;
}
.header-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-viber {
  width: 22px;
  height: 22px;
  background: #7C509A;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-viber svg {
  position: relative;
  top: 1px;
}
.header-wt {
  width: 22px;
  height: 22px;
  background: #38A601;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-top-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top-cont a:not(:last-child) {
  margin-right: 8px;
}
.header-top-cont a {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-top-cont a:hover {
  opacity: 0.7;
}
.header-top-col {
  margin-right: 16px;
  white-space: nowrap;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top-col span {
  margin-right: 5px;
}
.header-top-col a {
  color: #292929;
  font-weight: 500;
}
.header-top-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -14px;
}
.header-top-tel a {
  margin-left: 14px;
}
.header-top-col-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #292929;
  white-space: nowrap;
  line-height: 1.2;
}
.header-top-col-border span {
  margin-right: 5px;
}
.header-top-col-border a {
  color: #292929;
  font-weight: 500;
}
.header-top-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 -10px -30px;
}
.header-top-btn-group a {
  margin: 0 0 10px 30px;
}
.strana-img {
  margin-right: 7px;
  min-width: 15px;
}
.header-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
}
.header-bottom-btn > * {
  margin-left: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-bottom-menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-cart {
  background: -webkit-linear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: -moz- oldlinear-gradient(36.05deg, #009A00 3.38%, #A1ED00 76.02%);
  background: linear-gradient(53.95deg, #009A00 3.38%, #A1ED00 76.02%);
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.header-cart svg {
  margin: auto;
  position: relative;
  z-index: 2;
}
.header-cart svg path {
  fill: #fff;
}
.header-cart:before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-cart:hover:before {
  opacity: 1;
}
.header-cart:hover svg path {
  fill: url(#linear-gradient);
}
.header-cart-count {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #38A601;
  font-size: 14px;
  right: -13px;
  top: -17px;
}
.form_wrapper {
  position: relative;
}
.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
  max-width: 20px;
}
.dgwt-wcas-search-icon {
  color: #38a601;
}
.dgwt-wcas-search-icon path {
  fill: #38a601;
}
.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
  left: 16px;
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  z-index: 5;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
  top: 8px;
  min-width: 500px;
  z-index: 1000;
}
.dgwt-wcas-search-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #38a601;
  cursor: pointer;
}
.dgwt-wcas-search-icon:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='1.10547' y='1.49005' width='43.9299' height='43.9969' rx='21.965' stroke='url(%23paint0_linear_4621_3019)'/%3e%3cpath d='M21.2593 16.239C23.0297 16.239 24.7276 16.9433 25.9794 18.197C27.2313 19.4508 27.9346 21.1512 27.9346 22.9242C27.9346 24.4831 27.3976 25.9234 26.5035 27.0651C26.4093 27.1855 26.4157 27.3581 26.5237 27.4663C26.5788 27.5215 26.6536 27.5525 26.7316 27.5525H27.0154C27.2751 27.5525 27.5242 27.6558 27.7077 27.8395L31.7868 31.9248C32.2118 32.3503 32.2118 33.0396 31.7868 33.4652C31.361 33.8917 30.6699 33.8917 30.2441 33.4652L26.1677 29.3827C25.9839 29.1986 25.8806 28.9491 25.8806 28.689V28.4041C25.8806 28.3264 25.8498 28.2518 25.7949 28.1968C25.6867 28.0885 25.5139 28.0821 25.3936 28.1767C24.2537 29.0718 22.8156 29.6095 21.2593 29.6095C19.4889 29.6095 17.791 28.9051 16.5391 27.6514C15.2873 26.3977 14.584 24.6973 14.584 22.9242C14.584 21.1512 15.2873 19.4508 16.5391 18.197C17.791 16.9433 19.4889 16.239 21.2593 16.239ZM21.2593 18.296C18.6919 18.296 16.6379 20.353 16.6379 22.9242C16.6379 25.4955 18.6919 27.5525 21.2593 27.5525C23.8267 27.5525 25.8806 25.4955 25.8806 22.9242C25.8806 20.353 23.8267 18.296 21.2593 18.296Z' fill='%2338A601'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_4621_3019' x1='-9.62248' y1='45.9869' x2='56.3408' y2='43.9264' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23009A00'/%3e%3cstop offset='1' stop-color='%23A1ED00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.dgwt-wcas-search-icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.605469' y='0.990051' width='44.9299' height='44.9969' rx='22.465' fill='url(%23paint0_linear_4621_3019)'/%3e%3cpath d='M21.2593 16.239C23.0297 16.239 24.7276 16.9433 25.9794 18.197C27.2313 19.4508 27.9346 21.1512 27.9346 22.9242C27.9346 24.4831 27.3976 25.9234 26.5035 27.0651C26.4093 27.1855 26.4157 27.3581 26.5237 27.4663V27.4663C26.5788 27.5215 26.6536 27.5525 26.7316 27.5525H27.0154C27.2751 27.5525 27.5242 27.6558 27.7077 27.8395L31.7868 31.9248C32.2118 32.3503 32.2118 33.0396 31.7868 33.4652V33.4652C31.361 33.8917 30.6699 33.8917 30.2441 33.4652L26.1677 29.3827C25.9839 29.1986 25.8806 28.9491 25.8806 28.689V28.4041C25.8806 28.3264 25.8498 28.2518 25.7949 28.1968V28.1968C25.6867 28.0885 25.5139 28.0821 25.3936 28.1767C24.2537 29.0718 22.8156 29.6095 21.2593 29.6095C19.4889 29.6095 17.791 28.9051 16.5391 27.6514C15.2873 26.3977 14.584 24.6973 14.584 22.9242C14.584 21.1512 15.2873 19.4508 16.5391 18.197C17.791 16.9433 19.4889 16.239 21.2593 16.239ZM21.2593 18.296C18.6919 18.296 16.6379 20.353 16.6379 22.9242C16.6379 25.4955 18.6919 27.5525 21.2593 27.5525C23.8267 27.5525 25.8806 25.4955 25.8806 22.9242C25.8806 20.353 23.8267 18.296 21.2593 18.296Z' fill='white'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_4621_3019' x1='4.4913' y1='55.9863' x2='56.9609' y2='37.4975' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.277436' stop-color='%23009A00'/%3e%3cstop offset='0.991778' stop-color='%23A1ED00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.dgwt-wcas-search-icon:hover:after {
  opacity: 1;
}
.dgwt-wcas-search-icon svg {
  position: relative;
  z-index: 2;
  margin: auto;
  display: none !important;
}
.dgwt-wcas-search-icon:hover:before {
  background: none;
}
.dgwt-wcas-search-icon:hover svg path {
  fill: #fff;
}
.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
  padding-left: 0 !important;
}
.header-bottom .mega-menu-link svg,
.header-bottom .mega-menu-link .menu-image {
  padding-right: 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
  padding-right: 0 !important;
}
.menu-image-hover-wrapper img.hovered-image,
.menu-item:hover .menu-image-hover-wrapper img.menu-image {
  position: relative;
  left: -9px;
  top: -1px;
}

/* Stable Menu Image geometry for Max Mega Menu.
   Lazy loading may reorder image nodes, so the icons must not rely on a
   negative margin to overlap. */
.header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link .menu-image-hover-wrapper {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 !important;
  margin: 0 9px 0 0 !important;
  line-height: 0;
  vertical-align: middle;
}
.header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link .menu-image-hover-wrapper > img {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0 !important;
  max-width: none;
}
.header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link .menu-image {
  opacity: 0;
}
.header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link .hovered-image {
  opacity: 1;
}
.linear-gradient {
  position: absolute;
  left: -20000px;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon {
  opacity: 1;
}
.map {
  height: 430px;
}
.ymaps-2-1-79-image {
  -webkit-filter: drop-shadow(1px 12px 22px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(1px 12px 22px rgba(0, 0, 0, 0.09));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.ymaps-2-1-79-image:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.main-page-top {
  position: relative;
  color: #fff;
}
.main-page-top:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(36, 34, 34, 0.5);
}
.main-page-top video {
  min-height: 530px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-page-top-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-page-top-title {
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.main-page-top-inner {
  max-width: 780px;
}
.home .main-page-top-inner {
  max-width: none;
}
.main-page-top-subtitle {
  font-weight: 700;
  line-height: 1.2;
}
.main-page-top-subtitle p + p{
  margin-top: 15px;
}
.main-page-top-button {
  margin: 40px 0 -10px -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-page-top-button > * {
  margin: 0 0 10px 30px;
}
.breadcrumbs-wrap {
  padding-bottom: 35px;
}
.breadcrumbs-wrap:before {
  content: '';
  display: block;
  width: 100%;
  background: -webkit-linear-gradient(14.83deg, #009A00 54.29%, #A1ED00 71.57%);
  background: -moz- oldlinear-gradient(14.83deg, #009A00 54.29%, #A1ED00 71.57%);
  background: linear-gradient(75.17deg, #009A00 54.29%, #A1ED00 71.57%);
  height: 10px;
  margin-bottom: 30px;
}
.breadcrumb {
  padding: 0;
  list-style: none;
  /*
display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
*/
  display: block;
  /*white-space: nowrap;*/
}
.breadcrumb li {
  display: inline;
}
.breadcrumb a {
  color: #747474;
}
.breadcrumb a:hover {
  color: #38A601;
}
.breadcrumb li:first-child:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.09525 3.34699L4.42065 3.72662V3.72662L4.09525 3.34699ZM11.9047 3.34699L11.5794 3.72662V3.72662L11.9047 3.34699ZM12.9047 4.20413L13.2301 3.8245V3.8245L12.9047 4.20413ZM3.09525 4.20413L2.76986 3.8245V3.8245L3.09525 4.20413ZM14.5 8.75967V13.0001H15.5V8.75967H14.5ZM11 16.5001H5V17.5001H11V16.5001ZM1.5 13.0001V8.75967H0.5V13.0001H1.5ZM3.42065 4.58376L4.42065 3.72662L3.76986 2.96736L2.76986 3.8245L3.42065 4.58376ZM11.5794 3.72662L12.5794 4.58376L13.2301 3.8245L12.2301 2.96736L11.5794 3.72662ZM4.42065 3.72662C5.36213 2.91963 6.03347 2.34541 6.60576 1.96743C7.16635 1.59718 7.58025 1.45129 8 1.45129V0.451294C7.30997 0.451294 6.70316 0.704686 6.05465 1.133C5.41784 1.55359 4.69169 2.17721 3.76986 2.96736L4.42065 3.72662ZM12.2301 2.96736C11.3083 2.17721 10.5822 1.55359 9.94535 1.133C9.29684 0.704686 8.69003 0.451294 8 0.451294V1.45129C8.41975 1.45129 8.83365 1.59718 9.39424 1.96743C9.96653 2.34541 10.6379 2.91963 11.5794 3.72662L12.2301 2.96736ZM5 16.5001C4.04306 16.5001 3.37565 16.499 2.87208 16.4313C2.3829 16.3655 2.12385 16.2452 1.93934 16.0607L1.23223 16.7678C1.63351 17.1691 2.13876 17.3417 2.73883 17.4224C3.32452 17.5011 4.07133 17.5001 5 17.5001V16.5001ZM0.5 13.0001C0.5 13.9287 0.498938 14.6755 0.577682 15.2612C0.658359 15.8613 0.830955 16.3665 1.23223 16.7678L1.93934 16.0607C1.75483 15.8762 1.63453 15.6172 1.56876 15.128C1.50106 14.6244 1.5 13.957 1.5 13.0001H0.5ZM14.5 13.0001C14.5 13.957 14.4989 14.6244 14.4312 15.128C14.3655 15.6172 14.2452 15.8762 14.0607 16.0607L14.7678 16.7678C15.169 16.3665 15.3416 15.8613 15.4223 15.2612C15.5011 14.6755 15.5 13.9287 15.5 13.0001H14.5ZM11 17.5001C11.9287 17.5001 12.6755 17.5011 13.2612 17.4224C13.8612 17.3417 14.3665 17.1691 14.7678 16.7678L14.0607 16.0607C13.8762 16.2452 13.6171 16.3655 13.1279 16.4313C12.6244 16.499 11.9569 16.5001 11 16.5001V17.5001ZM15.5 8.75967C15.5 7.44767 15.5107 6.63681 15.1798 5.91737L14.2713 6.33522C14.4893 6.80926 14.5 7.35616 14.5 8.75967H15.5ZM12.5794 4.58376C13.645 5.49715 14.0533 5.86119 14.2713 6.33522L15.1798 5.91737C14.8489 5.19792 14.2263 4.67834 13.2301 3.8245L12.5794 4.58376ZM1.5 8.75967C1.5 7.35615 1.51069 6.80926 1.72872 6.33522L0.820205 5.91737C0.489306 6.63681 0.5 7.44767 0.5 8.75967H1.5ZM2.76986 3.8245C1.77371 4.67834 1.1511 5.19792 0.820205 5.91737L1.72872 6.33522C1.94674 5.86119 2.35502 5.49715 3.42065 4.58376L2.76986 3.8245Z' fill='%23747474'/%3e%3cpath d='M10.5 17V12C10.5 11.4477 10.0523 11 9.5 11H6.5C5.94772 11 5.5 11.4477 5.5 12V17' stroke='%23747474' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  display: inline-block;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.breadcrumb li:last-child {
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.divider {
  margin: 0 5px;
  position: relative;
  top: -1px;
  min-width: 12px;
  display: inline-block;
}
.relative {
  position: relative;
}
.badge + * {
  margin-top: 0 !important;
}
.badge {
  position: absolute;
  right: 0;
  margin-right: -10px;
}
.form-options-sub-col:last-child .badge {
  margin-right: -15px;
}
.woocommerce-table--custom-fields {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .call-back svg {
    display: none;
  }
  .header-bottom .mega-menu-link:hover svg path {
    fill: #38A601;
  }
  .header-bottom .mega-menu-link:hover .menu-image {
    opacity: 0;
  }
  .header-bottom .mega-menu-link:hover .hovered-image {
    opacity: 1;
  }
  .header-bottom .mega-toggle-on > a svg path {
    fill: #38A601;
  }
  .header-bottom .mega-menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-bottom .mega-menu-link:hover svg path {
    fill: #38A601;
  }
  .header-bottom .mega-menu-link svg,
  .header-bottom .mega-menu-link .menu-image {
    margin-right: 9px;
    position: relative;
    top: -1px;
    max-width: 27px;
    max-height: 27px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
  }
  .header-bottom .mega-menu-link svg path,
  .header-bottom .mega-menu-link .menu-image path {
    fill: #292929;
    -webkit-transition: fill 0.2s ease 0s;
    -o-transition: fill 0.2s ease 0s;
    -moz-transition: fill 0.2s ease 0s;
    transition: fill 0.2s ease 0s;
  }
  .header-bottom #mega-menu-wrap-menu-1 {
    background: #fff;
  }
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    background: none;
    color: #38A601;
  }
  .header-bottom #mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus,
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: none;
    color: #38A601;
  }
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: none;
    color: #38A601;
  }
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link svg path {
    fill: #38A601;
  }
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: 80px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item {
    position: static;
  }
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    min-height: 100%;
    margin-left: 20px;
  }
  .header-bottom .mega-sub-menu > li + li {
    margin-top: 10px !important;
  }
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: none;
    color: #38A601;
  }
  .header-bottom .mega-current-menu-item > a.mega-menu-link {
    background: none !important;
    color: #38A601 !important;
  }
  .header-bottom .mega-current-menu-item > a.mega-menu-link svg path {
    fill: #38A601;
  }
  .header-bottom .mega-current-menu-item > a.mega-menu-link .menu-image {
    opacity: 0 !important;
  }
  .header-bottom .mega-current-menu-item > a.mega-menu-link .hovered-image {
    opacity: 1 !important;
  }
  #mega-menu-menu-1 > li > .mega-sub-menu {
    width: 400px !important;
    padding: 20px 0 !important;
  }
  #mega-menu-menu-1 > li > .mega-sub-menu > li > a {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #mega-menu-menu-1 > li > .mega-sub-menu > li > .mega-sub-menu {
    padding: 20px 0 !important;
  }
  #mega-menu-menu-1 > li > .mega-sub-menu > li > .mega-sub-menu > li > a {
    font-size: 14px;
    line-height: 17px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #mega-menu-menu-1 .mega-toggle-on > a {
    color: #38A601 !important;
  }
  #mega-menu-menu-1 .mega-sub-menu {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 8px 8px !important;
  }
  #mega-menu-menu-1 > li:not(:first-child) > .mega-sub-menu {
    width: 270px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #mega-menu-menu-1 > li:hover > a {
    background: none !important;
    color: #38A601 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link .menu-image,
  #mega-menu-menu-1 > li:hover > a .menu-image {
    opacity: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link .hovered-image,
  #mega-menu-menu-1 > li:hover > a .hovered-image {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .large-visible {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .visible-large {
    display: none !important;
  }
}
@media screen and (max-width: 1700px) {
  .btn-green {
    font-size: 16px;
    font-weight: 500;
  }
  .btn-green-border {
    font-size: 16px;
    font-weight: 500;
  }
  .btn-dark-border {
    font-size: 16px;
    font-weight: 500;
  }
  .btn-dark-border-2 {
    font-size: 16px;
    font-weight: 500;
  }
  .btn-dark-border-3 {
    font-size: 16px;
    font-weight: 500;
  }
  .btn-dark {
    font-size: 16px;
    font-weight: 500;
  }
  .btn-white-border {
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1468px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row {
    margin-bottom: -20px;
  }
  .row > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .row > * {
    margin-bottom: 20px;
  }
  .col-1 {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .col-2 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .col-3 {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }
  .col-2-3 {
    width: -webkit-calc(66.6666% - 20px);
    width: -moz-calc(66.6666% - 20px);
    width: calc(66.6666% - 20px);
  }
  .col-4 {
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .col-5 {
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: calc(20% - 20px);
  }
  .col-6 {
    width: -webkit-calc(166.6666% - 20px);
    width: -moz-calc(166.6666% - 20px);
    width: calc(166.6666% - 20px);
  }
  .categ-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .categ-row {
    margin-bottom: -30px;
  }
  .categ-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .categ-item {
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .categ-item {
    margin-bottom: 30px;
  }
  .product-top-left {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
  }
  .product-top-right {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
  }
  .slider-thumb {
    margin-right: 20px;
  }
  .slider-preview {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
  .advantages-works {
    margin-left: -10px;
    margin-right: -10px;
  }
  .advantage-works-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .advantage-works-item {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }
  .site-branding,
  .header-top-row {
    margin-right: 15px;
  }
  .header-top-col-border {
    margin-right: 7px;
    padding-right: 7px;
  }
  .header-top-col {
    margin-right: 8px;
  }
  .header-top-btn-group {
    margin-left: -15px;
  }
  .header-top-btn-group a {
    margin-left: 15px;
  }
  .header-top-tel a:not(:first-child) {
    display: none;
  }
  .header-bottom-btn {
    margin-left: -15px;
  }
  .header-bottom-btn > * {
    margin-left: 15px;
  }
  .main-page-top-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1220px) {
  .header-top-col-mail {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .hidden-large {
    display: none !important;
  }
  .col-5 {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }
  .col-6 {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }
  .col-large-2 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .categ-item {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }
  .slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slider-thumb {
    width: 100%;
    margin: 20px 0 0;
  }
  .slider-preview {
    width: 100%;
  }
  .large-hidden {
    display: none !important;
  }
  .header-top-row {
    display: none;
  }
  .letter-director {
    display: none;
  }
  .call-back {
    padding: 0;
    width: 40px;
    height: 40px;
    min-height: 1px;
  }
  .call-back:hover svg path {
    fill: #fff;
  }
  .call-back svg {
    display: block;
    min-width: 10px;
    position: relative;
    z-index: 1;
  }
  .call-back svg path {
    fill: url(#linear-gradient);
  }
  .call-back span {
    display: none;
  }
  .call-back:before {
    opacity: 1;
  }
  #mega-menu-wrap-menu-1 {
    position: static;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    position: absolute;
    top: 36px;
    right: 20px;
    background: none;
  }
  #mega-menu-wrap-menu-1 .mega-toggle-block {
    margin: 0 !important;
  }
  .header-top {
    margin-right: 170px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background: -webkit-linear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
    background: -moz- oldlinear-gradient(19.44deg, #009A00 27.52%, #A1ED00 96.84%);
    background: linear-gradient(70.56deg, #009A00 27.52%, #A1ED00 96.84%);
    height: 3px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .site-header {
    position: relative;
  }
  .header-bottom-right {
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -21px;
  }
  .dgwt-wcas-search-icon,
  .header-cart {
    width: 40px;
    height: 40px;
  }
  .header-bottom .wrapper {
    padding: 0;
  }
  #mega-menu-menu-1 {
    position: absolute !important;
    z-index: 10;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 0 !important;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after,
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    background: #38A601;
  }
  .site-branding {
    min-width: 1px;
  }
  .dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
  .dgwt-wcas-overlay-mobile .dgwt-wcas-search-form {
    display: block !important;
  }
  .dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input {
    padding-right: 100px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #292929;
    font-weight: bold;
    padding-left: 20px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #fff;
    color: #38A601;
  }
  #mega-menu-menu-1 .mega-sub-menu {
    padding: 10px 0 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-cart:before {
    opacity: 1;
  }
  .header-cart svg path {
    fill: url(#linear-gradient);
  }
  .call-back:hover:before {
    opacity: 1;
  }
  .call-back:hover svg path {
    fill: url(#linear-gradient);
  }
  .header-bottom .mega-menu-link svg,
  .header-bottom .mega-menu-link .menu-image {
    margin-right: 10px;
    position: relative;
    top: -1px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: none !important;
    color: #38A601 !important;
    font-weight: bold !important;
  }
  .mega-current-menu-item .menu-image {
    opacity: 0 !important;
  }
  .mega-current-menu-item .hovered-image {
    opacity: 1 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 20px;
  }
  h1,
  .h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  .inner-page h2,
  .inner-page .h2 {
    margin-bottom: 20px;
  }
  .medium-mt-0 {
    margin-top: 0 !important;
  }
  .col-2 {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .col-3 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .col-4 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .col-5 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .col-6 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .col-medium-2 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .categ-item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .product-top-left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .product-top-right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .btn-big {
    min-height: 50px;
    font-size: 16px !important;
  }
  .mobile-hidden {
    display: none !important;
  }
  .mobile-hidden + p,
  .mobile-hidden + ul,
  .mobile-hidden + ol {
    margin-top: 0;
  }
  .main-page-top video {
    min-height: 400px;
  }
  .main-page-top-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .main-page-top-subtitle {
    text-align: center;
    font-size: 14px;
  }
  .main-page-top-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -25px;
  }
  .main-page-top-button > * {
    margin-left: 25px;
  }
  .breadcrumbs-wrap {
    padding-bottom: 15px;
  }
  .breadcrumbs-wrap:before {
    margin-bottom: 20px;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .breadcrumb li:first-child:before {
    display: none;
  }
  .divider {
    margin: 0 3px;
  }
  .divider svg {
    width: 8px;
    height: 6px;
  }
  .dgwt-wcas-search-wrapp .form_wrapper .dgwt-wcas-search-form {
    right: -133px !important;
    min-width: 375px !important;
  }
}
@media screen and (max-width: 640px) {
  .advantage-works-item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .xsmall-hidden {
    display: none !important;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle{
    top: 25px;
  }
  .site-branding{
    max-width: 240px !important;
  }
}
@media screen and (max-width: 479px) {
  h1,
  .h1 {
    margin-bottom: 20px;
  }
  .inner-page h2,
  .inner-page .h2 {
    font-size: 30px;
  }
  .col-3 {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .col-4 {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .col-5 {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .col-large-2 {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .col-medium-2 {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .categ-item {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .main-page-top-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
@media screen and (max-width: 374px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 32px;
  }
  .header-bottom-right {
    right: 70px;
  }
  .header-top {
    margin-right: 160px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
  .header-bottom .mega-menu-link svg {
    max-width: 20px;
    max-height: 20px;
  }
  #mega-menu-menu-1 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-bottom #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}
@media screen and (min-width: 991px) {
  .site-header.header_hidden {
    position: relative;
  }
  body.scrolled .site-header {
    /* transform: translateY(-96px); */
    border-bottom: 1px solid #D3D3D3;
  }
  body.scrolled .site-header.header_hidden {
    transform: translateY(-100%);
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    transition: all 0.4s ease 0s;
  }
}
@media screen and (min-width: 1300px) {
  body.scrolled .site-header:not(.header_hidden) .header-top-wrap {
    width: 100%;
    /* max-width: 1468px; */
    margin: 0 auto;
  }
  /*body.scrolled .site-header:not(.header_hidden) .site-branding {*/
    /*position: absolute;*/
    /*top: 121px;*/
    /*max-width: 200px !important;*/
  /*}*/
  /*body.scrolled .site-header:not(.header_hidden) .header-bottom-row {*/
    /*padding-left: 210px;*/
  /*}*/
}
@media screen and (max-width: 990px) {
  .site-header.header_hidden {
    position: relative;
    transform: translateY(-100%);
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    transition: all 0.4s ease 0s;
  }
  body.scrolled .site-header:not(.header_hidden) {
    border-bottom: 1px solid #D3D3D3;
  }
}
.main-page-sale-descr a{
  text-decoration: underline;
}
.main-page-sale-descr a:hover{
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .main-page-top-sale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transform: none;
  }
  .main-page-top-sale .main-page-top-inner {
    width: 64%;
    padding-right: 30px;
  }
  .main-page-with-sale #BgVideo {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .main-page-with-sale.main-page-top {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    min-height: 530px;
  }
  .main-page-sale {
    box-shadow: 0 4px 6px 0 rgba(211, 211, 211, 0.5);
    background: #fff;
    width: 36%;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    color: #292929;
    text-align: center;
    padding: 35px 20px 50px;
  }
  .main-page-sale-icon img {
    width: 90px;
  }
  .main-page-sale-title {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
  }
  .main-page-sale-subtitle {
    font-weight: 700;
    margin-top: 10px;
  }
  .main-page-sale-descr {
    line-height: 1.625;
    max-width: 340px;
    margin: 35px auto 0;
  }
  .main-page-sale-btn {
    margin-top: 24px;
  }
  .main-page-sale-icon {
    margin-bottom: 10px;
  }
  .main-page-bottom-sale {
    display: none !important;
  }
}
@media screen and (max-width: 1240px) {
  .main-page-sale {
    padding: 30px 20px;
  }
  .main-page-sale-title {
    font-size: 26px;
  }
  .main-page-sale-descr {
    margin-top: 25px;
  }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  .main-page-top-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .main-page-top-sale .main-page-sale {
    display: none;
  }
  .main-page-sale {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
  }
  .main-page-sale-icon {
    margin-bottom: 10px;
  }
  .main-page-sale-icon img {
    width: 90px;
  }
  .main-page-sale-title {
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
  }
  .main-page-sale-subtitle {
    font-weight: 700;
  }
  .main-page-sale-descr {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-page-sale-btn {
    margin-top: 24px;
  }
}
