@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
  margin-bottom: 0.67em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.container,
.container-fluid,
.container-xl,
.container-xlg,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(transparent)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption {
  padding: 75px;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

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

::-moz-selection {
  background: #41bf68;
  color: #ffffff;
  text-shadow: none;
  -webkit-text-stroke: 0px transparent;
}

::selection {
  background: #41bf68;
  color: #ffffff;
  text-shadow: none;
  -webkit-text-stroke: 0px transparent;
}

a {
  text-decoration: none;
  color: #41bf68;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #34b25b;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

html {
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
  color: #2d2c33;
  line-height: 1.5;
  text-align: left;
  overflow-x: hidden;
  overflow-y: visible;
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
}

.screen-page {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}

b,
strong {
  font-weight: bold !important;
}

.b-primary strong {
  color: #41bf68;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

h1,
.h1 {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: normal;
}

h3,
.h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}

h4,
.h4 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
}

h6,
.h6 {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: normal;
}

.large-h {
  font-size: 41px;
  font-weight: normal;
  line-height: 1.2em;
}

.content-field {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
  color: #9396a3;
}

.content-field p {
  margin-bottom: 1em;
}

.trsn {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.format-heading h1,
.format-heading h2 {
  margin-bottom: 10px;
}

.format-heading p {
  color: #9396a3;
  font-size: 18px;
}

[class*='ymaps-2'][class*='-ground-pane'] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.btn-load-more {
  width: 100%;
  background: #f4f4f4;
  font-size: 18px;
  padding: 20px 20px 20px 36px;
  color: #9396a3;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-load-more:hover {
  color: #41bf68;
}

.btn-load-more:before {
  content: '';
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='rgb(177, 19, 200)' d='M20.132,20.131 C17.960,22.304 15.072,23.499 12.000,23.499 C8.928,23.499 6.040,22.304 3.868,20.131 C1.696,17.959 0.500,15.071 0.500,12.000 C0.500,8.928 1.696,6.040 3.868,3.868 C6.040,1.696 8.928,0.499 12.000,0.499 C15.072,0.499 17.960,1.696 20.132,3.868 C22.304,6.040 23.500,8.928 23.500,12.000 C23.500,15.071 22.304,17.959 20.132,20.131 ZM12.000,21.703 C17.350,21.703 21.703,17.350 21.703,12.000 C21.703,6.650 17.350,2.297 12.000,2.297 C6.650,2.297 2.297,6.650 2.297,12.000 C2.297,17.350 6.650,21.703 12.000,21.703 ZM18.212,10.472 L16.941,9.202 L12.000,14.143 L7.059,9.202 L5.788,10.472 L12.000,16.684 L18.212,10.472 Z'/%3E%3C/svg%3E");
}

.btn-load-more.proccess-load {
  pointer-events: none;
  opacity: 0.6;
}

.btn-load-more.proccess-load:before {
  -webkit-animation: rotate-animation 1s linear 0s infinite;
  animation: rotate-animation 1s linear 0s infinite;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='23px'%3E%3Cpath fill-rule='evenodd' fill='rgb(177, 19, 200)' d='M19.638,3.370 C17.468,1.200 14.576,-0.000 11.505,-0.000 C8.434,-0.000 5.543,1.200 3.372,3.370 C1.201,5.540 0.001,8.430 0.001,11.500 C0.001,14.580 1.201,17.460 3.372,19.640 C5.543,21.810 8.434,23.000 11.505,23.000 L11.785,23.000 L11.785,21.200 C11.695,21.210 11.595,21.210 11.505,21.210 C6.153,21.210 1.801,16.850 1.801,11.500 C1.801,6.150 6.153,1.800 11.505,1.800 C16.697,1.800 20.939,5.890 21.199,11.010 L23.000,11.010 C22.880,8.120 21.699,5.420 19.638,3.370 Z'/%3E%3C/svg%3E");
}

@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-prev-hero,
.swiper-next-hero,
.swiper-prev-custom,
.swiper-next-custom {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-prev-hero::after,
.swiper-next-hero::after,
.swiper-prev-custom::after,
.swiper-next-custom::after {
  font-family: swiper-icons;
}

.swiper-prev-hero::after,
.swiper-prev-custom::after {
  content: 'prev';
}

.swiper-next-hero::after,
.swiper-next-custom::after {
  content: 'next';
}

.swiper-prev-custom,
.swiper-next-custom {
  margin-top: -30px;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 60px;
  width: 60px;
  background: #f4f4f4;
  border-radius: 50%;
  font-size: 20px;
}

.swiper-prev-custom:hover,
.swiper-next-custom:hover {
  background: #f1f1f1;
}

.swiper-pagination-group {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-group .swiper-pagination {
  position: static;
}

.swiper-pagination-group .swiper-pagination-bullet {
  margin: 0 4px;
  height: 10px;
  width: 10px;
}

.swiper-pagination-group
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #41bf68;
}

.current_city {
  cursor: pointer;
}

.adress_popover {
  position: relative;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
}

.city_popover {
  display: none;
  width: 230px;
  float: left;
  font-size: 16px;
  background-color: #fff;
  position: absolute;
  color: #000;
  top: 100%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border: 3px solid #c52033;
  margin-top: 35px;
  opacity: 0;
  font-weight: bold;
}

.city_popover:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #c52033 transparent;
  z-index: -1;
}

.city_popover a {
  display: inline-block;
  margin: 10px 20px 0;
}

.city_modal {
  margin-left: -150px;
  width: 300px;
  /* height: 300px; */
  background: #fff;
  position: fixed;
  top: 5%;
  left: 50%;
  /*margin-top: -150px;*/
  display: none;
  opacity: 0;
  z-index: 121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  border: solid #f4f4f4;
  border-width: 10px;
  padding: 15px;
}

.city_modal .city_modal_close {
  width: 21px;
  height: 21px;
  position: absolute;
  top: -17px;
  right: 8px;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 40px;
}

.city_overlay {
  z-index: 120;
  /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position: fixed;
  /* всегдa перекрывaет весь сaйт */
  background-color: #000;
  /* чернaя */
  opacity: 0.8;
  /* нo немнoгo прoзрaчнa */
  -moz-opacity: 0.8;
  /* фикс прозрачности для старых браузеров */
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  /* рaзмерoм вo весь экрaн */
  top: 0;
  /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  cursor: pointer;
  display: none;
  /* в oбычнoм сoстoянии её нет) */
}

.choose_city_title {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  color: #2d2c33;
  font-weight: bold;
}

.city_modal .links-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.city_modal a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2c33;
  white-space: nowrap;
  padding: 9px 11px;
  font-size: 14px;
  text-decoration: none;
}

.city_modal a:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid #c5cfd8;
  margin-right: 9px;
  border-radius: 50%;
}

.city_modal a.current-city {
  background: #41bf68;
  color: #ffffff;
}

.city_modal a.current-city:before {
  border: 3.5px solid #ffffff;
  background: #41bf68;
}

.form-inline-custom {
  color: #ffffff;
}

.form-inline-custom .flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.form-inline-custom .flex-form .flex-form-item {
  min-width: 190px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 7px 30px 7px;
}

.form-inline-custom .flex-form .flex-form-item label {
  display: block;
  height: 100%;
}

.form-inline-custom.form-footer button {
  white-space: nowrap;
}

.form-inline-custom br {
  display: none;
}

