@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #efefee;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  height: 64px;
  border-radius: 50px;
  line-height: 36px;
  outline: none;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #000000;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8145 0.157289L8.54598 5.64395L2.2638 0.157289L0.333984 1.84641L8.54598 9.03418L16.758 1.84641L14.8145 0.157289Z' fill='%23EE7203'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.nice-select.open:after {
  transform: rotate(180deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 15;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.nice-select .list {
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 35vh;
  overflow-y: auto;
}
.nice-select .list li::before {
  content: none;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 135%;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: left;
  transition: all 0.2s;
  white-space: pre-wrap;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -50px;
  top: -50px;
  transform: translate3d(50px, 50px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -50px;
  top: 50px;
  transform: translate3d(50px, -50px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -50px;
  top: 50px;
  transform: translate3d(-50px, -50px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger {
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media (hover: hover) {
  .hamburger:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #808080;
}

.hamburger-box {
  width: 25px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 100%;
  height: 4px;
  background-color: #808080;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.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-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

.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-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.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: var(--swiper-navigation-top-offset, 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.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: 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;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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: var(--swiper-pagination-bullet-vertical-gap, 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 var(--swiper-pagination-bullet-horizontal-gap, 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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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;
  touch-action: none;
}

.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 {
  pointer-events: auto;
}

.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-prev {
  pointer-events: auto;
  visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-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;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* purgecss start ignore */
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.65);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.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 {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(
    0
      calc(
        ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) *
          (1 - var(--progress, 0)) * 0.5
      )
      round var(--f-thumb-border-radius, 0)
  );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/* purgecss end ignore */
figure,
blockquote,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

fieldset {
  border: none;
}

textarea {
  white-space: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

html,
body {
  position: relative;
  min-height: 100%;
}

html {
  box-sizing: border-box;
  margin-right: calc(-1 * (100vw - 100%));
  font-weight: 500;
  font-size: 16px;
}

body {
  font-size: 1rem;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 520px) {
  .container {
    max-width: 512px;
  }
}
@media (min-width: 700px) {
  .container {
    max-width: 732px;
  }
}
@media (min-width: 1120px) {
  .container {
    max-width: 1152px;
  }
}
@media (min-width: 1120px) {
  .container--wide {
    max-width: 1252px;
  }
}

/**
 * Наследуем всем элементам свойство border-box от родителя (html)
 * Так как селектор * имеет 0 приоритет, он не переопределяет стили html
 * Это нужно, чтобы в будушем была возможность без проблем переопредилить стили
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

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

/*
 * Удаляет отступы снизу у элементов, внутри контейнера
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
svg,
video {
  vertical-align: middle;
}

/*
 * Разрешить растягивать текстовое поле только по вертикали
 */
textarea {
  resize: vertical;
}

a {
  color: inherit;
  text-decoration: none;
}

picture,
img {
  display: block;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../assets/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../assets/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../assets/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../assets/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Inter";
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../assets/fonts/Inter/Inter-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Inter";
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../assets/fonts/Inter/Inter-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: "Inter";
  font-display: swap;
  src: url("../assets/fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("../assets/fonts/Inter/Inter-SemiBold.woff") format("woff");
}
body {
  color: #000000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
}

strong,
b {
  font-weight: 600;
}

h1 span,
h2 span {
  color: #ee7203;
}

.image {
  width: 100%;
  height: 100%;
}
.image--cover {
  object-fit: cover;
}
.image--contain {
  object-fit: contain;
}

.link {
  transition: 0.2s ease;
}
@media (hover: hover) {
  .link:hover {
    color: #ee7203;
  }
}
.link--underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.link-stretched::after {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
}

.link-icon {
  display: flex;
  gap: 12px;
  align-items: center;
}
.link-icon::after {
  content: "";
  width: 25px;
  height: 28px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.link-icon--pdf::after {
  background-image: url("../assets/img/icons/misc/pdf.png");
}

.disable-scroll {
  overflow: hidden;
}

.position-sticky {
  top: calc(var(--header-height) + 32px);
}

.collapse:not(.collapse_show) {
  display: none;
}

a[href*=phone],
a[href*="tel:"] {
  white-space: nowrap;
}

.svg path,
.svg line,
.svg circle,
.svg rect {
  transition: 0.2s ease;
}

.swiper-fade > .swiper-wrapper > .swiper-slide-active {
  z-index: 5;
}

.swiper-wrapper {
  box-sizing: border-box;
}
.swiper-pagination {
  position: static;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .swiper-pagination {
    margin-top: 12px;
  }
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 3px !important;
  background-color: #d9d9d9;
  opacity: 1;
  transition: 0.2s ease;
}
@media (max-width: 700px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #786e6e;
}
.swiper-control {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 700px) {
  .swiper-control {
    margin-top: 24px;
    margin-right: 32px;
  }
}
.swiper-control--overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-control--overlay .swiper-button-prev,
.swiper-control--overlay .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
}
.swiper-control--overlay .swiper-button-prev {
  left: -16px;
}
.swiper-control--overlay .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.144531' y='0.815186' width='37.9901' height='36.9903' rx='18.4952' fill='%23EBEBEB' fill-opacity='0.9'/%3E%3Cpath d='M24.1383 24.9159L17.9589 18.8107L24.1383 12.6921L22.2359 10.8125L14.1406 18.8107L22.2359 26.8088L24.1383 24.9159Z' fill='%23F7C395'/%3E%3C/svg%3E%0A");
}
.swiper-control--overlay .swiper-button-next {
  right: -16px;
}
.swiper-control--overlay .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='38.3477' y='37.8054' width='37.9901' height='36.9903' rx='18.4952' transform='rotate(-180 38.3477 37.8054)' fill='%23EBEBEB' fill-opacity='0.9'/%3E%3Cpath d='M14.3538 13.7047L20.5333 19.8099L14.3538 25.9285L16.2562 27.8081L24.3516 19.8099L16.2562 11.8118L14.3538 13.7047Z' fill='%23F7C395'/%3E%3C/svg%3E%0A");
}
.swiper-button-prev, .swiper-button-next {
  position: static;
  display: block;
  margin: 0;
  transition: 0.2s ease;
}
@media (hover: hover) {
  .swiper-button-prev:hover::after, .swiper-button-next:hover::after {
    transform: scale(1.15);
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
.swiper-button-prev::after {
  background-image: url("../assets/img/icons/component/slider/prev.svg");
}
.swiper-button-next::after {
  background-image: url("../assets/img/icons/component/slider/next.svg");
}

@media (max-width: 700px) {
  .nice-select {
    height: 52px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 20px;
    font-size: 14px;
  }
}

.accordion-faq {
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  background: linear-gradient(95deg, #dcdde2 5%, #e4e6eb 50%);
  box-shadow: 6px 5px 10px 3px rgba(54, 54, 54, 0.24), -8px -8px 10px 0 #ffffff;
}
@media (max-width: 700px) {
  .accordion-faq {
    padding-right: 20px;
  }
}
.accordion-faq.is-open .accordion-faq__header::after {
  transform: rotate(180deg);
}
.accordion-faq__header {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .accordion-faq__header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.accordion-faq__header::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-image: url("../assets/img/icons/component/accordion/checkmark.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .accordion-faq__header::before {
    padding-right: 8px;
  }
}
.accordion-faq__header::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 10px;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8374 0.289062L8.56893 6.4699L2.28675 0.289062L0.356933 2.1919L8.56893 10.2891L16.7809 2.1919L14.8374 0.289062Z' fill='%23EE7203'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
.accordion-faq__title {
  margin-right: 16px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 700px) {
  .accordion-faq__title {
    font-size: 16px;
  }
}
.accordion-faq__content {
  padding-top: 20px;
  padding-bottom: 36px;
}
@media (max-width: 700px) {
  .accordion-faq__content {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slide-in {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.button {
  display: inline-block;
  border: none;
  border-radius: 15px;
  outline: none;
  background-color: transparent;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}
.button--block {
  width: 100%;
}
.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.button-primary {
  padding: 16px;
  background: linear-gradient(94deg, #ff913a 0.35%, #f88224 25%, #e46e10 50%, #da6403 100%);
  background-position-x: left;
  background-position-y: center;
  background-size: 200%;
  color: #ffffff;
  box-shadow: 6px 5px 10px 3px rgba(54, 54, 54, 0.24), -8px -8px 10px 0 #ffffff;
  font-weight: 600;
}
@media (hover: hover) {
  .button-primary:hover {
    background-size: 100%;
  }
}

.button-secondary {
  padding: 16px 40px;
  background: linear-gradient(94deg, #ff913a 0.35%, #f88224 25%, #e46e10 50%, #da6403 100%);
  background-position-x: left;
  background-position-y: center;
  background-size: 200%;
  color: #ffffff;
  box-shadow: 6px 5px 10px 3px rgba(54, 54, 54, 0.24), -8px -8px 10px 0 #ffffff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (hover: hover) {
  .button-secondary:hover {
    background-size: 100%;
  }
}

.button-form {
  padding: 16px;
  border-radius: 500px;
  background: linear-gradient(135deg, #c15d17 0%, #df8419 70%, #f37f21 90%, #f38d3a 100%);
  background-position-x: left;
  background-position-y: center;
  background-size: 200%;
  box-shadow: 4px 4px 4px 0 #e28927 inset, 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 20px;
}
@media (hover: hover) {
  .button-form:hover {
    background-size: 100%;
  }
}

.button-whatsapp {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 6px 16px;
  background: linear-gradient(273.36deg, #4fa44d -3.55%, #256523 101.52%);
  background-position-x: left;
  background-position-y: center;
  background-size: 200%;
  color: #ffffff;
  box-shadow: 6px 5px 10px 3px rgba(54, 54, 54, 0.24), -8px -8px 10px 0 #ffffff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (hover: hover) {
  .button-whatsapp:hover {
    background-size: 100%;
  }
}
.button-whatsapp::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-bottom: -3px;
  background-image: url("../assets/img/icons/contact/whatsapp.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-nav {
  position: relative;
}
.dropdown-nav:hover .dropdown-nav__header {
  color: #ee7203;
}
.dropdown-nav:hover .dropdown-nav__header span::after {
  background-color: #ee7203;
}
.dropdown-nav:hover ul {
  opacity: 1;
  visibility: visible;
}
.dropdown-nav ul {
  position: absolute;
  z-index: 2;
  top: calc(100% + 20px);
  left: 50%;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  padding: 0 8px;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  transform: translateX(-50%);
  transition: 0.2s ease;
}
.dropdown-nav ul li {
  position: relative;
}
.dropdown-nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: #d9d9d9;
  transform: translateX(-50%);
}
.dropdown-nav ul a {
  padding: 12px 0;
}
.dropdown-nav ul::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 0 40px 20px;
  border-style: solid;
  border-color: transparent transparent #ffffff;
  transform: translateX(-50%);
}

.dropdown-mobile {
  position: relative;
  flex-direction: column;
  align-items: stretch !important;
  width: 100%;
  transition: 0.2s ease;
}
.dropdown-mobile > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.dropdown-mobile > div::after {
  content: "";
  width: 14px;
  height: 8px;
  margin-top: 2px;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1858 0.262939L8.0791 6.44378L1.9591 0.262939L0.0791012 2.16577L8.0791 10.2629L16.0791 2.16577L14.1858 0.262939Z' fill='%23EE7203'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
.dropdown-mobile > ul {
  padding-left: 24px;
}
.dropdown-mobile > ul li:first-child {
  padding-top: 18px;
}
.dropdown-mobile > ul li:last-child {
  padding-bottom: 12px;
}
.dropdown-mobile > ul li:not(:last-child) {
  margin-bottom: 12px;
}
.dropdown-mobile > ul a {
  font-size: 16px;
}
.dropdown-mobile--open {
  padding-block: 12px;
}
.dropdown-mobile--open > div a {
  color: #ee7203 !important;
}
.dropdown-mobile--open > div::after {
  transform: rotate(180deg);
}

[data-editor] {
  font-size: 16px;
  line-height: 1.5;
}
[data-editor] > *:not(:last-child) {
  margin-bottom: 20px;
}
[data-editor] h1,
[data-editor] h2,
[data-editor] h3,
[data-editor] h4,
[data-editor] h5 {
  line-height: 1.25;
}
@media (max-width: 700px) {
  [data-editor] h2 {
    font-size: 20px;
  }
}
[data-editor] blockquote {
  padding: 16px 24px;
  border-left: 3px solid #eeeeee;
}
[data-editor] video {
  width: 100%;
  aspect-ratio: 16/9;
}
[data-editor] iframe {
  width: 100%;
}
[data-editor] img {
  display: initial;
  height: auto;
}
[data-editor] b,
[data-editor] strong {
  font-weight: 600;
}
[data-editor] > ul {
  list-style-type: disc;
}
[data-editor] > ol {
  list-style-type: decimal;
}
[data-editor] ul,
[data-editor] ol {
  padding-left: 20px;
}
[data-editor] ul li:not(:last-child),
[data-editor] ol li:not(:last-child) {
  margin-bottom: 12px;
}
[data-editor] a:not([class*=button]) {
  text-decoration: underline;
  transition: 0.2s ease;
}
@media (hover: hover) {
  [data-editor] a:not([class*=button]):hover {
    color: #ee7203;
  }
}

[data-editor=compact] > *:not(:last-child) {
  margin-bottom: 8px;
}
[data-editor=compact] ul li:not(:last-child),
[data-editor=compact] ol li:not(:last-child) {
  margin-bottom: 0;
}

.form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form__action {
  margin-top: 16px;
}

.form-callback {
  display: flex;
  flex-direction: column;
}
.form-callback .button[type=submit] {
  width: 100%;
}

.input {
  position: relative;
}
.input[type=number] {
  appearance: textfield;
}
.input[type=number]::-webkit-outer-spin-button, .input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}
.input--error .input__field {
  border-color: #e64747;
}
.input--error .input__warning {
  opacity: 1;
  visibility: visible;
}
.input--select select {
  display: none;
}
.input__field {
  width: 100%;
  padding: 20px 25px;
  border: 4px solid #dbdbdb;
  border-radius: 500px;
  outline: none;
  background: linear-gradient(134deg, #f1f1f1 0%, #eceff4 100%);
  color: #000000;
  font-size: 16px;
}
@media (max-width: 700px) {
  .input__field {
    padding: 16px 20px;
    border-width: 2px;
    border-radius: 20px;
    font-size: 14px;
  }
}
.input__field::placeholder {
  color: #353535;
}
.input__warning {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
  cursor: help;
  transform: translateY(-50%);
  transition: 0.2s ease;
}

.checkbox {
  display: inline-flex;
  align-items: center;
}
.checkbox__mark {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-right: 10px;
  border: 2px solid #5e5e5e;
  cursor: pointer;
  transition: all 0.15s ease;
}
.checkbox__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  background: #da2e2b;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.checkbox:hover .checkbox__mark {
  border-color: #da2e2b;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ .checkbox__mark {
  border-color: #da2e2b;
}
.checkbox input:checked ~ .checkbox__mark::after {
  opacity: 1;
}
.checkbox__label {
  margin-top: 2px;
  transition: color 0.15s ease;
}
.checkbox__policy {
  transition: color 0.15s ease;
}
.checkbox__policy:hover {
  text-decoration: underline;
}

/* purgecss start ignore */
.lazy {
  position: relative;
}
.lazy::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/img/misc/preloader.svg");
  background-position: center;
  background-size: 48px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.lazy--preloader::after {
  opacity: 1;
  visibility: visible;
}
.lazy__item {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease;
}
.lazy__item--blur {
  opacity: 1;
  visibility: visible;
  filter: blur(10px);
}

.loaded {
  opacity: 1;
  visibility: visible;
  filter: none;
  pointer-events: initial;
}

/* purgecss end ignore */
.preloader {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
}
.preloader--hide {
  opacity: 0;
  visibility: hidden;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list > li {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  font-weight: 500;
}
.list > li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.list--checkmark > li::before {
  background-image: url("../assets/img/icons/component/list/mark.png");
}
.list--plus > li::before {
  background-image: url("../assets/img/icons/component/list/plus.png");
}

.modal__overlay {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}
.modal__container {
  position: relative;
  width: 95%;
  padding: 32px;
  border: 3px solid #ee7203;
  border-radius: 15px;
  background-color: #ffffff;
}
.modal__header {
  margin-bottom: 16px;
}
.modal__title {
  font-weight: 500;
  font-size: 36px;
}
.modal__close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 5px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
@media (hover: hover) {
  .modal__close:hover {
    opacity: 0.5;
  }
}
.modal__close::before {
  content: url("../img/icons/control/modal__close.svg");
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: fade-in 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: slide-in 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: fade-out 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: slide-out 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.modal-success .modal__container {
  max-width: 480px;
}
.modal-success .modal__header {
  text-align: center;
}
.modal-success .modal__content {
  font-size: 16px;
  text-align: center;
}

/* purgecss start ignore */
.custom-scrollbar::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #ffffff;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  border: 3px solid #ffffff;
  border-radius: 10px;
  background: #ff913a;
}

/* purgecss end ignore */
.logo {
  transition: 0.2s ease;
}
@media (hover: hover) {
  .logo:hover {
    opacity: 0.6;
  }
}
.logo--header {
  width: 100%;
  max-width: 285px;
}
@media (max-width: 700px) {
  .logo--header {
    max-width: 150px;
  }
}

.video-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
  background-color: #2d2d2d;
}
@media (max-width: 700px) {
  .video-block {
    border-radius: 8px;
  }
}
.video-block__media {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.textblock {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 700px) {
  .textblock {
    flex-direction: column-reverse;
  }
}
.textblock > div {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 700px) {
  .textblock > div {
    font-size: 16px;
    text-align: center;
  }
}
.textblock > picture {
  flex-shrink: 0;
  overflow: hidden;
  width: 500px;
  aspect-ratio: 4/3;
  border-radius: 20px;
}
@media (max-width: 700px) {
  .textblock > picture {
    width: 100%;
  }
}

.search__form {
  position: relative;
}
.search__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .search__icon {
    left: 8px;
  }
}
@media (hover: hover) {
  .search__icon:hover path {
    fill: #ee7203;
  }
}
.search__icon button {
  padding: 8px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search__icon svg path {
  transition: 0.2s ease;
}
.search .input__field {
  padding-left: 54px;
}

.page {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100vh;
}
.page > main {
  flex-grow: 1;
}
.page__body {
  overflow: clip;
  padding-bottom: 60px;
}
@media (max-width: 700px) {
  .page__body {
    padding-bottom: 48px;
  }
}
.page__body--promo .section:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 700px) {
  .page__body--promo .section:not(:last-child) {
    margin-bottom: 54px;
  }
}
.page__body--common .section:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .page__body--common .section:not(:last-child) {
    margin-bottom: 48px;
  }
}
.page__body .section__title {
  font-weight: 600;
}
.page__header {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .page__header {
    margin-bottom: 24px;
  }
}
.page__breadcrumbs {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 700px) {
  .page__breadcrumbs {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.page__title {
  font-size: 42px;
  text-align: center;
}
@media (max-width: 1120px) {
  .page__title {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .page__title {
    font-size: 30px;
  }
}

.single-post .page__title {
  text-align: left;
}
@media (max-width: 1120px) {
  .single-post .page__title {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .single-post .page__title {
    font-size: 24px;
  }
}

.section--mobile {
  overflow: hidden;
  height: 0;
  margin-top: -60px;
}
@media (max-width: 700px) {
  .section--mobile {
    height: auto;
    margin-top: 0;
  }
}
.section--padding {
  padding: 45px 0;
}
.section__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 700px) {
  .section__header {
    margin-bottom: 20px;
  }
}
.section__header p {
  margin-top: 12px;
  font-size: 22px;
}
@media (max-width: 1120px) {
  .section__header p {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .section__header p {
    font-size: 14px;
  }
}
.section__title {
  font-size: 32px;
  line-height: 1.1;
}
@media (max-width: 1120px) {
  .section__title {
    font-size: 24px;
  }
  .section__title br {
    display: none;
  }
}
@media (max-width: 700px) {
  .section__title {
    font-size: 20px;
  }
}
.section__text {
  margin-bottom: 36px;
}
.section__text--bold {
  font-weight: 500;
}

.nav ul {
  display: flex;
}
.nav a {
  transition: 0.2s ease;
}
@media (hover: hover) {
  .nav a:hover {
    color: #ee7203;
  }
}

.nav--breadcrumbs ul {
  flex-wrap: wrap;
  gap: 0 8px;
}
.nav--breadcrumbs li:not(:last-child) {
  display: flex;
  gap: 2px;
  align-items: center;
  color: #d9d9d9;
}
.nav--breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
}
.nav--breadcrumbs li:last-child {
  color: #7d7d7d;
}
.nav--breadcrumbs li > * {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 700px) {
  .nav--breadcrumbs li > * {
    font-size: 12px;
  }
}

.nav--article > ul {
  flex-direction: column;
  gap: 32px;
}

.mobile-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
@media (max-width: 700px) {
  .mobile-menu {
    height: 100vh;
  }
}
.mobile-menu__wrapper {
  position: relative;
  top: -50%;
  overflow: auto;
  max-height: 80vh;
  background-color: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.4s ease;
}
.mobile-menu--open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu--open .mobile-menu__wrapper {
  top: 0;
  opacity: 1;
}

#other-section:last-child {
  margin-bottom: 0;
}
#other-section .other {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 700px) {
  #other-section .other {
    gap: 12px;
  }
}
#other-section .other > * {
  width: calc(25% - 24px);
}
@media (max-width: 700px) {
  #other-section .other > * {
    width: calc(33.3333333333% - 10px);
  }
}
#other-section .other__item {
  position: relative;
  padding: 24px 24px 10px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 700px) {
  #other-section .other__item {
    padding: 12px 12px 4px;
  }
}
@media (hover: hover) {
  #other-section .other__item:hover .other__title {
    color: #ee7203;
  }
}
#other-section .other__picture {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 8px;
}
#other-section .other__title {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  transition: 0.2s ease;
}
@media (max-width: 700px) {
  #other-section .other__title {
    font-size: 8px;
  }
}

#callback-section {
  margin-top: 80px;
  padding-bottom: 20px;
}
#callback-section .section__header {
  position: relative;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  #callback-section .section__header {
    margin-bottom: 40px;
  }
}
#callback-section .section__header img {
  width: 64px;
}
@media (max-width: 700px) {
  #callback-section .section__header img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44px;
    transform: translateY(-50%);
  }
}
#callback-section .section__title {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 700px) {
  #callback-section .section__title {
    margin-right: 48px;
    font-size: 22px;
  }
}
#callback-section .callback {
  max-width: 740px;
  margin: 0 auto;
  padding: 24px 54px 32px;
  border-radius: 30px;
  background-color: #f1f1f1;
  box-shadow: 0 2px 15px 0 rgba(81, 48, 25, 0.25);
}
@media (max-width: 700px) {
  #callback-section .callback {
    padding: 24px 24px 32px;
  }
}
#callback-section .callback__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 700px) {
  #callback-section .callback__body {
    flex-direction: column;
    align-items: center;
  }
}
#callback-section .callback__contact .callback__wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  margin-left: -24px;
}
@media (max-width: 700px) {
  #callback-section .callback__contact .callback__wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }
}
@media (hover: hover) {
  #callback-section .callback__contact .callback__wrapper a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 700px) {
  #callback-section .callback__info {
    text-align: center;
  }
}
#callback-section .callback__info > * {
  display: block;
  font-weight: 500;
}
#callback-section .callback__info a[href*=tel] {
  margin-bottom: 8px;
  font-size: 36px;
}
@media (max-width: 700px) {
  #callback-section .callback__info a[href*=tel] {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  #callback-section .callback__form {
    width: 100%;
  }
}
#callback-section .callback__form .input__field,
#callback-section .callback__form .button {
  height: 60px;
}
#callback-section .callback__form .button {
  width: 100%;
}

