/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! 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 {
  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 {
  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 */
  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 {
  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"] {
  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;
}

/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@fancyapps/ui/dist/fancybox.css ***!
  \************************************************************************************************/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/pages/front-page.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

[class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.col-1 {
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}

.col-2 {
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* SM */
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
/* MD */
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.3333%;
  }
  .offset-md-2 {
    margin-left: 16.6666%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333%;
  }
  .offset-md-5 {
    margin-left: 41.6666%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333%;
  }
  .offset-md-8 {
    margin-left: 66.6666%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333%;
  }
  .offset-md-11 {
    margin-left: 91.6666%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
/* LG */
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
/* XL */
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
.button {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  line-height: 1.5;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
.button:disabled {
  background-color: #eee;
  pointer-events: none;
}
.buttona {
  text-decoration: none;
}
.button--primary {
  color: #00B534;
  background-color: #fff;
  border: 1px solid #00B534;
  padding: 11px 24px;
}
.button--primary:hover {
  background-color: #00B534;
  color: #fff;
}
.button--catalog {
  padding: 10px 24px;
  background-color: #00b534;
  color: #fff;
  transition: background-color 0.25s ease-in;
  display: inline-block;
}
.button--catalog .button__icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.button--catalog .button__icon-close {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  opacity: 0;
  transition: all 0.25s ease;
}
.button--catalog .button__icon-toggle {
  position: absolute;
  left: 0;
  top: 0;
}
.button--catalog .button__icon-toggle path {
  transition: all 0.25s ease;
}
.button--catalog .button__text {
  vertical-align: middle;
  padding-left: 4px;
}
.button--catalog:hover {
  background-color: #00CF3C;
}
.button--green {
  background-color: #00B534;
  color: #fff;
}
.button--green:hover {
  background-color: #00CF3C;
}
.button--light {
  color: #15321B;
  background-color: #fff;
  padding: 16px 24px;
}
@media (max-width: 576px) {
  .button--light {
    padding: 16px 16px;
    font-size: 14px;
  }
}
.button--light svg {
  vertical-align: middle;
  margin-left: 16px;
  transform: scale(1);
  transition: all 0.2s ease;
}
.button--light:hover {
  background-color: #FFA101;
  color: #fff;
}
.button--light:hover svg {
  transform: scale(1.4);
}
.button--orange {
  background-color: #FFA101;
  color: #fff;
}
.button--orange:hover {
  background-color: #F68700;
}
.button--large {
  padding: 16px 34px;
}
.button--submit {
  padding: 16px 48px;
}
.button__full {
  width: 100%;
}

.form--line .form__row {
  width: 247px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .form--line .form__row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.form--line .form__row--textarea {
  width: 100%;
  margin-right: 4px;
}
.form--line .form__button-field {
  margin-left: 4px;
}
.form--line .form__button-field--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .form--line .form__button-field {
    margin-left: 0;
    width: 100%;
  }
  .form--line .form__button-field--desktop {
    display: none;
  }
  .form--line .form__button-field--mobile {
    display: block;
  }
  .form--line .form__button-field .button {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .form--line .form__checkbox-field {
    padding-top: 12px;
    margin-bottom: 32px;
  }
}
.form--director {
  max-width: 764px;
}
.form--director .row {
  margin: 0 -4px;
}
.form--director .col-lg-4 {
  padding: 0 4px;
}
.form--director .col-12 {
  padding: 0 4px;
}
.form--director .form__field {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .form--director .form__field {
    margin-bottom: 12px;
  }
}
.form--director .form__checkbox-field {
  padding-top: 0;
  margin-bottom: 32px;
}
.form--director .button--submit {
  padding: 16px 64px;
}
@media (max-width: 1200px) {
  .form--director .form__button-field {
    width: 100%;
  }
  .form--director .button {
    width: 100%;
  }
}
.form__row {
  position: relative;
}
.form__row:hover .form__input {
  border-color: #00B534;
}
.form__row:hover .form__label {
  color: #8C8C8C;
}
.form__input {
  padding: 26px 16px 6px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #15321B;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  height: 56px;
  transition: all 0.2s linear;
  font-weight: 400;
}
.form__input:focus + .form__label {
  transform: translateY(-8px) scale(0.75);
}
.form__input:where(:not(:placeholder-shown)) + .form__label {
  transform: translateY(-8px) scale(0.75);
}
.form__input--grey-border {
  border-color: #D9D9D9;
}
.form__textarea {
  padding: 26px 16px 6px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #15321B;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  outline: none;
  height: 146px;
  resize: none;
  transition: all 0.2s linear;
  font-weight: 400;
}
.form__textarea:focus + .form__label {
  transform: translateY(-8px) scale(0.75);
}
.form__textarea:where(:not(:placeholder-shown)) + .form__label {
  transform: translateY(-8px) scale(0.75);
}
.form__label {
  font-size: 16px;
  font-weight: 400;
  left: 16px;
  pointer-events: none;
  position: absolute;
  color: #BEBEBE;
  transform: translateY(0px) scale(1);
  top: 16px;
  transform-origin: top left;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.form__button-field {
  display: inline-block;
}
.form__checkbox-field {
  padding-top: 24px;
}
.form__checkbox {
  display: none;
}
.form__checkbox:checked ~ .form__checkbox-icon {
  background-color: #FFA101;
  border-color: #fff;
}
.form__checkbox:checked ~ .form__checkbox-icon svg {
  opacity: 1;
}
.form__checkbox-label {
  position: relative;
  display: block;
  cursor: pointer;
}
.form__checkbox-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #fff;
}
.form__checkbox-icon--grey-border {
  border-color: #D9D9D9;
}
.form__checkbox-icon svg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.form__checkbox-text {
  padding-left: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}
.form__checkbox-text a {
  color: #fff;
  text-decoration: none;
}
.form__checkbox-text--grey-text {
  color: #8C8C8C;
}
.form__checkbox-text--grey-text a {
  color: #8C8C8C;
}
.form__input-wrapper {
  position: relative;
}
.form__input-wrapper.js-has-error .form__label {
  color: #D73A37;
}
.form__input-wrapper.js-has-error .form__input {
  border-color: #D73A37;
}
.form__input-wrapper.js-has-error .form__error-text {
  opacity: 1;
}
.form__input-wrapper.js-input-validate .form__label {
  color: #00B534;
}
.form__input-wrapper.js-input-validate .form__input {
  border-color: #00B534;
}
.form__input-wrapper.js-input-validate .form__error-text {
  opacity: 0;
}
.form__error-text {
  position: absolute;
  left: 0;
  top: 100%;
  color: #D73A37;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.form__row {
  margin-bottom: 20px;
}
.form__row .form__field {
  display: block;
}
.form__row .form__submit {
  width: 100%;
}
.form__row--submit {
  margin-top: 32px;
  margin-bottom: 0;
}
.form__file-button {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-left: 6px;
}
.form__file-button svg {
  vertical-align: top;
  margin-right: 4px;
}
.form__file-name {
  align-items: center;
  color: #fff;
  margin-top: 12px;
}
.form__file-remove {
  background-color: transparent;
  border: none;
  color: #fff;
  margin-left: 12px;
  font-size: 24px;
  padding: 0;
  transform: translateY(2px);
  cursor: pointer;
}

* {
  font-family: "Wix Madefor Display", sans-serif;
}

html {
  font-size: 18px;
  line-height: 24px;
}

body {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

h1, h2, h3, h4, .h1 {
  font-weight: bold;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 72px;
  line-height: 88px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

.page-title {
  font-size: 56px;
  line-height: 64px;
}
@media (max-width: 992px) {
  .page-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .page-title {
    font-size: 24px;
    line-height: 32px;
  }
}

h2 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 42px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

h3 {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  font-weight: 600;
  font-family: "Wix Madefor Display", sans-serif;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-variant-ligatures: none;
}

*:focus {
  outline: none !important;
}

*[data-link],
*[data-move] {
  cursor: pointer;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol li,
ul li {
  margin-bottom: 16px;
}
ol li::marker,
ul li::marker {
  color: black;
}

.swiper-pagination {
  pointer-events: all;
}
.swiper-button-next.swiper-custom-button {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #4BA355;
  right: -64px;
  z-index: 10;
  background-color: transparent;
  transition: all 0.3s ease;
}
.swiper-button-next.swiper-custom-button svg path {
  transition: all 0.3s ease;
}
.swiper-button-next.swiper-custom-button:after {
  display: none;
}
.swiper-button-next.swiper-custom-button:hover {
  background-color: #4BA355;
}
.swiper-button-next.swiper-custom-button:hover svg path {
  fill: #fff;
}
.swiper-button-prev.swiper-custom-button {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #4BA355;
  left: -64px;
  z-index: 10;
  transition: all 0.3s ease;
}
.swiper-button-prev.swiper-custom-button svg path {
  transition: all 0.3s ease;
}
.swiper-button-prev.swiper-custom-button:after {
  display: none;
}
.swiper-button-prev.swiper-custom-button:hover {
  background-color: #4BA355;
}
.swiper-button-prev.swiper-custom-button:hover svg path {
  fill: #fff;
}
.swiper-pagination-custom-n {
  bottom: -48px;
  left: 0;
  width: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-custom-n .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  position: relative;
  width: auto;
}
.swiper-pagination-custom-n .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #8C8C8C;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 2.5px;
}
.swiper-pagination-custom-n .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #4BA355;
  width: 20px;
  border-radius: 8px;
}
.swiper-pagination-custom-n .swiper-counter {
  color: #4BA355;
  font-size: 16px;
  font-weight: 500;
  margin-left: 16px;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}
html.html--overflow-hidden {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  color: #15321B;
}
body.body--overflow-hidden {
  overflow: hidden;
}

.main-page {
  margin-top: 143px;
}
@media (max-width: 992px) {
  .main-page {
    margin-top: 88px;
  }
}
@media (max-width: 576px) {
  .main-page {
    margin-top: 66px;
  }
}

img {
  max-width: 100%;
}

.breadcrumbs {
  padding: 17px 0;
}
.breadcrumbs__link {
  color: #15321B;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: #00B534;
}
.breadcrumbs__current {
  color: #00B534;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
}
.breadcrumbs__separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 8px;
  position: relative;
  top: -1px;
}

.content h3, .content h4 {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .content h3, .content h4 {
    margin-top: 28px;
  }
}
@media (max-width: 576px) {
  .content h3, .content h4 {
    margin-top: 24px;
  }
}
.content ul {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .content ul {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
  }
}
.content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #4BA355;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.content th {
  background-color: #f8f8f8;
  color: #333;
  font-weight: bold;
  text-align: left;
  padding: 12px 15px;
  border-bottom: 2px solid #ddd;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.content td {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  vertical-align: top;
}
.content tbody tr:nth-child(even) {
  background-color: #8be2a4;
}
.content tbody tr:hover {
  background-color: #f1f7ff;
  transition: background 0.3s ease;
}
.content table, .content th, .content td {
  border: 1px solid #e0e0e0;
}

.text-highlight {
  background-color: #4BA355;
  color: #fff;
  position: relative;
  padding: 24px 30px;
  display: flex;
  align-items: flex-start;
  border-radius: 16px;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .text-highlight {
    padding: 32px 20px;
    margin-bottom: 42px;
  }
}
@media (max-width: 576px) {
  .text-highlight {
    padding: 24px 16px;
  }
}
.text-highlight__icon {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
}
@media (max-width: 992px) {
  .text-highlight__icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-right: 20px;
  }
  .text-highlight__icon svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .text-highlight__icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-right: 12px;
  }
}
.text-highlight p {
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .text-highlight p {
    font-size: 16px;
    font-weight: 600;
  }
}

.fancybox__container {
  z-index: 105000;
}

.modal {
  width: 632px;
  border-radius: 24px;
  padding: 80px 90px;
}
@media (max-width: 768px) {
  .modal {
    width: 500px;
    padding: 60px 40px;
  }
}
@media (max-width: 576px) {
  .modal {
    width: 100%;
    padding: 50px 24px 24px;
  }
}
.modal.thanks {
  padding: 50px 90px;
}
@media (max-width: 768px) {
  .modal.thanks {
    padding: 50px 40px;
  }
}
@media (max-width: 576px) {
  .modal.thanks {
    padding: 40px 24px;
  }
}
.modal__header {
  text-align: center;
  margin-bottom: 32px;
}
.modal__header h3 {
  margin-bottom: 0;
}
.modal__header p {
  margin-top: 16px;
  margin-bottom: 0;
}
.modal__header-icon {
  text-align: center;
  margin-bottom: 16px;
}
.modal__button .button {
  width: 100%;
  display: block;
}
.modal .carousel__button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.9975 0.332733C6.91155 0.332733 0.332031 6.91226 0.332031 14.9982C0.332031 23.0841 6.91155 29.6661 14.9975 29.6661C23.0834 29.6661 29.6654 23.0841 29.6654 14.9982C29.6654 6.91226 23.0834 0.332733 14.9975 0.332733ZM14.9975 2.7782C21.7616 2.7782 27.2272 8.23403 27.2272 14.9982C27.2272 21.7623 21.7616 27.2279 14.9975 27.2279C8.23333 27.2279 2.77749 21.7623 2.77749 14.9982C2.77749 8.23403 8.23333 2.7782 14.9975 2.7782Z%27 fill=%27%23FFA101%27/%3E%3Cpath d=%27M8.86331 21.1335C9.2782 21.5484 9.93379 21.5746 10.3789 21.2116L10.4649 21.1335L14.9971 16.6013L19.5293 21.1335L19.6153 21.2116C20.0604 21.5746 20.716 21.5484 21.1309 21.1335C21.5457 20.7186 21.5719 20.063 21.209 19.6179L21.1309 19.5319L16.5987 14.9997L21.1309 10.4675L21.209 10.3815C21.572 9.93639 21.5458 9.2808 21.1309 8.86591C20.716 8.45102 20.0604 8.42484 19.6153 8.78778L19.5293 8.86591L14.9971 13.3981L10.4649 8.86591C10.0223 8.42332 9.30591 8.42334 8.86331 8.86591C8.42072 9.3085 8.42072 10.0249 8.86331 10.4675L13.3955 14.9997L8.86331 19.5319L8.78518 19.6179C8.42224 20.063 8.44842 20.7186 8.86331 21.1335Z%27 fill=%27%23FFA101%27/%3E%3C/svg%3E%0A");
  top: 20px !important;
  right: 20px !important;
}
.modal .carousel__button svg {
  display: none;
}

#particles-js {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 1000000;
  pointer-events: none;
}

.b-page_newyear {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.2s ease;
}

.b-page__content {
  min-height: 100px;
}

.b-head-decor {
  display: none;
}

.b-page_newyear .b-head-decor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 115px;
  width: 100%;
  overflow: hidden;
  background-image: url(images/b-head-decor_newyear.png);
}