.form-inline-custom input:not([type='checkbox']) {
  position: relative;
  z-index: 2;
  display: block;
  background: transparent;
  padding: 0;
  padding-top: 1px;
  padding-bottom: 12px;
  font-size: 16px;
  min-width: auto;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.form-inline-custom input:focus,
.form-inline-custom input.not-empty {
  color: #ffffff;
}

.form-inline-custom input:focus + .label-span,
.form-inline-custom input.not-empty + .label-span {
  opacity: 0.6;
  -webkit-transform: translateY(-100%) scale(0.8);
  -ms-transform: translateY(-100%) scale(0.8);
  transform: translateY(-100%) scale(0.8);
}

.form-inline-custom input:hover {
  border-bottom-color: #ffffff;
}

.form-inline-custom input.form--error {
  border-bottom-color: #e94040;
}

.form-inline-custom input.form--error + .label-span {
  color: #e94040;
  text-transform: lowercase;
}

.form-inline-custom input.form--error + .label-span:before {
  content: attr(aria-label-error);
  margin-right: 5px;
  text-transform: capitalize;
}

.form-inline-custom .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 16px;
}

.form-inline-custom .label-span {
  display: block;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.form-inline-custom .your_policy {
  display: block;
  margin-bottom: 30px;
}

.form-inline-custom .your_policy > * {
  display: block;
}

.form-inline-custom .your_policy input {
  display: none;
}

.form-inline-custom .your_policy .wpcf7-list-item {
  margin: 0;
}

.form-inline-custom .your_policy label {
  cursor: pointer;
}

.form-inline-custom .your_policy label .wpcf7-list-item-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline-custom .your_policy label .wpcf7-list-item-label a {
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.form-inline-custom .your_policy label .wpcf7-list-item-label a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.form-inline-custom .your_policy label .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  height: 16px;
  width: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #ffffff;
  border-radius: 50%;
}

.form-inline-custom
  .your_policy
  label
  input:checked
  ~ .wpcf7-list-item-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4375 1.125L3.85414 5.5L1.5625 3.3125' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background: #41bf68;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
  line-height: 1.15em;
  border-radius: 36px;
  font-size: 14px;
  padding: 22px 37px 22px;
}

.btn:hover,
.btn:active {
  background: #34b25b;
  color: #ffffff;
}

.btn:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.btn.btn--white {
  background: #ffffff;
  color: #000;
}

.btn.btn--white:hover {
  background: #f1f1f1;
}

#cookie_notification {
  display: none;
  position: fixed;
  z-index: 51;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 18px;
  background-color: #f4f4f4;
}

#cookie_notification .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#cookie_notification.show {
  -webkit-animation: CookieAnim ease-in-out 1s alternate;
  animation: CookieAnim ease-in-out 1s alternate;
}

#cookie_notification p {
  margin: 0;
  text-align: left;
  color: #9396a3;
  font-weight: 500;
  font-size: 10px;
}

#cookie_notification p a {
  color: inherit;
}

#cookie_notification p a:hover {
  color: #41bf68;
}

#cookie_notification button {
  line-height: 1.2;
  font-weight: 500;
  padding: 9px 18px;
  font-size: 13px;
}

@-webkit-keyframes CookieAnim {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  70% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

@keyframes CookieAnim {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  70% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.page-404 {
  position: relative;
  margin-bottom: 60px;
}

.page-404__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-404__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

.page-404__img svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.page-404 .h3 {
  font-weight: normal;
  margin-bottom: 20px;
}

.page-404 h2 {
  font-weight: bold;
}

.page-404__content {
  padding-top: 20px;
}

.page-404__content__bread {
  margin-bottom: 25px;
}

.page-404__content__bread a {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-404__content__bread a:hover {
  color: #41bf68;
}

#breadcrumbs {
  text-transform: lowercase;
  font-size: 12px;
  color: #8797a6;
  margin-bottom: 50px;
}

#breadcrumbs a {
  color: #8797a6;
}

#breadcrumbs a:hover {
  color: #41bf68;
}

#breadcrumbs > span > span > *:not(:first-child) {
  margin-left: 14px;
}

.thanks__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.thanks__content {
  color: #2d2c33;
  padding: 30px 0;
}

.thanks__content h2 {
  font-weight: bold;
}

.thanks__h2 {
  font-weight: normal;
  color: #9396a3;
  margin-bottom: 30px;
}

.thanks__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.thanks__img img {
  position: relative;
  z-index: 4;
}

.thanks__img:after {
  content: '';
  display: block;
  position: absolute;
  background: #f4f4f4;
  width: 636px;
  height: 251px;
  z-index: -1;
  border-radius: 125.5px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7 .ajax-loader {
  display: none;
}

input {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  max-width: 100%;
  min-width: auto;
  border-radius: 0;
}

.header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header.fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: HeaderAnim ease-in-out 0.4s alternate;
  animation: HeaderAnim ease-in-out 0.4s alternate;
  background: #ffffff;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.09);
  box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.09);
}

.header.fixed:not(.toggled) .header__top {
  display: none;
}

.header.fixed:not(.toggled) .header__bottom {
  padding: 0 0;
}

.header.fixed:not(.toggled) .header__logo img.black-logo {
  display: block;
}

.header.fixed:not(.toggled) .header__logo img.white-logo {
  display: none;
}

.header.fixed:not(.toggled) .header__tel svg path {
  fill: #2d2c33;
}

.header.fixed:not(.toggled) .header__tel a {
  color: #2d2c33;
}

.header.fixed:not(.toggled) .header__tel a:hover {
  color: #41bf68;
}

.header.fixed:not(.toggled) .header__tel a:hover svg path {
  fill: #41bf68;
}

.header.fixed:not(.toggled) .header__whatsapp a {
  border-color: #2d2c33;
}

.header.fixed:not(.toggled) .header__whatsapp a img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header.fixed:not(.toggled) .header__whatsapp a:hover {
  border-color: #41bf68;
}

.header.fixed:not(.toggled) .header__whatsapp a:hover img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.header.fixed:not(.toggled) .btn {
  background: #41bf68;
  color: #ffffff;
}

.header.fixed:not(.toggled) .btn:hover,
.header.fixed:not(.toggled) .btn:active {
  background: #34b25b;
  color: #ffffff;
}

.header.fixed:not(.toggled) .header__mobile__wrapper span,
.header.fixed:not(.toggled) .header__mobile__wrapper:before,
.header.fixed:not(.toggled) .header__mobile__wrapper:after {
  background: #2d2c33;
}

.header.fixed:not(.toggled) .menu-header-bottom li a {
  color: #9396a3;
}

.header.fixed-white:not(.toggled) .header__logo a .white-logo {
  display: none;
}

.header.fixed-white:not(.toggled) .header__logo a .black-logo {
  display: block;
}

.header.fixed-white:not(.toggled) .header__nav-bottom ul li a {
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid transparent;
}

.header.fixed-white:not(.toggled) .header__nav-bottom ul li a:hover {
  border-bottom-color: #000;
}

.header.fixed-white:not(.toggled) .header__btn .btn {
  background-color: #41bf68;
  color: #ffffff;
}

.header.fixed-white:not(.toggled) .header__btn .btn:hover {
  background-color: #34b25b;
}

.header.fixed-white:not(.toggled) .header__whatsapp__link {
  border: 1px solid #e5e5e5;
}

.header.fixed-white:not(.toggled) .header__whatsapp__link img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header.fixed-white:not(.toggled) .header__whatsapp__link:hover {
  border-color: #41bf68;
}

.header.fixed-white:not(.toggled) .header__whatsapp__link:hover img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.header.fixed-white:not(.toggled) .header__tel a {
  color: #000;
  border-color: #2d2c33;
}

.header.fixed-white:not(.toggled) .header__tel a svg path {
  fill: #000;
}