#services-section .services {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
@media (max-width: 1120px) {
  #services-section .services {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 700px) {
  #services-section .services {
    gap: 12px;
  }
}
#services-section .card-service {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  border: 3px solid #e7e7e7;
  border-radius: 12px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 700px) {
  #services-section .card-service {
    padding: 8px;
    border: none;
    border-radius: 15px;
    background-color: #f6f6f6;
    box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.25);
  }
}
#services-section .card-service__title {
  margin-top: auto;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 700px) {
  #services-section .card-service__title {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  #services-section .card-service__title {
    font-size: 8px;
  }
}
#services-section .card-service__title::before {
  display: none;
}
#services-section .card-service__picture {
  aspect-ratio: 4/3;
}
@media (max-width: 700px) {
  #services-section .card-service__picture {
    aspect-ratio: 2/1;
  }
}

#home-page section:not(#callback-section) .section__title {
  font-size: 42px;
}
@media (max-width: 1120px) {
  #home-page section:not(#callback-section) .section__title {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  #home-page section:not(#callback-section) .section__title {
    font-size: 22px;
  }
}

#hero-home {
  padding-top: 40px;
}
#hero-home .hero__picture {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: 15px;
}
@media (max-width: 700px) {
  #hero-home .hero__picture {
    border-radius: 5px;
  }
}
#hero-home .hero .swiper-pagination {
  text-align: right;
}