.b-page_newyear .b-head-decor__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 115px;
  display: block;
  width: 373px;
}

.b-page_newyear .b-head-decor::before {
  content: "";
  display: block;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 3;
  height: 115px;
  display: block;
  width: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75);
}

.b-page_newyear .b-head-decor__inner_n2 {
  left: 373px;
}

.b-page_newyear .b-head-decor__inner_n3 {
  left: 746px;
}

.b-page_newyear .b-head-decor__inner_n4 {
  left: 1119px;
}

.b-page_newyear .b-head-decor__inner_n5 {
  left: 1492px;
}

.b-page_newyear .b-head-decor__inner_n6 {
  left: 1865px;
}

.b-page_newyear .b-head-decor__inner_n7 {
  left: 2238px;
}

.b-ball {
  position: absolute;
}

.b-ball_n1 {
  top: 0;
  left: 3px;
  width: 59px;
  height: 83px;
}

.b-ball_n2 {
  top: -19px;
  left: 51px;
  width: 55px;
  height: 70px;
}

.b-ball_n3 {
  top: 9px;
  left: 88px;
  width: 49px;
  height: 67px;
}

.b-ball_n4 {
  top: 0;
  left: 133px;
  width: 57px;
  height: 102px;
}

.b-ball_n5 {
  top: 0;
  left: 166px;
  width: 49px;
  height: 57px;
}