.header.fixed-white:not(.toggled) .header__tel a:hover {
  color: #41bf68;
}

.header.fixed-white:not(.toggled) .header__tel a:hover svg path {
  fill: #41bf68;
}

.header.fixed-white:not(.toggled) .header__top__left:after {
  background: #ededed;
  opacity: 1;
}

.header.fixed-white:not(.toggled) .header__city a {
  color: #9396a3;
}

.header.fixed-white:not(.toggled) .header__city a svg path {
  stroke: #9396a3;
}

.header.fixed-white:not(.toggled) .header__nav-top ul li a {
  color: #9396a3;
}

.header.fixed-white:not(.toggled) .header__address {
  color: #9396a3;
}

.header.fixed-white:not(.toggled) .header__address svg path {
  stroke: #9396a3;
}

.header.fixed-white:not(.toggled) .header__social a img {
  -webkit-filter: invert(0.4);
  filter: invert(0.4);
}

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.header__top__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__top__left:after {
  content: '';
  position: absolute;
  width: 200%;
  left: -50%;
  bottom: 0;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
}

.header__top__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__city a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.header__city a > span {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
}

.header__city a .label-city span {
  margin-left: 5px;
  margin-right: 7px;
}

.header__city a svg {
  margin-right: 9px;
}

.header__city a:hover span {
  border-bottom-color: white;
}

.header__nav-top,
.header__nav-bottom {
  display: inline-block;
}

.header__nav-top ul,
.header__nav-bottom ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header__nav-top ul li a,
.header__nav-bottom ul li a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

.header__nav-top ul li a:hover,
.header__nav-bottom ul li a:hover {
  border-bottom-color: #ffffff;
}

.header__nav-top a,
.header__nav-bottom a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  margin: 0 10px;
}

.header__nav-top a:hover,
.header__nav-bottom a:hover {
  border-bottom-color: #ffffff;
}

.header__nav-top ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.header__address svg {
  margin-right: 7px;
}

.header__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px;
}

.header__social a img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__social a:hover img {
  opacity: 0.7;
}

.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.header__bottom__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__bottom__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}

.header__logo a .black-logo {
  display: none;
}

.header__logo a img {
  width: 110px;
  min-width: 110px;
}

.header__tel {
  font-weight: bold;
  white-space: nowrap;
}

.header__tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__tel a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__tel a svg {
  margin-right: 6px;
}

.header__tel a svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__tel a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.header__tel a:hover svg path {
  fill: rgba(255, 255, 255, 0.6);
}