.title__small {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1120px) {
  .title__small {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .title__small {
    font-size: 18px;
  }
}

#mosquito-hero {
  margin-top: -31px;
}
#mosquito-hero .row {
  display: flex;
  position: relative;
}
@media (max-width: 1120px) {
  #mosquito-hero .row {
    flex-direction: column-reverse;
  }
}
#mosquito-hero .mosquito-hero__wrapper {
  min-width: 570px;
  margin-left: -25px;
}
@media (max-width: 1120px) {
  #mosquito-hero .mosquito-hero__wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 63px;
    min-width: 478px;
    z-index: -1;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  #mosquito-hero .mosquito-hero__wrapper {
    min-width: 360px;
  }
}
#mosquito-hero .mosquito-hero__content {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 457px;
}
#mosquito-hero .mosquito-hero__content--row {
  display: flex;
  gap: 20px;
}
@media (max-width: 1120px) {
  #mosquito-hero .mosquito-hero__content--row {
    margin-top: 243px;
    gap: 48px;
  }
}
@media (max-width: 700px) {
  #mosquito-hero .mosquito-hero__content--row {
    margin-top: 146px;
    margin-bottom: 21px;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 1120px) {
  #mosquito-hero .mosquito-hero__content {
    width: 100%;
    margin-top: 0;
  }
}
#mosquito-hero .mosquito-hero__title {
  text-align: center;
  width: 400px;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 1120px) {
  #mosquito-hero .mosquito-hero__title {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #mosquito-hero .mosquito-hero__title {
    font-size: 20px;
    margin-top: 20px;
    max-width: 270px;
  }
}
#mosquito-hero .mosqito__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
#mosquito-hero .mosqito__card:nth-child(1) .mosqito__card--icons {
  width: 51px;
}
#mosquito-hero .mosqito__card:nth-child(1) .desc {
  width: 150px;
}
@media (max-width: 700px) {
  #mosquito-hero .mosqito__card:nth-child(1) .desc {
    width: 108px;
  }
}
#mosquito-hero .mosqito__card:nth-child(2) .mosqito__card--icons {
  width: 50px;
}
#mosquito-hero .mosqito__card:nth-child(2) .desc {
  width: 159px;
}
@media (max-width: 700px) {
  #mosquito-hero .mosqito__card:nth-child(2) .desc {
    width: 112px;
  }
}
#mosquito-hero .mosqito__card:nth-child(3) .mosqito__card--icons {
  width: 52px;
}
#mosquito-hero .mosqito__card:nth-child(3) .desc {
  width: 107px;
}
@media (max-width: 700px) {
  #mosquito-hero .mosqito__card:nth-child(3) .desc {
    width: 85px;
  }
}
#mosquito-hero .mosqito__card .desc {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 700px) {
  #mosquito-hero .mosqito__card .desc {
    font-size: 11px;
  }
}

#services-section {
  padding: 25px 0 32px 0;
}
#services-section .card-service {
  padding: 0 0 10px 0px;
}
@media (max-width: 1120px) {
  #services-section {
    padding: 25px 0 30px 0;
  }
}
@media (max-width: 700px) {
  #services-section {
    padding: 25px 0 28px 0;
  }
  #services-section .card-service {
    padding: 0 0 6px 0px;
  }
}

#mosquito-colors {
  padding: 60px 0;
}
@media (max-width: 1120px) {
  #mosquito-colors .title__small {
    max-width: 466px;
    margin: 0 auto;
  }
}
#mosquito-colors .mosquito-colors__row {
  display: flex;
  flex-wrap: wrap;
  width: 771px;
  padding: 26px 0;
  position: relative;
  margin: 25px auto 0 auto;
  height: 210px;
  overflow: hidden auto;
  border-top: 2px solid #EBECF0;
  border-bottom: 2px solid #EBECF0;
}
#mosquito-colors .mosquito-colors__row--card .mosquito-colors__item {
  width: 80px;
  height: 40px;
  border-radius: 15px;
}
@media (max-width: 700px) {
  #mosquito-colors .mosquito-colors__row--card .mosquito-colors__item {
    width: 63px;
    height: 31px;
  }
}
#mosquito-colors .mosquito-colors__row--card .desc__very-small {
  margin-top: 12px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1120px) {
  #mosquito-colors .mosquito-colors__row--card .desc__very-small {
    margin-top: 8px;
  }
}
@media (max-width: 700px) {
  #mosquito-colors .mosquito-colors__row--card .desc__very-small {
    font-size: 10px;
  }
}
@media (max-width: 1120px) {
  #mosquito-colors .mosquito-colors__row {
    margin-top: 15px;
    padding: 24px 0;
    height: 195px;
    width: 669px;
  }
}
@media (max-width: 700px) {
  #mosquito-colors .mosquito-colors__row {
    margin-top: 11px;
    padding: 18px 0 0 0;
    border-bottom: none;
    width: 319px;
    height: 210px;
  }
}
#mosquito-colors .mosquito-colors__row .mCSB_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}
@media (max-width: 1120px) {
  #mosquito-colors .mosquito-colors__row .mCSB_container {
    gap: 20px 13px;
  }
}
@media (max-width: 700px) {
  #mosquito-colors .mosquito-colors__row .mCSB_container {
    gap: 15px 11px;
  }
}
#mosquito-colors .mCSB_scrollTools #mCSB_1_dragger_vertical {
  height: 16px !important;
  width: 16px;
  left: 50%;
  transform: translateX(-50%);
}
#mosquito-colors .mCSB_scrollTools .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #7D7D7D;
}
#mosquito-colors .mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 5px;
  width: 9px;
  background: #EDEDED;
}
#mosquito-colors .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
@media (max-width: 1120px) {
  #mosquito-colors {
    padding: 13px 0 33px 0;
  }
}
@media (max-width: 700px) {
  #mosquito-colors {
    padding: 34px 0 24px 0;
  }
}

#mosquito-froze {
  padding: 27px 0 48px 0;
  background: #EDEDED;
}
#mosquito-froze .mosquito-froze__card {
  margin: 23px auto 0 auto;
  width: 925px;
  background: linear-gradient(206.87deg, #FFFFFF 53.64%, #D0D0D0 90.93%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 25px 20px 30px 20px;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__card {
    width: 696px;
    padding: 18px 14px 15px 14px;
    margin-top: 15px;
  }
}
#mosquito-froze .mosquito-froze__content {
  display: none;
  margin-top: 51px;
  position: relative;
}
#mosquito-froze .mosquito-froze__content .mobile__title {
  display: none;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content {
    margin-top: 41px;
  }
}
#mosquito-froze .mosquito-froze__content--active {
  display: flex;
}
#mosquito-froze .mosquito-froze__content--img {
  width: 290px;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content--img {
    width: 221px;
  }
}
#mosquito-froze .mosquito-froze__content--text {
  width: 528px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 6px 0 0 15px;
}
#mosquito-froze .mosquito-froze__content--text .desc {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content--text .desc {
    font-size: 14px;
  }
}
#mosquito-froze .mosquito-froze__content--text .desc:nth-child(2) {
  left: 1.5em;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content--text {
    max-width: 392px;
    gap: 10px;
  }
}
#mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--img {
  display: flex;
  flex-direction: column;
  width: 289px;
  gap: 17px;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--img {
    width: 213px;
    gap: 13px;
  }
}
#mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--text {
  margin: 3px 0 0 40px;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--text {
    max-width: 404px;
  }
}
#mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--text .desc__ul {
  margin-left: 14px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--text .desc__ul {
    margin-top: 14px;
    margin-left: 10px;
  }
}
#mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--text .desc__ul li {
  padding-left: 20px;
  position: relative;
  counter-increment: list;
  font-size: 15px;
  font-weight: 500;
}
#mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--text .desc__ul li::before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(3) .mosquito-froze__content--text .desc__ul li {
    font-size: 12px;
    padding-left: 15px;
  }
}
#mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--img {
  display: flex;
  flex-direction: column;
  width: 277px;
}
#mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--img-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 232px;
  height: 260px;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--img-absolute {
    width: 173px;
    height: 194px;
  }
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--img {
    width: 207px;
  }
}
#mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--text {
  margin: 3px 0 0 43px;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--text {
    margin-left: 32px;
  }
}
#mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--text .desc__ul {
  margin-left: 8px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 280px;
  position: relative;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--text .desc__ul {
    max-width: 209px;
  }
}
#mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--text .desc__ul li {
  padding-left: 20px;
  position: relative;
  counter-increment: list;
  font-size: 16px;
  font-weight: 500;
}
#mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--text .desc__ul li::before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1120px) {
  #mosquito-froze .mosquito-froze__content:nth-child(4) .mosquito-froze__content--text .desc__ul li {
    font-size: 12px;
    padding-left: 15px;
  }
}
#mosquito-froze .card-tab {
  display: flex;
  justify-content: center;
  gap: 23px;
}
#mosquito-froze .card-tab__button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: 59px;
  background: #D9D9D9;
  border-radius: 15px;
  cursor: pointer;
}
#mosquito-froze .card-tab__button .desc {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1120px) {
  #mosquito-froze .card-tab__button .desc {
    font-size: 13px;
  }
}
#mosquito-froze .card-tab__button .desc-small {
  font-size: 14px;
  font-weight: 500;
}
#mosquito-froze .card-tab__button--active {
  background: #FF8A00;
  filter: drop-shadow(5px 4px 10px rgba(103, 51, 23, 0.25));
}
@media (max-width: 1120px) {
  #mosquito-froze .card-tab {
    gap: 17px;
  }
}
@media (max-width: 1120px) {
  #mosquito-froze {
    padding: 16px 0 34px 0;
  }
}
@media (max-width: 700px) {
  #mosquito-froze {
    display: none;
  }
}

#mosquito-froze-mobile {
  display: none;
  padding: 28px 0 25px 0;
  background: #EDEDED;
}
#mosquito-froze-mobile .title__small {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}
#mosquito-froze-mobile .mosquito-froze__content {
  margin-top: 25px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(3) .desc__ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(3) .desc__ul li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  counter-increment: list;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(3) .desc__ul li::before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(3) .mosquito-froze__content--img {
  margin: 14px 0 13px 0;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(3) .mosquito-froze__content--img:nth-child(1) {
  margin: 8px 0;
  border-radius: 15px;
  background: #F1F1F1;
  padding: 8px;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(3) .mosquito-froze__content--img img {
  width: 100%;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(4) .desc__ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(4) .desc__ul li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  counter-increment: list;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(4) .desc__ul li::before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(4) .mosquito-froze__content--img {
  margin: 8px 0;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(4) .mosquito-froze__content--img:nth-child(5) {
  padding: 0 25px;
}
#mosquito-froze-mobile .mosquito-froze__content:nth-child(4) .mosquito-froze__content--img img {
  width: 100%;
}
#mosquito-froze-mobile .mosquito-froze__content--row {
  display: flex;
}
#mosquito-froze-mobile .mosquito-froze__content--row .mosquito-froze__content--img {
  margin-right: -18px;
  min-width: 144px;
}
#mosquito-froze-mobile .mosquito-froze__content--row .desc {
  padding-right: 5px;
  margin-top: 0;
}
#mosquito-froze-mobile .mosquito-froze__content .desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
#mosquito-froze-mobile .mosquito-froze__content .mobile__title {
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 2px solid #EBECF0;
  text-align: center;
}
#mosquito-froze-mobile .mosquito-froze__content .mobile__title .desc {
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
#mosquito-froze-mobile .mosquito-froze__content .mobile__title .desc__small {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
@media (max-width: 700px) {
  #mosquito-froze-mobile {
    display: block;
  }
}

#moscuito-how-to-care {
  padding: 33px 0 20px 0;
}
@media (max-width: 700px) {
  #moscuito-how-to-care .title__small {
    max-width: 288px;
    margin: 0 auto;
  }
}
#moscuito-how-to-care .row {
  position: relative;
  margin: 49px auto 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 920px;
}
#moscuito-how-to-care .row .desc {
  font-size: 14px;
  width: 545px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1120px) {
  #moscuito-how-to-care .row .desc {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #moscuito-how-to-care .row .desc:nth-child(1) {
    order: 1;
  }
  #moscuito-how-to-care .row .desc:nth-child(3) {
    margin-top: 20px;
    order: 4;
  }
}
@media (max-width: 700px) {
  #moscuito-how-to-care .row {
    margin-top: 25px;
  }
}
#moscuito-how-to-care .how-to-care__ul {
  width: 545px;
}
#moscuito-how-to-care .how-to-care__ul li {
  padding-left: 20px;
  position: relative;
}
#moscuito-how-to-care .how-to-care__ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}
@media (max-width: 1120px) {
  #moscuito-how-to-care .how-to-care__ul {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #moscuito-how-to-care .how-to-care__ul {
    order: 2;
  }
}
#moscuito-how-to-care .how-to-care__img {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 319px;
  right: 0;
  top: 0;
}
#moscuito-how-to-care .how-to-care__img--wrapper {
  width: 100%;
}
@media (max-width: 1120px) {
  #moscuito-how-to-care .how-to-care__img--wrapper {
    height: 253px;
    width: 456px;
    border-radius: 15px;
    overflow: hidden;
  }
  #moscuito-how-to-care .how-to-care__img--wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1120px) {
  #moscuito-how-to-care .how-to-care__img--wrapper:nth-child(1) {
    width: 216px;
    height: 257px;
  }
}
@media (max-width: 700px) {
  #moscuito-how-to-care .how-to-care__img--wrapper:nth-child(1) {
    width: 100%;
    height: 357px;
  }
}
@media (max-width: 700px) {
  #moscuito-how-to-care .how-to-care__img--wrapper:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1120px) {
  #moscuito-how-to-care .how-to-care__img {
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 36px;
    gap: 24px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  #moscuito-how-to-care .how-to-care__img {
    order: 3;
    margin-top: 0;
  }
}
@media (max-width: 1120px) {
  #moscuito-how-to-care {
    padding: 42px 0 6px 0;
  }
}
@media (max-width: 700px) {
  #moscuito-how-to-care {
    padding: 25px 0;
    margin-bottom: -64px;
  }
}