.b-ball_n6 {
  top: 6px;
  left: 200px;
  width: 54px;
  height: 70px;
}

.b-ball_n7 {
  top: 0;
  left: 240px;
  width: 56px;
  height: 67px;
}

.b-ball_n8 {
  top: 0;
  left: 283px;
  width: 54px;
  height: 53px;
}

.b-ball_n9 {
  top: 10px;
  left: 321px;
  width: 49px;
  height: 66px;
}

.b-ball_n1 .b-ball__i {
  background: url(images/b-ball_n1.png) no-repeat;
}

.b-ball_n2 .b-ball__i {
  background: url(images/b-ball_n2.png) no-repeat;
}

.b-ball_n3 .b-ball__i {
  background: url(images/b-ball_n3.png) no-repeat;
}

.b-ball_n4 .b-ball__i {
  background: url(images/b-ball_n4.png) no-repeat;
}

.b-ball_n5 .b-ball__i {
  background: url(images/b-ball_n5.png) no-repeat;
}

.b-ball_n6 .b-ball__i {
  background: url(images/b-ball_n6.png) no-repeat;
}

.b-ball_n7 .b-ball__i {
  background: url(images/b-ball_n7.png) no-repeat;
}

.b-ball_n8 .b-ball__i {
  background: url(images/b-ball_n8.png) no-repeat;
}

.b-ball_n9 .b-ball__i {
  background: url(images/b-ball_n9.png) no-repeat;
}

.b-ball_i1 .b-ball__i {
  background: url(images/b-ball_i1.png) no-repeat;
}

.b-ball_i2 .b-ball__i {
  background: url(images/b-ball_i2.png) no-repeat;
}

.b-ball_i3 .b-ball__i {
  background: url(images/b-ball_i3.png) no-repeat;
}

.b-ball_i4 .b-ball__i {
  background: url(images/b-ball_i4.png) no-repeat;
}

.b-ball_i5 .b-ball__i {
  background: url(images/b-ball_i5.png) no-repeat;
}

.b-ball_i6 .b-ball__i {
  background: url(images/b-ball_i6.png) no-repeat;
}

.b-ball_i1 {
  top: 0;
  left: 0;
  width: 25px;
  height: 71px;
}

.b-ball_i2 {
  top: 0;
  left: 25px;
  width: 61px;
  height: 27px;
}

.b-ball_i3 {
  top: 0;
  left: 176px;
  width: 29px;
  height: 31px;
}

.b-ball_i4 {
  top: 0;
  left: 205px;
  width: 50px;
  height: 51px;
}

.b-ball_i5 {
  top: 0;
  left: 289px;
  width: 78px;
  height: 28px;
}

.b-ball_i6 {
  top: 0;
  left: 367px;
  width: 6px;
  height: 69px;
}

.b-ball__i {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.b-ball_bounce .b-ball__right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 9;
}

.b-ball_bounce:hover .b-ball__right {
  display: none;
}

.b-ball_bounce .b-ball__right:hover {
  left: 0;
  display: block !important;
}

.b-ball_bounce.bounce > .b-ball__i {
  transform: rotate(-9deg);
}

.b-ball_bounce .b-ball__right.bounce + .b-ball__i {
  transform: rotate(9deg);
}

.b-ball_bounce.bounce1 > .b-ball__i {
  transform: rotate(6deg);
}

.b-ball_bounce .b-ball__right.bounce1 + .b-ball__i {
  transform: rotate(-6deg);
}

.b-ball_bounce.bounce2 > .b-ball__i {
  transform: rotate(-3deg);
}

.b-ball_bounce .b-ball__right.bounce2 + .b-ball__i {
  transform: rotate(3deg);
}

.b-ball_bounce.bounce3 > .b-ball__i {
  transform: rotate(1.5deg);
}

.b-ball_bounce .b-ball__right.bounce3 + .b-ball__i {
  transform: rotate(-1.5deg);
}

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media (max-width: 768px) {
  .scroll-top svg {
    width: 40px;
    height: 40px;
  }
}

.scroll-top--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover {
  transform: translateY(-2px);
}

.snowdrifts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.snowdrifts img {
  width: 100%;
  display: block;
}

.footer-bar,
.footer__logotype-text {
  position: relative;
  z-index: 10;
}