.header__whatsapp__link {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__whatsapp__link:hover {
  background-color: #41bf68;
  border-color: #41bf68;
}

.header__mobile {
  display: none;
}

.header__dropdown {
  display: none;
}

.header__dropdown .container {
  padding-top: 0;
  height: 100%;
}

.header__dropdown__flex {
  display: block;
  padding-top: 25px;
}

.header__dropdown__flex .btn {
  display: block;
}

.header__dropdown__flex .btn span:first-child {
  display: block;
}

.header__dropdown__flex .btn .btn-name {
  display: none;
}

.header__dropdown__flex > * {
  margin-bottom: 20px;
}

.header__dropdown__flex .header__tel {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
  clear: both;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}

.header__dropdown__flex .header__bottom__tel {
  margin: 30px 0;
  font-size: 16px;
}

.header__dropdown__flex .header__nav-top {
  float: left;
}

.header__dropdown__flex .header__nav-top ul {
  display: block;
}

.header__dropdown__flex .header__nav-top:before {
  left: 0;
  right: 0;
}

.header__dropdown__flex .header__nav-top a {
  font-size: 16px !important;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 5px;
  display: block;
}

.header__dropdown__flex .header__nav-top li {
  display: block;
  margin-bottom: 10px;
}

.header__dropdown__flex .header__nav-top li a {
  font-size: 16px !important;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 5px;
  display: block;
}

.header__dropdown__flex .header__nav-top li.current_page_item a,
.header__dropdown__flex .header__nav-top li:hover a {
  border-bottom: none;
  border-left: 2px solid #41bf68;
}

.header__dropdown__flex .header__nav-bottom {
  float: left;
}

.header__dropdown__flex .header__nav-bottom ul {
  display: block;
}

.header__dropdown__flex .header__nav-bottom li {
  display: block;
  margin-bottom: 10px;
}

.header__dropdown__flex .header__nav-bottom li a {
  display: block;
  font-size: 16px !important;
  padding-bottom: 5px;
}

.header__dropdown__flex .header__whatsapp {
  float: left;
}

.header__dropdown__flex .header__whatsapp a {
  border-color: transparent;
}

.header__dropdown__flex .header__social {
  float: left;
}

.header__dropdown__flex .header__btn {
  clear: both;
  padding-bottom: 30px;
}

.header__dropdown.toggled {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

.header + section:not(.hero) {
  padding-top: 140px;
}

.header + section.hero .hero__content {
  padding-top: 140px;
}

@-webkit-keyframes HeaderAnim {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

@keyframes HeaderAnim {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero__slider {
  position: static;
  z-index: 3;
}

.hero__content {
  z-index: 3;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 60px;
}

.hero__content > .container {
  position: relative;
  z-index: 3;
}

.hero__subtitle {
  margin-bottom: 20px;
}

.hero h1 {
  margin-bottom: 32px;
}

.hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__bg:before {
  position: absolute;
  background: #262833;
  opacity: 0.9;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__bg:after {
  position: absolute;
  background: -o-linear-gradient(
    215.61deg,
    #41bf68 25.5%,
    rgba(65, 191, 104, 0) 105.71%
  );
  background: linear-gradient(
    234.39deg,
    #41bf68 25.5%,
    rgba(65, 191, 104, 0) 105.71%
  );
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero .swiper-wrapper {
  overflow: visible;
  position: static;
}

.hero__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero__btns .btn {
  margin-right: 20px;
}

.hero__btns__progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.hero__btns__progress__num {
  font-size: 16px;
  margin: 0 8px;
}

.hero__btns__progress__bar {
  height: 2px;
  width: 77px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.hero__btns__progress__bar__current {
  border-radius: 2px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
}

.hero__btns__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}

.hero__btns__nav > * {
  padding: 10px;
}

.hero__btns__nav > *:hover {
  color: #41bf68;
}

.hero__form {
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.hero__form__wrapper {
  max-width: 462px;
}

.hero__form h3 {
  margin-bottom: 30px;
}

.hero__form__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__form__bg:after {
  content: '';
  position: absolute;
  background: -o-linear-gradient(
    215.61deg,
    #41bf68 25.5%,
    rgba(65, 191, 104, 0) 105.71%
  );
  background: linear-gradient(
    234.39deg,
    #41bf68 25.5%,
    rgba(65, 191, 104, 0) 105.71%
  );
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.block-2 {
  overflow: hidden;
  position: relative;
}

.block-2__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

.block-2__flex:before {
  position: absolute;
  top: 0;
  right: -45%;
  bottom: 0;
  background: #f4f4f4;
  z-index: -1;
  width: 50%;
}

.block-2__content .content-field {
  max-width: 670px;
}

.block-2__content .btn {
  margin-top: 32px;
}

.block-2__nums {
  background: #f4f4f4;
}

.block-2__nums:before {
  content: '';
  position: absolute;
  background: #f4f4f4;
  z-index: -2;
}

.block-2__nums__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 70px;
  position: relative;
}

.block-2__nums__item:before {
  content: '';
  position: absolute;
  width: 229px;
  height: 86px;
  margin-left: 22px;
  margin-bottom: 25px;
  background: #ffffff;
  z-index: 1;
}

.block-2__nums__item__num {
  position: relative;
  z-index: 2;
  color: #41bf68;
}

.block-2__nums__item .h5 {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.block-2__nums__item img {
  margin-right: 40px;
  position: relative;
  z-index: 2;
  width: 84px;
}

.block-3 {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.block-3 .container {
  position: relative;
}

.block-3 .container:before {
  width: 45%;
  position: absolute;
  top: -100px;
  bottom: -200px;
  right: 0;
  z-index: -1;
  background: #f4f4f4;
}

.block-3 .container:after {
  width: 45%;
  position: absolute;
  top: -100px;
  bottom: -200px;
  right: -45%;
  z-index: -1;
  width: 50%;
  background: #f4f4f4;
}

.block-3__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  padding: 30px 25px;
}

.block-3__wrapper__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-3__wrapper__content svg {
  margin-right: 30px;
}

.block-3__wrapper__content svg path,
.block-3__wrapper__content svg circle {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-3__wrapper__content .h5 {
  color: #ffffff;
  font-weight: bold;
}

.block-3__wrapper__bg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.block-3__wrapper__bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 45%;
  background: -o-linear-gradient(
    6.24deg,
    #41bf68 -3.22%,
    rgba(65, 191, 102, 0) 90.14%
  );
  background: linear-gradient(
    83.76deg,
    #41bf68 -3.22%,
    rgba(65, 191, 102, 0) 90.14%
  );
}

.block-3__wrapper:hover svg circle {
  fill: #41bf68;
}

.block-3__wrapper:hover svg path {
  stroke: #ffffff;
}

.block-3__wrapper:hover .block-3__wrapper__bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.block-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-4 h2 {
  margin-bottom: 15px;
}

.block-4 .content-field {
  margin-bottom: 40px;
}

.block-4__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.block-4__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-4__item img {
  margin-right: 20px;
  width: 40px;
  min-width: 40px;
}

.block-4__item .h2 {
  color: #dedede;
  font-weight: 500;
}

.block-4__item h5 {
  margin-top: 10px;
  color: #000;
}

.block-5 {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-5 h2 {
  margin-bottom: 35px;
}

.block-5__group {
  position: relative;
}

.block-5__swiper {
  overflow: hidden;
}

.block-5__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-5__item.swiper-slide {
  height: auto;
}

.block-5__item h5 {
  font-weight: bold;
}

.block-5__item h5:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #41bf68;
  margin-bottom: 15px;
}

.block-5__item__img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 160px;
}

.block-5__item__img svg {
  position: relative;
  float: right;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-5__item__img__content {
  clear: both;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-5__item__img__content ul {
  margin: 0;
  padding-left: 20px;
}

.block-5__item__img__bg {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-5__item__img__bg:before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(
    215.61deg,
    #41bf68 25.5%,
    rgba(65, 191, 104, 0) 105.71%
  );
  background: linear-gradient(
    234.39deg,
    #41bf68 25.5%,
    rgba(65, 191, 104, 0) 105.71%
  );
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-5__item__img:hover .block-5__item__img__bg:before {
  opacity: 1;
}

.block-5__item__img:hover .block-5__item__img__content {
  opacity: 1;
}

.block-5__item__img:hover svg {
  opacity: 1;
}

.block-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-6__tabs__item {
  padding: 10px;
  border-top: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

.block-6__tabs__item:hover:not(.swiper-slide-thumb-active) {
  color: #9396a3;
}

.block-6__tabs__item.swiper-slide-thumb-active {
  background: #f4f4f4;
  border-top-color: #f4f4f4;
  color: #9396a3;
}

.block-6__swiper {
  overflow: hidden;
}

.block-6__swiper__item {
  position: relative;
  padding: 10px 10px 10px 10px;
}

.block-6__swiper__item__content {
  color: #ffffff;
  max-width: 540px;
  background: -o-linear-gradient(
    215.61deg,
    #41bf68 25.5%,
    rgba(65, 191, 104, 0) 105.71%
  );
  background: linear-gradient(
    234.39deg,
    #41bf68 25.5%,
    rgba(65, 191, 104, 0) 105.71%
  );
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 4px;
  padding: 15px 15px 15px 20px;
}

.block-6__swiper__item__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-6__swiper__item__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-6__swiper__item__btns .btn {
  margin-bottom: 15px;
}

.block-6__swiper__item__btns__nums {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.block-6__swiper__item__btns__nums__bar {
  margin: 0 8px;
  height: 2px;
  width: 77px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.block-6__swiper__item__btns__nums__bar__current {
  border-radius: 2px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
}

.block-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-7__group {
  position: relative;
}

.block-7__swiper {
  overflow: hidden;
}

.block-7__swiper .block-7__item {
  height: auto;
}

.block-7__item {
  height: auto;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 15px;
  background: #f4f4f4;
}

.block-8 {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-8__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.block-8__item__content,
.block-8__item__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.block-8__item__img__wrapper img {
  display: block;
  max-width: none;
  width: 100%;
}

.block-8__item__content h2 {
  font-weight: bold;
  position: relative;
}

.block-8__item__content h2:after {
  content: '';
  margin-top: 20px;
  display: block;
  height: 1px;
  width: 280px;
  max-width: 100%;
  background-color: #41bf68;
  margin-left: -50px;
}

.block-8__item__content__pluses {
  margin-bottom: 28px;
}

.block-8__item__content__pluses__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f4f4f4;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 6px 8px;
}

.block-8__item__content__pluses__item svg {
  margin-right: 12px;
  min-width: 23px;
}

.block-9 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-9__heading {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: normal;
}

.block-9__gray {
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 10px 9px 20px;
}

.block-9__gray__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.block-9__gray__content__heading {
  font-weight: bold;
}

.block-9__gray__content__heading:after {
  content: '';
  margin-top: 10px;
  display: block;
  background: #41bf68;
  height: 1px;
  position: absolute;
  width: 288px;
  left: 0;
}

.block-9__gray__content__subheading {
  margin-top: 20px;
  font-weight: normal;
}

.block-9__nums {
  margin-top: 50px;
}

.block-9__nums__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.block-9__nums__item__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #41bf68;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  min-width: 56px;
  height: 56px;
  font-size: 16px;
  margin-right: 15px;
}

.block-9__nums__item__number.gray-bg {
  background: #aaaaaa;
}

.block-9__nums__item__content__heading {
  font-size: 18px;
  font-weight: bold;
}

.block-9__nums__item__content__subheading {
  font-size: 16px;
}

.block-10 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-10__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: flex-end;
}

.block-10__content {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.block-10__content h3 {
  margin-bottom: 35px;
}

.block-10__nums {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.block-10__nums > * {
  padding: 9px 10px;
}

.block-10__nums__outline {
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-10__nums__outline__number {
  margin-right: 15px;
}

.block-10__nums__black {
  background: #000;
  border-radius: 4px;
}

.block-10__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-10__img img {
  display: block;
}

.block-10__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  border-radius: 4px;
}

.block-10__bg:after {
  content: '';
  position: absolute;
  background: -o-linear-gradient(
    209.36deg,
    #41bf68 35.54%,
    rgba(65, 191, 104, 0) 102.53%
  );
  background: linear-gradient(
    240.64deg,
    #41bf68 35.54%,
    rgba(65, 191, 104, 0) 102.53%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.block-11 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-11__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  margin-bottom: -40px;
}

.block-11__item {
  padding: 0 7.5px 40px 7.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.block-11__item__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.block-11__item__wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: #f4f4f4;
  z-index: -1;
  left: 0;
}

.block-11__item__img {
  margin-bottom: 44px;
  border-radius: 4px;
  margin-right: 40px;
  max-height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-11__item__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 44px;
}

.block-11__item__content img.logo-case {
  margin-top: 40px;
  margin-bottom: 20px;
}

.block-11__item__title {
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 10px;
}

.block-11__item__subtitle {
  font-weight: 500;
  color: #9396a3;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 15px;
}

.block-11__item__nums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -3px;
  margin-bottom: -6px;
}

.block-11__item__nums > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.block-11__item__nums__item {
  padding: 0 3px 6px 3px;
}

.block-11__item__nums__item__wrapper {
  background: #ffffff;
  border-radius: 4px;
  padding: 12px;
  height: 100%;
}

.block-11__item__nums__item__title {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: bold;
  color: #41bf68;
}

.block-11__more {
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 42px;
  border: 1px solid #eaeaea;
  padding: 12px 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
}

.block-11__more svg {
  margin-right: 31px;
}

.block-11__more.proccess-load {
  pointer-events: none;
  opacity: 0.5;
}

.block-11__more:hover {
  background: #eaeaea;
}

.block-12 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-12__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-12__imgs__video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  text-align: right;
  margin-left: -50%;
  overflow: hidden;
  border-radius: 4px;
  padding: 35px 25px;
  margin-bottom: 15px;
}

.block-12__imgs__video span {
  margin-right: 23px;
}

.block-12__imgs__video svg circle,
.block-12__imgs__video svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-12__imgs__video:hover {
  color: #ffffff;
}

.block-12__imgs__video:hover svg circle {
  fill: #41bf68;
}

.block-12__imgs__video:hover svg path {
  stroke: #ffffff;
}

.block-12__imgs__video:hover .block-12__imgs__video__bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.block-12__imgs__video__bg {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.block-12__imgs__video__bg:before {
  content: '';
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(
    6.24deg,
    #41bf68 -3.22%,
    rgba(65, 191, 102, 0) 90.14%
  );
  background: linear-gradient(
    83.76deg,
    #41bf68 -3.22%,
    rgba(65, 191, 102, 0) 90.14%
  );
  border-radius: 4px;
}

.block-12__imgs__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block-12__imgs__group img {
  border-radius: 4px;
}

.block-12__imgs__group img:first-child {
  margin-right: 15px;
  max-width: 223px;
  width: 33%;
}

.block-12__imgs__group img:last-child {
  max-width: 347px;
  width: calc(66% - 15px);
}

.block-12__content h2 {
  position: relative;
}

.block-12__content h2:after {
  content: '';
  display: block;
  margin-top: 15px;
  background: #41bf68;
  height: 1px;
  width: 288px;
  margin-bottom: 15px;
}

.block-12__content__nums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-12__content__nums__item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  min-width: 235px;
}

.block-12__content__nums__item img {
  margin-right: 25px;
}

.block-12__content__nums__item:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #f4f4f4;
  width: 229px;
  height: 84px;
  top: 27px;
  left: -22px;
}

.block-12__content__nums__item__title {
  font-weight: bold;
  color: #41bf68;
  line-height: 1.2;
}

.block-12__content__nums__item__subtitle {
  margin-top: 10px;
  line-height: 1.2;
}

.block-13 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-13__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 24px;
  cursor: pointer;
}

.block-13__item__left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 9px 15px;
  padding-bottom: 4px;
}

.block-13__item__left svg {
  margin-right: 18px;
  min-width: 32px;
}

.block-13__item__left__question {
  margin-top: 6px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #000;
}

.block-13__item__left__ask {
  padding-bottom: 9px;
}

.block-13__item__right {
  margin-left: 6px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-13__item__right svg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  margin-top: 2px;
}

.block-13__item__right svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #41bf68;
}

.block-13__item.is--active .block-13__item__left {
  background: #f4f4f4;
  border-color: #f4f4f4;
}

.block-13__item.is--active .block-13__item__right {
  background: #f4f4f4;
  border-color: #f4f4f4;
}

.block-13__item.is--active .block-13__item__right svg {
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}

.block-13__item.is--active .block-13__item__right svg path {
  stroke: #000;
}

.block-14 {
  position: relative;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-14 h2 {
  color: #ffffff;
  font-weight: bold;
}

.block-14__subtitle {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
}

.block-14__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}

.block-14__bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -o-linear-gradient(
    209.36deg,
    #41bf68 35.54%,
    rgba(65, 191, 104, 0) 102.53%
  );
  background: linear-gradient(
    240.64deg,
    #41bf68 35.54%,
    rgba(65, 191, 104, 0) 102.53%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.footer {
  position: relative;
  overflow: hidden;
  background: #1e1d23;
  color: #ffffff;
  padding-top: 36px;
  padding-bottom: 36px;
}

.footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.footer__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.footer__item:not(:last-child) {
  margin-right: 20px;
}

.footer__item__icon {
  border-radius: 50%;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-right: 18px;
}

.footer__item__content__link {
  font-size: 17px;
  color: #ffffff;
  display: block;
  line-height: 1.1;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__item__content__link[href]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer__item__content__link:not([href]):hover {
  color: #ffffff;
}

.footer__item__content__after {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__social__item {
  padding: 0 6.5px 13px 6.5px;
  color: #ffffff;
  font-weight: 500;
}

.footer__social__item__wrapper {
  padding: 10px 11px;
  border-radius: 4px;
  background-color: #2d2c33;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__social__item__wrapper img {
  margin-right: 14px;
  width: 18px;
}

.footer__social__item__wrapper:hover {
  background: #414049;
}

.footer__social__item:hover {
  color: #ffffff;
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #636261;
  margin-top: 50px;
}

.footer__copyright > * {
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  margin-right: 25px;
  margin-bottom: 10px;
}

.footer__copyright > *[href] {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__copyright > *[href]:hover {
  color: #807e7d;
  border-bottom-color: #807e7d;
}

.modal-form {
  max-width: 818px !important;
  width: 95% !important;
  margin: 25px 0 !important;
  padding: 16px 21px !important;
  position: relative;
}

.modal-form:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #41bf68;
  height: 2px;
  right: 21px;
  left: 21px;
}

.modal-form h2,
.modal-form h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-form [data-fancybox-close] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 25px;
  float: right;
}

.modal-form [data-fancybox-close]:before {
  height: 100%;
  width: 100%;
  content: '';
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 29L1 1M1 29L29 1L1 29Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.modal-form#modal-form h2,
.modal-form#modal-form h3 {
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 22px;
}

.modal-form#modal-form .form-inline-custom {
  color: #000;
}

.modal-form#modal-form .form-inline-custom input {
  color: #000;
  border-bottom-color: #000;
}

.modal-form#modal-form .form-inline-custom button {
  color: #ffffff;
  background-color: #41bf68;
}

.modal-form#modal-form .form-inline-custom button:hover {
  background-color: #34b25b;
}

.modal-form#modal-form .form-inline-custom .content-acceptance {
  color: #000;
}

.modal-form#modal-form
  .form-inline-custom
  .your_policy
  label
  .wpcf7-list-item-label:before {
  background-color: #000;
}

.modal-form#modal-form
  .form-inline-custom
  .your_policy
  label
  input:checked
  ~ .wpcf7-list-item-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4375 1.125L3.85414 5.5L1.5625 3.3125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.modal-form#modal-form .form-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-form#modal-form .form-policy a {
  color: inherit;
}

.modal-form#modal-form .form-policy a:hover {
  color: #41bf68;
}

.text-policy-modal p {
  margin-bottom: 1em;
}

form.unaccepted .wpcf7-response-output {
  margin: 0;
  margin-top: 20px;
  border-color: #e64c4c !important;
  border-width: 1px;
  display: block !important;
}

.to-top-fixed {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  background: #f4f4f4;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.to-top-fixed:after {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 100%;
  margin-left: 10px;
}

.to-top-fixed:hover:after {
  opacity: 1;
}

.to-top-fixed:hover svg path {
  stroke: #2d2c33;
}

.to-top-fixed svg {
  position: absolute;
}

.to-top-fixed svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #bbbbbb;
}

.to-top-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  body {
    font-size: 14px;
  }

  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 15px;
  }

  .large-h {
    font-size: 44px;
  }

  .content-field {
    font-size: 15px;
  }

  .format-heading p {
    font-size: 20px;
  }

  .city_modal {
    margin-left: -200px;
    width: 400px;
  }

  #cookie_notification p {
    font-size: 11px;
  }

  #cookie_notification.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cookie_accept {
    margin: 0 0 0 25px;
  }

  .header__logo a img {
    width: 130px;
  }

  .header + section:not(.hero) {
    padding-top: 160px;
  }

  .header + section.hero .hero__content {
    padding-top: 160px;
  }

  .block-4__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .block-9__heading {
    font-size: 19px;
  }

  .block-11__item__nums__item__title {
    font-size: 19px;
  }

  .block-12__imgs__video {
    padding: 45px 35px;
  }

  .footer__item__content__link {
    font-size: 19px;
  }

  .footer__social__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.333%;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }

  .modal-form {
    padding: 20px 25px !important;
  }

  .modal-form:before {
    right: 25px;
    left: 25px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  h4,
  .h4 {
    font-size: 21px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  .content-field {
    font-size: 20px;
  }

  .swiper-prev-custom {
    left: -100px;
  }

  .swiper-next-custom {
    right: -100px;
  }

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

  .header.fixed .header__flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block-3__wrapper {
    padding: 50px 49px;
  }

  .block-9__heading {
    font-size: 23px;
  }

  .block-11__item__nums__item__title {
    font-size: 23px;
  }

  .footer__item__content__link {
    font-size: 20px;
  }

  .footer__social__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }

  .modal-form h2,
  .modal-form h3 {
    margin-bottom: 30px;
  }

  .modal-form#modal-form h2,
  .modal-form#modal-form h3 {
    margin-bottom: 60px;
    font-size: 26px;
  }
}