#mosqito-install {
  padding: 54px 0 25px 0;
}
@media (max-width: 700px) {
  #mosqito-install .title__small {
    width: 253px;
    margin: 0 auto;
  }
}
#mosqito-install .subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 42px 0 35px 0;
}
@media (max-width: 1120px) {
  #mosqito-install .subtitle {
    margin: 44px 0 39px 0;
  }
}
@media (max-width: 700px) {
  #mosqito-install .subtitle {
    margin: 11px auto 6px auto;
    padding: 7px 5px 0 5px;
    font-size: 16px;
    width: 270px;
    border-top: 2px solid #EBECF0;
  }
}
#mosqito-install .install-row {
  display: flex;
  justify-content: center;
}
#mosqito-install .install-row__text {
  width: 538px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#mosqito-install .install-row__text .desc {
  padding-left: 25px;
  position: relative;
  counter-increment: list;
  font-size: 18px;
  font-weight: 500;
}
#mosqito-install .install-row__text .desc::before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 700px) {
  #mosqito-install .install-row__text .desc {
    font-size: 14px;
    padding-left: 20px;
  }
}
@media (max-width: 1120px) {
  #mosqito-install .install-row__text {
    width: 392px;
  }
}
@media (max-width: 700px) {
  #mosqito-install .install-row__text {
    width: 100%;
  }
}
#mosqito-install .install-row__wrapper {
  margin-right: -29px;
}
@media (max-width: 1120px) {
  #mosqito-install .install-row__wrapper {
    width: 310px;
  }
}
@media (max-width: 700px) {
  #mosqito-install .install-row__wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
  }
}
@media (max-width: 700px) {
  #mosqito-install .install-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1120px) {
  #mosqito-install {
    padding: 57px 0 35px 0;
  }
}
@media (max-width: 700px) {
  #mosqito-install {
    padding: 22px 0 26px 0;
  }
}

#mosquito-nets {
  background: #E5EEF2;
  padding: 32px 0 67px 0;
}
#mosquito-nets .mosquito-nets__row {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 24px;
}
#mosquito-nets .mosquito-nets__row--card {
  border: 1px solid #D9D9D9;
  box-shadow: 1px 2px 10px #D9D9D9, 9px 9px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: #F6F6F6;
  width: 212px;
}
#mosquito-nets .mosquito-nets__row--card * {
  text-align: center;
}
#mosquito-nets .mosquito-nets__row--card .desc__big {
  margin: 24px auto 16px auto;
  padding-bottom: 12px;
  width: 177px;
  border-bottom: 2px solid #EBECF0;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1120px) {
  #mosquito-nets .mosquito-nets__row--card .desc__big {
    margin: 10px 0 5px 0;
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media (max-width: 700px) {
  #mosquito-nets .mosquito-nets__row--card .desc__big {
    width: 100%;
  }
}
#mosquito-nets .mosquito-nets__row--card .desc__small {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1120px) {
  #mosquito-nets .mosquito-nets__row--card .desc__small {
    font-size: 12px;
  }
}
#mosquito-nets .mosquito-nets__row--card .desc__very-small {
  font-size: 12px;
  font-weight: 500;
  margin: 17px 0 22px 0;
  padding: 0 9px;
}
@media (max-width: 1120px) {
  #mosquito-nets .mosquito-nets__row--card .desc__very-small {
    font-size: 12px;
    padding: 0;
    margin: 10px 0;
  }
}
@media (max-width: 1120px) {
  #mosquito-nets .mosquito-nets__row--card {
    width: 312px;
    display: flex;
    gap: 12px;
  }
}
@media (max-width: 1120px) {
  #mosquito-nets .mosquito-nets__row--card {
    width: 100%;
  }
}
@media (max-width: 1120px) {
  #mosquito-nets .mosquito-nets__row {
    margin-top: 50px;
    gap: 25px 37px;
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  #mosquito-nets .mosquito-nets__row {
    margin-top: 24px;
  }
}
#mosquito-nets .mosquito-nets__wrapper {
  width: 1005px;
  height: 134px;
}
@media (max-width: 1120px) {
  #mosquito-nets .mosquito-nets__wrapper {
    width: 110px;
    height: 126px;
    border-radius: 15px;
    overflow: hidden;
  }
  #mosquito-nets .mosquito-nets__wrapper img {
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 700px) {
  #mosquito-nets .mosquito-nets__wrapper {
    min-width: 108px;
    max-width: 108px;
  }
}
@media (max-width: 1120px) {
  #mosquito-nets .mosquito-nets__text {
    max-width: 186px;
  }
  #mosquito-nets .mosquito-nets__text * {
    text-align: left;
  }
}
@media (max-width: 700px) {
  #mosquito-nets .mosquito-nets__text {
    max-width: 100%;
    padding-right: 10px;
  }
}
@media (max-width: 1120px) {
  #mosquito-nets {
    padding: 30px 0 44px 0;
  }
}
@media (max-width: 700px) {
  #mosquito-nets {
    padding: 16px 0 34px 0;
  }
}

#moscuito-process {
  padding: 45px 0 55px 0;
}
#moscuito-process .subtitle {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1120px) {
  #moscuito-process .subtitle {
    font-size: 28px;
    max-width: 539px;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  #moscuito-process .subtitle {
    font-size: 18px;
    max-width: 284px;
  }
}
#moscuito-process .row {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 29px;
}
@media (max-width: 1120px) {
  #moscuito-process .row {
    gap: 18px;
  }
}
@media (max-width: 700px) {
  #moscuito-process .row {
    flex-direction: column;
    align-items: center;
    margin-top: 21px;
    gap: 25px;
  }
}
#moscuito-process .row:nth-child(3) {
  gap: 46px;
}
@media (max-width: 1120px) {
  #moscuito-process .row:nth-child(3) {
    margin-top: 46px;
    gap: 30px;
  }
  #moscuito-process .row:nth-child(3) .moscuito-process__text {
    width: 425px;
  }
}
@media (max-width: 700px) {
  #moscuito-process .row:nth-child(3) {
    margin-top: 25px;
    gap: 25px;
    flex-direction: column-reverse;
  }
  #moscuito-process .row:nth-child(3) .moscuito-process__text {
    width: 100%;
  }
}
#moscuito-process .moscuito-process__wrapper {
  width: 247px;
}
#moscuito-process .moscuito-process__text {
  width: 618px;
}
#moscuito-process .moscuito-process__text--ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}
#moscuito-process .moscuito-process__text--ul li {
  padding-left: 25px;
  position: relative;
  counter-increment: list;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 700px) {
  #moscuito-process .moscuito-process__text--ul li {
    font-size: 16px;
  }
}
#moscuito-process .moscuito-process__text--ul li::before {
  content: counter(list) ".";
  position: absolute;
  left: 3px;
  top: 0;
}
@media (max-width: 1120px) {
  #moscuito-process .moscuito-process__text {
    width: 431px;
  }
}
@media (max-width: 700px) {
  #moscuito-process .moscuito-process__text {
    width: 100%;
  }
}
#moscuito-process .desc {
  width: 613px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1120px) {
  #moscuito-process .desc {
    width: 431px;
  }
}
@media (max-width: 700px) {
  #moscuito-process .desc {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 1120px) {
  #moscuito-process {
    padding: 41px 0 53px 0;
  }
}
@media (max-width: 700px) {
  #moscuito-process {
    padding: 25px 0;
  }
}

#moscuito-section-sub {
  background: #F1F1F1;
  padding: 31px 0 25px 0;
}
#moscuito-section-sub .row {
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
}
@media (max-width: 700px) {
  #moscuito-section-sub .row {
    flex-direction: column;
    gap: 0;
  }
}
#moscuito-section-sub .section-sub__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 345px;
}
#moscuito-section-sub .section-sub__img .desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #E84F00;
  margin-bottom: 53px;
}
@media (max-width: 700px) {
  #moscuito-section-sub .section-sub__img .desc {
    margin-bottom: 24px;
  }
}
@media (max-width: 700px) {
  #moscuito-section-sub .section-sub__img--wrapper {
    position: absolute;
    left: 0;
    top: 130px;
  }
}
#moscuito-section-sub .section-sub__text {
  width: 563px;
}
#moscuito-section-sub .section-sub__text .above-desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  #moscuito-section-sub .section-sub__text .above-desc {
    font-size: 16px;
    margin-bottom: 321px;
  }
}
#moscuito-section-sub .section-sub__text .desc {
  padding-left: 31px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
#moscuito-section-sub .section-sub__text .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  background: url(http://okna-fabricant.ru/wp-content/uploads/2024/05/before.png);
}
@media (max-width: 700px) {
  #moscuito-section-sub .section-sub__text .desc {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 1120px) {
  #moscuito-section-sub .section-sub__text {
    width: 336px;
  }
}
@media (max-width: 700px) {
  #moscuito-section-sub .section-sub__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1120px) {
  #moscuito-section-sub {
    padding: 30px 0 32px 0;
  }
}
@media (max-width: 700px) {
  #moscuito-section-sub {
    padding: 22px 0 25px 0;
  }
}

section {
  margin-bottom: 0 !important;
}

#mosquito-shape {
  background: #EDEDED;
  padding: 27px 0 34px;
}
@media (max-width: 1120px) {
  #mosquito-shape .title__small {
    max-width: 630px;
    margin: 0 auto;
  }
}
#mosquito-shape .mosquito-shape__row {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 35px;
}
#mosquito-shape .mosquito-shape__row--card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
#mosquito-shape .mosquito-shape__row--card .desc__big {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 700px) {
  #mosquito-shape .mosquito-shape__row--card .desc__big {
    font-size: 11px;
  }
}
@media (max-width: 1120px) {
  #mosquito-shape .mosquito-shape__row--card {
    justify-content: flex-start;
  }
}
@media (max-width: 1120px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(1) .mosquito-shape__wrapper {
    width: 121px;
    height: 142px;
  }
  #mosquito-shape .mosquito-shape__row--card:nth-child(1) .mosquito-shape__wrapper img {
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 700px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(1) .mosquito-shape__wrapper {
    width: 64px;
    height: 75px;
  }
}
#mosquito-shape .mosquito-shape__row--card:nth-child(1) .desc__big {
  width: 278px;
}
@media (max-width: 1120px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(1) .desc__big {
    width: 191px;
  }
}
@media (max-width: 700px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(1) .desc__big {
    width: 97px;
  }
}
@media (max-width: 1120px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(2) .mosquito-shape__wrapper {
    width: 130px;
    height: 142px;
  }
  #mosquito-shape .mosquito-shape__row--card:nth-child(2) .mosquito-shape__wrapper img {
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 700px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(2) .mosquito-shape__wrapper {
    width: 66px;
    height: 75px;
  }
}
#mosquito-shape .mosquito-shape__row--card:nth-child(2) .desc__big {
  width: 387px;
}
@media (max-width: 1120px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(2) .desc__big {
    width: 209px;
  }
}
@media (max-width: 700px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(2) .desc__big {
    width: 112px;
  }
}
@media (max-width: 1120px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(3) .mosquito-shape__wrapper {
    width: 124px;
    height: 142px;
  }
  #mosquito-shape .mosquito-shape__row--card:nth-child(3) .mosquito-shape__wrapper img {
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 700px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(3) .mosquito-shape__wrapper {
    width: 66px;
    height: 75px;
  }
}
#mosquito-shape .mosquito-shape__row--card:nth-child(3) .desc__big {
  width: 242px;
}
@media (max-width: 1120px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(3) .desc__big {
    width: 206px;
  }
}
@media (max-width: 700px) {
  #mosquito-shape .mosquito-shape__row--card:nth-child(3) .desc__big {
    width: 83px;
  }
}
@media (max-width: 1120px) {
  #mosquito-shape .mosquito-shape__row {
    width: 100%;
    margin-top: 30px;
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 1120px) {
  #mosquito-shape {
    padding: 27px 0 26px 0;
  }
}
@media (max-width: 700px) {
  #mosquito-shape {
    padding: 13px 0 22px 0;
  }
}

#mosquito-types-title .title__small {
  max-width: 787px;
  margin: -10px auto 0 auto;
}
@media (max-width: 1120px) {
  #mosquito-types-title .title__small {
    display: none;
  }
}
@media (max-width: 700px) {
  #mosquito-types-title .title__small {
    display: block;
    padding-top: 25px;
    max-width: 311px;
  }
}
@media (max-width: 700px) {
  #mosquito-types-title {
    background: #EDEDED;
  }
}