.search {
  display: block;
  position: relative;
}
.search__input {
  border: 1px solid transparent;
  background-color: #F6F6F6;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 60px 12px 16px;
  border-radius: 8px;
  width: 100%;
  position: relative;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.search__input:focus {
  background-color: #fff;
  border-color: #00B534;
}
.search__input:focus + .search__submit svg path {
  fill: #00B534;
}
.search__input::placeholder {
  color: #BEBEBE;
}
.search__submit {
  position: absolute;
  right: 18px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.search__remove {
  position: absolute;
  right: 58px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.search__find {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0px 16px;
}
.search__find-item a {
  color: #15321B;
  font-size: 14px;
  padding: 16px 0 18px;
  border-bottom: 1px solid #D9D9D9;
  display: block;
  text-decoration: none;
}
.search__find-item a:hover {
  color: #00B534;
}
.search__find-item--not-found {
  padding: 16px 0;
}
.search__find-all {
  padding: 18px 0 20px;
  text-align: center;
}
.search__find-all a {
  color: #00B534;
  font-size: 18px;
  text-decoration: none;
}
.search__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 50px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 90; /* Ниже header__bar (который должен быть ~100) */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  right: 0;
  z-index: 100001;
  transition: all 0.3s ease;
}
.header__bar {
  background-color: rgb(246, 246, 246);
  padding: 12px 0 16px;
  position: relative;
  z-index: 100;
}
@media (max-width: 992px) {
  .header__bar {
    display: none;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__wrapper--end {
  align-items: end;
}
.header__nav {
  line-height: 1;
}
.header__nav ul {
  display: flex;
  align-items: center;
}
.header__nav ul li {
  margin-right: 48px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .header__nav ul li {
    margin-right: 24px;
  }
}
.header__nav ul li.nav__item--parent {
  position: relative;
}
.header__nav ul li.nav__item--parent:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 7.5L10 12.5L15 7.5%27 stroke=%27%2315321B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform: scale(1, 1);
}
.header__nav ul li.nav__item--parent:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 25px;
  display: block;
  width: 100%;
}
.header__nav ul li.nav__item--parent:hover:after {
  transform: scale(1, -1);
}
.header__nav ul li a {
  color: #15321B;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}
.header__nav ul li a:hover {
  color: #4BA355;
}
.header__nav ul li.nav-item--parent {
  position: relative;
}
.header__nav ul li.nav-item--parent:after {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 7.5L10 12.5L15 7.5%27 stroke=%27%2315321B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.header__nav ul li:last-child {
  margin-right: 0;
}
.header__nav .nav__submenu {
  position: absolute;
  left: 0;
  top: 44px;
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
  display: none;
  z-index: 100;
}
.header__nav .nav__submenu .nav__item {
  margin-bottom: 16px;
}
.header__nav .nav__submenu .nav__item .nav__link {
  white-space: nowrap;
}
.header__nav .nav__submenu .nav__item:last-child {
  margin-bottom: 0;
}
.header__contacts {
  line-height: 1;
}
.header__contacts-link {
  margin-left: 24px;
  color: #15321B;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
}
@media (max-width: 1200px) {
  .header__contacts-link {
    margin-left: 12px;
  }
}
.header__contacts-link:hover {
  color: #00B534;
}
.header__social {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .header__social {
    display: none;
  }
}
.header__social-link {
  text-decoration: none;
  margin-left: 6px;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.header__social-link:hover {
  opacity: 0.75;
}
.header__social-link img {
  width: 48px;
  display: block;
}
.header__logo {
  margin-right: 85px;
}
@media (max-width: 1200px) {
  .header__logo {
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    margin-right: 0;
  }
}
.header__logoa {
  text-decoration: none;
}
.header__logo img {
  display: block;
  width: 160px;
}
@media (max-width: 576px) {
  .header__logo img {
    width: 130px;
  }
}
.header__center {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .header__center {
    flex-grow: initial;
  }
  .header__center .button--primary {
    order: 3;
    margin-left: 6px;
  }
  .header__center .button--catalog {
    display: none;
  }
}
.header__search {
  margin-left: 16px;
  margin-right: 48px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
@media (max-width: 1200px) {
  .header__search {
    margin-right: 24px;
  }
}
@media (max-width: 992px) {
  .header__search {
    display: none;
  }
}
.header__main {
  padding: 6px 0 26px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .header__main {
    padding: 6px 0 20px;
  }
}
@media (max-width: 576px) {
  .header__main {
    padding: 8px 0;
  }
}
.header__catalog-menu {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(16px);
  background-color: #fff;
  width: 606px;
  padding: 32px 6px 32px 32px;
  border-radius: 8px;
  display: none;
}
.header__catalog-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  height: 17px;
  width: 100%;
}
.header__catalog-menu .catalog-menu {
  display: flex;
}
.header__catalog-menu .catalog-menu__main {
  flex: 0 0 calc(100% - 228px);
  border-right: 1px solid #D9D9D9;
  padding-right: 26px;
}
.header__catalog-menu .catalog-menu__main-item {
  margin-bottom: 16px;
  position: relative;
  padding-right: 24px;
}
.header__catalog-menu .catalog-menu__main-item:last-child {
  margin-bottom: 0;
}
.header__catalog-menu .catalog-menu__main-item a {
  color: #15321B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}
.header__catalog-menu .catalog-menu__main-item a:hover {
  color: #4BA355;
}
.header__catalog-menu .catalog-menu__main-item a:hover:after {
  display: none;
}
.header__catalog-menu .catalog-menu__main-item a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_2336_5078%29%27%3E%3Cpath d=%27M7.92857 18.1817C7.64012 18.5352 7.66054 19.0572 7.9901 19.3867C8.31965 19.7163 8.84168 19.7367 9.19517 19.4483L9.26353 19.3867L16.0135 12.6367C16.3431 12.3072 16.3635 11.7852 16.0751 11.4317L16.0135 11.3633L9.26353 4.61329L9.19517 4.55177C8.84167 4.26332 8.31965 4.28374 7.9901 4.61329C7.66054 4.94285 7.64012 5.46487 7.92857 5.81837L7.9901 5.88673L14.1034 12L7.9901 18.1133L7.92857 18.1817Z%27 fill=%27%2315321B%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2336_5078%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27 transform=%27translate%2824%29 rotate%2890%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  right: 0;
  top: 2px;
}
.header__catalog-menu .catalog-menu__main-item--active a {
  color: #4BA355;
}
.header__catalog-menu .catalog-menu__main-item--active a:after {
  display: none;
}
.header__catalog-menu .catalog-menu__subcategories {
  flex: 0 0 228px;
  padding-left: 26px;
  padding-right: 26px;
}
.header__catalog-menu .catalog-menu__subcategories-wrapper {
  display: none;
}
.header__catalog-menu .catalog-menu__subcategories-wrapper--active {
  display: block;
}
.header__catalog-menu .catalog-menu__subcategories-list {
  height: 184px;
  overflow: auto;
}
.header__catalog-menu .catalog-menu__subcategories-list li {
  margin-bottom: 16px;
}
.header__catalog-menu .catalog-menu__subcategories-list li a {
  color: #15321B;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.33;
  display: inline-block;
}
.header__catalog-menu .catalog-menu__subcategories-list li a:hover {
  color: #4BA355;
}
.header__catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 200px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header__catalog-wrapper {
  position: relative;
  z-index: 10;
}
.header__catalog-wrapper:hover {
  z-index: 100;
}
.header__catalog-wrapper:hover .header__catalog-menu {
  display: block;
}
.header__catalog-wrapper:hover + .header__catalog-overlay {
  opacity: 1;
}
.header__catalog-wrapper:hover .button--catalog {
  background-color: #00CF3C;
}
.header__catalog-wrapper:hover .button--catalog .button__icon-close {
  opacity: 1;
  transform: scale(1);
}
.header__catalog-wrapper:hover .button--catalog .button__icon-toggle-1 {
  transform: translate(5px, 5px);
  opacity: 0;
}
.header__catalog-wrapper:hover .button--catalog .button__icon-toggle-2 {
  transform: translate(-5px, 5px);
  opacity: 0;
}
.header__catalog-wrapper:hover .button--catalog .button__icon-toggle-3 {
  transform: translate(5px, -5px);
  opacity: 0;
}
.header__catalog-wrapper:hover .button--catalog .button__icon-toggle-4 {
  transform: translate(-5px, -5px);
  opacity: 0;
}

.button-toggle {
  width: 48px;
  height: 48px;
  position: relative;
  background-color: #00B534;
  border-radius: 4px;
  margin-left: 24px;
  display: none;
}
@media (max-width: 1200px) {
  .button-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  .button-toggle {
    margin-left: 20px;
  }
}
.button-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  border-radius: 2px;
  border: 1px solid #fff;
  transition: all 0.2s ease;
}
.button-toggle span:first-child {
  transform: translate(-50%, 6px);
}
.button-toggle span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.button-toggle span:nth-child(3) {
  transform: translate(-50%, -8px);
}
.button-toggle--active span:first-child {
  transform: translate(-50%, 0px) rotate(45deg);
}
.button-toggle--active span:nth-child(2) {
  opacity: 0;
}
.button-toggle--active span:nth-child(3) {
  transform: translate(-50%, 0px) rotate(-45deg);
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-popup {
  position: fixed;
  right: 0;
  top: 142px;
  z-index: 110;
  height: calc(100% - 142px);
  width: 100%;
  transform: translateX(100%);
  transition: all 0.25s ease;
}
.mobile-popup.mobile-popup--open {
  transform: translateX(0%);
}
@media (max-width: 992px) {
  .mobile-popup {
    top: 88px;
    height: calc(100% - 88px);
  }
}
@media (max-width: 576px) {
  .mobile-popup {
    top: 66px;
    height: calc(100% - 66px);
  }
}
.mobile-popup__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 1s ease;
}
.mobile-popup__overlay.mobile-popup__overlay--fadeIn {
  opacity: 1;
}
.mobile-popup__wrapper {
  width: 496px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .mobile-popup__wrapper {
    width: 100%;
  }
}
.mobile-popup__main {
  padding: 42px 20px 154px;
  height: 100%;
  overflow: auto;
}
.mobile-popup__search {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.mobile-popup__content .button--catalog {
  width: 100%;
}
.mobile-popup__content--active .mobile-popup__menu {
  display: none;
}
.mobile-popup__content--active .mobile-popup__catalog-menu {
  display: block;
}
.mobile-popup__content--active #button--catalog--mobile {
  display: none;
}
.mobile-popup__menu {
  padding: 24px 0 0;
}
.mobile-popup__menu ul li {
  margin-bottom: 24px;
}
.mobile-popup__menu ul li a {
  color: #15321B;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.mobile-popup__bottom {
  background-color: #EFFFF3;
  padding: 24px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.mobile-popup__email {
  margin-bottom: 20px;
  color: #15321B;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}
.mobile-popup__address {
  font-size: 16px;
  line-height: 1.313;
  max-width: 330px;
}
.mobile-popup__catalog-menu {
  padding-top: 16px;
  display: none;
}
.mobile-popup__catalog-menu .catalog-categories {
  padding-top: 20px;
}
.mobile-popup__catalog-menu .catalog-categories.level-0 > .catalog-categories__item > a {
  display: block;
  color: #15321B;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding-right: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  border-bottom: none;
}
.mobile-popup__catalog-menu .catalog-categories.level-0 > .catalog-categories__item > a:hover {
  color: #4BA355;
}
.mobile-popup__catalog-menu .catalog-categories.level-0 > .catalog-categories__item--current-category > a {
  color: #4BA355;
}
.mobile-popup__catalog-menu .catalog-categories__item {
  margin-bottom: 0px;
}
.mobile-popup__catalog-menu .catalog-categories__item a {
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  color: #15321B;
  transition: color 0.3s ease;
}
.mobile-popup__catalog-menu .catalog-categories__item a:hover {
  color: #4BA355;
}
.mobile-popup__catalog-menu .catalog-categories__item--current-category > a {
  color: #4BA355;
}
.mobile-popup__catalog-menu .catalog-categories__item--current-category > .catalog-categories__select a {
  color: #4BA355;
}
.mobile-popup__catalog-menu .catalog-categories__item--active-parent > .catalog-categories__select a {
  color: #4BA355;
}
.mobile-popup__catalog-menu .catalog-categories__item--active-parent .catalog-categories.level-1,
.mobile-popup__catalog-menu .catalog-categories__item--active-parent .catalog-categories.level-2 {
  display: block;
}
.mobile-popup__catalog-menu .catalog-categories__item--active-parent .catalog-categories__toggle {
  transform: scale(1, -1);
}
.mobile-popup__catalog-menu .catalog-categories__select {
  position: relative;
  border-bottom: none;
  padding: 12px 0;
}
.mobile-popup__catalog-menu .catalog-categories__select a {
  display: block;
  color: #15321B;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding-right: 28px;
  margin-bottom: 0;
}
.mobile-popup__catalog-menu .catalog-categories__toggle {
  position: absolute;
  right: 0;
  top: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transform: translateY(0px) scale(1, 1);
  transition: transform 0.3s ease;
}
.mobile-popup__catalog-menu .catalog-categories__toggle svg {
  display: block;
}
.mobile-popup__catalog-menu .catalog-categories.level-1, .mobile-popup__catalog-menu .catalog-categories.level-2 {
  display: none;
}
.mobile-popup__line {
  display: flex;
}
.mobile-popup__line .button-popup-show {
  flex: 1;
  padding: 11px 12px;
}
.mobile-popup__btn-back {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #15321B;
  padding: 0;
}
.mobile-popup__btn-back svg {
  vertical-align: middle;
  transform: translateY(-1px);
  margin-right: 4px;
}

/*FOR MOTNYA*/
body {
  padding-top: 100px;
}

.header {
  top: 100px;
}

.footer {
  padding-top: 64px;
  background-color: #fff;
}
.footer__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .footer__title {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 600;
  }
}
.footer__title--catalog {
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .footer__title--catalog {
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .footer__title {
    font-size: 16px;
  }
}
.footer__link {
  font-size: 18px;
  color: #15321B;
  text-decoration: none;
  display: inline-flex;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .footer__link {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .footer__link.footer__phone {
    font-size: 18px;
    color: #4BA355;
    font-weight: 600;
    max-width: 250px;
    width: 100%;
    margin-bottom: 2px;
  }
}
.footer__logo-mobile {
  display: none;
}
@media (max-width: 992px) {
  .footer__logo-mobile {
    display: block;
    margin-bottom: 52px;
  }
}
@media (max-width: 992px) {
  .footer__phone-wrapper {
    margin-bottom: 12px;
  }
  .footer__phone-wrapper:last-child {
    margin-bottom: 0;
  }
}
.footer__phone-text {
  color: #000;
  font-size: 14px;
  display: none;
}
@media (max-width: 992px) {
  .footer__phone-text {
    display: block;
  }
}
.footer__callback {
  display: none;
  padding: 20px 0 52px;
}
.footer__callback .button {
  width: 100%;
}
@media (max-width: 992px) {
  .footer__callback {
    display: block;
  }
}
@media (max-width: 992px) {
  .footer__menu {
    margin-bottom: 52px;
  }
}
@media (max-width: 576px) {
  .footer__menu {
    margin-bottom: 24px;
  }
}
.footer__menu ul li {
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .footer__menu ul li {
    margin-bottom: 12px;
  }
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li a {
  font-size: 18px;
  color: #15321B;
  text-decoration: none;
}
@media (max-width: 576px) {
  .footer__menu ul li a {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .footer__menu--bolder ul li {
    margin-bottom: 32px;
  }
  .footer__menu--bolder ul li a {
    font-weight: 600;
  }
  .footer__menu--bolder .nav__item--parent {
    display: none;
  }
}
@media (max-width: 576px) {
  .footer__menu--bolder ul li {
    margin-bottom: 24px;
  }
}
.footer__menu .nav__submenu {
  display: none;
}
.footer__info {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .footer__info {
    font-size: 16px;
  }
}
.footer__info:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footer__info:last-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .footer__info.footer__address {
    margin-top: 26px;
  }
}
.footer__address-text p {
  margin-bottom: 0;
}
.footer__logotype-wrapper {
  margin-top: 48px;
  position: relative;
}
@media (max-width: 992px) {
  .footer__logotype-wrapper {
    display: none;
  }
}
.footer__logotype-icon {
  position: absolute;
  left: -7px;
  top: 7px;
}
.footer__logotype-text img {
  display: block;
}
.footer__bottom {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer__bottom {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .footer__bottom-right {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.footer__copyright {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .footer__copyright {
    flex: 0 0 100%;
    margin-bottom: 12px;
  }
}
.footer__policy {
  font-size: 14px;
  text-decoration: none;
  color: #15321B;
  margin-right: 110px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .footer__policy {
    flex: 0 0 100%;
    margin-bottom: 16px;
    margin-right: 20px;
  }
}
.footer__developer {
  color: #15321B;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.footer__developer img {
  transform: translateY(2px);
  margin-left: 4px;
}
@media (max-width: 992px) {
  .footer__address-text {
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .footer-bar {
    background-color: #EFFFF3;
    padding: 20px 0;
  }
}

.catalog {
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .catalog {
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .catalog {
    padding-bottom: 72px;
  }
}
.catalog-title {
  font-size: 56px;
  line-height: 1.14;
  margin-bottom: 32px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .catalog-title {
    font-size: 36px;
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .catalog-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.catalog-description {
  margin-bottom: 48px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .catalog-description {
    margin-bottom: 42px;
  }
}
@media (max-width: 576px) {
  .catalog-description {
    margin-bottom: 32px;
    font-weight: 400;
  }
}
.catalog-archive .col-lg-4 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .catalog-archive .col-lg-4 {
    margin-bottom: 24px;
  }
}
.catalog-archive__card {
  border-radius: 18px;
  background-color: #F6F6F6;
  padding: 22px 22px 80px;
  position: relative;
  height: 100%;
  transition: background-color 0.3s ease;
}
.catalog-archive__card:hover {
  background-color: #EFFFF3;
}
.catalog-archive__card:hover img {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .catalog-archive__card {
    padding: 16px 16px 76px;
  }
}
.catalog-archive__picture {
  display: block;
  text-decoration: none;
  margin-bottom: 18px;
}
.catalog-archive__picture img {
  height: 300px;
  object-fit: contain;
  object-position: center;
  width: 100%;
  display: block;
  transition: all 0.25s ease;
  transform: scale(1);
}
@media (max-width: 1200px) {
  .catalog-archive__picture img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .catalog-archive__picture img {
    height: 362px;
  }
}
@media (max-width: 576px) {
  .catalog-archive__picture img {
    height: 190px;
  }
}
.catalog-archive__title {
  color: #15321B;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .catalog-archive__title {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .catalog-archive__title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .catalog-archive__title {
    font-size: 24px;
  }
}
.catalog-archive__subcategories-item {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .catalog-archive__subcategories-item {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .catalog-archive__subcategories-item {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .catalog-archive__subcategories-item {
    font-size: 16px;
  }
}
.catalog-archive__subcategories-item a {
  color: #15321B;
  text-decoration: none;
}
.catalog-archive__subcategories-item:before {
  content: "";
  width: 0px;
  height: 0px;
  border: 3px solid #15321B;
  background-color: #15321B;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 1px;
}
@media (max-width: 992px) {
  .catalog-archive__subcategories-item:before {
    border: 2px solid #15321B;
  }
}
.catalog-archive__button {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: block;
  margin-top: 12px;
  right: 22px;
}
@media (max-width: 576px) {
  .catalog-archive__button {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

.round-wrapper {
  background-color: #EFFFF3;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .round-wrapper {
    padding: 72px 0;
  }
}
.round-wrapper .container {
  position: relative;
  z-index: 10;
}
.round-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 50%;
  border-bottom-left-radius: 400px;
  top: 0;
  background-color: #4BA355;
  z-index: 0;
}
@media (max-width: 992px) {
  .round-wrapper:before {
    display: none;
  }
}
.round-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width=%27660%27 height=%271013%27 viewBox=%270 0 660 1013%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.47205e-05 1333.61C174.778 1333.61 342.397 1260.93 465.983 1131.57C589.57 1002.2 659 826.75 659 643.803C659 460.856 589.57 285.402 465.983 156.039C342.397 26.6755 174.778 -46 7.7486e-06 -46%27 stroke=%27%2300CF3C%27 stroke-width=%271.86686%27 stroke-dasharray=%2714.93 14.93%27/%3E%3C/svg%3E%0A");
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 1360px) {
  .round-wrapper:after {
    display: none;
  }
}
.round-wrapper--home {
  overflow: visible;
  background-color: #F6F6F6;
}
.round-wrapper--home:before {
  height: calc(100% + 226px);
}
.round-wrapper--home:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%27660%27 height=%271109%27 viewBox=%270 0 660 1279%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.47205e-05 1333.61C174.778 1333.61 342.397 1260.93 465.983 1131.57C589.57 1002.2 659 826.75 659 643.803C659 460.856 589.57 285.402 465.983 156.039C342.397 26.6755 174.778 -46 7.7486e-06 -46%27 stroke=%27%2300CF3C%27 stroke-width=%271.86686%27 stroke-dasharray=%2714.93 14.93%27/%3E%3C/svg%3E%0A");
  height: calc(100% + 226px);
}
.round-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.round-slider__title {
  display: none;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 52px;
}
@media (max-width: 992px) {
  .round-slider__title {
    display: block;
  }
}
@media (max-width: 576px) {
  .round-slider__title {
    margin-bottom: 42px;
    font-size: 24px;
  }
}
.round-slider__center {
  position: relative;
}
.round-slider__ellipse {
  position: absolute;
  left: -40px;
  top: -50px;
}
@media (max-width: 992px) {
  .round-slider__ellipse {
    display: none;
  }
}
.round-slider__image img {
  display: block;
}
@media (max-width: 992px) {
  .round-slider__image img {
    margin: 0 auto;
  }
}
.round-slider__buttons {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  left: 50%;
  top: -60px;
  height: calc(100% + 150px);
  z-index: 100;
  transform: translateX(-100%);
}
@media (max-width: 992px) {
  .round-slider__buttons {
    display: none;
  }
}
.round-slider__button {
  font-size: 18px;
  font-weight: 700;
  color: #15321B;
  position: relative;
  padding-right: 46px;
  cursor: pointer;
}
@media (max-width: 1360px) {
  .round-slider__button-text {
    opacity: 0;
  }
}
.round-slider__button--active {
  color: #FFA101;
}
.round-slider__button--active .round-slider__button-circle {
  background-color: #FFA101;
  transform: translateY(-50%) scale(2);
}
.round-slider__button:first-child {
  right: 25px;
}
.round-slider__button:nth-child(2) {
  right: calc(100% - 48px);
}
.round-slider__button:nth-child(3) {
  right: calc(100% + 21px);
}
.round-slider__button:nth-child(4) {
  right: calc(100% + 25px);
}
.round-slider__button:nth-child(5) {
  right: calc(100% - 36px);
}
.round-slider__button:nth-child(6) {
  right: 53px;
}
.round-slider__button-circle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00B534;
  display: inline-block;
  transition: all 0.3s ease;
}
.round-slider__content {
  position: absolute;
  left: 100%;
  top: -80px;
  height: calc(100% + 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 420px;
  transform: translateX(-60px);
}
@media (max-width: 1360px) {
  .round-slider__content {
    left: 75%;
  }
}
@media (max-width: 992px) {
  .round-slider__content {
    display: none;
  }
}
.round-slider__content-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.round-slider__content-text {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
}
.round-slider__content-text p {
  font-size: 24px;
  line-height: 1.33;
}
.round-slider__content-highlight {
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.round-slider__content-highlight span.large {
  font-size: 180px;
}
.round-slider__content-highlight span.small {
  font-size: 24px;
}
.round-slider__top {
  width: 100%;
  overflow: hidden;
  height: 262px;
}
.round-slider__top-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.round-slider__bottom {
  width: 100%;
  overflow: hidden;
  height: 262px;
}
.round-slider__bottom-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.round-slider__list {
  display: none;
  margin-top: 62px;
}
.round-slider__list .col-12 {
  margin-bottom: 56px;
}
.round-slider__list .col-12:last-child {
  margin-bottom: 0;
}
.round-slider__list .col-12:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .round-slider__list .col-12:nth-last-child(2) {
    margin-bottom: 46px;
  }
}
@media (max-width: 768px) {
  .round-slider__list .col-12 {
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .round-slider__list {
    display: block;
  }
}
.round-slider__card {
  padding: 32px 20px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  height: 100%;
}
.round-slider__card-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.round-slider__card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 576px) {
  .round-slider__card-title {
    font-size: 16px;
  }
}
.round-slider__card-text {
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.round-slider__card-text p {
  margin-bottom: 0;
}

.form-main {
  background-color: #4BA355;
  padding: 110px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .form-main {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .form-main {
    padding-top: 52px;
  }
}
.form-main .form__error-text {
  color: #fff;
  transform: translateY(8px);
}
@media (max-width: 576px) {
  .form-main .form__error-text {
    transform: translateY(4px);
  }
}
.form-main--promo {
  background: transparent;
  padding-top: 0;
}
@media (max-width: 1200px) {
  .form-main--promo {
    padding-bottom: 100px;
  }
}
.form-main--promo .form-main__wrapper {
  border-radius: 24px;
  background-color: #00B534;
  background-size: cover;
  overflow: hidden;
  padding: 50px;
}
@media (max-width: 1200px) {
  .form-main--promo .form-main__wrapper {
    padding: 70px 20px;
  }
}
@media (max-width: 576px) {
  .form-main--promo .form-main__wrapper {
    padding: 52px 16px;
  }
}
.form-main--promo .form-main__wrapper .form-main__description,
.form-main--promo .form-main__wrapper .form-main__title {
  max-width: 958px;
}
.form-main--promo .form-main__wrapper .form-main__image {
  height: 100%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .form-main--promo .form-main__wrapper .form-main__image {
    left: -20px;
    right: -20px;
    width: calc(100% + 40px);
    bottom: -70px;
  }
}
@media (max-width: 576px) {
  .form-main--promo .form-main__wrapper .form-main__image {
    left: -16px;
    right: -16px;
    width: calc(100% + 32px);
    bottom: -52px;
  }
}
.form-main--promo .form-main__wrapper .form-main__image img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .form-main--promo .form-main__form-wrapper {
    margin-bottom: -50px;
  }
}
.form-main__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .form-main__title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .form-main__title {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
@media (max-width: 460px) {
  .form-main__title {
    max-width: 320px;
    margin: 0 auto 18px;
  }
}
.form-main__description {
  font-size: 18px;
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .form-main__description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 45px;
  }
}
.form-main__wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .form-main__wrapper {
    max-width: 720px;
    margin: 0 auto;
  }
}
.form-main__image {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .form-main__image {
    position: relative;
  }
  .form-main__image img {
    width: 100%;
  }
}
.form-main__image img {
  display: block;
}

/**
 * Swiper 7.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 25, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.banner {
  background-size: cover;
}
@media (max-width: 992px) {
  .banner {
    background-position: 25%;
  }
}
@media (max-width: 576px) {
  .banner {
    background-position: 15%;
  }
}
.banner-wrapper {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .banner-wrapper {
    padding: 40px 0 80px;
  }
}
@media (max-width: 992px) {
  .banner-wrapper {
    padding: 64px 0 0;
  }
}
@media (max-width: 576px) {
  .banner-wrapper {
    padding: 48px 0 64px;
    margin-bottom: 48vw;
  }
}
.banner-content {
  max-width: 760px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .banner-content {
    max-width: 595px;
    margin-bottom: -70px;
  }
}
@media (max-width: 992px) {
  .banner-content {
    max-width: 670px;
  }
}
@media (max-width: 768px) {
  .banner-content {
    margin-bottom: -10px;
  }
}
@media (max-width: 576px) {
  .banner-content {
    max-width: 320px;
  }
}
.banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(46%) translateY(88px);
}
.banner-image img {
  max-width: none;
  display: block;
  height: 594px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .banner-image {
    transform: translateX(25vw) translateY(63px);
  }
  .banner-image img {
    height: 430px;
  }
}
@media (max-width: 1100px) {
  .banner-image {
    transform: translateX(32vw) translateY(63px);
  }
  .banner-image img {
    height: 410px;
  }
}
@media (max-width: 992px) {
  .banner-image {
    position: relative;
    transform: translateX(2%) translateY(88px);
  }
  .banner-image img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-image {
    transform: translateX(3%) translateY(56px);
  }
}
@media (max-width: 576px) {
  .banner-image {
    transform: translateX(20px) translateY(24px);
    margin-bottom: -60%;
    left: -20px;
    right: -20px;
    width: calc(100% + 20px);
  }
  .banner-image img {
    height: auto;
    width: 100%;
  }
}
.banner__title {
  color: #fff;
  margin-bottom: 42px;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(5px);
  position: relative;
  z-index: 10;
}
.banner__title.banner__title--visible {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 1200px) {
  .banner__title {
    margin-bottom: 24px;
    font-size: 50px !important;
    line-height: 62px !important;
  }
}
@media (max-width: 992px) {
  .banner__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .banner__title {
    margin-bottom: 24px;
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
.banner__text {
  color: #fff;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .banner__text {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .banner__text {
    margin-bottom: 24px;
  }
}
.banner__text ul li {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .banner__text ul li {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .banner__text ul li {
    font-size: 18px;
    padding-left: 24px;
  }
}
.banner__text ul li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  top: 12px;
}
@media (max-width: 992px) {
  .banner__text ul li:after {
    width: 10px;
    height: 10px;
  }
}
.banner__text ul li:last-child {
  margin-bottom: 0;
}
.banner__bottom {
  margin-top: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  max-width: 310px;
  color: #fff;
}
@media (max-width: 1200px) {
  .banner__bottom {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .banner__bottom {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .banner__bottom {
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }
}
.banner-tomato {
  display: none;
  position: absolute;
}
@media (max-width: 1200px) {
  .banner-tomato {
    display: block;
  }
}
@media (max-width: 576px) {
  .banner-tomato {
    transform: scale(-1, 1);
  }
}
.banner-tomato--top {
  right: -40px;
  top: 25px;
}
@media (max-width: 576px) {
  .banner-tomato--top {
    right: 0;
    top: 140px;
  }
  .banner-tomato--top img {
    width: 90px;
  }
}
.banner-tomato--bottom {
  right: 100px;
  top: 200px;
}
@media (max-width: 576px) {
  .banner-tomato--bottom {
    right: -35px;
    top: 240px;
  }
  .banner-tomato--bottom img {
    width: 60px;
  }
}

.home-catalog {
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .home-catalog {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .home-catalog {
    padding-top: 60px;
  }
}
.home-section {
  padding: 120px 0;
}
@media (max-width: 992px) {
  .home-section {
    padding: 100px 0;
  }
}
@media (max-width: 576px) {
  .home-section {
    padding: 72px 0;
  }
}
.home-section__centered {
  text-align: center;
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .home-section__centered {
    max-width: 730px;
  }
}
@media (max-width: 576px) {
  .home-section__centered {
    max-width: 300px;
  }
}
.home-section h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .home-section h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .home-section h3 {
    font-size: 18px;
  }
}
.home-section__label {
  display: inline-block;
  background-color: #FFA101;
  border-radius: 12px;
  color: #fff;
  padding: 10px 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 12px;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .home-section__label {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .home-section__label {
    font-size: 18px;
  }
}
.home-delivery {
  background-color: #EFFFF3;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .home-delivery {
    padding: 72px 0 0;
  }
}
@media (max-width: 576px) {
  .home-delivery {
    padding: 54px 0 0;
  }
}
.home-delivery__wrapper {
  position: relative;
}
.home-delivery__title h2 {
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .home-delivery__title h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .home-delivery__title h2 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .home-delivery__title h2 {
    max-width: 500px;
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .home-delivery__title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.home-delivery__text {
  margin-bottom: 32px;
}
.home-delivery__label {
  position: relative;
  padding-left: 48px;
}
@media (max-width: 992px) {
  .home-delivery__label {
    padding-left: 60px;
  }
}
.home-delivery__label img {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .home-delivery__label img {
    width: 44px;
  }
}
.home-delivery__label-highlight {
  font-size: 24px;
  font-weight: 700;
  color: #00B534;
  margin-bottom: 4px;
}
.home-delivery__label-text {
  font-weight: 600;
  font-size: 14px;
}
.home-delivery__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(20%, -50%);
}
@media (max-width: 1200px) {
  .home-delivery__image {
    transform: translate(45%, -50%);
  }
}
@media (max-width: 992px) {
  .home-delivery__image {
    transform: translate(10%, 18%);
    position: relative;
    margin-top: -18%;
  }
  .home-delivery__image img {
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .home-delivery__image {
    transform: translate(10%, 23%);
    margin-top: -12%;
    margin-left: -10%;
  }
}
.home-delivery__image img {
  display: block;
}
.home-clients {
  padding: 120px 0;
}
@media (max-width: 576px) {
  .home-clients {
    padding-bottom: 100px;
  }
}
.home-clients__header {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .home-clients__header {
    margin-bottom: 32px;
  }
}
.home-clients__header h2 {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .home-clients__header h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  .home-clients__header h2 {
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .home-clients__header h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .home-clients__number {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .home-clients__number {
    display: block;
  }
}
.home-clients__number span {
  display: inline-block;
  position: relative;
  color: #FFA101;
  font-size: 96px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .home-clients__number span {
    font-size: 72px;
    margin-bottom: 0;
  }
}
.home-clients__number span:after {
  content: "";
  position: absolute;
  right: -46px;
  display: block;
  top: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width=%2729%27 height=%2730%27 viewBox=%270 0 29 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28.831 18.48H0.159V11.696H28.831V18.48ZM17.887 29.424H11.103V0.751999H17.887V29.424Z%27 fill=%27%23FFA101%27/%3E%3C/svg%3E%0A");
}
@media (max-width: 992px) {
  .home-clients__number span:after {
    width: 20px;
    height: 20px;
    background-size: cover;
    right: -28px;
  }
}
.home-clients__number p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .home-clients__number p {
    font-size: 18px;
    max-width: 310px;
    margin-left: 48px;
  }
}
@media (max-width: 576px) {
  .home-clients__number p {
    font-size: 16px;
    margin-left: 0;
    font-weight: 600;
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .home-clients__list {
    display: none;
  }
}
.home-clients__slider {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .home-clients__slider {
    display: block;
  }
}
.home-clients__slider .clients-slider__logo {
  background-color: #F6F6F6;
  height: 200px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
}
.home-clients__slider .clients-slider__logo img {
  min-width: 127px;
  min-height: 127px;
  max-width: 220px;
  max-height: 150px;
  object-fit: contain;
}
.home-clients__logo {
  background-color: #F6F6F6;
  border-radius: 8px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.home-clients__logo img {
  max-width: 140px;
  max-height: 80px;
  object-fit: contain;
}
.home-gratitude {
  background-color: #EFFFF3;
  padding: 120px 0 160px;
}
@media (max-width: 992px) {
  .home-gratitude {
    padding: 74px 0 110px;
  }
}
@media (max-width: 576px) {
  .home-gratitude {
    padding: 54px 0 88px;
  }
}
.home-gratitude__list {
  position: relative;
}
.home-gratitude .gratitude-slider {
  overflow: hidden;
}
@media (max-width: 766px) {
  .home-gratitude .gratitude-slider .swiper-slide {
    height: auto;
  }
}
.home-gratitude .gratitude-slide {
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 766px) {
  .home-gratitude .gratitude-slide {
    height: 100%;
    position: relative;
    padding-bottom: 108px;
  }
}
.home-gratitude .gratitude-slide__main {
  padding: 24px 24px 34px;
  height: 378px;
}
@media (max-width: 1200px) {
  .home-gratitude .gratitude-slide__main {
    padding: 20px;
  }
}
@media (max-width: 766px) {
  .home-gratitude .gratitude-slide__main {
    height: auto;
  }
}
.home-gratitude .gratitude-slide__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 16px;
  max-height: 94px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .home-gratitude .gratitude-slide__title {
    font-size: 18px;
  }
}
.home-gratitude .gratitude-slide__text {
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .home-gratitude .gratitude-slide__preview p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.home-gratitude .gratitude-slide__more {
  background-color: transparent;
  color: #00B534;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border: none;
}
.home-gratitude .gratitude-slide__more span {
  vertical-align: middle;
}
.home-gratitude .gratitude-slide__more svg {
  vertical-align: top;
  margin-left: 6px;
}
.home-gratitude .gratitude-slide__bottom {
  background-color: #D4F9DD;
  padding: 24px;
  border-radius: 8px;
}
@media (max-width: 766px) {
  .home-gratitude .gratitude-slide__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home-gratitude .gratitude-slide__bottom {
    padding: 16px;
  }
}
.home-gratitude .gratitude-slide__subtitle {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 500;
}
.home-gratitude .gratitude-slide__name {
  font-weight: 600;
  font-size: 14px;
  color: #00B534;
}

.gratitude-popup {
  display: none;
  background-color: #EFFFF3;
  border-radius: 8px;
  padding: 0;
}
.gratitude-popup .carousel__button {
  top: 16px !important;
  right: 16px !important;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: #FFA101;
}
.gratitude-popup .carousel__button svg {
  width: 16px;
  filter: none;
}
.gratitude-popup__header {
  background-color: #D4F9DD;
  border-radius: 8px;
  padding: 24px 34px;
}
@media (max-width: 768px) {
  .gratitude-popup__header {
    padding: 20px;
  }
}
.gratitude-popup__subtitle {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.gratitude-popup__name {
  font-weight: 700;
  color: #00B534;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .gratitude-popup__name {
    font-size: 18px;
  }
}
.gratitude-popup__body {
  padding: 37px 34px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .gratitude-popup__body {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .gratitude-popup__body {
    padding: 24px 20px;
  }
}
.gratitude-popup__title {
  font-weight: 700;
  color: #15321B;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .gratitude-popup__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.gratitude-popup__content {
  flex: 0 0 565px;
}
@media (max-width: 1200px) {
  .gratitude-popup__content {
    flex: 0 0 100%;
  }
}
.gratitude-popup__letter {
  flex: 0 0 300px;
  margin-left: 55px;
  position: relative;
}
@media (max-width: 1200px) {
  .gratitude-popup__letter {
    margin: 24px auto 0;
  }
}
@media (max-width: 768px) {
  .gratitude-popup__letter {
    flex: 0 0 100%;
  }
}
.gratitude-popup__letter a {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}
.gratitude-popup__letter a:after {
  content: "";
}
.gratitude-popup__letter a img {
  width: 100%;
  display: block;
}
.gratitude-popup__letter-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #00B534;
  display: flex;
  align-items: center;
  pointer-events: none;
  justify-content: center;
}
@media (max-width: 768px) {
  .gratitude-popup__text {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*# sourceMappingURL=front-page.css.map*/