@media (min-width: 998px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 968px;
  }

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  .large-h {
    font-size: 48px;
  }

  .format-heading p {
    font-size: 22px;
  }

  .city_modal {
    border-width: 15px;
    padding: 30px;
  }

  .choose_city_title {
    font-size: 28px;
  }

  .form-inline-custom.form-footer .type-form-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }

  .btn {
    padding: 22px 37px 22px;
    font-size: 16px;
  }

  #cookie_notification button {
    padding: 9px 25px;
    font-size: 16px;
  }

  .page-404 {
    margin-bottom: 100px;
  }

  .page-404 .h3 {
    margin-bottom: 40px;
  }

  .page-404__content {
    max-width: 55%;
  }

  .page-404__content__bread {
    margin-bottom: 60px;
  }

  .thanks__content {
    padding: 60px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }

  .thanks__h2 {
    margin-bottom: 40px;
  }

  .header.fixed .header__flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__bottom {
    padding: 20px 0;
  }

  .header__logo a img {
    width: 170px;
  }

  .header__tel {
    font-size: 13px;
  }

  .header__whatsapp {
    margin-right: 24px;
  }

  .header__flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-city {
    display: none;
  }

  .header + section:not(.hero) {
    padding-top: 200px;
  }

  .header + section.hero .hero__content {
    padding-top: 200px;
  }

  .header + section.hero .hero__form {
    padding-top: 200px;
  }

  .hero__slider {
    overflow: hidden;
    position: relative;
  }

  .hero__content {
    position: relative;
    padding-top: 200px;
    padding-bottom: 120px;
  }

  .hero__bg:before {
    content: '';
    right: 45%;
  }

  .hero__bg:after {
    content: '';
    left: 55%;
  }

  .hero .swiper-wrapper {
    position: relative;
  }

  .hero .hero__item {
    height: auto;
    position: relative;
  }

  .hero__btns .btn {
    margin-right: 47px;
  }

  .hero__btns__progress {
    margin-right: 45px;
  }

  .hero__btns__nav > * {
    padding: 12px;
  }

  .hero__form {
    width: 45%;
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 60px;
    position: absolute;
  }

  .hero__form__bg {
    display: none;
  }

  .hero__form__bg:after {
    content: '';
    left: 55%;
  }

  .block-2__flex {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .block-2__flex:before {
    content: '';
  }

  .block-2__content {
    width: 55%;
  }

  .block-2__nums {
    width: 45%;
  }

  .block-2__nums:before {
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .block-2__nums__item {
    padding-left: 40px;
  }

  .block-2__nums__item .h5 {
    margin-bottom: 15px;
  }

  .block-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-3 .container:before {
    content: '';
  }

  .block-3 .container:after {
    content: '';
  }

  .block-3__wrapper {
    padding: 87px 69px;
  }

  .block-4 {
    padding-bottom: 60px;
  }

  .block-4__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.333%;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }

  .block-4__item img {
    margin-right: 30px;
    min-width: 48px;
  }

  .block-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-5__item__img {
    padding: 20px;
    padding-bottom: 25px;
  }

  .block-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-6__tabs__item {
    padding: 23px;
  }

  .block-6__swiper__item {
    padding: 56px 50px 56px 60px;
  }

  .block-6__swiper__item__content {
    padding: 40px 40px 25px 50px;
  }

  .block-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-7__item {
    padding: 28px 25px;
  }

  .block-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-8__item {
    margin-bottom: 60px;
  }

  .block-8__item__content,
  .block-8__item__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .block-8__item__img {
    padding-right: 40px;
  }

  .block-8__item__img__wrapper {
    margin-left: -50%;
    margin-right: 0;
  }

  .block-8__item__content {
    padding-left: 40px;
  }

  .block-8__item__content__pluses__item {
    padding: 10px 12px;
  }

  .block-8__item.is--even {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -100px;
  }

  .block-8__item.is--even .block-8__item__img__wrapper {
    margin-left: 0;
    margin-right: -50%;
  }

  .block-8__item.is--even .block-8__item__img {
    padding-left: 40px;
  }

  .block-8__item.is--even .block-8__item__content {
    padding-right: 70px;
    padding-left: 0;
    margin-bottom: 100px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .block-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-9__gray {
    padding: 20px 20px 19px 50px;
  }

  .block-9__nums {
    margin-left: 50px;
  }

  .block-9__nums__item__number {
    min-width: 56px;
    height: 56px;
    font-size: 18px;
    margin-right: 25px;
  }

  .block-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-10__content {
    padding: 47px 0 46px 49px;
  }

  .block-10__nums {
    width: 100%;
    height: 100%;
  }

  .block-10__nums > * {
    padding: 12px 27px;
  }

  .block-10__nums__black__number {
    padding: 10px 0;
  }

  .block-10__nums__black__title {
    margin-bottom: 10px;
  }

  .block-10__img {
    width: 33%;
  }

  .block-10__img img {
    margin-top: -30px;
    width: 423px;
    max-width: 300%;
  }

  .block-10__form {
    width: 45%;
  }

  .block-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-11__flex {
    margin: 0 -7.5px;
  }

  .block-11__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .block-11__item__wrapper:before {
    left: 44px;
  }

  .block-11__item__img {
    width: 210px;
  }

  .block-11__item__content {
    padding-right: 30px;
  }

  .block-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-12__imgs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 25px);
    -ms-flex: 0 1 calc(50% - 25px);
    flex: 0 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }

  .block-12__imgs__video {
    padding: 90px 75px;
  }

  .block-12__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 25px);
    -ms-flex: 0 1 calc(50% - 25px);
    flex: 0 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }

  .block-12__content h2 {
    margin-left: 60px;
  }

  .block-12__content h2:after {
    margin-left: -60px;
  }

  .block-12__content .content-field {
    margin-left: 60px;
    margin-bottom: 30px;
  }

  .block-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-14 {
    margin-top: 60px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .block-14__subtitle {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .footer {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .footer__item:not(:last-child) {
    margin-right: 30px;
    white-space: nowrap;
  }

  .footer__item__icon img {
    min-width: 26px;
  }

  .footer__social__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.66666667%;
    -ms-flex: 0 1 16.66666667%;
    flex: 0 1 16.66666667%;
  }

  .modal-form {
    padding: 34px 47px !important;
  }

  .modal-form:before {
    right: 47px;
    left: 47px;
  }

  .to-top-fixed:after {
    content: 'Вверх';
  }

  .to-top-fixed {
    right: 100px;
  }
}

@media (min-width: 1300px) {
  .container-xlg,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1260px;
  }

  .city_modal {
    margin-left: -390px;
    width: 780px;
  }

  .city_modal {
    border-width: 20px;
    padding: 30px;
  }

  .city_modal a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.3333%;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
  }

  .form-inline-custom.form-footer .type-form-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }

  .header__logo a {
    margin-right: 50px;
  }

  .header__tel {
    font-size: 20px;
  }

  .block-8__item__img {
    padding-right: 65px;
  }

  .block-8__item__content {
    padding-left: 55px;
  }

  .block-8__item.is--even .block-8__item__img {
    padding-left: 65px;
  }

  .block-8__item.is--even .block-8__item__content {
    padding-right: 90px;
    padding-left: 0;
  }

  .block-10__img img {
    margin-left: 100px;
  }

  .block-11__item__content {
    padding-right: 40px;
  }

  .block-12__content h2 {
    margin-left: 100px;
  }

  .block-12__content h2:after {
    margin-left: -100px;
  }

  .block-12__content .content-field {
    margin-left: 100px;
  }

  .block-12__content__nums {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer__item:not(:last-child) {
    margin-right: 60px;
  }
}