#mosquito-types {
  padding: 34px 0 94px 0;
  margin-top: 22px;
  background: linear-gradient(0deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 78.83%);
}
#mosquito-types .mosquito-types__content {
  display: grid;
  justify-content: center;
  grid-template-columns: 450px 450px;
  gap: 23px 24px;
}
#mosquito-types .mosquito-types__content--card {
  display: flex;
  gap: 25px;
  background: #FFFFFF;
  box-shadow: -4px -2px 8.5px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  height: 225px;
  padding: 13px 17px 13px 20px;
}
#mosquito-types .mosquito-types__content--card .swiper-slide {
  display: flex;
  justify-content: center;
  height: 175px;
}
@media (max-width: 1120px) {
  #mosquito-types .mosquito-types__content--card .swiper-slide {
    height: 230px;
  }
}
@media (max-width: 700px) {
  #mosquito-types .mosquito-types__content--card .swiper-slide {
    height: 168px;
  }
}
#mosquito-types .mosquito-types__content--card .text-bold {
  width: 177px;
  margin-top: 6px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #EBECF0;
}
@media (max-width: 1120px) {
  #mosquito-types .mosquito-types__content--card .text-bold {
    margin-top: 18px;
    width: 100%;
    text-align: center;
    border-bottom: none;
    border-top: 3px solid #EBECF0;
    padding-top: 17px;
  }
  #mosquito-types .mosquito-types__content--card .text-bold br {
    display: none;
  }
}
@media (max-width: 700px) {
  #mosquito-types .mosquito-types__content--card .text-bold {
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
    border-bottom: 2px solid #EBECF0;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
#mosquito-types .mosquito-types__content--card .desc {
  font-size: 14px;
}
@media (max-width: 1120px) {
  #mosquito-types .mosquito-types__content--card .desc {
    text-align: center;
  }
}
@media (max-width: 700px) {
  #mosquito-types .mosquito-types__content--card .desc {
    font-size: 12px;
    text-align: left;
  }
}
@media (max-width: 1120px) {
  #mosquito-types .mosquito-types__content--card {
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 29px;
  }
}
@media (max-width: 700px) {
  #mosquito-types .mosquito-types__content--card {
    flex-direction: row;
    padding: 17px 4px;
  }
}
#mosquito-types .mosquito-types__content .swiper {
  width: 150px;
  margin: 0;
}
#mosquito-types .mosquito-types__content .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
}
#mosquito-types .mosquito-types__content .swiper .swiper-pagination-bullet {
  margin: 0 2px !important;
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
}
#mosquito-types .mosquito-types__content .swiper .swiper-pagination-bullet-active {
  background: #786E6E;
}
@media (max-width: 1120px) {
  #mosquito-types .mosquito-types__content .swiper {
    width: 196px;
    padding-bottom: 25px;
  }
}
@media (max-width: 700px) {
  #mosquito-types .mosquito-types__content .swiper {
    width: 135px;
  }
}
#mosquito-types .mosquito-types__content .mosquito-types__text {
  width: 236px;
}
@media (max-width: 1120px) {
  #mosquito-types .mosquito-types__content .mosquito-types__text {
    width: 286px;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  #mosquito-types .mosquito-types__content .mosquito-types__text {
    width: 158px;
  }
}
@media (max-width: 1120px) {
  #mosquito-types .mosquito-types__content {
    gap: 26px 24px;
    grid-template-columns: 336px 336px;
  }
}
@media (max-width: 700px) {
  #mosquito-types .mosquito-types__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1120px) {
  #mosquito-types {
    padding-top: 38px;
    margin-top: 0;
    padding-bottom: 38px;
    background: linear-gradient(0deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 96.87%);
  }
}
@media (max-width: 700px) {
  #mosquito-types {
    padding-top: 19px;
    padding-bottom: 44px;
    margin-top: 0;
    background: #EDEDED;
  }
}

.popup-img {
  display: none;
}
.popup-img--active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  padding: 50px;
}
.popup-img__close {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 34px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
}
.popup-img__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 90px);
  z-index: 9;
}
.popup-img__arrow * {
  cursor: pointer;
}
.popup-img__container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 90%;
  max-height: 760px;
  max-width: 560px;
}
.popup-img__container--img {
  width: 100%;
  height: 100%;
}
.popup-img__container--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 700px) {
  .popup-img__container {
    height: auto;
    width: 100%;
  }
}

#mosquito-video {
  padding-bottom: 51px;
}
#mosquito-video .section-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 27px;
  margin-top: 90px;
}
@media (max-width: 1120px) {
  #mosquito-video .section-title {
    margin-top: 86px;
  }
}
@media (max-width: 700px) {
  #mosquito-video .section-title {
    margin: 43px auto 12px auto;
    max-width: 202px;
    font-size: 18px;
    line-height: 22px;
  }
}
#mosquito-video .swiper-wrapper {
  height: auto;
}
#mosquito-video .swiper-slide {
  width: 500px;
}
@media (max-width: 700px) {
  #mosquito-video .swiper-slide {
    width: 100%;
  }
}
#mosquito-video .swiper-slide .desc {
  display: none;
  font-weight: 400;
  font-size: 20.9816px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 700px) {
  #mosquito-video .swiper-slide .desc {
    font-size: 12px;
    line-height: 15px;
  }
}
#mosquito-video .swiper-slide-active .desc {
  display: block;
}
#mosquito-video .swiper-slide-active video {
  filter: drop-shadow(0px 6.40151px 6.40151px rgba(0, 0, 0, 0.25));
}
#mosquito-video .swiper-slide video {
  border-radius: 16px;
  width: 100%;
  height: 280px;
}
@media (max-width: 700px) {
  #mosquito-video .swiper-slide video {
    height: 280px;
    object-fit: cover;
  }
}
#mosquito-video .swiper:after {
  content: "";
  position: absolute;
  width: 201px;
  height: 282px;
  top: 0;
  right: 0;
  background: linear-gradient(90.48deg, rgba(255, 255, 255, 0) 33.38%, #FFFFFF 83.17%);
  z-index: 2;
}
@media (max-width: 700px) {
  #mosquito-video .swiper:after {
    display: none;
  }
}
#mosquito-video .swiper:before {
  content: "";
  position: absolute;
  width: 201px;
  height: 282px;
  top: 0;
  left: 0;
  background: linear-gradient(90.48deg, rgba(255, 255, 255, 0) 33.38%, #FFFFFF 83.17%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 2;
}
@media (max-width: 700px) {
  #mosquito-video .swiper:before {
    display: none;
  }
}
#mosquito-video .swiper-video-prev {
  position: absolute;
  left: 275px;
  top: 108px;
  width: 80px;
  height: 80px;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 1120px) {
  #mosquito-video .swiper-video-prev {
    left: 70px;
  }
}
@media (max-width: 700px) {
  #mosquito-video .swiper-video-prev {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -18px;
  }
}
#mosquito-video .swiper-video-next {
  position: absolute;
  right: 275px;
  top: 108px;
  width: 80px;
  height: 80px;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 1120px) {
  #mosquito-video .swiper-video-next {
    right: 60px;
  }
}
@media (max-width: 700px) {
  #mosquito-video .swiper-video-next {
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -18px;
  }
}
@media (max-width: 700px) {
  #mosquito-video .swiper {
    overflow: inherit;
  }
}
@media (max-width: 700px) {
  #mosquito-video {
    padding-bottom: 18px;
  }
}

.popup-form {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  padding: 50px 0;
}
.popup-form__close {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 34px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 700px) {
  .popup-form__close {
    right: 20px;
    top: 10px;
  }
}
.popup-form .container {
  overflow: auto;
  height: 100%;
  padding: 0;
  max-width: 840px;
}
@media (max-width: 700px) {
  .popup-form .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.popup-form-active {
  display: block;
}

.title-plastic {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 700px) {
  .title-plastic {
    font-size: 22px;
    font-weight: 600;
  }
}

#hero-title {
  padding: 45px 0 73px 0;
}
@media (max-width: 700px) {
  #hero-title {
    padding: 30px 0 35px 0;
  }
}
#hero-title .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 924px;
  gap: 63px;
  margin: 32px auto 0 auto;
}
@media (max-width: 700px) {
  #hero-title .row {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
    justify-items: center;
  }
}
#hero-title .row .card {
  width: 182px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  text-align: center;
}
@media (max-width: 700px) {
  #hero-title .row .card {
    width: 150px;
  }
}
#hero-title .row .card .icons {
  min-height: 73px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 700px) {
  #hero-title .row .card .icons {
    min-height: 66px;
  }
  #hero-title .row .card .icons img {
    max-width: 91%;
  }
}
#hero-title .row .card-title {
  font-size: 14px;
  font-weight: 600;
}
#hero-title .row .card-desc {
  font-size: 10px;
  margin-top: 7px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  #hero-title .row .card-desc {
    margin-top: 10px;
    align-items: flex-start;
  }
}

.callback-popup {
  display: none;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(24, 24, 27, 0.65) !important;
  z-index: 99999;
}
.callback-popup .container {
  position: relative;
}
.callback-popup-close {
  position: absolute;
  right: 50%;
  transform: translate(370px, -40px);
  cursor: pointer;
}
@media (max-width: 700px) {
  .callback-popup-close {
    right: 20px;
    transform: translate(0, -30px);
  }
}
.callback-popup-active {
  display: flex;
}

#okna-viterium {
  position: relative;
}
#okna-viterium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-560px);
  z-index: -1;
  background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/okna/1.svg") no-repeat;
}
#okna-viterium .img {
  max-width: 521px;
}
@media (max-width: 700px) {
  #okna-viterium .img {
    display: none;
  }
}
#okna-viterium .okna-title {
  margin-top: 69px;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  #okna-viterium .okna-title {
    margin-top: 12px;
    margin-bottom: 6px;
  }
}
#okna-viterium .desc {
  margin-bottom: 49px;
  max-width: 415px;
}
@media (max-width: 700px) {
  #okna-viterium .desc {
    text-align: center;
    max-width: 224px;
    margin-bottom: 202px;
  }
}
#okna-viterium .text {
  margin-left: 83px;
}
@media (max-width: 700px) {
  #okna-viterium .text {
    margin-left: 0;
    border-radius: 20px;
    padding-bottom: 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/okna/1-mb.png") no-repeat;
    background-size: cover;
  }
}

#okna-terma {
  position: relative;
}
@media (max-width: 700px) {
  #okna-terma {
    margin-top: 20px;
  }
}
#okna-terma::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-970px);
  z-index: -1;
  background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/okna/2.svg") no-repeat;
}
#okna-terma .img {
  max-width: 585px;
}
@media (max-width: 700px) {
  #okna-terma .img {
    display: none;
  }
}
#okna-terma .okna-title {
  margin-top: 36px;
  margin-bottom: 19px;
}
@media (max-width: 700px) {
  #okna-terma .okna-title {
    margin-top: 12px;
  }
}
#okna-terma .desc {
  margin-bottom: 25px;
  width: 415px;
  margin-right: 10px;
}
@media (max-width: 700px) {
  #okna-terma .desc {
    text-align: center;
    max-width: 224px;
    margin-bottom: 202px;
  }
}
#okna-terma .text {
  margin-left: 96px;
}
@media (max-width: 700px) {
  #okna-terma .text {
    margin-left: 0;
    border-radius: 20px;
    padding-bottom: 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/okna/2-mb.png") no-repeat;
    background-size: cover;
  }
  #okna-terma .text img {
    display: none;
  }
}
#okna-terma .btn {
  margin-top: 25px;
}

#okna-price {
  height: 632px;
  background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/okna/bg.png") no-repeat;
  background-position: center;
  background-size: 1940px;
  margin-top: 41px;
}
@media (max-width: 700px) {
  #okna-price {
    height: 505px;
    background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/okna/3-mb.png") no-repeat;
    background-position: center;
    background-size: auto;
    margin-top: 22px;
  }
}
#okna-price .container div {
  margin-left: 96px;
}
@media (max-width: 700px) {
  #okna-price .container div {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#okna-price .btn {
  margin: 60px 0 0 95px;
}
@media (max-width: 700px) {
  #okna-price .btn {
    margin: 257px 0 0 0px;
  }
}
#okna-price .btn-title {
  width: 471px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  background: #FFB800;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 47px;
  font-weight: 700;
  font-size: 33px;
  margin-top: 51px;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  #okna-price .btn-title {
    font-size: 22px;
    width: 312px;
    padding: auto;
    height: 62px;
  }
}
#okna-price .btn-desc {
  width: 395.01px;
  height: 131.44px;
  background: rgba(241, 241, 241, 0.76);
  box-shadow: 0px 2.96562px 2.96562px rgba(0, 0, 0, 0.25);
  border-radius: 34.8461px;
  padding: 59px 40px 0 30px;
  margin-top: -40px;
  margin-left: 38px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  #okna-price .btn-desc {
    padding: auto;
    width: 261px;
    height: 87px;
    font-size: 13px;
    padding: 42px 40px 0 30px;
    margin-top: -30px;
    margin-left: 0;
  }
}