@media (min-width: 1450px) {
  .container-xl,
  .container-xlg,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }

  h1,
  .h1 {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 31px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .large-h {
    font-size: 68px;
  }

  .format-heading p {
    font-size: 24px;
  }

  .header.fixed:not(.toggled) .header__logo img {
    width: 200px;
  }

  .header__logo a img {
    width: 233px;
  }

  .header__tel {
    margin: 0 20px;
  }

  .block-9__heading {
    font-size: 26px;
  }

  .block-11__item__nums__item__title {
    font-size: 26px;
  }

  .footer__item__content__link {
    font-size: 26px;
  }

  .modal-form h2,
  .modal-form h3 {
    font-size: 28px;
  }

  .modal-form#modal-form h2,
  .modal-form#modal-form h3 {
    font-size: 36px;
  }
}

@media (max-width: 1449.98px) {
  .header__tel {
    margin: 0 15px;
  }
}

@media (max-width: 1299.98px) {
  .city_modal a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .header__nav-bottom a {
    font-size: 12px;
  }

  .header__btn .btn {
    padding: 14px 22px 14px;
    font-size: 12px;
  }

  .header__top__flex > .header__mail {
    display: none;
  }

  .block-11__item__img {
    margin-right: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 997.98px) {
  body.menu-toggled {
    overflow: hidden;
  }

  .fancybox-slide--video {
    padding: 15px !important;
  }

  .btn-load-more {
    font-size: 16px;
    padding: 15px 15px 15px 20px;
  }

  .btn-load-more:before {
    margin-right: 10px;
  }

  .swiper-prev-custom,
  .swiper-next-custom {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .form-inline-custom .your_policy {
    margin-bottom: 20px;
  }

  .page-404__flex {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding-top: 20px;
  }

  .page-404__img {
    padding-bottom: 20px;
  }

  .page-404__content {
    padding-top: 0;
  }

  #breadcrumbs {
    margin-bottom: 30px;
  }

  .thanks__wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .thanks__img {
    margin-top: 20px;
  }

  .thanks__img:after {
    width: 100%;
  }

  .header.toggled > .container {
    background: #2d2c33;
    position: relative;
    z-index: 99;
  }

  .header.toggled > .container > .header__city {
    margin-top: 0 !important;
  }

  .header__flex > .header__top .header__nav-top {
    display: none;
  }

  .header__flex > .header__bottom .header__nav-bottom {
    display: none;
  }

  .header__flex > .header__bottom .header__whatsapp {
    margin-right: 20px;
  }

  .header__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: transparent;
    cursor: pointer;
  }

  .header__mobile__wrapper {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .header__mobile__wrapper:before,
  .header__mobile__wrapper:after,
  .header__mobile__wrapper span {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header__mobile__wrapper:before,
  .header__mobile__wrapper:after {
    position: absolute;
  }

  .header__mobile__wrapper:before {
    top: 0%;
  }

  .header__mobile__wrapper:after {
    bottom: 0%;
  }

  .header__mobile.toggled .header__mobile__wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__mobile.toggled .header__mobile__wrapper span {
    opacity: 0;
    visibility: hidden;
  }

  .header__mobile.toggled .header__mobile__wrapper:before {
    top: 50%;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
  }

  .header__mobile.toggled .header__mobile__wrapper:after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
  }

  .header__dropdown {
    display: block;
    position: fixed;
    z-index: 94;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #2d2c33;
    height: auto;
    max-width: 100%;
    width: 100%;
    overflow: auto;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .header__top__flex > .header__social > .link-social-header img {
    margin-right: 13px;
  }

  .header__top__flex > .header__social > .link-social-header span {
    display: none;
  }

  .header__top__flex > .header__tel .desctop-icon {
    display: none;
  }

  .header__top__flex > .header__tel .mobile-icon ~ span {
    display: none;
  }

  .header__top__flex > .header__city {
    display: none;
  }

  .header__city {
    position: relative;
    z-index: 96;
  }

  .header__flex {
    position: relative;
    z-index: 96;
  }

  .mobile-city {
    display: block;
    margin-bottom: 7px;
  }

  .mobile-city .link-city span {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }

  .header__bottom > .header__nav {
    display: none;
  }

  .hero__content {
    background: rgba(38, 40, 51, 0.9);
  }

  .hero__bg {
    z-index: -1;
  }

  .block-2__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-2__content {
    margin-bottom: 30px;
  }

  .block-2__content .btn {
    margin-top: 25px;
  }

  .block-2__nums {
    position: relative;
    width: 100%;
    padding-top: 30px;
  }

  .block-2__nums:before {
    top: 0;
    left: -50%;
    right: 0;
    bottom: -30px;
    width: 200%;
  }

  .block-2__nums__item:before {
    width: 200px;
    height: 70px;
    margin-bottom: 15px;
  }

  .block-2__nums__item {
    margin-bottom: 30px;
  }

  .block-2__nums__item img {
    margin-right: 25px;
    width: 65px;
  }

  .block-3 {
    background: #f4f4f4;
  }

  .block-3__wrapper__content svg {
    height: auto;
    width: 80px;
  }

  .block-4 .content-field {
    margin-bottom: 25px;
  }

  .block-5 h2 {
    margin-bottom: 25px;
  }

  .block-5__item__img {
    padding: 15px;
    padding-bottom: 15px;
  }

  .block-7__item img {
    width: 100%;
    max-width: 130px;
    max-height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .block-8__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-8__item__img {
    margin-bottom: 20px;
  }

  .block-8__item__content__pluses {
    margin-bottom: 15px;
  }

  .block-9__gray img {
    margin-top: 20px;
    max-width: 200px;
    width: 100%;
  }

  .block-9__nums__item {
    margin-bottom: 30px;
  }

  .block-10__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-10__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-10__nums {
    margin-bottom: 30px;
  }

  .block-10__img {
    margin: 0 20px;
  }

  .block-11__item__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-11__item__img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .block-11__item__content {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-11__item__content img.logo-case {
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 15px;
  }

  .block-11__item__title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .block-11__item__subtitle {
    margin-bottom: 10px;
  }

  .block-11__more {
    margin-right: 15px;
    font-size: 14px;
    padding: 8px 10px;
  }

  .block-11__more svg {
    margin-right: 15px;
    height: auto;
    width: 36px;
  }

  .block-12__imgs {
    width: 100%;
    margin-bottom: 25px;
  }

  .block-13__item {
    margin-bottom: 20px;
  }

  .block-13__item__left {
    padding: 4px 12px;
  }

  .block-13__item__left svg {
    margin-right: 9px;
    width: 24px;
    min-width: 24px;
  }

  .footer__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer__item__icon {
    margin-right: 10px;
  }

  .footer__item__icon img {
    width: 21px;
    min-width: 21px;
  }

  .footer__copyright > * {
    margin-right: 20px;
  }

  .to-top-fixed {
    height: 50px;
    width: 50px;
  }

  .to-top-fixed svg {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 997.98px) and (max-width: 997.98px) {
  .header__mobile__wrapper {
    min-height: 18px;
    min-width: 23px;
  }
}

@media (max-width: 997.98px) and (max-width: 575.98px) {
  .header__mobile__wrapper {
    min-height: 18px;
    min-width: 23px;
  }
}

@media (max-width: 767.98px) {
  .content-field p {
    line-height: 1.6em;
  }

  .swiper-prev-custom,
  .swiper-next-custom {
    position: relative;
  }

  .swiper-prev-custom,
  .swiper-next-custom {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
  }

  .swiper-prev-custom,
  .swiper-next-custom {
    margin-top: 10px;
    left: 48%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .swiper-prev-custom {
    left: 47%;
  }

  .swiper-next-custom {
    left: 52%;
  }

  #cookie_notification {
    padding: 8px 0;
  }

  #cookie_notification.show {
    display: block;
  }

  #cookie_notification.show .container {
    display: block;
  }

  .cookie_accept {
    margin: 10px 0 0 0;
  }

  .header__flex > .header__top .header__address {
    display: none;
  }

  .header__flex > .header__top .header__social a {
    padding: 8px;
  }

  .header__flex > .header__top .header__social a img {
    width: 16px;
  }

  .header__flex > .header__bottom .header__whatsapp {
    margin-right: 0;
  }

  .header__flex {
    padding: 5px 0;
  }

  .header__flex .header__btn {
    display: none;
  }

  .block-12__content__nums__item:before {
    top: 15px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 575.98px) {
  .header.fixed:not(.toggled) .header__tel a {
    border-color: #2d2c33;
  }

  .header__flex > .header__bottom .header__tel a {
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 50%;
  }

  .header__flex > .header__bottom .header__tel a svg {
    margin-right: 0;
    height: auto;
    width: 18px;
  }

  .header__flex > .header__bottom .header__tel a svg path {
    fill: none;
    stroke: #ffffff;
  }

  .header__flex > .header__bottom .header__tel a span {
    display: none;
  }

  .block-3__wrapper__content svg {
    width: 70px;
    margin-right: 20px;
  }

  .block-4__item h5 br {
    display: none;
  }

  .block-7__item img {
    max-width: 110px;
  }

  .block-12__imgs__video svg {
    width: 100px;
    height: auto;
  }

  .footer__social__item__wrapper img {
    margin-right: 0;
  }

  .footer__social__item__wrapper div {
    display: none;
  }
}

@media (min-width: 998px) and (max-width: 1299.98px) {
  .header__nav-top ul {
    max-width: 234px;
  }

  .header__address {
    min-width: 202px;
  }

  .header__logo a img {
    min-width: 120px;
    width: 130px;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(transparent)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption {
  padding: 75px;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
  margin-bottom: 0.67em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield;
  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;
}

.container,
.container-fluid,
.container-xl,
.container-xlg,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 998px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 968px;
  }
}

@media (min-width: 1300px) {
  .container-xlg,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 1450px) {
  .container-xl,
  .container-xlg,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}

/* ===== БОЛЬШОЙ БЛОК ЭКОНОМИИ ===== */
.block-10__nums__main-large {
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  height: 100%;
  width: 100%;
}

.block-10__nums__main-large__number {
  font-size: 13.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}

.block-10__nums__main-large__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

/* Скрываем старые блоки */
.block-10__nums__outline,
.block-10__nums__black {
  display: none;
}

/* Адаптивность */
@media (max-width: 998px) {
  .block-10__nums__main-large {
    padding: 30px 25px;
    min-height: 180px;
  }

  .block-10__nums__main-large__number {
    font-size: 4rem;
  }

  .block-10__nums__main-large__title {
    font-size: 1.3rem;
  }

  .block-10__img {
    display: none;
  }
}

@media (max-width: 768px) {
  .block-10__nums__main-large {
    padding: 25px 20px;
    min-height: 160px;
    margin-bottom: 25px;
  }

  .block-10__nums__main-large__number {
    font-size: 3.5rem;
    margin-bottom: 12px;
  }

  .block-10__nums__main-large__title {
    font-size: 1.2rem;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .block-10__nums__main-large {
    padding: 20px 15px;
    min-height: 140px;
  }

  .block-10__nums__main-large__number {
    font-size: 3rem;
  }

  .block-10__nums__main-large__title {
    font-size: 1.1rem;
    max-width: 200px;
  }
}

/* Альтернативный вариант с высокой специфичностью */
/* === УНИВЕРСАЛЬНЫЙ КАСТОМНЫЙ ЧЕКБОКС ДЛЯ ВСЕХ ФОРМ CF7 === */

/* Скрываем настоящий чекбокс */
.wpcf7-form input.policy-input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Делаем лейбл кликабельным и красивым */
.wpcf7-form .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
}

/* Сам квадратик */
.wpcf7-form .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #41bf68;
  border-radius: 4px;
  background: #fff;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

/* Галочка */
.wpcf7-form .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Когда чекбокс отмечен */
.wpcf7-form input.policy-input:checked + .wpcf7-list-item-label::before {
  background: #41bf68;
  border-color: #41bf68;
}

.wpcf7-form input.policy-input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* Ховер и фокус */
.wpcf7-form .wpcf7-list-item-label:hover::before {
  border-color: #2fa855;
  box-shadow: 0 0 0 3px rgba(65, 191, 104, 0.15);
}

.wpcf7-form input.policy-input:focus-visible + .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 3px rgba(65, 191, 104, 0.3);
}

/* Цвет ссылки в согласии */
.wpcf7-form .policy-agree-link,
.wpcf7-form .content-acceptance a {
  color: white;
  text-decoration: underline;
}

.wpcf7-form .policy-agree-link:hover,
.wpcf7-form .content-acceptance a:hover {
  color: #f5f5f5;;
}