.okna-name .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  width: 274px;
  height: 52px;
  background: linear-gradient(90.16deg, #FF913A 2.17%, #F88224 50.45%, #E46E10 98.39%);
  box-shadow: -8px -8px 10px #FFFFFF, 6px 5px 10px 3px rgba(54, 54, 54, 0.24);
  border-radius: 15px;
}
.okna-name .desc {
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 700px) {
  .okna-name .desc {
    font-size: 16px;
  }
}
.okna-name .container {
  display: flex;
}
.okna-name .okna-title {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .okna-name .okna-title {
    font-size: 20px;
  }
}

#compound {
  padding: 63px 0 610px 0;
}
@media (max-width: 700px) {
  #compound {
    padding: 20px 0 350px 0;
  }
  #compound .title-plastic {
    max-width: 312px;
    margin: 0 auto;
  }
}
#compound .container {
  position: relative;
}
#compound .img-okno {
  position: absolute;
  left: 100px;
  top: 41px;
}
#compound .img-okno .mb {
  display: none;
}
@media (max-width: 700px) {
  #compound .img-okno {
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: 320px;
  }
  #compound .img-okno .pc {
    display: none;
  }
  #compound .img-okno .mb {
    display: block;
  }
}
#compound .link-text {
  font-size: 20px;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 700px) {
  #compound .link-text {
    font-size: 12px;
  }
}
#compound .link-text-active::before {
  transform: rotate(45deg);
}
#compound .link-text-active:nth-child(6)::before {
  transform: translateX(-50%) rotate(45deg) !important;
}
#compound .link-text-active:nth-child(7)::before {
  transform: translateX(-50%) rotate(45deg) !important;
}
#compound .link-text::before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 39px;
  height: 39px;
  background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/compound/plus.svg") no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media (max-width: 700px) {
  #compound .link-text::before {
    top: -7px;
  }
}
#compound .link-text:nth-child(1) {
  left: 195px;
  top: 112px;
}
@media (max-width: 700px) {
  #compound .link-text:nth-child(1) {
    left: 50%;
    transform: translateX(-16px);
    top: 65px;
  }
  #compound .link-text:nth-child(1)::before {
    left: -40px;
  }
}
#compound .link-text:nth-child(2) {
  left: 198px;
  top: 200px;
}
@media (max-width: 700px) {
  #compound .link-text:nth-child(2) {
    left: 50%;
    transform: translateX(-150px);
    top: 209px;
  }
  #compound .link-text:nth-child(2)::before {
    left: -5px;
    top: auto;
    bottom: -40px;
  }
}
#compound .link-text:nth-child(3) {
  left: 152px;
  top: 324px;
}
@media (max-width: 700px) {
  #compound .link-text:nth-child(3) {
    left: 50%;
    transform: translateX(-109px);
    top: 90px;
  }
  #compound .link-text:nth-child(3)::before {
    left: -40px;
  }
}
#compound .link-text:nth-child(4) {
  left: 164px;
  top: 417px;
}
@media (max-width: 700px) {
  #compound .link-text:nth-child(4) {
    left: 50%;
    transform: translateX(-99px);
    top: 327px;
  }
  #compound .link-text:nth-child(4)::before {
    top: 0;
    left: -40px;
  }
}
#compound .link-text:nth-child(5) {
  right: 204px;
  top: 128px;
}
#compound .link-text:nth-child(5) span {
  position: absolute;
  left: -72px;
  font-size: 12px;
  top: 37px;
  width: 190px;
  text-align: right;
}
#compound .link-text:nth-child(5)::before {
  right: auto;
  left: -40px;
}
@media (max-width: 700px) {
  #compound .link-text:nth-child(5) {
    left: 50%;
    transform: translateX(79px);
    top: 86px;
  }
  #compound .link-text:nth-child(5) span {
    font-size: 7px;
    width: 60px;
    text-align: right;
    left: 10px;
    top: 17px;
  }
  #compound .link-text:nth-child(5)::before {
    top: 0;
    left: -40px;
  }
}
#compound .link-text:nth-child(6) {
  right: 200px;
  top: 248px;
}
#compound .link-text:nth-child(6)::before {
  right: auto;
  left: -40px;
}
@media (max-width: 700px) {
  #compound .link-text:nth-child(6) {
    left: 50%;
    transform: translateX(80px);
    top: 143px;
    max-width: 60px;
    text-align: center;
    width: 100%;
  }
  #compound .link-text:nth-child(6)::before {
    left: 50%;
    top: auto;
    bottom: -40px;
    transform: translateX(-50%);
  }
}
#compound .link-text:nth-child(7) {
  right: 160px;
  top: 320px;
}
#compound .link-text:nth-child(7)::before {
  right: auto;
  left: -40px;
}
@media (max-width: 700px) {
  #compound .link-text:nth-child(7) {
    left: 50%;
    transform: translateX(70px);
    top: 292px;
    max-width: 90px;
    text-align: center;
    width: 100%;
  }
  #compound .link-text:nth-child(7)::before {
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
}
#compound .link-text:nth-child(8) {
  right: 212px;
  top: 453px;
}
#compound .link-text:nth-child(8)::before {
  right: auto;
  left: -40px;
}
@media (max-width: 700px) {
  #compound .link-text:nth-child(8) {
    left: 50%;
    transform: translateX(77px);
    top: 326px;
  }
}
#compound .content-desc {
  position: absolute;
  border: 2px solid #EE7203;
  border-radius: 20px;
  overflow: hidden;
  width: 345px;
  background: #EBECF0;
  display: none;
}
@media (max-width: 700px) {
  #compound .content-desc {
    position: relative;
    top: 350px !important;
    left: 50% !important;
    width: 310px !important;
    transform: translateX(-50%) !important;
  }
}
#compound .content-desc-active {
  display: flex;
}
#compound .content-desc .desc {
  font-size: 12px;
  padding: 5px 0;
  max-width: 238px;
}
#compound .content-desc:nth-child(1) {
  top: 141px;
  left: 40px;
}
#compound .content-desc:nth-child(1) .img {
  min-width: 89px;
}
#compound .content-desc:nth-child(1) .desc {
  margin-left: 9px;
}
#compound .content-desc:nth-child(2) {
  top: 231px;
  left: 40px;
}
#compound .content-desc:nth-child(2) .img {
  min-width: 84px;
}
#compound .content-desc:nth-child(2) .img img {
  height: 100%;
  object-fit: cover;
}
#compound .content-desc:nth-child(2) .desc {
  margin-left: 14px;
}
#compound .content-desc:nth-child(3) {
  top: 355px;
  left: 40px;
}
#compound .content-desc:nth-child(3) .img {
  min-width: 91px;
}
#compound .content-desc:nth-child(3) .img img {
  height: 100%;
  object-fit: cover;
}
#compound .content-desc:nth-child(3) .desc {
  margin-left: 7px;
}
#compound .content-desc:nth-child(4) {
  top: 447px;
  left: 40px;
}
#compound .content-desc:nth-child(4) .img {
  min-width: 97px;
}
#compound .content-desc:nth-child(4) .img img {
  height: 100%;
  object-fit: cover;
}
#compound .content-desc:nth-child(4) .desc {
  margin-left: 0px;
}
#compound .content-desc:nth-child(5) {
  top: 157px;
  right: 60px;
}
#compound .content-desc:nth-child(5) .img {
  min-width: 84px;
}
#compound .content-desc:nth-child(5) .img img {
  height: 100%;
  object-fit: cover;
}
#compound .content-desc:nth-child(5) .desc {
  margin-left: 14px;
}
#compound .content-desc:nth-child(6) {
  top: 277px;
  right: 60px;
}
#compound .content-desc:nth-child(6) .img {
  min-width: 89px;
}
#compound .content-desc:nth-child(6) .img img {
  height: 100%;
  object-fit: cover;
}
#compound .content-desc:nth-child(6) .desc {
  margin-left: 9px;
}
#compound .content-desc:nth-child(7) {
  top: 350px;
  right: 60px;
}
#compound .content-desc:nth-child(7) .img {
  min-width: 89px;
}
#compound .content-desc:nth-child(7) .img img {
  height: 100%;
  object-fit: cover;
}
#compound .content-desc:nth-child(7) .desc {
  margin-left: 9px;
}
#compound .content-desc:nth-child(8) {
  top: 483px;
  right: 60px;
}
#compound .content-desc:nth-child(8) .img {
  min-width: 91px;
}
#compound .content-desc:nth-child(8) .img img {
  height: 100%;
  object-fit: cover;
}
#compound .content-desc:nth-child(8) .desc {
  margin-left: 7px;
}

#possibilities {
  background: #F5F5F5;
  padding: 40px 0 23px 0;
}
@media (max-width: 700px) {
  #possibilities {
    background: #fff;
  }
}
@media (max-width: 700px) {
  #possibilities .title-plastic {
    font-weight: 700;
    max-width: 312px;
    margin: 0 auto;
  }
}
#possibilities .subtitle {
  font-size: 20px;
  max-width: 985px;
  text-align: center;
  margin: 19px auto 50px auto;
}
@media (max-width: 700px) {
  #possibilities .subtitle {
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 17px;
  }
}
#possibilities .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 38px;
}
@media (max-width: 700px) {
  #possibilities .row {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 38px;
    overflow-x: auto;
    height: 100%;
    padding-bottom: 50px;
    overflow-y: hidden;
  }
}
#possibilities .row .card {
  width: 335px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 4.01078px 8.02156px 15.0404px rgba(0, 0, 0, 0.1);
  border-radius: 18.0778px;
  padding: 18px 18px 12px 18px;
  height: 272px;
}
@media (max-width: 700px) {
  #possibilities .row .card {
    min-width: 205px;
    width: 205px;
    padding: 10px;
  }
}
#possibilities .row .card-active {
  height: min-content;
}
#possibilities .row .card .arrow-card {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
#possibilities .row .card .arrow-card-active {
  transform: rotate(180deg);
}
#possibilities .row .card-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#possibilities .row .card-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  #possibilities .row .card-title {
    font-size: 18px;
    text-align: center;
  }
}
#possibilities .row .card-subtitle {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  #possibilities .row .card-subtitle {
    font-size: 15px;
    margin-top: 87px !important;
  }
}
#possibilities .row .card-desc {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  line-clamp: auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
@media (max-width: 700px) {
  #possibilities .row .card-desc {
    font-size: 12px;
  }
}
#possibilities .row .card-desc-active {
  transition: 0.3s;
  line-clamp: auto;
  -webkit-line-clamp: 999999;
}
#possibilities .row .card:nth-child(1) .card-title {
  text-align: center;
}
#possibilities .row .card:nth-child(1) .card-subtitle {
  margin-top: 46px;
  margin-bottom: 16px;
}
#possibilities .row .card:nth-child(1) .card-img {
  top: 61px;
  right: 16px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(1) .card-img {
    top: 41px;
    right: 66px;
    width: 75px;
  }
}
#possibilities .row .card:nth-child(2) .card-title {
  text-align: center;
}
#possibilities .row .card:nth-child(2) .card-subtitle {
  margin-top: 46px;
  margin-bottom: 16px;
}
#possibilities .row .card:nth-child(2) .card-img {
  top: 56px;
  right: 0px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(2) .card-img {
    top: 41px;
    right: 66px;
    width: 75px;
  }
}
#possibilities .row .card:nth-child(3) .card-title {
  text-align: center;
}
#possibilities .row .card:nth-child(3) .card-subtitle {
  margin-top: 46px;
  margin-bottom: 16px;
  max-width: 189px;
}
#possibilities .row .card:nth-child(3) .card-img {
  top: 61px;
  right: 4px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(3) .card-img {
    top: 41px;
    right: 66px;
    width: 95px;
  }
}
#possibilities .row .card:nth-child(4) .card-subtitle {
  margin-top: 40px;
  margin-bottom: 49px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(4) .card-subtitle {
    margin-bottom: 15px;
    margin-top: 107px !important;
  }
}
#possibilities .row .card:nth-child(4) .card-img {
  top: 25px;
  right: 17px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(4) .card-img {
    top: 41px;
    right: 66px;
    width: 72px;
    height: 92px;
  }
  #possibilities .row .card:nth-child(4) .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
  }
}
#possibilities .row .card:nth-child(5) .card-title {
  max-width: 206px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(5) .card-title {
    width: 100%;
    text-align: center;
  }
}
#possibilities .row .card:nth-child(5) .card-subtitle {
  margin-top: 15px;
  margin-bottom: 29px;
  max-width: 159px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(5) .card-subtitle {
    margin-bottom: 15px;
    margin-top: 87px !important;
    width: 195px;
    max-width: 195px;
  }
}
#possibilities .row .card:nth-child(5) .card-img {
  top: 10px;
  right: 4px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(5) .card-img {
    top: 61px;
    right: 66px;
    width: 72px;
    height: 82px;
  }
  #possibilities .row .card:nth-child(5) .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#possibilities .row .card:nth-child(6) .card-subtitle {
  margin-top: 45px;
  margin-bottom: 26px;
  max-width: 197px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(6) .card-subtitle {
    margin-bottom: 15px;
    margin-top: 87px !important;
    width: 195px;
    max-width: 195px;
  }
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(6) .card-title {
    word-break: break-all;
    max-width: 130px;
    margin: 0 auto;
  }
}
#possibilities .row .card:nth-child(6) .card-img {
  top: 47px;
  right: 10px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(6) .card-img {
    top: 61px;
    right: 66px;
    width: 82px;
    height: 80px;
  }
  #possibilities .row .card:nth-child(6) .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#possibilities .row .card:nth-child(7) .card-subtitle {
  margin-top: 13px;
  margin-bottom: 8px;
  max-width: 230px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(7) .card-subtitle {
    margin-bottom: 15px;
    margin-top: 27px !important;
    max-width: 104px;
  }
}
#possibilities .row .card:nth-child(7) .card-img {
  top: 7px;
  right: 9px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(7) .card-img {
    top: 77px;
    right: 9px;
    width: 90px;
  }
}
#possibilities .row .card:nth-child(8) .card-subtitle {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 214px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(8) .card-subtitle {
    margin-bottom: 15px;
    margin-top: 111px !important;
    width: 195px;
    max-width: 195px;
  }
}
#possibilities .row .card:nth-child(8) .card-img {
  top: 25px;
  right: 17px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(8) .card-img {
    top: 41px;
    right: 66px;
    width: 68px;
    height: 94px;
  }
  #possibilities .row .card:nth-child(8) .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#possibilities .row .card:nth-child(9) .card-subtitle {
  margin-top: 21px;
  margin-bottom: 30px;
  max-width: 200px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(9) .card-subtitle {
    margin-bottom: 15px;
  }
}
#possibilities .row .card:nth-child(9) .card-img {
  top: 20px;
  right: 13px;
}
@media (max-width: 700px) {
  #possibilities .row .card:nth-child(9) .card-img {
    top: 61px;
    right: 36px;
    width: 119px;
    height: 76px;
  }
  #possibilities .row .card:nth-child(9) .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#service-at-home-callback {
  background: #D9D9D9;
  padding: 54px 0 86px 0;
}
#service-at-home-callback .callback {
  background: #F1F1F1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
#service-at-home-callback .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  #service-at-home-callback .container .section__header {
    text-align: center;
  }
}
#service-at-home-callback .container .section__header img {
  display: none;
}
@media (max-width: 700px) {
  #service-at-home-callback .container .section__header img {
    display: block;
    margin: 8px auto 0 auto;
    width: 251px;
  }
}
#service-at-home-callback .container::before {
  content: "";
  position: absolute;
  left: -328px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 382px;
  background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/form-1.png") no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 700px) {
  #service-at-home-callback .container::before {
    display: none;
  }
}
#service-at-home-callback .container::after {
  content: "";
  position: absolute;
  right: -313px;
  bottom: -20px;
  width: 627px;
  height: 243px;
  background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/form-2.png") no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 700px) {
  #service-at-home-callback .container::after {
    display: none;
  }
}

#additionally {
  padding: 51px 0 26px 0;
}
#additionally .title-plastic {
  text-transform: uppercase;
}
@media (max-width: 700px) {
  #additionally .title-plastic {
    text-transform: unset;
    max-width: 312px;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  #additionally {
    padding: 40px 0 40px 0;
  }
}
#additionally .subtitle {
  font-size: 18px;
  margin: 10px auto 50px auto;
  text-align: center;
}
@media (max-width: 700px) {
  #additionally .subtitle {
    display: none;
  }
}
#additionally .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 37px;
}
@media (max-width: 700px) {
  #additionally .row {
    width: 320px;
    gap: 12px;
    margin: 27px auto 0 auto;
    position: relative;
  }
}
#additionally .additionally-card {
  position: relative;
  width: 335px;
  padding: 12px 18px;
  background: #FFFFFF;
  box-shadow: 4.01078px 8.02156px 15.0404px rgba(0, 0, 0, 0.1);
  border-radius: 18.0778px;
  height: min-content;
}
#additionally .additionally-card-img .mb {
  display: none;
}
@media (max-width: 700px) {
  #additionally .additionally-card-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #additionally .additionally-card-img .mb {
    display: block;
  }
  #additionally .additionally-card-img .pc {
    display: none;
  }
  #additionally .additionally-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 700px) {
  #additionally .additionally-card {
    width: 96px;
    height: 94px;
    border-radius: 13px;
    overflow: hidden;
  }
  #additionally .additionally-card-active {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 11px 16px;
    overflow: inherit;
  }
  #additionally .additionally-card-active .pc {
    display: block;
  }
  #additionally .additionally-card-active .mb {
    display: none;
  }
  #additionally .additionally-card-active::before {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url(https://okna-fabricant.ru/wp-content/uploads/2024/08/group-1001.svg) no-repeat;
    background-size: contain;
    z-index: 1;
  }
  #additionally .additionally-card-active .additionally-card-desc {
    display: block;
  }
  #additionally .additionally-card-active .additionally-card-img {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
  }
  #additionally .additionally-card-active .additionally-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #additionally .additionally-card-active .additionally-card-title {
    font-size: 22px;
    text-align: left;
    z-index: 0;
    position: relative;
    display: block;
    bottom: 0px;
    border-radius: 0px;
    margin: 10px 0 20px 0;
    width: 100%;
    height: auto;
    background: transparent;
    left: 0;
    transform: translateX(0%);
  }
}
#additionally .additionally-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #additionally .additionally-card-title {
    font-size: 8px;
    z-index: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6px;
    border-radius: 8px;
    margin: 0;
    width: 90px;
    height: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translateX(-50%);
  }
}
#additionally .additionally-card-desc {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  line-clamp: auto;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
@media (max-width: 700px) {
  #additionally .additionally-card-desc {
    display: none;
  }
}
#additionally .additionally-card-desc:hover {
  line-clamp: 999;
  -webkit-line-clamp: 9999;
}

#section-price {
  padding: 46px 0 57px 0;
  background: #F5F5F5;
}
@media (max-width: 700px) {
  #section-price {
    padding: 32px 0 30px 0;
  }
}
#section-price .subtitle {
  font-size: 18px;
  margin: 20px auto 40px auto;
  text-align: center;
  max-width: 705px;
}
@media (max-width: 700px) {
  #section-price .subtitle {
    font-size: 16px;
  }
}
#section-price .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  gap: 32px;
}
@media (max-width: 700px) {
  #section-price .row {
    overflow: auto;
    gap: 11px;
  }
}
#section-price .row .price-card {
  width: 286px;
}
@media (max-width: 700px) {
  #section-price .row .price-card {
    width: 150px;
  }
  #section-price .row .price-card-img {
    border-radius: 12px;
    overflow: hidden;
  }
}
#section-price .row .price-card-title {
  margin: 18px 0 17px 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 700px) {
  #section-price .row .price-card-title {
    font-size: 14px;
    margin: 10px 0;
  }
}
#section-price .row .price-card .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 29px;
  background: #EE7203;
  border-radius: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 700px) {
  #section-price .row .price-card .btn {
    width: 150px;
  }
}
#section-price .row .price-card .btn-row {
  display: flex;
  justify-content: center;
  gap: 7px;
}
@media (max-width: 700px) {
  #section-price .row .price-card .btn-row {
    flex-direction: column;
    margin-bottom: 5px;
    padding-bottom: 5px;
    gap: 14px;
    align-items: center;
  }
}
#section-price .row .price-card .btn-price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 29px;
  background: #D9D9D9;
  border-radius: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

#bg {
  background: url("https://okna-fabricant.ru/wp-content/themes/okna-fabricant/assets/img/layout/page/plastic/bg.png") no-repeat;
  background-position: center;
  height: 456px;
}
@media (max-width: 700px) {
  #bg {
    height: auto;
    padding-bottom: 28px;
    background-size: cover;
  }
}
#bg .desc {
  padding-top: 97px;
  margin-bottom: 73px;
  max-width: 470px;
  font-size: 24px;
}
@media (max-width: 700px) {
  #bg .desc {
    font-size: 15px;
    max-width: 219px;
    padding-top: 15px;
    margin-bottom: 68px;
  }
}
#bg .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  width: 274px;
  height: 52px;
  background: linear-gradient(90.16deg, #FF913A 2.17%, #F88224 50.45%, #E46E10 98.39%);
  box-shadow: -8px -8px 10px #FFFFFF, 6px 5px 10px 3px rgba(54, 54, 54, 0.24);
  border-radius: 15px;
}
@media (max-width: 700px) {
  #bg .btn {
    height: 43px;
    width: 142px;
    text-align: center;
    font-size: 12px;
    padding: 0 35px;
  }
}

#install-okno {
  background: #4F575B;
  padding: 31px 0 61px 0;
}
@media (max-width: 700px) {
  #install-okno {
    padding: 15px 0 15px 0;
  }
}
#install-okno .mb {
  display: none;
}
@media (max-width: 700px) {
  #install-okno .pc,
  #install-okno .img-block {
    display: none;
  }
  #install-okno .mb {
    display: block;
  }
}
#install-okno * {
  color: #fff;
}
#install-okno .row {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
@media (max-width: 700px) {
  #install-okno .row {
    flex-direction: column;
  }
}
#install-okno .row-big .desc {
  margin-bottom: 10px;
  max-width: 468px !important;
}
#install-okno .row video {
  max-width: 483px;
  filter: drop-shadow(0px 5.00993px 5.00993px rgba(0, 0, 0, 0.25));
  border-radius: 18.7873px;
}
@media (max-width: 700px) {
  #install-okno .row video {
    width: 100%;
    border-radius: 12px;
  }
}
#install-okno .row .install-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #install-okno .row .install-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
}
#install-okno .row .install-title span {
  font-weight: 500;
}
#install-okno .row .img-block {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-left: 50px;
  filter: drop-shadow(0px 3.40413px 3.40413px rgba(0, 0, 0, 0.25));
  border-radius: 12.7655px;
}
#install-okno .row .desc {
  font-size: 16px;
  font-weight: 400;
  padding-left: 28px;
  position: relative;
  max-width: 435px;
}
@media (max-width: 700px) {
  #install-okno .row .desc {
    padding-left: 0;
  }
}
#install-okno .row .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #E67C21;
}
@media (max-width: 700px) {
  #install-okno .row .desc::before {
    display: none;
  }
}
#install-okno .row .desc li {
  padding-left: 20px;
  position: relative;
}
#install-okno .row .desc li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
}

#step-okna {
  background: #E5EEF2;
  padding-top: 28px;
}
#step-okna .big-img {
  margin: 22px auto 0 auto;
}
#step-okna .big-img .mb {
  display: none;
}
@media (max-width: 700px) {
  #step-okna .big-img .mb {
    display: block;
    padding-bottom: 20px;
  }
}
@media (max-width: 700px) {
  #step-okna .big-img .pc {
    display: none;
  }
}

#info-okna {
  margin: 131px 0 86px 0;
}
#info-okna .mb {
  display: none;
}
@media (max-width: 700px) {
  #info-okna {
    margin-top: 27px;
  }
  #info-okna .pc {
    display: none !important;
  }
  #info-okna .mb {
    display: block;
    margin-top: 20px;
    margin-bottom: -10px;
  }
}
#info-okna .info-okna-title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  max-width: 245px;
  margin-bottom: 27px;
  margin-left: 50px;
}
@media (max-width: 700px) {
  #info-okna .info-okna-title {
    margin-left: 0;
    font-size: 20px;
    max-width: 197px;
  }
}
#info-okna .info-okna-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #EE7203;
}
#info-okna .row {
  display: flex;
  justify-content: center;
  gap: 34px;
}
#info-okna .row .desc {
  max-width: 604px;
  font-size: 14px;
  line-height: 18.4px;
}
#info-okna .row .desc b {
  font-weight: 700;
}
#info-okna .row .img-block {
  display: flex;
  flex-direction: column;
  max-width: 381px;
  gap: 19px;
}

#home-okna {
  background: #F5F5F5;
  padding: 25px 0 70px 0;
  min-height: 670px;
}
@media (max-width: 700px) {
  #home-okna {
    padding-bottom: 20px;
  }
}
#home-okna .subtitle {
  margin: 15px auto 0 auto;
  text-align: center;
  max-width: 565px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 700px) {
  #home-okna .subtitle {
    font-size: 16px;
    max-width: 312px;
  }
}
#home-okna .home-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 700px) {
  #home-okna .home-row {
    flex-direction: column-reverse;
  }
}
#home-okna .home-row-img {
  position: absolute;
  top: -80px;
  left: 220px;
  width: 340px;
}
@media (max-width: 700px) {
  #home-okna .home-row-img {
    position: relative;
    top: 0;
    left: 0;
  }
}
#home-okna .home-row-img .home-row-img-title {
  margin-top: 21px;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 700px) {
  #home-okna .home-row-img .home-row-img-title {
    margin-top: 10px;
  }
}
#home-okna .home-row-img .home-row-img-desc {
  margin-top: 46px;
  font-size: 10px;
  max-width: 275px;
}
@media (max-width: 700px) {
  #home-okna .home-row-img .home-row-img-desc {
    margin-top: 18px;
  }
}
#home-okna .home-row-img-1 {
  top: -194px;
  left: -60px;
  width: 718px;
  height: 562px;
}
@media (max-width: 700px) {
  #home-okna .home-row-img-1 {
    position: absolute;
    width: 370px;
    height: auto;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
}
#home-okna .home-row-img-1 .home-row-img-title {
  display: none;
}
#home-okna .home-row-img-1 .home-row-img-desc {
  display: none;
}
#home-okna .home-row-content {
  display: none;
  flex-wrap: wrap;
  width: 470px;
  gap: 17px 8px;
}
@media (max-width: 700px) {
  #home-okna .home-row-content {
    margin-top: 364px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  #home-okna .home-row-content-mobile {
    margin-top: 0;
    gap: 31px 26px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 100%;
  }
}
#home-okna .home-row-content3 {
  margin-top: 0 !important;
  flex-wrap: wrap !important;
  margin-bottom: 20px;
  max-width: 100%;
}
#home-okna .home-row-content-2 {
  position: relative;
  height: 306px;
  overflow: hidden auto;
}
@media (max-width: 700px) {
  #home-okna .home-row-content-2 {
    height: 170px;
  }
}
#home-okna .home-row-content-2 .mCSB_container {
  display: flex;
  gap: 18px 36px;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  #home-okna .home-row-content-2 .mCSB_container {
    gap: 10px 9px;
  }
}
#home-okna .home-row-content-2 .mCSB_scrollTools #mCSB_1_dragger_vertical {
  height: 16px !important;
  width: 16px;
  left: 50%;
  transform: translateX(-50%);
}
#home-okna .home-row-content-2 .mCSB_scrollTools .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #7D7D7D;
}
#home-okna .home-row-content-2 .mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 5px;
  width: 9px;
  background: #EDEDED;
}
#home-okna .home-row-content-2 .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
#home-okna .home-row-content-active {
  display: flex;
}
#home-okna .home-row-content .lam-icons {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
#home-okna .home-row-content .lam-icons-active {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
#home-okna .home-row-content .okna-color-card {
  cursor: pointer;
}
#home-okna .home-row-content .okna-color-card-active .okna-color-card-item {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
#home-okna .home-row-content .okna-color-card-item {
  width: 80px;
  height: 40px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 700px) {
  #home-okna .home-row-content .okna-color-card-item {
    width: 63px;
    height: 31px;
    border-radius: 12px;
  }
}
#home-okna .home-row-content .okna-color-card-desc {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-size: 12px;
}
@media (max-width: 700px) {
  #home-okna .home-row-content .okna-color-card-desc {
    font-size: 9px;
    margin-top: 6px;
  }
}
#home-okna .home-row-content-btn {
  max-width: 48px;
  cursor: pointer;
}
@media (max-width: 700px) {
  #home-okna .home-row-content-btn {
    max-width: 51px;
    min-width: 51px;
    padding-bottom: 5px;
  }
}
#home-okna .home-row-content-btn-active img {
  border: 2px solid #EE7203;
  max-width: 50px;
}
#home-okna .home-row-content-btn-active span {
  color: #EE7203;
}
#home-okna .home-row-content-btn span {
  font-size: 10px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
#home-okna .home-row-content-btn-color {
  max-width: 59px;
  background: #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 700px) {
  #home-okna .home-row-content-btn-color {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -82px;
    top: 290px;
    display: flex;
    align-items: center;
    width: 150px;
    height: 48px;
    max-width: 150px;
  }
  #home-okna .home-row-content-btn-color:last-child {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 82px;
  }
  #home-okna .home-row-content-btn-color img {
    width: 73px;
    min-width: 73px;
    height: 100%;
    object-fit: cover;
    object-position: 0 -10px;
    border-radius: 9px;
    overflow: hidden;
  }
}
#home-okna .home-row-content-btn-color-active {
  background: #FF913A;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
#home-okna .home-row-content-btn-color span {
  font-size: 10px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin: 2px 0;
}
@media (max-width: 700px) {
  #home-okna .home-row-content-btn-color span {
    font-size: 13px;
    width: 100%;
  }
}
#home-okna .home-row-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 60px;
}
@media (max-width: 700px) {
  #home-okna .home-row-nav {
    margin-top: 25px;
    gap: 7px;
  }
}
#home-okna .home-row-btn {
  border-radius: 15px;
  background: #D9D9D9;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
#home-okna .home-row-btn-active {
  background: #EE7203;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

#article-single .page__title {
  max-width: 60%;
}
@media (max-width: 1120px) {
  #article-single .page__title {
    max-width: 100%;
  }
}

#content-article .content {
  display: grid;
  grid-template-columns: 760px 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 1120px) {
  #content-article .content {
    grid-template-columns: 1fr;
  }
}
#content-article .content__nav {
  position: sticky;
  top: 24px;
}
@media (max-width: 1120px) {
  #content-article .content__nav {
    display: none;
  }
}
#content-article .content__nav > div {
  margin-bottom: 28px;
  color: #ee7203;
  font-weight: 600;
  font-size: 20px;
}

#promotion-single #content-article {
  font-weight: 500;
}

.card-service {
  position: relative;
  padding: 16px 14px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 10px 10px 22px -6px rgba(0, 0, 0, 0.25), -9px -9px 18px 0 rgba(255, 255, 255, 0.98);
}
@media (hover: hover) {
  .card-service:hover .card-service__title {
    color: #ee7203;
  }
}
.card-service__bg {
  width: 100%;
}
.card-service__title {
  position: relative;
  padding: 8px 0;
  font-weight: 500;
  text-align: center;
  transition: 0.2s ease;
  transform-style: preserve-3d;
}
.card-service__title::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffffff;
  border-radius: 50px;
  background-color: #d9d9d9;
  filter: blur(2px);
  transform: translateZ(-1px);
}

.card-warranty {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 700px) {
  .card-warranty {
    border-radius: 8px;
  }
}
@media (hover: hover) {
  .card-warranty:hover .card-warranty__title {
    color: #ee7203;
  }
  .card-warranty:hover .lazy__item {
    transform: scale(1.05);
  }
}
.card-warranty::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 87.85%);
}
.card-warranty__picture {
  width: 100%;
  height: 100%;
}
.card-warranty__title {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 16px;
  padding: 4px 12px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  transition: 0.2s ease;
  backdrop-filter: blur(10px);
}
@media (max-width: 700px) {
  .card-warranty__title {
    right: 16px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
  }
}

.card-article {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1120px) {
  .card-article {
    border-radius: 15px;
  }
}
@media (hover: hover) {
  .card-article:hover .card-article__title {
    color: #ee7203;
  }
  .card-article:hover .card-article__picture img {
    transform: scale(1.05);
  }
}
.card-article--var-2 .card-article__text {
  color: #ee7203;
}
@media (max-width: 700px) {
  .card-article--var-2 .card-article__picture {
    aspect-ratio: 5/4;
  }
}
.card-article__picture {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.card-article__content {
  padding: 16px;
  font-size: 14px;
}
@media (max-width: 520px) {
  .card-article__content {
    padding: 8px;
  }
}
.card-article__title {
  display: -webkit-box;
  overflow: hidden;
  transition: 0.2s ease;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 520px) {
  .card-article__title {
    font-size: 10px;
  }
}
.card-article__text {
  margin-top: 24px;
}
@media (max-width: 700px) {
  .card-article__text {
    font-size: 10px;
  }
}

.card-for-client {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 32px;
  border-radius: 20px;
  background-color: #f1f1f1;
  box-shadow: 9px 9px 19px -5px rgba(0, 0, 0, 0.25), -8px -8px 15px 0 rgba(255, 255, 255, 0.98);
}
@media (max-width: 1120px) {
  .card-for-client {
    padding: 16px;
  }
}
@media (max-width: 700px) {
  .card-for-client {
    padding: 8px;
  }
}
@media (hover: hover) {
  .card-for-client:hover .card-for-client__title {
    color: #ee7203;
  }
}
.card-for-client__picture {
  width: 100%;
  height: 120px;
  margin-bottom: 8px;
}
@media (max-width: 1120px) {
  .card-for-client__picture {
    height: 90px;
  }
}
.card-for-client__title {
  width: 100%;
  max-width: 210px;
  margin: auto 0;
  padding: 8px;
  border-radius: 500px;
  background-color: #d9d9d9;
  font-size: 16px;
  text-align: center;
  transition: 0.2s ease;
}
@media (max-width: 1120px) {
  .card-for-client__title {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .card-for-client__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 2px 8px;
    font-size: 12px;
  }
}

.card-option {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #f1f1f1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (max-width: 700px) {
  .card-option {
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .card-option:hover .card-option__title {
    color: #ee7203;
  }
}
.card-option__title {
  padding: 12px 0;
  transition: 0.2s ease;
}
@media (max-width: 700px) {
  .card-option__title {
    padding: 12px 6px;
    font-size: 14px;
  }
}
.card-option__picture {
  aspect-ratio: 4/3;
}

.card-promotion {
  position: relative;
  overflow: hidden;
  height: 480px;
  border-radius: 30px;
}
@media (max-width: 1120px) {
  .card-promotion {
    height: 320px;
  }
}
@media (max-width: 700px) {
  .card-promotion {
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 15px 0 rgba(81, 48, 25, 0.25);
  }
}
.card-promotion__picture {
  width: 100%;
  height: 100%;
}
@media (max-width: 700px) {
  .card-promotion__picture {
    height: initial;
    aspect-ratio: 16/7;
  }
}
.card-promotion__content {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 54px 40px 40px 54px;
}
@media (max-width: 1120px) {
  .card-promotion__content {
    padding: 24px 24px 24px 36px;
  }
}
@media (max-width: 700px) {
  .card-promotion__content {
    position: static;
    width: 100%;
    height: auto;
    padding: 16px;
  }
}
.card-promotion__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #ee7203;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 1120px) {
  .card-promotion__tag {
    margin-bottom: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
  }
}
.card-promotion__title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 1120px) {
  .card-promotion__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.card-promotion__short {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1120px) {
  .card-promotion__short {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .card-promotion__button {
    width: 100%;
  }
}

.card-gallery-p {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 7px 7px 15px -4.152px rgba(0, 0, 0, 0.25), -6px -6px 12px 0 rgba(255, 255, 255, 0.98);
}
@media (max-width: 700px) {
  .card-gallery-p {
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .card-gallery-p:hover picture {
    opacity: 0.7;
  }
  .card-gallery-p:hover p {
    color: #ee7203;
  }
}
.card-gallery-p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card-gallery-p .card-gallery__title {
  padding: 12px 16px;
  color: #000000;
  font-weight: 500;
  transition: 0.2s ease;
}
@media (max-width: 700px) {
  .card-gallery-p .card-gallery__title {
    padding: 8px 12px;
    font-size: 12px;
  }
}
.card-gallery-p .card-gallery__picture {
  width: 100%;
  aspect-ratio: 4/3;
  transition: 0.2s ease;
}
@media (max-width: 1120px) {
  .card-gallery-p .card-gallery__picture {
    border-radius: 10px;
  }
}

.card-gallery-v {
  position: relative;
}
@media (hover: hover) {
  .card-gallery-v:hover .card-gallery__title {
    color: #ee7203;
  }
}
.card-gallery-v .card-gallery__title {
  margin-top: 18px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s ease;
}
.card-gallery-v .card-gallery__picture {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  transition: 0.2s ease;
}
.card-gallery-v .card-gallery__picture::before, .card-gallery-v .card-gallery__picture::after {
  content: "";
  position: absolute;
}
.card-gallery-v .card-gallery__picture::before {
  z-index: 2;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-gallery-v .card-gallery__picture::after {
  z-index: 3;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 40px;
  background-image: url("../assets/img/misc/watermark.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.card-gallery-s {
  position: relative;
}
@media (hover: hover) {
  .card-gallery-s:hover .card-gallery__title {
    color: #ee7203;
  }
}
.card-gallery-s .card-gallery__title {
  margin-top: 8px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s ease;
}
@media (max-width: 700px) {
  .card-gallery-s .card-gallery__title {
    font-size: 12px;
  }
}
.card-gallery-s .card-gallery__picture {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 10/16;
  border-radius: 10px;
  transition: 0.2s ease;
}
.card-gallery-s .card-gallery__picture::before, .card-gallery-s .card-gallery__picture::after {
  content: "";
  position: absolute;
}
.card-gallery-s .card-gallery__picture::before {
  z-index: 2;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-gallery-s .card-gallery__picture::after {
  z-index: 3;
  top: 85%;
  left: 50%;
  display: inline-block;
  width: 100px;
  height: 28px;
  background-image: url("../assets/img/misc/watermark.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
/*# sourceMappingURL=style.css.map */
