

/* Start:/local/templates/kryshi/css/normalize.css?17623447246138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* End */


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


/* Start:/local/templates/kryshi/css/swiper-bundle.min.css?176234472518454*/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/kryshi/css/video-js.css?176234472554292*/
.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}
.vjs-svg-icon:before {
  content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10a";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f115";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-repeat:before {
  content: "\f11a";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cast:before {
  content: "\f126";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f12d";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
  outline: 0.0625em solid white;
  box-shadow: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
  gap: 1px;
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder,
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-touch-enabled:not(.vjs-scrubbing) .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari, and Chrome 53 */
  -webkit-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  -moz-user-select: none;
       user-select: none;
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
  outline: 0.0625em solid white;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control {
  display: flex;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
  text-align: center !important;
  width: 80% !important;
}

@supports not (inset: 10px) {
  .video-js .vjs-text-track-display > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  20% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  100% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
  height: 80%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}
.video-js .vjs-transient-button {
  position: absolute;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(50, 50, 50, 0.5);
  cursor: pointer;
  opacity: 1;
  transition: opacity 1s;
}

.video-js:not(.vjs-has-started) .vjs-transient-button {
  display: none;
}

.video-js.not-hover .vjs-transient-button:not(.force-display),
.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
  opacity: 0;
}

.video-js .vjs-transient-button span {
  padding: 0 0.5em;
}

.video-js .vjs-transient-button.vjs-left {
  left: 1em;
}

.video-js .vjs-transient-button.vjs-right {
  right: 1em;
}

.video-js .vjs-transient-button.vjs-top {
  top: 1em;
}

.video-js .vjs-transient-button.vjs-near-top {
  top: 4em;
}

.video-js .vjs-transient-button.vjs-bottom {
  bottom: 4em;
}

.video-js .vjs-transient-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

/* End */


/* Start:/local/templates/kryshi/css/style.css?1770718720168091*/
/* ------ FONTS ------ */
@font-face {
  font-family: 'days-regular';
  src: url('/local/templates/kryshi/css/../fonts/daysone/DaysOne-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'manrope-regular';
  src: url('/local/templates/kryshi/css/../fonts/manrope/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'manrope-light';
  src: url('/local/templates/kryshi/css/../fonts/manrope/Manrope-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'manrope-bold';
  src: url('/local/templates/kryshi/css/../fonts/manrope/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'manrope-semibold';
  src: url('/local/templates/kryshi/css/../fonts/manrope/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'manrope-extrabold';
  src: url('/local/templates/kryshi/css/../fonts/manrope/Manrope-ExtraBold.ttf') format('truetype');
}
/* ------ VARIABLES ------ */
/* ------ ------ ------ ------  */
* {
  box-sizing: border-box;
}
body {
  font-family: 'manrope-regular', sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #06040C;
}
/* ------ APP ------ */
#app {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
#app > main {
  flex-grow: 1;
}
#app .container {
  display: block;
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px;
}
#app a {
  text-decoration: none;
}
/* ------ BUTTONS ------ */
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 12px 16px;
  min-width: 200px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
  font-weight: 600;
}
.btn.btn-primary {
  background-color: #D40100;
  transition: background-color 0.2s ease;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: #C10100;
}
.btn.btn-primary-bordered {
  background-color: transparent;
  border: 1px solid #D40100;
  color: #D40100;
}
.btn.btn-primary-bordered.active {
  background-color: #D40100;
  color: #fff;
}
.btn.btn-default {
  background-color: #fff;
  transition: background-color 0.2s ease;
  color: #06040C;
}
.btn.btn-default:hover {
  background-color: #EEEEEE;
}
.btn.btn-bordered {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s;
}
.btn span {
  position: relative;
  z-index: 1;
}
/* ------ FORM ------ */
.form {
  /* ------ CUSTOM CHECKBOX ------ */
  /* ------ CUSTOM RADIO ------ */
}
.form .form__group {
  display: block;
  margin-bottom: 10px;
}
.form .form__group input[type="text"],
.form .form__group input[type="email"],
.form .form__group input[type="password"],
.form .form__group input[type="number"],
.form .form__group input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(6, 4, 12, 0.05);
  border-radius: 22px;
  background-color: #F2F3F5;
}
.form .form__group input[type="checkbox"] {
  cursor: pointer;
}
.form .form__group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(6, 4, 12, 0.05);
  border-radius: 22px;
  background-color: #F2F3F5;
}
.form .form__group input {
  height: 40px;
}
.form .form__group textarea {
  height: 100px;
  resize: none;
}
.form input.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form input.custom-checkbox + span {
  /* display: inline-flex; */
  user-select: none;
}
.form input.custom-checkbox + span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(6, 4, 12, 0.05);
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-color: #F2F3F5;
}
.form input.custom-checkbox:focus:not(:checked) + span::before {
  border-color: #D40100;
}
.form input.custom-checkbox:checked + span::before {
  border-color: #D40100;
  background-color: #D40100;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.form input.custom-checkbox:disabled + span::before {
  background-color: #F2F3F5;
}
.form input.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form input.custom-radio + span {
  display: inline-flex;
  user-select: none;
}
.form input.custom-radio + span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(6, 4, 12, 0.05);
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-color: #F2F3F5;
}
.form input.custom-radio:focus:not(:checked) + span::before {
  border-color: #D40100;
}
.form input.custom-radio:checked + span::before {
  border-color: #D40100;
  background-color: #D40100;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form input.custom-radio:disabled + span::before {
  background-color: #F2F3F5;
}
/* ------ SECTION TITLE ------ */
.section-title h2, .section-title h1 {
  font-family: 'days-regular', sans-serif;
  font-size: 68px;
  text-align: center;
  letter-spacing: 1px; 
}
.contacts .section-title h2 {
  margin-top: 0;
}
@media(max-width: 1280px) {
  .section-title h2, .section-title h1 {
    font-size: 63px;
  }
}
@media(max-width: 1024px) {
  .section-title h2, .section-title h1 {
    font-size: 50px;
  }
}

@media(max-width: 900px) {
  .section-title h2, .section-title h1 {
    font-size: 40px;
  }
}

@media(max-width: 768px) {
  .section-title h2, .section-title h1 {
    font-size: 32px;
  }
}
@media(max-width: 640px) {
  .section-title h2, .section-title h1 {
    font-size: 26px;
    text-align: left;
  }
}
/* ------ PAGE TITLE ------ */
.page-title h1 {
  font-family: 'days-regular', sans-serif;
  font-size: 68px;
  color: #06040C;
  text-align: center;
}
@media(max-width: 1280px) {
  .page-title h1 {
    font-size: 63px;
  }
}
@media(max-width: 1024px) {
  .page-title h1 {
    font-size: 50px;
  }
}

@media(max-width: 900px) {
  .page-title h1 {
    font-size: 40px;
  }
}

@media(max-width: 768px) {
  .page-title h1 {
    font-size: 32px;
  }
}

/* ------ SECTION SEPARATOR ------ */

.section-separator {
  position: relative;
  width: 40px;
  height: 143px;
  background: transparent;
  margin: 0 auto;
}

.section-separator-white {
  height: 163px;
  width: 61px;
}

.dot-top, .dot-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #D40100;
  border-radius: 50%;
  opacity: 0;
}

.section-separator-white .dot-top, .section-separator-white .dot-bottom {
  background: #fff;
}

.dot-top {
  width: 17px;
  height: 17px;
  top: 0;
}

.section-line {
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #D40100;
  transition: height 1s linear;
}

.section-separator-white .section-line {
  background: #fff;
}

.dot-bottom {
  width: 29px;
  height: 29px;
  bottom: 8px;
}

.section-separator-white .dot-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  font-family: 'manrope-extrabold';
  color: rgba(6, 4, 12, 1);
}

.dot-bottom::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(208, 1, 0, 0.1);
}

.section-separator-white .dot-bottom::before {
  width: 61px;
  height: 61px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

/* Появление верхней точки */
.active .dot-top {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

/* Заполнение линии */
.active .section-line {
  height: calc(100% - 78px);
  transition-delay: 0.3s;
}

.section-separator-white.active .section-line {
  height: calc(100% - 98px);
}

 /* Нижняя точка появляется ТОЛЬКО после завершения линии */
.active .dot-bottom {
  animation: appearAndPulse 0.8s ease-out 1.4s 1 forwards;
}

@keyframes appearAndPulse {
  0% { transform: translateX(-50%) scale(0); opacity: 0; }
  50% { transform: translateX(-50%) scale(1.3); opacity: 1; }
  100% { transform: translateX(-50%) scale(1); opacity: 1; }
}

/* ------ MOBILE MENU ------ */
.mobile-menu {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.mobile-menu .mobile-menu__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 1s ease;
  opacity: 0;
}
.mobile-menu .mobile-menu__content {
  position: absolute;
  width: 80%;
  max-width: 400px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.mobile-menu--active {
  z-index: 999;
}
.mobile-menu--active .mobile-menu__wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.mobile-menu--active .mobile-menu__content {
  transform: translateX(0);
}
.mobile-menu .mobile-menu__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.mobile-menu ul.mobile-menu__menu {
  margin: 100px 0 40px 0;
  padding: 0;
}
.mobile-menu ul.mobile-menu__menu li {
  list-style: none;
  margin-bottom: 20px;
}
.mobile-menu ul.mobile-menu__menu li:last-child {
  margin-bottom: unset;
}
.mobile-menu ul.mobile-menu__menu li a {
  display: block;
  text-decoration: none;
  color: #06040C;
  font-family: 'manrope-semibold', sans-serif;
  font-size: 16px;
}
.mobile-menu .mobile-menu__phone {
  flex-grow: 1;
}
.mobile-menu .mobile-menu__phone .phone__wrapper {
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-menu__phone .phone__wrapper svg {
  margin-right: 10px;
}
.mobile-menu .mobile-menu__phone .phone__wrapper svg path {
  fill: #06040C;
}
.mobile-menu .mobile-menu__phone .phone__wrapper a {
  font-family: 'manrope-semibold', sans-serif;
  font-size: 16px;
  color: #06040C;
}
/* ------ HEADER ------ */
header.header {
  z-index: 1;
}
header.header .header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
header.header .header__border {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 12px 20px 13px;;
  border: 1px solid #DDE1E7;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 1279px) {
  header.header .header__border {
    flex-grow: 0;
  }
}
header.header .header__logo {
  padding-right: 40px;
}
@media (max-width: 1279px) {
  header.header .header__logo {
    padding-right: 0px;
  }
}
header.header .header__menu {
  flex-grow: 1;
}
@media (max-width: 1279px) {
  header.header .header__menu {
    display: none;
  }
}
header.header .header__menu ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header.header .header__menu ul li {
  list-style: none;
}
header.header .header__menu ul li a {
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  font-family: 'manrope-semibold', sans-serif;
  white-space: nowrap;
  color: #06040C;
  transition: color 300ms;
}
header.header .header__menu ul li a:hover {
  /* color: #06040C; */
  color: #C10100;
}
@media (max-width: 1366px) {
  header.header .header__menu ul li a {
    font-size: 14px;
  }
}
header.header .header__menu ul li:last-child a {
  margin-right: unset;
}
header.header .header__phone {
  display: flex;
  align-items: center;
    gap: 5px;

}
@media (max-width: 1279px) {
  header.header .header__phone {
    display: none;
  }
}
header.header .header__phone .icon {
  margin-right: 7px;
}
header.header .header__phone .icon svg path {
  fill: #969FA8;
  transition: fill 300ms;
}
header.header .header__phone a {
  display: block;
  font-family: 'manrope-semibold', sans-serif;
  color: #06040C;
  transition: color 300ms;
}
@media (max-width: 1366px) {
  header.header .header__phone a {
    font-size: 14px;
  }
}
header.header .header__phone a:hover svg path {
  fill: #C10100;
}
header.header .header__phone a:hover {
  color: #C10100;
}
header.header .header__action a {
  height: 48px;
}
@media (max-width: 1279px) {
  header.header .header__action {
    display: none;
  }
}
header.header .mobile-menu-button {
  display: none;
}
@media (max-width: 1279px) {
  header.header .mobile-menu-button {
    display: block;
  }
}
/* ------ PROMO ------ */
section.promo {
  height: 100vh;
  min-height: 775px;
  margin-top: -90px;
  padding-top: 75px;
  background-color: #fff;
    background-image: url('/local/templates/kryshi/css/../images/logo_make_11_06_2023_5.webp');
	background-image: url('/local/templates/kryshi/css/../images/krishi_topbunner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 768px) {
  section.promo {
    background-image: url('/local/templates/kryshi/css/../images/moblogo_make_11_06_2023_5.png');
	background-image: url('/local/templates/kryshi/css/../images/iPhone.webp');
  }
}
section.promo .promo__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 75px);
  min-height: 700px;
  padding-bottom: 35px;
}
section.promo .promo__top h1 {
  font-family: 'days-regular', sans-serif;
  font-size: 71px;
  text-align: center;
  text-transform: uppercase;
  line-height: 120%;
  color: #06040C;
}
@media (max-width: 1280px) {
  section.promo .promo__top h1 {
    font-size: 63px;
  }
}
@media (max-width: 768px) {
  section.promo .promo__top h1 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  section.promo .promo__top h1 {
    font-size: 26px;
  }
}
section.promo .promo__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  section.promo .promo__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.promo .promo__bottom .promo__info ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-left: 24px;
}
@media (max-width: 1024px) {
  section.promo .promo__bottom .promo__info ul {
    flex-direction: column;
    align-items: flex-start;
    margin: unset;
    padding: 15px;
    margin-left: 5px;
  }
}
section.promo .promo__bottom .promo__info ul li {
  margin-right: 80px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  section.promo .promo__bottom .promo__info ul li {
    margin-right: 0;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  section.promo .promo__bottom .promo__info ul li {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  section.promo .promo__bottom .promo__action {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  section.promo .promo__bottom .promo__action a.btn {
    display: flex;
  }
}
/* ------ FOR WHOM ------ */
section.for-whom {
  padding: 30px 0;
  background-color: #06040C;
  color: #fff;
}
section.for-whom .for-whom__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  section.for-whom .for-whom__row {
    flex-direction: column;
  }
}
section.for-whom .for-whom__row .for-whom__card.card {
  position: relative;
  flex: 0 0 calc(50% - 20px);
  min-height: 255px;
  margin: 10px;
  background: #FFFFFF;
  background: linear-gradient(260deg, #ffffff 0%, #5d5969 7%, #5d5969 93%, #ffffff 100%);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  section.for-whom .for-whom__row .for-whom__card.card {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  section.for-whom .for-whom__row .for-whom__card.card {
    min-height: 232px;
  }
}
section.for-whom .for-whom__row .for-whom__card.card .card__wrapper {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  padding: 0;
  border-radius: 19px;
  background-color: #06040C;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% auto;
  transition: background-size 0.4s ease;
  display: flex;
}
@media(min-width: 1024px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper:hover {
    background-size: 110% auto;
  }
}
@media (max-width: 1280px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper {
    background-position: bottom right;
    padding: 24px;
  }
}
@media(max-width: 640px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper {
    background-size: 400px auto;
  }
}
@media(max-width: 500px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper {
    background-size: 350px auto;
  }
}
@media(max-width: 450px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper {
    background-size: 300px auto;
  }
}
@media(max-width: 400px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper {
    background-size: 250px auto;
  }
}

section.for-whom .for-whom__row .for-whom__card.card .card__wrapper .card__left {
	padding: 30px;
    width: 50%;
}

section.for-whom .for-whom__row .for-whom__card.card .card__wrapper img {
	position: absolute;
    right: 0;
    width: 55%;
    top: 0px;
	transition: all .45s;
}

@media(min-width: 1024px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper:hover img {
    background-size: 110% auto;
	scale: 1.1;
	transition: all .45s;
  }
	section.for-whom .for-whom__row .for-whom__card.card .card__wrapper img {
		width: 50%;
	}
}

@media(max-width: 1024px) {
	section.for-whom .for-whom__row .for-whom__card.card .card__wrapper img {
		width: 43%;
	}
}

@media(max-width: 500px) {
	section.for-whom .for-whom__row .for-whom__card.card .card__wrapper img {
		position: absolute;
		right: 0;
		width: 45%;
		top: unset;
		transition: all .45s;
		bottom: 0;
	}
	section.for-whom .for-whom__row .for-whom__card.card .card__wrapper .card__left {
		padding: 0;
		width: 50%;
	}
}



section.for-whom .for-whom__row .for-whom__card.card .card__wrapper .card__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
}
section.for-whom .for-whom__row .for-whom__card.card .card__wrapper .card__description {
  margin-top: 15px;
  font-family: 'manrope-light', sans-serif;
  font-size: 16px;
  color: #969FA8;
  line-height: 1.5;
}
@media (max-width: 768px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper .card__title {
    font-size: 24px;
    width: 245px;
  }
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper .card__description {
    font-size: 14px;
    width: 245px;
  }
}
@media (max-width: 640px) {
  section.for-whom .for-whom__row .for-whom__card.card .card__wrapper .card__title {
    font-size: 20px;
  }
}
/* ------ MAIN ------ */
main.main {
  min-height: 0px;
}
/* ------ SECTION GROUP ------ */
.section-group {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}
@media(max-width: 1280px) {
  .section-group {
    margin-bottom: 120px;
  }
}
@media(max-width: 1024px) {
  .section-group {
    margin-bottom: 32px;
  }
}
.bg-dark {
  background-color: #06040C;
}
/* ------ YOU GET ------ */
section.you-get {
  padding: 60px 0 0;
  color: #fff;
}
section.you-get .you-get__title {
  margin-bottom: 50px;
  background-color: #06040C;
  position: sticky;
  top: 0;
  padding-top: 20px;
  z-index: 3;
  padding-bottom: 50px;
}
section.you-get.stage-get .you-get__title {
  background-color: #fff;
}
section.you-get .you-get__title h2 {
  font-family: 'days-regular', sans-serif;
  font-size: 63px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  section.you-get .you-get__title h2 {
    font-size: 32px;
  }
  section.you-get .you-get__title {
    position: static;
    padding-bottom: 0;
  }
}
section.you-get .you-get__row {
  display: flex;
}
section.you-get .you-get__row .you-get__content {
  flex: 0 0 100%;
  position: relative;
}
@media (min-width: 768px) {
  section.you-get .you-get__row .you-get__content {
    flex: 0 0 60%;
  }
}
.you-get-lines {
  position: absolute;
  width: 2px;
  top: 10px;
  height: 100%;
  left: 7px;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.you-get-lines.visible {
  opacity: 1;
  transform: translateY(0);
}
.you-get-line1 {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #EEEEEE;
}
.stage-get .you-get-line1 {
  background-color: rgba(81, 79, 85, 1);
}
.you-get-line2 {
  position: absolute;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #D40100;
  transition: height 0.8s ease-out;
}
section.you-get .you-get__row .you-get__content .you-get__item.item {
  margin-bottom: 80px;
  max-width: 385px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
  position: relative;
  z-index: 2;
  padding-left: 36px;
}
.you-get__item-circle {
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.8s ease;
}
.you-get__item-circle.active {
  background-color: #D40100;
}
.stage-get .you-get__item-circle {
  background-color: rgba(81, 79, 85, 1);
}
.stage-get .you-get__item-circle.active {
  background-color: #D40100;
}
section.you-get .you-get__row .you-get__content .you-get__item.item.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  section.you-get .you-get__row .you-get__content .you-get__item.item {
    margin-bottom: 40px;
    max-width: 334px;
  }
  section.you-get .you-get__row .you-get__content .you-get__item.item br {
    display: none;
  }
}
section.you-get .you-get__row .you-get__content .you-get__item.item .item__number {
  margin-bottom: 30px;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 34px;
  color: #D40100;
}
section.you-get .you-get__row .you-get__content .you-get__item.item .item__title {
  margin-bottom: 20px;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 34px;
}
@media (max-width: 768px) {
  section.you-get .you-get__row .you-get__content .you-get__item.item .item__title {
    font-size: 26px;
  }
}
section.you-get .you-get__row .you-get__content .you-get__item.item .item__description {
  font-family: 'manrope-light', sans-serif;
  font-size: 16px;
}
section.you-get .you-get__row .you-get__content .you-get__item.item .item__image img {
  display: block;
  margin: 20px auto 0;
  max-width: 240px;
}
@media (min-width: 768px) {
  section.you-get .you-get__row .you-get__content .you-get__item.item .item__image {
    display: none;
  }
}
section.you-get .you-get__row .you-get__image {
  flex: 0 0 40%;
  display: none;
}
@media (min-width: 768px) {
  section.you-get .you-get__row .you-get__image {
    display: block;
  }
}
.you-get__image-box {
  position: sticky;
  top: 165px;
  max-width: 320px;
  z-index: 3;
}
@media(max-width: 1024px) {
  .you-get__image-box {
    z-index: 1;
    top: 190px;
  }
}
@media(max-width: 768px) {
  .you-get__image-box {
    top: 165px;
  }
}
section.you-get .you-get__row .you-get__image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.you-get .you-get__row .you-get__image img.active {
  opacity: 1;
  position: sticky;
}
/* ------ PERSONAL TERMS ------ */
section.personal-terms {
  padding: 160px 0;
  color: #fff;
  position: relative;
}
.personal-terms-bg {
  width: 701px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media(max-width: 1280px) {
  .personal-terms-bg {
    width: 500px;
    top: 100px;
  }
  section.personal-terms {
    padding: 120px 0;
  }
}
@media(max-width: 768px) {
  .personal-terms-bg {
    width: 400px;
    top: 150px;
  }
}
@media (max-width: 640px) {
  .personal-terms-bg {
    width: 300px;
    top: 350px;
  }
    section.personal-terms {
      padding: 100px 0;
    }
}
section.personal-terms .personal-terms__row {
  display: flex;
  position: relative;
}
@media (max-width: 640px) {
  section.personal-terms .personal-terms__row {
    display: block;
  }
}
section.personal-terms .personal-terms__title {
  flex: 0 0 550px;
}
section.personal-terms .personal-terms__title h2 {
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  line-height: 1.3;
  margin: 0 30px 0 0;
  padding: 0;
}
section.personal-terms .personal-terms__title .personal-terms__action {
  margin-top: 30px;
}
@media(min-width: 1024px) {
  .personal-terms__action .btn.btn-bordered:hover {
    background-color: rgba(212, 1, 0, 1);
	background-color: #fff;
    border-color: rgba(212, 1, 0, 1);
  }
	.personal-terms__action .btn.btn-bordered:hover span {
		color: rgba(212, 1, 0, 1);
	}
}
@media (max-width: 640px) {
  section.personal-terms .personal-terms__title .personal-terms__action {
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding-right: 15px;
    z-index: 5;
  }
  section.personal-terms .personal-terms__title .personal-terms__action a {
    display: flex;
  }
  .personal-terms__action .btn.btn-bordered {
    border-color: rgba(238, 238, 238, 1);
    background-color: rgba(238, 238, 238, 1);
    color: rgba(6, 4, 12, 1);
  }
}
@media (max-width: 1280px) {
  section.personal-terms .personal-terms__title {
    flex: 0 0 490px;
  }
  section.personal-terms .personal-terms__title h2 {
    font-size: 32px;
  }
}
@media(max-width: 768px) {
  section.personal-terms .personal-terms__title {
    flex: 0 0 370px;
  }
  section.personal-terms .personal-terms__title h2 {
    font-size: 22px;
    position: relative;
    z-index: 3;
  }
  section.personal-terms .container {
    padding-right: 0 !important;
  }
}
@media(max-width: 640px) {
  section.personal-terms .personal-terms__title {
    padding-right: 15px;
  }
}
section.personal-terms .personal-terms__content {
  min-width: 0;
}
@media (max-width: 640px) {
  section.personal-terms .personal-terms__content {
    padding: 30px 0;
  }
}
section.personal-terms .personal-terms__content .personal-terms__slider .swiper-slide {
  width: 285px;
}
section.personal-terms .personal-terms__content .personal-terms__slider .slide {
  border: 1px solid #5D5969;
  border-radius: 20px;
  background-color: rgba(6, 4, 12, 0.5);
  backdrop-filter: blur(11px);
}
section.personal-terms .personal-terms__content .personal-terms__slider .slide::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  mix-blend-mode: overlay;
  pointer-events: none;
}
section.personal-terms .personal-terms__content .personal-terms__slider .slide .slide__wrapper {
  min-height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
section.personal-terms .personal-terms__content .personal-terms__slider .slide .slide__wrapper .slide__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
}
section.personal-terms .personal-terms__content .personal-terms__slider .slide .slide__wrapper .slide__description {
  padding-top: 20px;
  border-top: 1px solid #5D5969;
}
/* ------ HOW WE WORK ------ */
section.hww {
  padding-bottom: 80px;
  color: #fff;
}
section.hww .hww__row {
  display: flex;
}
@media (max-width: 1100px) {
  section.hww .hww__row {
    display: block;
  }
  section.personal-terms .personal-terms__content .personal-terms__slider .slide .slide__wrapper .slide__title {
    font-size: 24px;
  }
  section.personal-terms .personal-terms__content .personal-terms__slider .slide .slide__wrapper .slide__description {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  section.personal-terms .personal-terms__content .personal-terms__slider .slide .slide__wrapper .slide__title {
    font-size: 20px;
  }
  section.personal-terms .personal-terms__content .personal-terms__slider .slide .slide__wrapper {
    padding: 24px;
  }
}
section.hww .hww__row .hww__title {
  flex: 0 0 550px;
}
section.hww .hww__row .hww__title h2 {
  position: sticky;
  top: 0;
  font-family: 'days-regular', sans-serif;
  font-size: 63px;
  letter-spacing: 3px;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 768px) {
  section.hww .hww__row .hww__title h2 {
    font-size: 32px;
  }
}
section.hww .hww__row .hww__content {
  flex-grow: 1;
}
section.hww .hww__row .hww__content .hww__item.item {
  border-bottom: 1px solid #272332;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
section.hww .hww__row .hww__content .hww__item.item.visible {
  opacity: 1;
  transform: translateY(0);
}
section.hww .hww__row .hww__content .hww__item.item::before,
section.hww .hww__row .hww__content .hww__item.item::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #272332;
  position: absolute;
  bottom: -20px;
}
section.hww .hww__row .hww__content .hww__item.item::before {
  left: 0;
}
section.hww .hww__row .hww__content .hww__item.item::after {
  right: 0;
}
section.hww .hww__row .hww__content .hww__item.item .item__row {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  section.hww .hww__row .hww__content .hww__item.item .item__row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
  }
	section.hww .hww__row .hww__content .hww__item.item .item__row:nth-child(1) {
		margin-top: 0;
	}
}
section.hww .hww__row .hww__content .hww__item.item .item__row .item__number {
  flex: 0 0 136px;
  margin-right: 100px;
  font-family: 'days-regular', sans-serif;
  font-size: 63px;
  letter-spacing: 3px;
  color: #D40100;
}
@media (max-width: 640px) {
  section.hww .hww__row .hww__content .hww__item.item .item__row .item__number {
    flex: 0 0 50px;
    font-size: 36px;
  }
}
section.hww .hww__row .hww__content .hww__item.item .item__row .item__content {
  padding: 40px 0;
}
section.hww .hww__row .hww__content .hww__item.item .item__row .item__content .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 30px;
  margin-bottom: 12px;
}
@media(max-width: 640px) {
  section.hww .hww__row .hww__content .hww__item.item .item__row .item__content .item__title {
    font-size: 28px;
  }
}
section.hww .hww__row .hww__content .hww__item.item .item__row .item__content .item__description {
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
/* ------ ABOUT ------ */
section.about .about__title h2 {
  font-size: 36px;
  margin-top: 50px;
}
@media (max-width: 640px) {
  section.about .about__title h2 {
    text-align: left;
    font-size: 32px;
  }
}
section.about .about__row {
  display: none;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media(max-width: 1024px) {
  section.about .about__row {
    display: none;
    flex-wrap: wrap;
    margin: 0 -6px;
  }
}
@media (min-width: 641px) {
  section.about .about__row {
    display: flex;
  }
}
section.about .about__item.item {
  flex: 0 0 calc(25% - 20px);
  margin: 10px;
  padding: 1px;
  background: #FFFFFF;
  /* background: linear-gradient(100deg, #ffffff 0%, #a9a6b3 5%, #a9a6b3 95%, #ffffff 100%); */
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  border-radius: 16px;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  section.about .about__item.item {
    flex: 0 0 calc(50% - 12px);
    margin: 6px;
  }
  section.about .about__item.item:nth-child(7),
  section.about .about__item.item:nth-child(8) {
    order: 2;
  }
}
@media (max-width: 640px) {
  section.about .about__item.item {
    flex: unset;
    min-width: 271px;
  }
}
section.about .about__item.item .item__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 640px) {
  section.about .about__item.item .item__wrapper {
    padding: 24px;
  }
}
section.about .about__item.item .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 24px;
}
section.about .about__item.item .item__description {
  font-family: 'manrope-light', sans-serif;
  line-height: 1.5;
  color: #717171;
}
@media(max-width: 640px) {
  section.about .about__item.item .item__title {
    font-size: 20px;
  }
  section.about .about__item.item .item__description {
    font-size: 14px;
  }
}
section.about .about__item.item-image {
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
  min-height: 200px;
  border-radius: 20px;
  background-size: 100% auto;
  background-size: 100% 100%;
  background-position: center;
  overflow: hidden;
  transition: background-size 0.4s ease;
  background-repeat: no-repeat;
}
section.about .about__item.item-image:hover {
  background-size: 105% 105%;
}
@media (max-width: 1024px) {
  section.about .about__item.item-image {
    flex: 0 0 calc(100% - 12px);
    margin: 6px;
  }
  section.about .about__item.item-image:nth-child(3) {
    order: -1;
  }
}
section.about .about__action {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 640px) {
  section.about .about__action a {
    display: flex;
  }
  section.about .about__slider {
    margin-right: -15px;
  }
}
@media (min-width: 641px) {
  section.about .about__slider {
    display: none;
  }
}
section.about .about__slider .swiper-slide {
  width: 271px;
}
section.about .about__slider .about__item.item {
  margin: 0;
}
/* ------ QUESTIONS ------ */
section.questions {
  padding: 100px 0 160px;
}
@media(max-width: 1280px) {
  section.questions {
    padding: 60px 0 120px;
  }
}
@media(max-width: 500px) {
  section.questions {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  section.questions .questions__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  section.questions .questions__title h2 {
    text-align: left;
  }
}
section.questions .questions__row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
section.questions .questions__item.item {
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
  padding: 1px;
  color: #06040C;
  background: #FFFFFF;
  background: linear-gradient(135deg, #ffffff 0%, #5d5969 7%, #5d5969 93%, #ffffff 100%);
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  section.questions .questions__item.item {
    flex: 0 0 calc(100% - 20px);
  }
}
section.questions .questions__item.item .item__wrapper {
  position: relative;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  transition: background-color 0.6s ease-in, color 0.6s ease-out;
}
section.questions .questions__item.item .item__wrapper:hover,
section.questions .questions__item.item .item__wrapper.active {
  color: #fff;
}
section.questions .questions__item.item .item__wrapper:hover .item__header .item__action,
section.questions .questions__item.item .item__wrapper.active .item__header .item__action {
  background: #fff url("/local/templates/kryshi/css/../images/arrow-down.svg") no-repeat center center;
}
section.questions .questions__item.item .item__wrapper.active {
  background-color: #06040C;
}
section.questions .questions__item.item .item__wrapper.active .item__header .item__action {
  transform: rotate(180deg);
  background: #fff url("/local/templates/kryshi/css/../images/arrow-down.svg") no-repeat center center;
}

.item__background {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #06040C;
  border-radius: 50%;
  pointer-events: none;
  transform: scale(0);       
  opacity: 0;               
  transition: 
      transform 0.6s ease-out,
      opacity 0.6s ease-out;
}

.item__background.active {
  transform: scale(50);
  opacity: 1;
}

section.questions .questions__item.item .item__header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
section.questions .questions__item.item .item__header .item__title {
  font-family: 'manrope-bold', sans-serif;
  font-size: 20px;
}
section.questions .questions__item.item .item__header .item__action {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: #06040C url("/local/templates/kryshi/css/../images/arrow-down-white.svg") no-repeat center center;
  border-radius: 100%;
  transition: transform 0.3s, background 0.3s ease-out;
}
section.questions .questions__item.item .item__content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 0;
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  transition: height 0.3s ease;
}
section.questions .questions__item.item .item__content p {
  margin-top: 20px;
}
/* ------ REVIEWS ------ */
@media (max-width: 768px) {
  section.reviews .reviews__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  section.reviews .reviews__title h2 {
    text-align: left;
  }
}
section.reviews {
  overflow-x: hidden;
}
section.reviews .reviews__content {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.reviews .reviews__content {
    padding-left: 15px;
  }
}
section.reviews .reviews__content .reviews__slider .swiper-slide {
  width: 480px;
	height: auto;
}
@media (max-width: 640px) {
  section.reviews .reviews__content .reviews__slider .swiper-slide {
    width: 283px;
  }
  section.reviews .reviews__content {
    padding-bottom: 0;
  }
}
section.reviews .reviews__content .reviews__slider .slide__wrapper {
  background-color: #F2F3F5;
  border-radius: 20px;
  padding: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media (max-width: 640px) {
  section.reviews .reviews__content .reviews__slider .slide__wrapper {
    padding: 24px;
  }
}
section.reviews .reviews__content .reviews__slider .slide__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
section.reviews .reviews__content .reviews__slider .slide__top .slide__image {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
section.reviews .reviews__content .reviews__slider .slide__top .slide__image img {
  width: 100%;
  height: auto;
}
section.reviews .reviews__content .reviews__slider .slide__top .slide__title {
  font-family: 'manrope-bold', sans-serif;
  font-size: 20px;
}
section.reviews .reviews__content .reviews__slider .slide__content {
  line-height: 1.5;
  font-size: 14px;
}
section.reviews .reviews__content .reviews__next,
section.reviews .reviews__content .reviews__prev {
  top: unset;
  left: 50%;
  bottom: 0;
  background-color: #06040C;
  color: #fff;
  opacity: 1;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  border: 1px solid #06040C;
  transition: all 0.5s;
}
section.reviews .reviews__content .reviews__next:hover,
section.reviews .reviews__content .reviews__prev:hover {
  background-color: #fff;
  color: #06040C;
}
@media(max-width: 640px) {
  section.reviews .reviews__content .reviews__next,
  section.reviews .reviews__content .reviews__prev {
  display: none;
}
}
section.reviews .reviews__content .reviews__next::after,
section.reviews .reviews__content .reviews__prev::after {
  font-size: 20px;
}
section.reviews .reviews__content .reviews__next.swiper-button-disabled,
section.reviews .reviews__content .reviews__prev.swiper-button-disabled {
  background-color: unset;
  border: 1px solid #06040C;
  color: #06040C;
}
section.reviews .reviews__content .reviews__prev {
  margin-left: -70px;
}
section.reviews .reviews__content .reviews__next {
  margin-right: -70px;
}
/* ------ FOOTER ------ */
footer.footer {
  margin-top: 160px;
  background-image: url("/local/templates/kryshi/css/../images/footer-bg.jpg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  animation: scale-bg 2s ease-in-out infinite alternate;
}
@keyframes scale-bg {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 130% 130%;
  }
}
@media (max-width: 768px) {
  @keyframes scale-bg {
    from {
      background-size: auto 100%;
    }
    to {
      background-size: auto 130%;
    }
  }
}
footer.footer .footer__logo img {
  width: 100%;
  height: auto;
position: relative;
top: -1px;
}
footer.footer .footer__wrapper {
  margin-top: 0px;
  padding: 40px 0;
}
footer.footer .footer__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  footer.footer .footer__row {
    flex-direction: column;
  }
}
footer.footer .footer__left .footer__menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 2;
  height: 120px;
  margin: 0 0 50px 0;
  padding: 0;
}
@media (max-width: 768px) {
  footer.footer .footer__left .footer__menu ul {
    flex-wrap: nowrap;
    height: auto;
  }

}
footer.footer .footer__left .footer__menu ul li {
  margin-right: 90px;
  list-style: none;
}
@media (max-width: 640px) {
  footer.footer .footer__left .footer__menu ul li {
    margin-right: unset;
  }
}
footer.footer .footer__left .footer__menu ul li a {
  font-family: 'manrope-bold', sans-serif;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 640px) {
  footer.footer .footer__left .footer__menu ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
footer.footer .footer__right .footer__contacts {
  display: flex;
  align-items: flex-end;
	flex-direction: column;
    gap: 10px;
	height: 100%;
    justify-content: space-between;
}
@media (max-width: 1280px) {
  footer.footer .footer__right .footer__contacts {
    display: flex;
	flex-direction: column;
	gap: 20px;
  }
}

@media (max-width: 768px) {
  footer.footer .footer__right .footer__contacts {
    align-items: flex-end;
  }
}

@media (max-width: 640px) {
  footer.footer .footer__right .footer__contacts {
    text-align: center;
  }
  footer.footer .footer__right .footer__contacts {
    align-items: center;
  }
}
footer.footer .footer__right .footer__contacts .footer__phone {
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  footer.footer .footer__right .footer__contacts .footer__phone {
    margin: 0 0 0px 0;
	padding-top: 10px;
  }
}
@media (max-width: 640px) {
  footer.footer .footer__right .footer__contacts .footer__phone {
    margin: 0 0 20px 0;
  }
}
footer.footer .footer__right .footer__contacts .footer__phone a {
  font-family: 'manrope-bold', sans-serif;
  font-size: 34px;
  color: #fff;
}
@media(max-width: 870px) {
	footer.footer .footer__right .footer__contacts .footer__phone a {
		font-size: 24px;
	}
}
footer.footer .footer__left .footer__info {
  margin-top: 30px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 640px) {
  footer.footer .footer__left .footer__info {
    text-align: center;
  }
}
footer.footer .footer__left .footer__info a {
  display: block;
  color: #fff;
}
/* ------ CERTS ------ */
section.certs {
  margin: 130px 0 80px;
}
@media (max-width: 640px) {
  section.certs {
    margin: 100px 0;
  }
}
section.certs .certs__title h2 {
  text-align: left;
  font-size: 32px;
}
section.certs .certs__col {
  margin: 50px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 640px) {
  section.certs .certs__col {
    margin: 50px 0 0;
  }
}
section.certs .certs__col .certs__item.item {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  transition: background-color 300ms;
  display: block;
}
section.certs .certs__col .certs__item.item .item__wrapper {
  position: relative;
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row {
  position: relative;
  transition: background-color 0.3s ease-in, color 0.3s ease-out;
  overflow: hidden;
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .container {
  position: relative;
  display: flex !important;
  align-items: center;
  padding: 30px 40px !important;
}
@media (max-width: 1024px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 90px !important;
  }
}
@media (max-width: 640px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .container {
    padding: 30px 15px !important;
  }
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__date {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  padding: 10px;
  font-size: 14px;
  color: #717171;
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__title {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  padding: 0 40px;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 24px;
  color: rgba(6, 4, 12, 1);
}
@media (max-width: 1024px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__title {
    padding: 20px 0;
    width: calc(100% - 250px);
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__date {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__title {
    width: 100%;
  }
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__description {
  position: relative;
  z-index: 1;
  flex: 0 0 300px;
  color: #717171;
}
@media (max-width: 1024px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__description {
    flex: unset;
    width: calc(100% - 250px);
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__description {
    width: 100%;
  }
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker {
  position: relative;
  z-index: 1;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #EEEEEE;
  transition: background-color 300ms;
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_lt {
  left: 0;
  top: 8px;
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_lb {
  left: 0;
  bottom: 8px;
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_rt {
  right: 0;
  top: 8px;
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_rb {
  right: 0;
  bottom: 8px;
}
@media(max-width: 1390px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_lt {
    left: 15px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_lb {
    left: 15px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_rt {
    right: 15px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_rb {
    right: 15px;
  }
}
@media(max-width: 1024px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_lt {
    left: 40px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_lb {
    left: 40px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_rt {
    right: 40px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_rb {
    right: 40px;
  }
}
@media(max-width: 640px) {
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_lt {
    left: 15px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_lb {
    left: 15px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_rt {
    right: 15px;
  }
  section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__marker.m_rb {
    right: 15px;
  }
}
section.certs .certs__col .certs__item.item .item__wrapper .item__row .item__background.active {
  transform: scale(150);
}

section.certs .certs__col .certs__item.item .item__wrapper img.item__image {
  left: calc(50% - 100px);
  top: -150px;
  pointer-events: none;
  width: 326px !important;
  height: auto !important;
  z-index: 2;
}
@media (max-width: 1192px) {
  section.certs .certs__col .certs__item.item .item__wrapper img.item__image {
    top: -85px;
    width: 227px !important;
    height: auto !important;
  }
}
@media (max-width: 1024px) {
  section.certs .certs__col .certs__item.item .item__wrapper img.item__image {
    left: unset;
    top: -30px;
    right: 45px;
  }
}
@media (max-width: 640px) {
  section.certs .certs__col .certs__item.item .item__wrapper img.item__image {
    display: none;
  }
}
@media(min-width: 501px) {
    section.certs .certs__col .certs__item.item:hover .item__wrapper .item__row .item__title,
    section.certs .certs__col .certs__item.item:hover .item__wrapper .item__row .item__description {
      color: #fff;
    }
    section.certs .certs__col .certs__item.item:hover .item__wrapper .item__row .item__marker {
      background-color: #1F1D24;
    }
    section.certs .certs__col .certs__item.item:hover .item__wrapper .item__row .item__date {
      border: 1px solid #717171;
    }
}
@media(max-width: 500px) {
  section.certs .certs__col .certs__item.item:hover .item__wrapper .item__row .item__title,
  section.certs .certs__col .certs__item.item:hover .item__wrapper .item__row .item__description {
    color: rgba(113, 113, 113, 1);
  }
}
section.certs .certs__col .certs__item.item:hover .item__wrapper img.item__image {
  visibility: visible !important;
}
/* ------ PARTNERS ------ */
section.partners {
  margin-top: 100px;
}
@media (max-width: 768px) {
  section.partners .partners__title h2 {
    font-size: 32px;
  }
}
section.partners .partners__row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.partners .partners__row .partners__item.item {
  flex: 0 0 25%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(221, 225, 231, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 30px;
}
@media (max-width: 768px) {
  section.partners .partners__row .partners__item.item {
    flex: 0 0 33.333%;
  }
}
@media (max-width: 640px) {
  section.partners .partners__row .partners__item.item {
    flex: 0 0 50%;
  }
}
section.partners .partners__row .partners__item.item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.border-circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg); 
  pointer-events: none;
}

.border-circle circle {
  fill: none;
  stroke: rgba(93, 89, 105, 1);
  stroke-width: 1; 
  stroke-linecap: round;
  stroke-dasharray: 1065; /* длина окружности (≈ 2π * 169.5) */
  stroke-dashoffset: 1065; 
  transition: stroke-dashoffset 1s linear;
}

.providers__item .border-circle circle {
  stroke: rgba(255, 255, 255, 1);
}

@media(min-width: 501px) {
  .partners__item:hover .border-circle circle, .providers__item:hover .border-circle circle {
    stroke-dashoffset: 0;
  }
}

/* ------ BLOG-CATEGORIES ------ */
section.blog-categories ul.blog-categories__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  padding: 0;
}
section.blog-categories ul.blog-categories__list li {
  list-style: none;
  margin: 4px;
}
section.blog-categories ul.blog-categories__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #D40100;
  border-radius: 30px;
  color: #D40100;
  font-family: 'manrope-semibold', sans-serif;
  font-size: 16px;
  transition: background-color 300ms;
}
section.blog-categories ul.blog-categories__list li.active a,
section.blog-categories ul.blog-categories__list li:hover a {
  background-color: #D40100;
  color: #fff;
}
@media(max-width: 1024px) {
  section.blog-categories ul.blog-categories__list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  section.blog-categories ul.blog-categories__list::-webkit-scrollbar {
    display: none;
  }
  section.blog-categories ul.blog-categories__list li {
    flex: 0 0 auto;
  }
}
/* ------ ARTICLES ------ */
section.articles {
  margin-top: 30px;
}
section.articles .articles__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
section.articles .articles__item.item {
  display: none;
  flex: 0 0 calc(33.333% - 20px);
  margin: 10px;
  padding: 1px;
  background: #FFFFFF;
  /* background: linear-gradient(100deg, #ffffff 0%, #a9a6b3 5%, #a9a6b3 95%, #ffffff 100%); */
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  border-radius: 16px;
}
section.articles .articles__item.item.visible {
  display: block;
}
section.articles .articles__item.item .item__wrapper {
  position: relative;
  background-color: #FFF;
  border-radius: 16px;
}
section.articles .articles__item.item .item__wrapper .item__image {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  transition: all 0.5s;
  overflow: hidden;
}
@media(max-width: 1280px) {
  section.articles .articles__item.item .item__wrapper .item__image {
    height: 169px;
  }
}
section.articles .articles__item.item .item__wrapper .item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s;
  object-position: center;
}
section.articles .articles__item.item .item__wrapper .item__image:hover img {
  transform: scale(1.03);
}
section.articles .articles__item.item .item__wrapper .item__category {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  background-color: #fff;
  padding: 8px 16px;
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  border-radius: 4px;
}
section.articles .articles__item.item .item__wrapper .item__title {
  padding: 230px 24px 0;
}
@media(max-width: 1280px) {
  section.articles .articles__item.item .item__wrapper .item__title {
    padding: 197px 24px 0;
  }
}
@media(max-width: 1024px) {
  section.articles .articles__row {
    margin: 0 -6px;
  }
  section.articles .articles__item.item {
    flex: 0 0 calc(50% - 12px);
    margin: 6px;
  }
}
@media(max-width: 640px) {
  section.articles .articles__item.item {
    flex: 0 0 calc(100% - 12px);
  }
}
section.articles .articles__item.item .item__wrapper .item__title a {
  color: #06040C;
  text-decoration: none;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 24px;
}
section.articles .articles__item.item .item__wrapper .item__description {
  margin-top: 10px;
  padding: 0 24px 28px 24px;
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #717171;
}
/* ------ ARTICLE CONTENT ------ */
section.article-content .article-content__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -10px;
  flex-wrap: wrap;
}
section.article-content .article-content__row .article-content__col {
  margin: 10px;
}
section.article-content .article-content__row .article-content__col.col-50 {
  flex: 0 0 calc(50% - 20px);
}
@media(max-width: 1024px) {
  section.article-content .article-content__row .article-content__col.col-50 {
    flex: 0 0 calc(100% - 20px);
  }
}
section.article-content h1,
section.article-content h2,
section.article-content h3,
section.article-content h4 {
  font-family: 'days-regular', sans-serif;
  margin-top: 0;
}
section.article-content h2 {
  font-size: 32px;
}
@media(max-width: 1024px) {
  section.article-content h2 {
    font-size: 26px;
  }
}
section.article-content p {
  font-family: 'manrope-regular';
  font-size: 14px;
  color: #969FA8;
  line-height: 1.5;
}
section.article-content img.img-responsive {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 20px;
}
/* ------ ARTICLE SLIDER ------ */
section.article-slider {
  margin-top: 160px;
}
@media(max-width: 1280px) {
  section.article-slider {
    margin-top: 120px;
  }
}
@media(max-width: 640px) {
  section.article-slider {
    margin-top: 100px;
  }
}
section.article-slider .article-slider__title h2 {
  font-size: 32px;
  margin-top: 0;
}
section.article-slider .article-slider__slider {
  margin: 40px -10px 0;
  padding: 0 10px;
}
section.article-slider .article-slider__slider .swiper-slide.item {
  position: relative;
  height: 350px;
  padding: 1px;
  text-align: center;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  border-radius: 16px;
  width: 337px;
}
@media(max-width: 640px) {
  section.article-slider .article-slider__slider .swiper-slide.item {
    width: 271px;
    height: 310px;
  }
}
section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 30px;
  background-color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 16px;
  transition: background-size 0.4s ease;
}
@media(max-width: 640px) {
  section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper {
    padding: 30px 15px;
  }
}
section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper:hover {
  background-size: 103% 103%;
}
@media(min-width: 1024px) {
  section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper:hover {
    background-size: 103% 103%;
  }
}
@media (max-width: 768px) {
  section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper {
    background-position: 50% 100px;
  }
}
section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
}
section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper .item__description {
  margin-top: 15px;
  font-family: 'manrope-light', sans-serif;
}
@media(max-width: 1024px) {
  section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper .item__title {
    font-size: 24px;
  }
  section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper .item__description {
    font-size: 16px;
  }
  section.article-slider .article-slider__slider .swiper-slide.item .item__wrapper {
    background-size: 100% auto;
    background-position: bottom center;
  }
}
/* ------ ARTICLE INFO ------ */
section.article-info {
  margin-top: 160px;
}
@media(max-width: 1280px) {
  section.article-info {
    margin-top: 120px;
  }
}
@media(max-width: 640px) {
  section.article-info {
    margin-top: 100px;
  }
}
section.article-info .article-info__title h2 {
  font-size: 32px;
  margin-top: 0;
}
section.article-info .article-info__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media(max-width: 1024px) {
  section.article-info .article-info__row {
    margin: 0 -6px;
  }
}
@media(max-width: 640px) {
  section.article-info .article-info__row {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -15px;
  }
  section.article-info .article-info__row::-webkit-scrollbar {
    display: none;
  }
}
section.article-info .article-info__row .article-info__card.card {
  flex: 0 0 calc(33.333% - 20px);
  margin: 10px;
  padding: 1px;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  border-radius: 16px;
}
@media(max-width: 1024px) {
  section.article-info .article-info__row .article-info__card.card {
    flex: 0 0 calc(50% - 12px);
    margin: 6px;
  }
}
@media(max-width: 640px) {
  section.article-info .article-info__row .article-info__card.card {
    flex: 0 0 auto;
    margin: 0;
    width: 271px;
  }
  section.article-info .article-info__row .article-info__card.card + .article-info__card.card {
    margin-left: 12px;
  }
}
section.article-info .article-info__row .article-info__card.card .card__wrapper {
  padding: 25px;
  background-color: #fff;
  border-radius: 16px;
}
section.article-info .article-info__row .article-info__card.card .card__header {
  display: flex;
  align-items: center;
}
section.article-info .article-info__row .article-info__card.card .card__header .card__logo {
  margin-right: 15px;
}
section.article-info .article-info__row .article-info__card.card .card__header .card__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 24px;
}
section.article-info .article-info__row .article-info__card.card .card__content {
  margin-top: 20px;
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
/* ------ ARTICLE PROMO ------ */
section.article-promo {
  margin-top: 160px;
  margin-bottom: 160px;
  padding: 80px 0;
  background-color: #06040C;
  color: #fff;
}
section.article-promo .container {
  max-width: 925px !important;
}
section.article-promo .article-promo__title {
  text-align: center;
}
section.article-promo .article-promo__title:nth-child(2) {
  margin-top: 160px;
}
@media(max-width: 1280px) {
  section.article-promo .article-promo__title:nth-child(2) {
    margin-top: 120px;
  }
  section.article-promo {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media(max-width: 640px) {
  section.article-promo {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 40px 0;
  }
}
section.article-promo .article-promo__title h2 {
  font-size: 32px;
  margin-top: 0;
}
section.article-promo .article-promo__title .subtitle {
  font-size: 14px;
  line-height: 1.5;
}
section.article-promo .article-promo__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
section.article-promo .article-promo__row .article-promo__card.card {
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
  padding: 1px;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #5d5969 5%, #5d5969 95%, #ffffff 100%);
  border-radius: 16px;
}
@media(max-width: 700px) {
  section.article-promo .article-promo__row .article-promo__card.card {
    flex: 0 0 calc(100% - 20px);
    margin: 6px 10px;
  }
}
section.article-promo .article-promo__row .article-promo__card.card .card__wrapper {
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #06040C;
  border-radius: 16px;
}
section.article-promo .article-promo__row .article-promo__card.card .card__number {
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 25px;
  border-radius: 50%;
  background-color: #D40100;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  font-family: 'manrope-extrabold';
}
section.article-promo .article-promo__row .article-promo__card.card .card__title {
  flex-grow: 1;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 24px;
}
/* ------ HOW TO BUILD ------ */
section.how-to-build {
  background: #06040C url("/local/templates/kryshi/css/../images/how-to-build-bg.png") center center;
}
section.how-to-build .container {
  position: relative;
  height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

section.how-to-build .how-to-build__text {
	text-align: center;
    color: #fff;
    margin-top: 60px;
}


section.how-to-build .how-to-build__title {
  position: relative;
  z-index: 1;
  width: 850px;
  margin: 0 auto;
  font-family: 'days-regular', sans-serif;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}
@media (max-width: 768px) {
  section.how-to-build .how-to-build__title {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  section.how-to-build .how-to-build__title {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  section.how-to-build .how-to-build__title {
    font-size: 26px;
  }
}
section.how-to-build .how-to-build__images {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 1500px;
  left: 0;
}
/* @media (max-width: 1280px) {
  section.how-to-build .how-to-build__images {
    display: none;
  }
} */
section.how-to-build .how-to-build__images img {
  position: absolute;
  width: 325px;
  height: 406px;
}
section.how-to-build .how-to-build__images .img-1 {
  left: 0;
  bottom: 100px;
}
section.how-to-build .how-to-build__images .img-2 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -400px;
}
section.how-to-build .how-to-build__images .img-3 {
  top: 0;
  right: 0;
}
@media(max-width: 1280px) {
  section.how-to-build .how-to-build__images img {
    width: 245px;
    height: 306px;
  }
  section.how-to-build .how-to-build__images .img-3 {
    right: 15px;
  }
  section.how-to-build .how-to-build__images .img-1 {
    left: 15px;
  }
  section.how-to-build .how-to-build__images .img-2 {
    bottom: -315px;
  }
}
@media(max-width: 768px) {
  section.how-to-build .how-to-build__images img {
    width: 221px;
    height: 276px;
  }
  section.how-to-build .how-to-build__images .img-2 {
    bottom: -275px;
  }
}
@media(max-width: 500px) {
  section.how-to-build .how-to-build__images img {
    width: 146px;
    height: 182px;
  }
  section.how-to-build .how-to-build__images .img-2 {
    bottom: -275px;
  }
}
/* ------ BUILDING STAGES ------ */
section.building-stages .building-stages__row {
  display: flex;
  padding: 90px 0 160px;
}
@media (max-width: 1280px) {
  section.building-stages .building-stages__row {
    padding: 90px 0 120px;
  }
}
@media (max-width: 1024px) {
  section.building-stages .building-stages__row {
    flex-direction: column;
  }
	.video-js {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 500px) {
  section.building-stages .building-stages__row {
    padding: 90px 0 100px;
  }
}
section.building-stages .building-stages__row .building-stages__video {
  flex: 0 0 800px;
}
@media (max-width: 1280px) {
  section.building-stages .building-stages__row .building-stages__video {
    flex: 0 0 700px;
  }
}
@media (max-width: 1150px) {
  section.building-stages .building-stages__row .building-stages__video {
    flex: 0 0 600px;
  }
}
@media (max-width: 1024px) {
  section.building-stages .building-stages__row .building-stages__video {
	display: block;
	position: sticky;
	top: 0;
	flex: 0 0 300px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	background: #fff;
	/*border-bottom: 1px solid #717171;*/
  }
}
section.building-stages .building-stages__row .building-stages__video .video__wrapper {
  position: sticky;
  top: 40px;
}
section.building-stages .building-stages__row .building-stages__image {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  section.building-stages .building-stages__row .building-stages__image {
    display: none;
  }
	section.building-stages .building-stages__row .building-stages__video .video__wrapper {
		height: auto;
		width: 500px;
		margin: 0 auto;
	}
	section.building-stages .building-stages__row .building-stages__video:after {
		content: '';
		background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
		height: 20px;
		display: block;
		width: 100%;
		z-index: 2;
		bottom: -20px;
		position: absolute;
	}
}
@media (max-width: 510px) {
    section.building-stages .building-stages__row .building-stages__video .video__wrapper {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
}
section.building-stages .building-stages__row .building-stages__image img {
  width: 100%;
  height: auto;
}
section.building-stages .building-stages__row .building-stages__content {
  position: relative;
  margin-top: 0;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  section.building-stages .building-stages__row .building-stages__content {
    margin-left: 76px;
  }
}
@media (max-width: 640px) {
  section.building-stages .building-stages__row .building-stages__content {
    margin-left: 30px;
  }
}
section.building-stages .building-stages__row .building-stages__content .lines {
  position: absolute;
  height: 100%;
  top: 50px;
  left: -50px;
  display: flex;
}
@media (max-width: 640px) {
  section.building-stages .building-stages__row .building-stages__content .lines {
    left: -24px;
    top: 17px;
  }
}
section.building-stages .building-stages__row .building-stages__content .lines .line-1 {
  position: sticky;
  top: 0;
  width: 2px;
  height: 100vh;
  background-color: #EEEEEE;
}
section.building-stages .building-stages__row .building-stages__content .lines .line-2 {
  position: sticky;
  top: -90px;
  margin-left: -2px;
  width: 2px;
  height: 150px;
  background-color: #D40100;
}
@media(max-width: 640px) {
  section.building-stages .building-stages__row .building-stages__content .lines .line-1, section.building-stages .building-stages__row .building-stages__content .lines .line-2 {
    width: 1px;
  }
  section.building-stages .building-stages__row .building-stages__content .lines .line-2 {
    margin-left: -1px;
  }
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item {
  position: relative;
  margin-top: 150px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item.visible {
  opacity: 1;
  transform: translateY(0);
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item:nth-child(2) {
  margin-top: unset;
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__number {
  position: absolute;
  top: 0;
  left: -75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
  color: #969FA8;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 20px;
}
@media (max-width: 640px) {
  section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__number {
    width: 9px;
    height: 9px;
    left: -20px;
    margin-top: 8px;
    text-indent: -9999px;
  }
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 34px;
  color: #D40100;
}
@media (max-width: 768px) {
  section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__title {
    font-size: 28px;
  }
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__description {
  margin-top: 15px;
  font-family: 'manrope-light', sans-serif;
  color: #717171;
  line-height: 1.5;
  font-size: 16px;
}

section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__description b {
	font-family: 'manrope-extrabold', sans-serif;
}
@media (max-width: 768px) {
  section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__description {
    font-size: 14px;
  }
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__quote.quote {
  display: block;
  margin-top: 30px;
  font-family: 'manrope-light', sans-serif;
  color: #717171;
  line-height: 1.5;
  padding: 1px;
  background: #FFFFFF;
  /* background: linear-gradient(100deg, #ffffff 0%, #a9a6b3 5%, #a9a6b3 95%, #ffffff 100%); */
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  border-radius: 16px;
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__quote.quote .quote__wrapper {
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__quote.quote .quote__wrapper b {
	font-family: 'manrope-extrabold', sans-serif;
}
@media(max-width: 640px) {
  section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__quote.quote .quote__wrapper {
    padding: 24px;
    font-size: 14px;
  }
  section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__quote.quote h3 {
    font-size: 16px;
    color: rgba(6, 4, 12, 1);
  }
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__quote.quote h3 {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__action {
  margin-top: 30px;
}
@media(max-width: 500px) {
	section.building-stages .building-stages__row .building-stages__content .building-stages__item.item .item__action a {
		width: 100%;
	}
}
/* ------ OWN PRODUCTION ------ */
@media (max-width: 1150px) {
  section.own-production {
    display: none;
  }
}
section.own-production .own-production__row {
  display: flex;
  margin: 0 -10px;
}
section.own-production .own-production__row .own-production__cards {
  width: calc(50% - 20px);
  margin: 10px;
}
section.own-production .own-production__row .own-production__cards .own-production__title h2 {
  margin: 0;
  padding: 0;
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
}
section.own-production .own-production__row .own-production__cards .own-production__items {
  display: flex;
  flex-wrap: wrap;
  margin: 190px -10px 0;
}
section.own-production .own-production__row .own-production__cards .own-production__item.item {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 1px;
  background: #FFFFFF;
  border-radius: 16px;
  /* background: linear-gradient(100deg, #ffffff 0%, #a9a6b3 5%, #a9a6b3 95%, #ffffff 100%); */
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);

}
section.own-production .own-production__row .own-production__cards .own-production__item.item.mr {
  transform: translateX(calc(100% + 20px));
}
section.own-production .own-production__row .own-production__cards .own-production__item.item .item__wrapper {
  background-color: #fff;
  border-radius: 16px;
  height: 308px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
section.own-production .own-production__row .own-production__cards .own-production__item.item .item__number {
  flex-grow: 1;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
  color: #D40100;
}
section.own-production .own-production__row .own-production__cards .own-production__item.item .item__title {
  margin-top: 15px;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
section.own-production .own-production__row .own-production__cards .own-production__item.item .item__description {
  margin-top: 15px;
  font-family: 'manrope-light', sans-serif;
  color: #717171;
}
section.own-production .own-production__row .own-production__images {
  width: calc(50% - 20px);
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.own-production__image {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
}
.own-production__image:hover img {
  transform: scale(1.1);
}
section.own-production .own-production__row .own-production__images img {
  /* margin-bottom: 10px; */
  transition: all 0.5s;
  border-radius: 20px;
}
/* ------ OWN PRODUCTION MOBILE ------ */
section.own-production-mobile {
  display: none;
}
@media (max-width: 1150px) {
  section.own-production-mobile {
    display: block;
  }
  .own-production__title {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media(max-width: 640px) {
  .own-production__title {
    text-align: left;
  }
}
section.own-production-mobile .own-production__title h2 {
  margin: 0;
  padding: 0;
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  section.own-production-mobile .own-production__title h2 {
    font-size: 32px;
  }
}
section.own-production-mobile .own-production__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0;
}
section.own-production-mobile .own-production__item.item {
  position: relative;
  height: 285px;
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
  padding: 1px;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #5d5969 5%, #5d5969 95%, #ffffff 100%);
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 640px) {
  section.own-production-mobile .own-production__items {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0;
    margin-right: -15px;
  }
  section.own-production-mobile .own-production__items::-webkit-scrollbar {
    display: none;
  }
  section.own-production-mobile .own-production__item.item {
    flex: 0 0 auto;
    width: 271px;
    height: 285px;
    margin: 0;
  }
  section.own-production-mobile .own-production__item.item + .own-production__item.item {
    margin-left: 12px;
  }
}
section.own-production-mobile .own-production__item.item.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  section.own-production-mobile .own-production__item.item.image {
    display: none;
  }
}
section.own-production-mobile .own-production__item.item .item__wrapper {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media(max-width: 640px) {
  section.own-production-mobile .own-production__item.item .item__wrapper {
    padding: 24px;
  }
}
section.own-production-mobile .own-production__item.item .item__number {
  flex-grow: 1;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
  color: #D40100;
}
section.own-production-mobile .own-production__item.item .item__title {
  margin-top: 15px;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
section.own-production-mobile .own-production__item.item .item__description {
  margin-top: 15px;
  font-family: 'manrope-light', sans-serif;
  color: #717171;
}
@media(max-width: 768px) {
  section.own-production-mobile .own-production__item.item .item__number {
    font-size: 24px;
  }
  section.own-production-mobile .own-production__item.item .item__title {
    font-size: 24px;
  }
  section.own-production-mobile .own-production__item.item .item__description {
    font-size: 14px;
  }
}
@media(max-width: 768px) {
  section.own-production-mobile .own-production__item.item .item__title {
    font-size: 20px;
  }
}
/* ------ PRESENT ------ */
section.present {
  margin: 90px 0 160px;
}
@media(max-width: 1280px) {
  section.present {
    margin: 50px 0 120px;
  }
}
@media(max-width: 1024px) {
  section.present.stage-present {
    margin-bottom: 30px;
  }
}
@media(max-width: 500px) {
  section.present {
    margin: 100px 0 100px;
  }
}
section.present .present__link {
  margin-top: 50px;
  text-align: center;
}
section.present .present__link a {
  display: inline-flex;
  padding: 10px 15px;
  background-color: #F2F3F5;
  border: 2px solid #06040c0a;
  border-radius: 4px;
  color: #06040C;
}
section.present .present__title h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  section.present .present__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  section.present .present__title h2 {
    font-size: 26px;
    text-align: center;
  }
}
section.present .present__subtitle {
  text-align: center;
  color: #717171;
}
@media (max-width: 1280px) {
  section.present .present__subtitle {
    font-size: 14px;
  }
}
section.present .present__slider {
  margin: 40px -10px 0;
  padding: 0 10px;
}
section.present .present__slider .swiper-slide.item {
  position: relative;
  height: 394px;
  padding: 1px;
  text-align: center;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #5d5969 5%, #5d5969 95%, #ffffff 100%);
  border-radius: 16px;
  width: 270px;
}
section.present .present__slider .swiper-slide.item:nth-child(2) {
  height: calc(394px - 60px);
}
@media (max-width: 1024px) {
  section.present .present__slider .swiper-slide.item {
    height: 320px;
  }
  section.present .present__slider .swiper-slide.item:nth-child(2) {
    height: 320px;
  }
}
@media (max-width: 850px) {
  section.present .present__slider .swiper-slide.item {
    height: 330px;
  }
  section.present .present__slider .swiper-slide.item:nth-child(2) {
    height: 330px;
  }
}
@media (max-width: 767px) {
  section.present .present__slider .swiper-slide.item {
    width: 270px;
  }
}
@media (max-width: 640px) {
  section.present .present__slider .swiper-slide.item {
    height: 285px;
  }
  section.present .present__slider .swiper-slide.item:nth-child(2) {
    height: 285px;
  }
}
section.present .present__slider .swiper-slide.item:nth-child(2) .item__action {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -60px;
}
section.present .present__slider .swiper-slide.item:nth-child(2) .item__action a {
  display: flex;
}
@media (max-width: 1024px) {
  section.present .present__slider .swiper-slide.item:nth-child(2) .item__action {
    display: none;
  }
}
section.present .present__slider .swiper-slide.item .item__wrapper {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 30px 15px;
  transition: background-size 0.4s ease;
  background-size: 100% 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 16px;
}
@media(min-width: 1025px) {
  section.present .present__slider .swiper-slide.item .item__wrapper:hover {
    background-size: 103% 103%;
  }
}
@media(max-width: 1024px) {
  section.present .present__slider .swiper-slide.item .item__wrapper {
    background-size: 100% auto;
  }
}
section.present .present__slider .swiper-slide.item .item__wrapper .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
}
section.present .present__slider .swiper-slide.item .item__wrapper .item__description {
  margin-top: 15px;
  font-family: 'manrope-light', sans-serif;
}
@media(max-width: 1280px) {
  section.present .present__slider .swiper-slide.item .item__wrapper .item__title {
    font-size: 24px;
  }
  section.present .present__slider .swiper-slide.item .item__wrapper .item__description {
    font-size: 14px;
  }
}
@media(max-width: 640px) {
  section.present .present__slider .swiper-slide.item .item__wrapper .item__title {
    font-size: 20px;
  }
}
section.present .present__action {
  display: none;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  section.present .present__action {
    display: block;
  }
  section.present .present__action a {
    display: flex;
  }
}

/* ------ QUIZ ------ */
section.quiz {
  margin: 100px 0 70px;
}
@media (max-width: 1024px) {
  section.quiz:not(.quiz-stage) {
    margin: 100px 0 0px;
  }
}

section.quiz.quiz-stage {
  margin-bottom: 160px;
}
section.quiz.quiz-stage.no-margin {
  margin-top: 0;
}

section.quiz .quiz__row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 1024px) {
  section.quiz .quiz__row {
    flex-direction: column;
  }
  section.quiz.quiz-stage {
    margin-bottom: 140px;
  }
}

@media (max-width: 900px) {
  section.quiz.quiz-stage {
    margin-bottom: 120px;
  }
}

@media (max-width: 700px) {
  section.quiz.quiz-stage {
    margin-bottom: 100px;
  }
}

.quiz__left {
  position: relative;
  width: calc(50% - 20px);
  height: 490px;
  margin: 10px 10px 40px 10px;
  padding: 50px 40px;
  background: url("/local/templates/kryshi/css/../images/quiz-info-bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
.quiz__left:hover .quiz__image {
  transform: scale(1.03);
}
@media (max-width: 1100px) {
  .quiz__left {
    width: calc(100% - 20px);
  }
}

@media(max-width: 550px) {
	.quiz__left:hover .quiz__image {
		transform: translateX(-50%);
	}
}
@media (max-width: 768px) {
  .quiz__left {
    height: 400px;
    padding: 40px;
  }
}
@media (max-width: 550px) {
  .quiz__left {
    height: 520px;
    padding: 40px 24px;
  }
}
.quiz__left .quiz__title {
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 1024px) {
  .quiz__left .quiz__title {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .quiz__left .quiz__title {
    font-size: 26px;
  }
}
.quiz__left .quiz__description {
  font-family: 'manrope-light', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .quiz__left .quiz__description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .quiz__left .quiz__description {
    max-width: 394px;
  }
}
@media (max-width: 550px) {
  .quiz__left .quiz__description {
    max-width: 100%;
  }
}
.quiz__left .quiz__image {
  position: absolute;
  right: -10px;
  bottom: -70px;
  transition: all 0.5s;
    width: 281px;
    height: 272px;
}
.quiz__left .quiz__image img {
	width: 100%;
    height: 100%;
}
@media (max-width: 1280px) {
  .quiz__left .quiz__image {
    bottom: -110px;
  }
}
@media (max-width: 1100px) {
  .quiz__left .quiz__image {
    bottom: -70px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .quiz__left .quiz__image {
    width: 250px;
    right: -15px;
  }
  .quiz__left .quiz__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .quiz__left .quiz__image {
    max-width: 350px;
    width: 100%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
	bottom: 40px;
  }
}
.quiz__box {
  position: relative;
  width: calc(50% - 20px);
  min-width: 0;
  margin: 10px;
}
@media (max-width: 1100px) {
  .quiz__box {
    width: calc(100% - 20px);
  }
}
.quiz__card {
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  border-radius: 20px;
  position: relative;
  height: 490px;
  padding: 1px;
  display: none;
}
.quiz__card.quiz__card-active {
  display: block;
}
@media(max-width: 550px) {
  .quiz__card {
    height: 685px;
  }
}
.quiz__card-wrapper {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
@media(max-width: 550px) {
  .quiz__card-wrapper {
    padding: 40px 24px;
  }
}

.quiz__card-number span {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #969FA8;
  border-radius: 30px;
  font-family: 'days-regular', sans-serif;
  color: #969FA8;
}
@media(max-width: 550px) {
  .quiz__card-number {
    text-align: center;
    margin: 0 auto;
  }
}
.quiz__card-title {
  margin-top: 15px;
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
}
@media (max-width: 1280px) {
  .quiz__card-title {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .quiz__card-title {
    font-size: 26px;
  }
}
@media(max-width: 550px) {
  .quiz__card-title {
    text-align: center;
  }
}
@media(max-width: 350px) {
  .quiz__card-title {
    font-size: 23px;
  }
}
.quiz__card-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 25px -6px -6px;
}
@media(max-width: 550px) {
  .quiz__card-form {
    margin: 25px -4px -4px;
  }
}
.quiz__label {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 6px;
  padding: 11.5px 20px 11.5px 14px;
  position: relative;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 100px;
  cursor: pointer;
}
@media(max-width: 1280px) {
  .quiz__label {
    padding: 14.5px 20px 14.5px 14px;
  }
}
@media(max-width: 550px) {
  .quiz__label {
    width: calc(100% - 8px);
    margin: 4px;
    border-radius: 20px;
    padding: 14.5px 4px 14.5px 14px;
  }
}

.quiz__label span {
  display: inline-block;
  width: fit-content;
  color: rgba(6, 4, 12, 1);
  margin: 0;
  margin-left: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-family: 'manrope-regular';
}
@media(max-width: 1280px) {
  .quiz__label span {
    font-size: 14px;
  }
}

.quiz__label input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.quiz__label input[type="text"]::placeholder {
  color: rgba(150, 159, 168, 1);
}

.quiz__label input[type="text"] {
  max-width: 204px;
  width: 100%;
  background-color: rgba(242, 243, 245, 1);
  border-radius: 69px;
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 5.5px 20px;
  color: rgba(6, 4, 12, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  display: block;
  outline: none;
  font-family: 'manrope-regular';
  margin-left: 8px;
}
@media(max-width: 1280px) {
  .quiz__label input[type="text"] {
    font-size: 14px;
  }
}
@media(max-width: 550px) {
  .quiz__label input[type="text"] {
    width: calc(100% - 28px);
    margin-top: 6px;
    margin-left: auto;
    max-width: unset;
  }
}
@media(max-width: 550px) {
  .quiz__label-inp {
    flex-wrap: wrap;
  }
  .quiz__label-inp .quiz-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
  }
  .quiz__label-inp span {
    margin-left: 28px;
  }
}

.quiz-circle {
  width: 13px;
  height: 13px;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(212, 1, 0, 1);
  transition: all 0.5s;
}

@media(min-width: 1024px) {
  .quiz-circle:hover {
    transform: scale(1.1);
  }
}

.quiz-circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(208, 1, 0, 0.1);
  width: 33px;
  height: 33px;
}

.quiz__label input:checked + .quiz-circle {
  background-color: rgba(212, 1, 0, 1);
}

.last__form {
  margin-top: 12px;
}
@media(max-width: 550px) {
  .last__form {
    margin-top: 24px;
  }
}

.form__row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media(max-width: 550px) {
  .form__row {
    margin: 0 -4px;
  }
}

.form__row + .form__row {
  margin-top: 12px;
}
@media(max-width: 550px) {
  .form__row + .form__row {
    margin-top: 8px;
  }
}

.form__field input::placeholder {
  color: rgba(150, 159, 168, 1);
}

.form__field {
  width: calc(50% - 12px);
  margin: 0 6px;
}
@media(max-width: 550px) {
  .form__field {
    width: calc(100% - 8px);
    margin: 4px;
  }
}

.form__row-check .form__field {
  width: calc(100% - 12px);
  margin: 0 6px;
}
@media(max-width: 550px) {
  .form__row-check .form__field {
    width: calc(100% - 8px);
    margin: 4px;
  }
}

.form__field input {
  width: 100%;
  background-color: rgba(242, 243, 245, 1);
  border-radius: 69px;
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 8.5px 20px;
  color: rgba(6, 4, 12, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  display: block;
  outline: none;
  font-family: 'manrope-regular';
  transition: all 0.5s;
}
.form__field.input-error input {
  border-color: #D40100;
  background-color: rgba(212, 1, 0, 0.1);
}
@media(max-width: 1280px) {
  .form__field input {
    font-size: 14px;
  }
}

.form__error {
  margin-top: 5px;
  color: #D40100;
  font-size: 13px;
  line-height: 100%;
  margin-left: 10px;
  display: none;
}

.input-error .form__error {
  display: block;
}

.check__item {
  display: inline-flex;
  position: relative;
}

.check__item input {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.check__item .check__control-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex: none;
  border-radius: 4px;
  border: 1px solid rgba(6, 4, 12, 1);
  transition: 0.3s;
  background-color: transparent;
}

.input-error .check__item .check__control-form {
  border-color: #D40100;
  background-color: rgba(212, 1, 0, 0.1);
}

.check__control-form svg {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 15px;
  height: 11px;
}

.check__label-form, .check__label-form a {
  color: rgba(150, 159, 168, 1);
  font-family: 'manrope-regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.check__label-form a {
  color: rgba(6, 4, 12, 1);
}

.check__item input:checked ~ .check__control-form svg {
  opacity: 1;
}

.quiz__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.quiz__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(6, 4, 12, 1);
  transition: all 0.5s;
  cursor: pointer;
}

.quiz__btn svg path {
  transition: all 0.5s;
}

.quiz__btn:hover {
  background-color: rgba(212, 1, 0, 1);
  border-color: rgba(212, 1, 0, 1);
}

.quiz__btn:hover svg path {
  stroke: #fff;
}

.quiz__prev {
  margin-right: auto;
}

.quiz__next {
  margin-left: auto;
}

.quiz__submit {
  cursor: pointer;
  outline: none;
  background-color: rgba(193, 1, 0, 1);
  border-radius: 53px;
  border: 1px solid rgba(193, 1, 0, 1);
  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  font-family: 'manrope-semibold';
  transition: all 0.5s;
}

.quiz__submit:hover {
  background-color: #fff;
  color: rgba(193, 1, 0, 1);
}

/* ---------------------------------------------- */
/* ------           Страница 404           ------ */
/* ---------------------------------------------- */
/* ------ PAGE NOT FOUND ------ */
section.page-not-found {
  min-height: 800px;
  margin-top: -90px;
  background-image: url('/local/templates/kryshi/css/../images/page-not-found-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.page-not-found .page-not-found__row {
  margin-top: 240px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
section.page-not-found .page-not-found__row img {
  width: 100%;
  height: auto;
}
section.page-not-found .page-not-found__row .page-not-found__left {
  flex: 0 0 33.333%;
}
section.page-not-found .page-not-found__row .page-not-found__right {
  flex: 0 0 33.333%;
}
section.page-not-found .page-not-found__row .page-not-found__center {
  flex: 0 0 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  background: url('/local/templates/kryshi/css/../images/page-not-found-center.svg') no-repeat center center;
  background-size: contain;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  section.page-not-found .page-not-found__row .page-not-found__center {
    padding: 0;
  }
}
section.page-not-found .page-not-found__row .page-not-found__center .page-not-found__title {
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
}
@media (max-width: 767px) {
  section.page-not-found .page-not-found__row .page-not-found__center .page-not-found__title {
    display: none;
  }
}
section.page-not-found .page-not-found__row .page-not-found__center .page-not-found__description {
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 1279px) {
  section.page-not-found .page-not-found__row .page-not-found__center .page-not-found__description {
    display: none;
  }
}
section.page-not-found .page-not-found__row .page-not-found__center .page-not-found__action {
  margin-top: 40px;
}
.page-not-found__action .btn.btn-bordered {
  transition: all 0.5s;
}
.page-not-found__action .btn.btn-bordered:hover {
  color: rgba(212, 1, 0, 1);
  background-color: #fff;
  border-color: rgba(212, 1, 0, 1);
}
@media (max-width: 1279px) {
  section.page-not-found .page-not-found__row .page-not-found__center .page-not-found__action {
    display: none;
  }
}
section.page-not-found .page-not-found__mobile {
  display: none;
  color: #FFF;
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 1279px) {
  section.page-not-found .page-not-found__mobile {
    display: block;
  }
}
section.page-not-found .page-not-found__mobile .page-not-found__title {
  display: none;
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
}
@media (max-width: 767px) {
  section.page-not-found .page-not-found__mobile .page-not-found__title {
    display: block;
  }
}
section.page-not-found .page-not-found__mobile .page-not-found__description {
  margin-top: 20px;
}
section.page-not-found .page-not-found__mobile .page-not-found__action {
  margin-top: 40px;
}
/* ---------------------------------------------- */
/* ------       Страница шеф-монтаж        ------ */
/* ---------------------------------------------- */
/* ------ SUPERVISION HEADER ------ */
section.supervision-header {
  margin-top: -80px;
  padding: 130px 0 50px 0;
  background-color: #06040C;
}

section.supervision-header .container {
  margin-bottom: 52px !important;
}
@media(max-width: 1279px) {
  section.supervision-header {
    margin-top: -87px;
  } 
}
section.supervision-header .supervision-header__suptitle {
  text-align: center;
}
section.supervision-header .supervision-header__suptitle span {
  padding: 8px;
  border-radius: 4px;
  background-color: #272332;
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  color: #fff;
}
section.supervision-header .supervision-header__title {
  margin-top: 10px;
}
section.supervision-header .supervision-header__title h1 {
  text-align: center;
  color: #fff;
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
}
@media(max-width: 1024px) {
  section.supervision-header .supervision-header__title h1 {
    font-size: 32px;
  }
}
@media(max-width: 640px) {
  section.supervision-header .supervision-header__title h1 {
    font-size: 26px;
  }
}
section.supervision-header .supervision-header__subtitle {
  text-align: center;
  color: #fff;
}
@media(max-width: 1280px) {
  section.supervision-header .supervision-header__subtitle {
    font-size: 14px;
  }
}
section.supervision-header .supervision-header__slider {
  margin: 60px -10px 0;
  padding: 0 10px;
}
section.supervision-header .supervision-header__slider .swiper-slide.item {
  position: relative;
  height: 394px;
  padding: 1px;
  text-align: center;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #5d5969 5%, #5d5969 95%, #ffffff 100%);
  border-radius: 16px;
  width: 250px
}
section.supervision-header .supervision-header__slider .swiper-slide.item:nth-child(2) {
  height: calc(394px - 60px);
}
@media (max-width: 1024px) {
  section.supervision-header .supervision-header__slider .swiper-slide.item:nth-child(2) {
    height: 394px;
  }
}
@media(max-width: 1023px) {
  section.supervision-header .supervision-header__slider .swiper-slide.item:nth-child(2) {
    height: 310px;
  }
  section.supervision-header .supervision-header__slider .swiper-slide.item {
    height: 310px;
  }
}
@media(max-width: 640px) {
  section.supervision-header .supervision-header__slider .swiper-slide.item {
    width: 270px;
    height: 285px;
  }
  section.supervision-header .supervision-header__slider .swiper-slide.item:nth-child(2) {
    height: 285px;
  }
}
section.supervision-header .supervision-header__slider .swiper-slide.item:nth-child(2) .item__action {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -60px;
}
section.supervision-header .supervision-header__slider .swiper-slide.item:nth-child(2) .item__action a {
  display: flex;
}
@media (max-width: 1024px) {
  section.supervision-header .supervision-header__slider .swiper-slide.item:nth-child(2) .item__action {
    display: none;
  }
}
section.supervision-header .supervision-header__slider .swiper-slide.item .item__wrapper {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 30px;
  background-color: #06040C;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 16px;
  transition: background-size 0.4s ease;
}
@media(max-width: 1023px) {
  section.supervision-header .supervision-header__slider .swiper-slide.item .item__wrapper {
    background-size: 100% auto;
    background-position: bottom center;
    padding: 30px 15px;
  }
}
@media(min-width: 1024px) {
  section.supervision-header .supervision-header__slider .swiper-slide.item .item__wrapper:hover {
    background-size: 103% 103%;
  }
}
section.supervision-header .supervision-header__slider .swiper-slide.item .item__wrapper .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
  color: #fff;
}
section.supervision-header .supervision-header__slider .swiper-slide.item .item__wrapper .item__description {
  margin-top: 15px;
  font-family: 'manrope-light', sans-serif;
  color: #fff;
}
@media(max-width: 1280px) {
  section.supervision-header .supervision-header__slider .swiper-slide.item .item__wrapper .item__title {
    font-size: 24px;
  }
  section.supervision-header .supervision-header__slider .swiper-slide.item .item__wrapper .item__description {
    font-size: 14px;
  }
}
@media(max-width: 640px) {
  section.supervision-header .supervision-header__slider .swiper-slide.item .item__wrapper .item__title {
    font-size: 20px;
  }
}
section.supervision-header .supervision-header__action {
  display: none;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  section.supervision-header .supervision-header__action {
    display: block;
  }
  section.supervision-header .supervision-header__action a {
    display: flex;
  }
}
/* ------ SUPERVISION INCLUDE ------ */
section.supervision-include {
  background: #06040C url("/local/templates/kryshi/css/../images/how-to-build-bg.png") center center;
}
@media(max-width: 500px) {
  section.supervision-include {
    background: #06040C;
  }
}
section.supervision-include .how-it-title {
  margin: 0;
}
.how-it-title-mob {
  display: none;
}
@media(max-width: 500px) {
  .how-it-title-mob {
    display: block;
    padding-right: 15px;
  }
  .how-it-title-pc {
    display: none;
  }
}
.supervision-include .container {
  position: relative;
  height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
@media(max-width: 500px) {
  .supervision-include .container {
    height: fit-content;
    flex-direction: column-reverse;
    padding-right: 0 !important;
  }
}

.supervision__block {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 1500px;
  left: 0;
}
@media(max-width: 500px) {
  .supervision__block {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 30px;
  }
}

.supervision__item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  width: 325px;
  height: 394px;
  background-color: rgba(56, 54, 61, 1);
  backdrop-filter: blur(11px);
}

.supervision__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.supervision__item1 {
  left: 0;
  top: 0;
}

.supervision__item3 {
  left: 20px;
  bottom: -80px;
}

.supervision__item2 {
  right: 0;
  top: 300px;
}

.supervision__item4 {
  right: 20px;
  bottom: -400px;
}

.supervision__item-title {
  color: #fff;
  text-align: center;
  margin: 32px 0 12px;
  padding: 0 18px;
  font-size: 28px;
  line-height: 120%;
  font-weight: 800;
  font-family: 'manrope-extrabold';
}

.supervision__item-desc {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  font-family: 'manrope-light';
  text-align: center;
  padding: 0 18px;
}

.supervision__item img {
  width: 100%;
  height: 166px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: auto;
}

@media(max-width: 1280px) {
  .supervision__item {
    width: 285px;
  }
  .supervision__item-title {
    font-size: 24px;
  }
  .supervision__item-desc {
    font-size: 14px;
  }
  .supervision__item img {
    height: 184px;
  }
  .supervision__item1 {
    left: 20px;
  }
  .supervision__item2 {
    right: 20px;
  }
}
@media(max-width: 500px) {
  .supervision__item {
    position: relative;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
    width: 271px;
    height: 386px;
    flex: 0 0 auto;
  }
  .supervision__item +  .supervision__item {
    margin-left: 12px;
  }
  .supervision__item-title {
    font-size: 20px;
  }
  .supervision__item-desc {
    padding: 0 12px;
  }
}









/* ---------------------------------------------- */
/* ------ Страница отдельного этапа услуги ------ */
/* ---------------------------------------------- */
/* ------ STAGE ------ */
section.stage {
  margin: 40px 0;
}
section.stage .stage__row {
  display: flex;
  align-items: flex-start;
}
@media(max-width: 900px) {
  section.stage .stage__row {
    flex-direction: column;
    align-items: center;
  }
}
section.stage .stage__row .stage__image {
  width: 805px;
  margin-right: 20px;
}
@media(max-width: 1280px) {
  section.stage .stage__row .stage__image {
    width: 765px;
  }
}
@media(max-width: 1150px) {
  section.stage .stage__row .stage__image {
    width: 600px;
  }
}
@media(max-width: 1000px) {
  section.stage .stage__row .stage__image {
    width: 500px;
  }
}
@media(max-width: 900px) {
  section.stage .stage__row .stage__image {
    max-width: 515px;
    width: 100%;
    margin: 0 auto;
  }
}
section.stage .stage__row .stage__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.stage .stage__row .stage__content {
  width: calc(100% - 825px);
}
@media(max-width: 1280px) {
  section.stage .stage__row .stage__content {
    width: calc(100% - 785px);
  }
}
@media(max-width: 1150px) {
  section.stage .stage__row .stage__content {
    width: calc(100% - 620px);
  }
}
@media(max-width: 1000px) {
  section.stage .stage__row .stage__content {
    width: calc(100% - 520px);
  }
}
@media(max-width: 900px) {
  section.stage .stage__row .stage__content {
    width: 100%;
    margin-top: 10px;
  }
}
section.stage .stage__row .stage__content .stage__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 34px;
  color: #D40100;
}
section.stage .stage__row .stage__content .stage__description {
  margin-top: 25px;
  font-family: 'manrope-light', sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: rgba(113, 113, 113, 1);
}
@media(max-width: 900px) {
  section.stage .stage__row .stage__content .stage__title {
    font-size: 30px;
  }
  section.stage .stage__row .stage__content .stage__description {
    font-size: 14px;
  }
}
@media(max-width: 640px) {
  section.stage .stage__row .stage__content .stage__title {
    font-size: 28px;
  }
}
section.stage .stage__row .stage__content .stage__action {
  margin-top: 30px;
}
@media(max-width: 640px) {
  section.stage .stage__row .stage__content .stage__action a {
    width: 100%;
    text-align: center;
  }
}
/* ------ STAGE CATEGORIES ------ */
section.stage-categories {
  margin: 40px 0 160px;
}
section.stage-categories .stage-categories__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media(max-width: 900px) {
  section.stage-categories .stage-categories__row {
    margin: 0 -6px;
  }
}
@media(max-width: 350px) {
  section.stage-categories .stage-categories__row {
    margin: 0 -2.5px;
  }
}

section.stage-categories .stage-categories__row .stage-categories__item.item {
  width: calc(25% - 20px);
  margin: 10px;
  padding: 30px;
  height: 220px;
  border: 1px solid #D1D0D6;
  border-radius: 20px;
  transition: background-size 0.4s ease;
  background-size: 100% 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media(max-width: 1280px) {
  section.stage-categories .stage-categories__row .stage-categories__item.item {
    width: calc(33.33% - 20px);
    height: 218px;
  }
}
@media(max-width: 900px) {
  section.stage-categories .stage-categories__row .stage-categories__item.item {
    width: calc(50% - 12px);
    height: 218px;
    margin: 6px;
    padding: 32px 28px;
  }
}
@media(max-width: 600px) {
  section.stage-categories .stage-categories__row .stage-categories__item.item {
    height: 158px;
    padding: 16px;
  }
}
@media(max-width: 350px) {
  section.stage-categories .stage-categories__row .stage-categories__item.item {
    width: calc(50% - 5px);
    margin: 2.5px;
  }
}
section.stage-categories .stage-categories__row .stage-categories__item.item:hover {
  background-size: 105% 105%;
}
section.stage-categories .stage-categories__row .stage-categories__item.item .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 24px;
}
@media(max-width: 600px) {
  section.stage-categories .stage-categories__row .stage-categories__item.item .item__title {
    font-size: 14px;
  }
}
@media(max-width: 350px) {
  section.stage-categories .stage-categories__row .stage-categories__item.item .item__title {
    font-size: 12px;
  }
}
/* ------ STAGE KNOW ------ */
section.stage-know {
  padding: 80px 0;
  color: #fff;
}
@media(max-width: 1024px) {
  section.stage-know {
    padding: 60px 0 120px;
  }
}
section.stage-know .stage-know__row {
  display: flex;
}
@media (max-width: 1100px) {
  section.stage-know .stage-know__row {
    display: block;
  }
}
section.stage-know .stage-know__row .stage-know__title {
  flex: 0 0 550px;
}
section.stage-know .stage-know__row .stage-know__title h2 {
  position: sticky;
  top: 0;
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 1280px) {
  section.stage-know .stage-know__row .stage-know__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1100px) {
  section.stage-know .stage-know__row .stage-know__title h2 {
    padding: 0;
  }
  section.stage-know .stage-know__row .stage-know__title h2 br {
    display: none;
  }
}
section.stage-know .stage-know__row .stage-know__content {
  flex-grow: 1;
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item {
  border-bottom: 1px solid #272332;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item.visible {
  opacity: 1;
  transform: translateY(0);
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item::before,
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #272332;
  position: absolute;
  bottom: -20px;
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item::before {
  left: 0;
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item::after {
  right: 0;
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 640px) {
  section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
  }
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__number {
  flex: 0 0 136px;
  padding: 40px 0;
  margin-right: 100px;
  font-family: 'days-regular', sans-serif;
  font-size: 63px;
  letter-spacing: 3px;
  color: #D40100;
}
@media (max-width: 640px) {
  section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__number {
    flex: 0 0 50px;
    font-size: 36px;
    padding: 0;
  }
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__content {
  padding: 40px 0;
}
@media (max-width: 640px) {
  section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__content {
    padding: 28px 0;
  }
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__content .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 30px;
  margin-bottom: 12px;
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__content .item__description {
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__content .item__description h3 {
  font-family: 'manrope-bold', sans-serif;
}
section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__content .item__description ul {
  padding: 0;
  padding-left: 20px;
  font-size: 14px;
}
@media (max-width: 640px) {
  section.stage-know .stage-know__row .stage-know__content .stage-know__item.item .item__row .item__content .item__title {
    font-size: 28px;
  }
}
/* ------ STAGE TABLE ------ */
section.stage-table .stage-table__title {
  background-color: #fff;
  padding: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
section.stage-table .stage-table__title h2 {
  text-align: center;
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  margin: 0;
}
@media(max-width: 1280px) {
  section.stage-table .stage-table__title h2 {
    font-size: 32px;
  }
}
@media(max-width: 500px) {
  section.stage-table .stage-table__title {
    padding: 28px 16px;
  }
  section.stage-table .stage-table__title h2 {
    font-size: 22px;
    text-align: left;
  }
}
section.stage-table .stage-table__wrapper {
  background-color: #1F1D24;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
section.stage-table .stage-table__wrapper table {
  width: 100%;
  color: #fff;
  border-collapse: collapse;
}
@media(max-width: 900px) {
  section.stage-table .stage-table__wrapper {
    overflow-x: auto;
  }
  section.stage-table .stage-table__wrapper table {
    width: 900px;
  }
}
section.stage-table .stage-table__wrapper table td {
  padding: 20px 0;
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
}
section.stage-table .stage-table__wrapper table td:first-child {
  padding-left: 40px;
  font-family: 'manrope-bold', sans-serif;
  font-size: 16px;
}
@media(max-width: 500px) {
  section.stage-table .stage-table__wrapper table td:first-child {
    padding-left: 16px;
  }
}
section.stage-table .stage-table__wrapper table td:last-child {
  padding-right: 40px;
}
section.stage-table .stage-table__wrapper table tr + tr td {
  border-top: 2px solid #969FA8;
}
section.stage-table .stage-table__wrapper table thead tr {
  border-bottom: 3px solid #969FA8;
}
section.stage-table .stage-table__wrapper table thead tr td {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 24px !important;
}
@media(max-width: 500px) {
  section.stage-table .stage-table__wrapper table thead tr td {
    font-size: 20px !important;
  }
}
/* ------ STAGE ERRORS ------ */
section.stage-errors {
  padding: 160px 0;
  color: #fff;
}
@media(max-width: 1280px) {
  section.stage-errors {
    padding: 120px 0;
  }
}
@media(max-width: 768px) {
  section.stage-errors {
    padding: 100px 0;
  }
}
section.stage-errors .stage-errors__row {
  display: flex;
}
@media (max-width: 1100px) {
  section.stage-errors .stage-errors__row {
    display: block;
  }
}
section.stage-errors .stage-errors__row .stage-errors__title {
  width: 550px;
}
@media (max-width: 1280px) {
  section.stage-errors .stage-errors__row .stage-errors__title {
    width: 500px;
  }
}
@media (max-width: 1100px) {
  section.stage-errors .stage-errors__row .stage-errors__title {
    width: 100%;
  }
}
section.stage-errors .stage-errors__row .stage-errors__title h2 {
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1280px) {
  section.stage-errors .stage-errors__row .stage-errors__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  section.stage-errors .stage-errors__row .stage-errors__title h2 {
    font-size: 26px;
  }
}
section.stage-errors .stage-errors__row .stage-errors__content {
  width: calc(100% - 550px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-left: 60px;
  position: relative;
}
@media(max-width: 1280px) {
  section.stage-errors .stage-errors__row .stage-errors__content {
    width: calc(100% - 500px);
  }
}
@media(max-width: 1100px) {
  section.stage-errors .stage-errors__row .stage-errors__content {
    padding-left: 0;
    margin-top: 32px;
    width: unset;
  }
}
section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item {
  flex: 0 0 calc(50% - 20px);
  margin: 10px 10px 40px;
  display: flex;
  position: relative;
}
@media(max-width: 500px) {
  section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item {
    flex: 0 0 calc(100% - 20px);
  }
}
.stage-errors .item__wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
}

.stage-errors .animate .item__wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s; /* чуть позже кружка */
}


section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item .item__marker {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item .item__marker .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F1D24;
  margin-bottom: 10px;
  opacity: 0;
  transform: scale(0);
  transition: all 1s ease-out;
}
section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item.animate .item__marker .circle {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
}


section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item .item__marker .line {
  /* flex-grow: 1; */
  width: 2px;
  background: #1F1D24;
  transition: height 1s ease-out, opacity 1s ease-out;
  transform-origin: top;
  opacity: 0;
  height: 0;
}
section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item.animate .item__marker .line {
  opacity: 1;
  /* flex-grow: 1; */
  height: 50px;
  transition-delay: 0.6s; /* после контента */
}
section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item .item__wrapper .item__title {
  margin-bottom: 15px;
  font-family: 'manrope-bold', sans-serif;
  font-size: 16px;
}
section.stage-errors .stage-errors__row .stage-errors__content .stage-errors__item.item .item__wrapper .item__description {
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
}
/* ------ STAGE USEFUL ------ */
section.stage-useful {
  padding-bottom: 120px;
  color: #fff;
}
@media(max-width: 1024px) {
  section.stage-useful {
    padding-bottom: 60px;
  }
}
@media(max-width: 500px) {
  section.stage-useful .container {
    padding-right: 0 !important;
  }
}
section.stage-useful .stage-useful__title h2 {
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1280px) {
  section.stage-useful .stage-useful__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  section.stage-useful .stage-useful__title {
    padding-right: 15px;
  }
  section.stage-useful .stage-useful__title h2 {
    font-size: 26px;
    padding-left: 15px;
  }
}
section.stage-useful .stage-useful__marker {
  margin: 40px 0;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}
@media(max-width: 500px) {
  section.stage-useful .stage-useful__marker {
    padding-right: 15px;
    width: calc(100% - 15px);
  }
}
section.stage-useful .stage-useful__marker .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1F1D24;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
section.stage-useful .stage-useful__marker .circle.center {
  transition: all 0.3s ease;
  left: 50%;
}
section.stage-useful .stage-useful__marker.marker-animate .circle.center {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
section.stage-useful .stage-useful__marker.marker-animate .circle.center.hidden {
  opacity: 0;
}

section.stage-useful .stage-useful__marker .circle.left {
  opacity: 0;
  transform: translateX(-50%) scale(1);
  transition: all 0.6s ease;
}
section.stage-useful .stage-useful__marker.marker-animate .circle.left {
  opacity: 1;
  transform: translate(0, -50%);
}

section.stage-useful .stage-useful__marker .circle.right {
  opacity: 0;
  transform: translateX(-50%) scale(1);
  transition: all 0.6s ease;
}
section.stage-useful .stage-useful__marker.marker-animate .circle.right {
  opacity: 1;
  transform: translate(0, -50%);
}

section.stage-useful .stage-useful__marker .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1F1D24;
  transform: translateX(-50%);
  transition: width 0.6s ease;
}
section.stage-useful .stage-useful__marker.marker-animate .line {
  width: calc(100% - 36px);
  transform: translate(-50%, -50%);
}
section.stage-useful .stage-useful__row {
  display: flex;
  margin: -10px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease 0.5s;
}
section.stage-useful .stage-useful__row.row-animate {
  opacity: 1;
  transform: translateY(0);
}

@media(max-width: 500px) {
  section.stage-useful .stage-useful__row {
    flex-wrap: nowrap;
    margin: 0;
    overflow-x: auto;
  }
}
section.stage-useful .stage-useful__row .stage-useful__item.item {
  width: calc(25% - 20px);
  margin: 10px;
  padding: 1px;
  background: #FFFFFF;
  background: linear-gradient(15deg, #ffffff 0%, #7f7c89 26%, #5d5969 100%);
  border-radius: 20px;
  position: relative;
}
@media(max-width: 1024px) {
  section.stage-useful .stage-useful__row .stage-useful__item.item {
    width: calc(50% - 20px);
  }
}
@media(max-width: 768px) {
  section.stage-useful .stage-useful__row .stage-useful__item.item {
    height: 334px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media(max-width: 500px) {
  section.stage-useful .stage-useful__row .stage-useful__item.item {
    height: 339px;
    width: 271px;
    margin: 0;
    flex: 0 0 auto;
  }
  section.stage-useful .stage-useful__row .stage-useful__item.item + .stage-useful__item.item {
    margin-left: 12px;
  }
}
section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper {
  background-color: #06040C;
  border-radius: 20px;
  padding: 30px 60px;
}
@media(max-width: 1250px) {
  section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper {
    padding: 30px 15px;
  }
}
section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper .item__image {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
@media(max-width: 768px) {
  section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper .item__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0;
    border-radius: 20px;
  }
}
section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper .item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media(max-width: 768px) {
  section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper .item__image img {
    border-radius: 0;
    border-radius: 20px;
  }
}
section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper .item__title {
  margin-bottom: 15px;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media(max-width: 768px) {
  section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper .item__title {
    display: none;
  }
}
section.stage-useful .stage-useful__row .stage-useful__item.item .item__wrapper .item__description {
  font-family: 'manrope-light', sans-serif;
  text-align: center;
  position: relative;
  z-index: 3;
}
/* ------ STAGE ROUND ------ */
section.stage-round {
  margin-top: -100px;
  padding: 160px 0 260px;
  background-image: url("/local/templates/kryshi/css/../images/stage-roundnew.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media(max-width: 700px) {
  section.stage-round {
    margin: 0;
    background-image: none;
    background: none;
    position: relative;
    padding: 150px 0;
  }
  .stage-round .container {
    padding-right: 0 !important;
  }
}
@media(max-width: 400px) {
  section.stage-round {
    padding: 150px 0 100px;
  }
}
section.stage-round .stage-round__root {
  position: relative;
  margin: 100px auto 0;
  width: 668px;
  height: 668px;
  border-radius: 50%;
  border: 4px solid #DDE1E7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media(max-width: 700px) {
  section.stage-round .stage-round__root {
    display: none;
  }
}
section.stage-round .stage-round__root .stage-round__child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #DDE1E7;
  /* Позиционирование по окружности, начиная сверху (угол 90° + 72° × n) */
}
section.stage-round .stage-round__root .stage-round__child:not(.active)::before {
  content: '';
  position: absolute;
  width: 85px;
  height: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background-color: rgba(221, 225, 231, 0.3);
  opacity: 0;
  transition: all 0.5s;
}
section.stage-round .stage-round__root .stage-round__child:not(.active):hover::before {
  animation: pulse-once 0.8s ease-out 1; /* 1 раз */
  opacity: 1;
}
@keyframes pulse-once {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
section.stage-round .stage-round__root .stage-round__child.active {
  background-color: #D40100;
  box-shadow: 0 0 0px 10px rgba(212, 1, 0, 0.1);
  color: #fff;
}
section.stage-round .stage-round__root .stage-round__child:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg) translateX(333px) rotate(90deg);
}
section.stage-round .stage-round__root .stage-round__child:nth-child(2) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-378deg) translateX(333px) rotate(378deg);
}
section.stage-round .stage-round__root .stage-round__child:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-306deg) translateX(333px) rotate(306deg);
}
section.stage-round .stage-round__root .stage-round__child:nth-child(4) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-234deg) translateX(333px) rotate(234deg);
}
section.stage-round .stage-round__root .stage-round__child:nth-child(5) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-162deg) translateX(333px) rotate(162deg);
}
section.stage-round .stage-round__root .stage-round__content .stage-round__title {
  max-width: 500px;
  margin-bottom: 40px;
  font-family: 'days-regular', sans-serif;
  font-size: 52px;
  color: #D40100;
}
@media(max-width: 1024px) {
  section.stage-round .stage-round__root .stage-round__content .stage-round__title {
    font-size: 32px;
  }
}

.stage__mob-wrapper {
  display: none;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-top: 100px;
  margin-top: -100px;
}
@media(max-width: 700px) {
  .stage__mob-wrapper {
    display: flex;
  }
  .stage__mob-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.stage__mob-bg {
  max-width: 360px;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  display: none;
}
@media(max-width: 700px) {
  .stage__mob-bg {
    display: none;
  }
}

@media(max-width: 400px) {
  .stage__mob-bg {
    top: 10px;
  }
}

.stage__mob-wrapper-box {
  display: flex;
  flex-wrap: nowrap;
  width: 2000px;
  position: relative;
}

.stage__lines-box {
  position: absolute;
  left: 35px;
  top: -58px;
  width: 100%;
  height: 3px;
  z-index: 2;
  pointer-events: none;
}

.stage__lines1,
.stage__lines2 {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 3px;
}

.stage__lines1 {
  width: 100%;
  background-color: rgba(221, 225, 231, 1);
  z-index: 1;
}

.stage__lines2 {
  background-color: rgba(212, 1, 0, 1);
  width: 0;
  z-index: 2;
}

.stage__mob-item {
  position: relative;
  z-index: 3;
  /* width: 312px; */
  width: 422px;
  flex: 0 0 auto;
  padding-right: 110px;
}

.stage__mob-item:nth-last-of-type(1) {
  padding-right: 0;
  width: 312px;
}

/* .stage__mob-item + .stage__mob-item {
  margin-left: 110px;
} */

.stage__mob-circle {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: rgba(212, 1, 0, 1);
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
  font-family: 'manrope-extrabold';
  color: #fff;
  position: absolute;
  left: 8px;
  top: -80px;
}

.stage__mob-circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(212, 1, 0, 0.1);
  z-index: 1;
  width: 63px;
  height: 63px;
  border-radius: 50%;
}

.stage__mob-title {
  color: rgba(212, 1, 0, 1);
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
  font-family: 'days-regular';
  margin: 0;
  margin-bottom: 32px;
}

/* ------ STAGE PRESENT ------ */
section.stage-present {
  margin-top: -170px;
}
@media(max-width: 700px) {
  section.stage-present {
    margin-top: 0;
  }
}
/* ------ STAGE GET ------ */
section.stage-get {
  padding: 0;
  color: #06040C;
}
section.stage-get .you-get__row .you-get__content .you-get__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
/* ---------------------------------------------- */
/* ------         Страница контакты        ------ */
/* ---------------------------------------------- */
/* ------ CONTACTS ------ */
@media (max-width: 768px) {
  section.contacts .contacts__title h2 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  section.contacts .contacts__title h2 {
    font-size: 32px;
	text-align: center;
  }
}
section.contacts .contacts__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
section.contacts .contacts__row .contacts__card.card {
  flex: 0 0 calc(33.33333% - 20px);
  margin: 10px;
  background: #FFFFFF;
  /* background: linear-gradient(100deg, #ffffff 0%, #a9a6b3 5%, #a9a6b3 95%, #ffffff 100%); */
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  padding: 1px;
  border-radius: 20px;
}
section.contacts .contacts__row .contacts__card.card.contacts__card-mob {
  display: none;
}
@media (max-width: 1280px) {
  section.contacts .contacts__row .contacts__card.card {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  section.contacts .contacts__row .contacts__card.card {
    flex: 0 0 calc(100% - 20px);
    display: none;
  }
  section.contacts .contacts__row .contacts__card.card.contacts__card-mob {
    display: block;
  }
}
section.contacts .contacts__row .contacts__card.card .card__wrapper {
  border-radius: 20px;
  background-color: #fff;
  padding: 5px;
  height: 100%;
}
@media(max-width: 500px) {
  section.contacts .contacts__row .contacts__card.card .card__wrapper {
    padding: 44px 28px 40px;
  }
}
section.contacts .contacts__row .contacts__card.card .card__wrapper .card__title {
  background-color: #D40100;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 8px;
  font-size: 14px;
}
section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content {
  padding: 28px 35px 35px;
}
@media(max-width: 640px) {
  section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content {
    display: none;
  }
  section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content.active {
    display: block !important;
  }
}
@media(max-width: 500px) {
  section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content {
    padding: 28px 0 0;
  }
}
section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content .card__item.item + .card__item.item {
  margin-top: 32px;
}
@media(max-width: 1280px) {
  section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content .card__item.item + .card__item.item {
    margin-top: 28px;
  }
}
section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content .card__item.item .item__title {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 24px;
  color: #D40100;
}
section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content .card__item.item .item__content {
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  color: #717171;
  margin-top: 12px;
  line-height: 1.5;
}
@media(max-width: 1024px) {
  section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content .card__item.item .item__content {
    margin-top: 8px;
  }
}
section.contacts .contacts__row .contacts__card.card .card__wrapper .card__content .card__item.item .item__content a {
  color: #717171;
}
section.contacts .contacts__row .contacts__map {
  flex: 0 0 calc(33.33333% - 20px);
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  section.contacts .contacts__row .contacts__map {
    flex: 0 0 calc(100% - 20px);
    height: 485px;
  }
}
@media (max-width: 1024px) {
  section.contacts .contacts__row .contacts__map {
    height: 421px;
  }
}
/* ---------------------------------------------- */
/* ------        Страница партнерам        ------ */
/* ---------------------------------------------- */
/* ------ PARTNERS PROMO ------ */
section.partners-promo {
  min-height: 300px;
  background: #06040C url("/local/templates/kryshi/css/../images/counter-bg.png") no-repeat top center;
  margin-top: -90px;
  padding-top: 125px;
  z-index: 0;
  text-align: center;
}
section.partners-promo .partners-promo__timer.timer .timer__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.partners-promo .partners-promo__timer.timer .timer__row .timer__item {
  font-family: 'days-regular', sans-serif;
  font-size: 32px;
}
section.partners-promo .partners-promo__timer.timer .timer__row .timer__item span {
  display: inline-block;
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
}

@media(max-width: 500px) {
	section.partners-promo .partners-promo__timer.timer .timer__row .timer__item span {
		padding: 10px 23px;
	}
}
section.partners-promo .partners-promo__timer.timer .timer__row .timer__item.separator::after {
  content: ":";
  display: inline-block;
  margin: 0 8px;
  background-color: transparent;
  color: #fff;
}
section.partners-promo .partners-promo__title {
  display: block;
  max-width: 660px;
  margin: 30px auto 10px;
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
  color: #fff;
}
section.partners-promo .partners-promo__description {
  display: block;
  max-width: 445px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
section.partners-promo .partners-promo__action {
  margin-top: 30px;
  margin-bottom: 160px;
}
@media (max-width: 1280px) {
  section.partners-promo .partners-promo__title {
    font-size: 32px;
  }
  section.partners-promo .partners-promo__description {
    font-size: 14px;
  }
  section.partners-promo .partners-promo__action {
    margin-bottom: 120px;
  }
}
@media (max-width: 640px) {
  section.partners-promo .partners-promo__title {
    font-size: 26px;
  }
  section.partners-promo .partners-promo__action {
    margin-bottom: 100px;
  }
}
.partners-promo__action .btn.btn-bordered {
  transition: all 0.5s;
}
.partners-promo__action .btn.btn-bordered:hover {
  color: rgba(212, 1, 0, 1);
  background-color: #fff;
  border-color: rgba(212, 1, 0, 1);
}
/* ------ PARTNERS ADV ------ */
section.partners-adv .partners-adv__title h2 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.partners-adv .partners-adv__title h2 {
    font-size: 63px;
  }
}
@media (max-width: 1024px) {
  section.partners-adv .partners-adv__title h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  section.partners-adv .partners-adv__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  section.partners-adv .partners-adv__title h2 {
    font-size: 26px;
	text-align: center;
  }
}
section.partners-adv .partners-adv__title .subtitle {
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  section.partners-adv .partners-adv__title .subtitle {
    font-size: 14px;
  }
}
section.partners-adv .partners-adv__slider {
  margin: 40px -10px 0;
  padding: 0 10px;
}
.partners-adv__slider .swiper-slide.item {
  position: relative;
  height: 394px;
  padding: 1px;
  text-align: center;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #5d5969 5%, #5d5969 95%, #ffffff 100%);
  border-radius: 16px;
  width: 300px;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .partners-adv__slider .swiper-slide.item {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .partners-adv__slider .swiper-slide.item {
    width: 221px;
    height: 239px;
  }
}
.partners-adv__slider .swiper-slide.item .item__wrapper {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 30px 5px 5px 5px;
  transition: background-size 0.4s ease;
  background-size: 100% auto;
  background-color: #06040C;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partners-adv__slider .swiper-slide.item .item__wrapper:hover {
  background-size: 103% auto;
}
.partners-adv__slider .swiper-slide.item .item__wrapper .item__title {
  padding: 0 30px;
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 28px;
  color: #FFF;
}
@media (max-width: 1280px) {
  .partners-adv__slider .swiper-slide.item .item__wrapper .item__title {
    font-size: 24px;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .partners-adv__slider .swiper-slide.item .item__wrapper .item__title {
    font-size: 16px;
  }
}
.partners-adv__slider .swiper-slide.item .item__wrapper .item__action a {
  display: flex;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .partners-adv__slider .swiper-slide.item .item__wrapper .item__action a {
    border-radius: 12px;
    padding: 14px 16px;
  }
}
/* ------ PROVIDERS ------ */
section.providers {
  padding: 80px 0;
}
section.providers .providers__title h2 {
  color: #fff;
}
@media (max-width: 768px) {
  section.providers .providers__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  section.providers .providers__title h2 {
    font-size: 32px;
	text-align: center;
  }
}
section.providers .providers__row {
  display: flex;
  flex-wrap: wrap;
}
section.providers .providers__row .providers__item.item {
  flex: 0 0 25%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 30px;
}
@media (max-width: 768px) {
  section.providers .providers__row .providers__item.item {
    flex: 0 0 33.333%;
  }
}
@media (max-width: 640px) {
  section.providers .providers__row .providers__item.item {
    flex: 0 0 50%;
  }
}
section.providers .providers__row .providers__item.item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* ------ FEEDBACK ------ */
section.feedback {
  margin: 160px 0 100px;
}
@media (max-width: 1024px) {
  section.feedback {
    margin: 120px 0;
  }
}
@media (max-width: 640px) {
  section.feedback {
    margin: 100px 0;
  }
}

section.feedback .feedback__row {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  section.feedback .feedback__row {
    display: block;
  }
}
section.feedback .feedback__row .feedback__content {
  flex: 0 0 calc(50% - 20px);
  position: relative;
  min-height: 470px;
  margin: 10px;
  padding: 50px 40px;
  background: #06040C url("/local/templates/kryshi/css/../images/feedback-content-bg.png") no-repeat center right;
  background-size: cover;
  border-radius: 20px;
  color: #fff;
}
section.feedback .feedback__row .feedback__content .feedback__title {
  font-family: 'days-regular', sans-serif;
  font-size: 36px;
}
section.feedback .feedback__row .feedback__content .feedback__description {
  margin-top: 20px;
  font-family: 'manrope-light', sans-serif;
  line-height: 1.5;
}
@media(max-width: 1280px) {
  section.feedback .feedback__row .feedback__content {
    padding: 40px;
  }
  section.feedback .feedback__row .feedback__content .feedback__title {
    font-size: 32px;
  }
  section.feedback .feedback__row .feedback__content .feedback__description {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  section.feedback .feedback__row .feedback__content .feedback__title {
    font-size: 26px;
  }
  section.feedback .feedback__row .feedback__content {
    padding: 40px 24px;
  }
}
section.feedback .feedback__row .feedback__content .feedback__image {
  position: absolute;
  right: -25px;
  bottom: -40px;
  text-align: right;
}
section.feedback .feedback__row .feedback__content .feedback__image img {
  transition: all 0.5s;
}
@media(min-width: 1024px) {
  section.feedback .feedback__row .feedback__content:hover img {
    transform: scale(1.03);
  }
}
@media (max-width: 1280px) {
  section.feedback .feedback__row .feedback__content .feedback__image img {
    height: auto;
  }
}
@media (max-width: 1024px) {
  section.feedback .feedback__row .feedback__content .feedback__image {
    right: 0;
    bottom: 0;
    width: 300px;
    height: auto;
  }
  section.feedback .feedback__row .feedback__content .feedback__image img {
    width: 100%;
  }
}
@media(max-width: 640px) {
  section.feedback .feedback__row .feedback__content .feedback__image {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    width: 285px;
  }
}

section.feedback .feedback__row .feedback__form {
  flex: 0 0 calc(50% - 20px);
  position: relative;
  margin: 10px;
  padding: 1px;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #cfcdd6 5%, #cfcdd6 95%, #ffffff 100%);
  border-radius: 20px;
}
section.feedback .feedback__row .feedback__form .feedback__wrapper {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
}
.feedback__wrapper .btn.btn-primary {
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  section.feedback .feedback__row .feedback__form .feedback__wrapper {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 100%;
    height: unset;
  }
}
@media (max-width: 640px) {
  section.feedback .feedback__row .feedback__form .feedback__wrapper {
    padding: 44px 28px 21px; 
  }
}
section.feedback .feedback__row .feedback__form .feedback__wrapper .form .form__buttons {
  display: flex;
  margin: 0 0 25px;
  overflow-x: scroll;
}
section.feedback .feedback__row .feedback__form .feedback__wrapper .form .form__buttons::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
section.feedback .feedback__row .feedback__form .feedback__wrapper .form .form__buttons a {
  width: fit-content;
  margin: 0;
  min-width: fit-content;
  font-size: 16px;
  padding: 9px 28px;
}
@media(max-width: 640px) {
  section.feedback .feedback__row .feedback__form .feedback__wrapper .form .form__buttons a {
    padding: 9px 20px;
  }
}
section.feedback .feedback__row .feedback__form .feedback__wrapper .form .form__buttons a + a {
  margin-left: 5px;
}
section.feedback .feedback__row .feedback__form .feedback__wrapper .form .form__action {
  margin-top: 40px;
}
section.feedback .feedback__row .feedback__form .feedback__wrapper .form .privacy {
  margin-top: 20px;
  font-family: 'manrope-light', sans-serif;
  font-size: 14px;
  color: #717171;
}
section.feedback .feedback__row .feedback__form .feedback__wrapper .form .privacy a {
  color: #06040C;
  text-decoration: underline !important;
}

.supervision-whom {
  background-color: rgba(6, 4, 12, 1);
  padding: 52px 0;
}
@media(max-width: 500px) {
  .supervision-whom {
    padding: 52px 0 72px;
  }
}

.whom {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media(max-width: 1280px) {
  .whom {
    max-width: 794px;
  }
}
@media(max-width: 900px) {
  .whom {
    max-width: 688px;
  }
}

.whom__item {
  width: 100%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(31, 29, 36, 1);
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(max-width: 1280px) {
  .whom__item {
    padding-bottom: 32px;
  }
}
@media(max-width: 500px) {
  .whom__item {
    display: block;
    padding-bottom: 28px;
  }
}

.supervision-whom .how-it-title, .whom__item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.supervision-whom .how-it-title.visible,
.whom__item.visible {
  opacity: 1;
  transform: translateY(0);
}

.whom__item::after, .whom__item::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(31, 29, 36, 1);
  bottom: -21px;
}
@media(max-width: 500px) {
  .whom__item::after, .whom__item::before {
    bottom: -14px;
  }
}

.whom__item::after {
  left: 0;
}

.whom__item::before {
  right: 0;
}

.whom__item + .whom__item {
  margin-top: 40px;
}
@media(max-width: 1280px) {
  .whom__item + .whom__item {
    margin-top: 21px;
  }
}
@media(max-width: 500px) {
  .whom__item + .whom__item {
    margin-top: 42px;
  }
}

.whom__item-title {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 12px;
  line-height: 120%;
  color: #fff;
  font-weight: 800;
  font-family: 'manrope-extrabold';
}
@media(max-width: 1280px) {
  .whom__item-title {
    font-size: 28px;
  }
}
@media(max-width: 900px) {
  .whom__item-title {
    margin-bottom: 8px;
  }
}
@media(max-width: 500px) {
  .whom__item-title {
    margin-bottom: 12px;
	text-align: left;
  }
}

.whom__item-desc {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: 'manrope-light';
  line-height: 130%;
  max-width: 630px;
  margin: 0 auto;
}
@media(max-width: 900px) {
  .whom__item-desc {
    max-width: 510px;
  }
}
@media(max-width: 500px) {
  .whom__item-desc {
    max-width: unset;
    text-align: left;
  }
}

.supervision-whom .how-it-title {
  margin-top: 40px;
  margin-bottom: 52px;
}

@media(max-width: 1280px) {
  .supervision-whom .how-it-title {
    margin-top: 52px;
  }
}
@media(max-width: 500px) {
  .supervision-whom .how-it-title {
    margin-top: 32px;
    margin-bottom: 28px;
  }
}

.how-it-works {
  margin-bottom: 52px;
  background-color: rgba(6, 4, 12, 1);
  padding-top: 52px;
  padding-bottom: 80px;
  border-radius: 0 0 72px 72px;
}
@media(max-width: 900px) {
  .how-it-works {
    padding-bottom: 40px;
  }
}
@media(max-width: 500px) {
  .how-it-works {
    border-radius: 0 0 28px 28px;
  }
}

.how-it-title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 68px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  font-family: 'days-regular';
  text-align: center;
}
@media(max-width: 1280px) {
  .how-it-title {
    font-size: 63px;
  }
}
@media(max-width: 500px) {
  .how-it-title {
    font-size: 26px;
  }
}

.how-it-works .how-it-title {
  margin-top: 52px;
}
@media(max-width: 1280px) {
  .how-it-works .how-it-title {
    margin: 40px 0;
  }
}
@media(max-width: 500px) {
  .how-it-works .how-it-title {
    margin: 32px 0 28px;
  }
}

.how-adv {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px;
}
@media(max-width: 1024px) {
  .how-adv {
    margin: -6px;
  }
}

.how-adv-item {
  width: calc(25% - 20px);
  margin: 10px;
  position: relative;
  height: 394px;
  padding: 1px;
  text-align: center;
  background: #FFFFFF;
  background: linear-gradient(100deg, #ffffff 0%, #5d5969 5%, #5d5969 95%, #ffffff 100%);
  border-radius: 16px;
}
@media(max-width: 1024px) {
  .how-adv-item {
    width: calc(33.33% - 12px);
    margin: 6px;
    height: 326px;
  }
}
@media(max-width: 800px) {
  .how-adv-item {
    width: calc(50% - 12px);
    margin: 6px;
    height: 326px;
  }
}
@media(max-width: 500px) {
  .how-adv-item {
    width: calc(100% - 12px);
  }
}

.how-adv-item .item__wrapper {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 30px 5px 5px 5px;
  transition: background-size 0.4s ease;
  background-size: 100% 100%;
  background-color: #06040C;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media(min-width: 1025px) {
  .how-adv-item .item__wrapper:hover {
    background-size: 103% 103%;
  }
}

.how-adv-item .item__wrapper .item__title {
  font-weight: 800;
  font-family: 'manrope-extrabold';
  padding: 0 30px;
  font-size: 24px;
  color: #FFF;
}
@media(max-width: 500px) {
  .how-adv-item .item__wrapper .item__title {
    font-size: 20px;
    padding: 0 10px;
  }
}

.item__desc {
  margin-bottom: auto;
  margin-top: 12px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  font-family: 'manrope-light';
  color: #fff;
  padding: 0 20px;
  line-height: 120%;
}
@media(max-width: 1280px) {
  .item__desc {
    font-size: 14px;
    margin-top: 8px;
  }
}

.objects__wrapper {
  margin-bottom: 160px;
  margin-top: 40px;
}

@media(max-width: 1280px) {
  .objects__wrapper {
    margin-bottom: 120px;
  }
}
@media(max-width: 600px) {
  .objects__wrapper {
    margin-bottom: 100px;
    margin-top: 28px;
  }
  .objects__wrapper .container {
    padding-right: 0 !important;
  }
}

.obj-title {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(6, 4, 12, 1);
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  font-family: 'days-regular';
}

@media(max-width: 1280px) {
  .obj-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media(max-width: 600px) {
  .obj-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
}

.objects__wrapper .obj-title {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 1280px) {
  .objects__wrapper .obj-title {
    max-width: 500px;
  }
}
@media(max-width: 600px) {
  .objects__wrapper .obj-title {
    margin-right: 15px;
  }
}

.objects {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px;
}
@media(max-width: 900px) {
  .objects {
    margin: -6px;
  }
}
@media(max-width: 600px) {
  .objects {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}


.objects__item {
  width: calc(33.33% - 20px);
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}
@media(max-width: 900px) {
  .objects__item {
    width: calc(33.33% - 12px);
    margin: 6px;
    height: 260px;
  }
}
@media(max-width: 600px) {
  .objects__item {
    width: 271px;
    margin: 0;
    height: 276px;
    flex: 0 0 auto;
  }
}

.objects__item.objects__item-big {
  width: calc(66.66% - 20px);
}
@media(max-width: 900px) {
  .objects__item.objects__item-big {
    width: calc(66.66% - 12px);
  }
}
@media(max-width: 600px) {
  .objects__item.objects__item-big {
    width: 271px;
  }
  .objects__item + .objects__item {
    margin-left: 12px;
  }
}


.objects__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.5s;
}

.objects__item:hover img {
  transform: scale(1.03);
}

.examples__wrapper .obj-title {
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 1280px) {
  .examples__wrapper .obj-title {
    max-width: 580px;
  }
}

.examples__wrapper .container {
  overflow: hidden;
}

.works__slider {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  flex-flow: wrap;
  position: relative;
  padding-bottom: 96px;
}
@media(max-width: 1280px) {
  .works__slider {
    max-width: 794px;
  }
}
@media(max-width: 900px) {
  .works__slider {
    padding-bottom: 88px;
  }
}
@media(max-width: 600px) {
  .works__slider {
    padding-bottom: 0;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.works__slider .slick-list {
  float: left;
  width: 100%;
  height: auto;
  overflow: visible !important;
  padding: 0 !important;
}

.works__slider .slick-track {
  float: left;
  width: 100%;
  height: auto;
}

.works__item {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.5s;
  border-radius: 20px;
  overflow: hidden;
}

.works__item:not(.slick-current) {
  transform: scale(1, 0.9);
}

.works__item:not(.slick-current)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
@media(max-width: 600px) {
  .works__item {
    margin-right: 12px;
    width: 271px;
  }
  .works__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .works__item:not(.slick-current) {
    transform: scale(1);
  }
  .works__item:not(.slick-current)::after {
    display: none;
  }
}

.works__item-img {
  display: block;
  width: 100%;
  height: 381px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

@media(max-width: 1280px) {
  .works__item-img {
    height: 336px;
  }
}
@media(max-width: 600px) {
  .works__item-img {
    height: 415px;
  }
}

.works__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works__item-title {
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 32px;
  right: 32px;
  color: rgba(6, 4, 12, 1);
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  font-family: 'days-regular';
}
@media(max-width: 750px) {
  .works__item-title br {
    display: none;
  } 
}
@media(max-width: 600px) {
  .works__item-title {
    font-size: 18px;
    text-align: center;
    top: 32px;
    left: 15px;
    right: 14px;
  } 
}

.works__item-list {
  position: absolute;
  border: 1px solid rgba(6, 4, 12, 1);
  padding: 24px 16px 24px 40px;
  overflow: hidden;
  border-radius: 8px;
  left: 32px;
  bottom: 32px;
  max-width: 273px;
  width: 100%;
  z-index: 2;
  background-color: rgba(6, 4, 12, 0.5);
  backdrop-filter: blur(11px);
}
@media(max-width: 1280px) {
  .works__item-list {
    left: 12px;
    bottom: 12px;
  }
}
@media(max-width: 768px) {
  .works__item-list {
    left: 24px;
    bottom: 24px;
  }
}
@media(max-width: 600px) {
  .works__item-list {
    left: 4px;
    bottom: 4px;
    right: 4px;
    max-width: unset;
    width: calc(100% - 8px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .works__item-list.show {
    opacity: 1;
    visibility: visible;
  }
}


.works__item-list::before {
  content: "";
  position: absolute;
  /* inset: 0; */
  background-color: rgba(0, 0, 0, 0.25);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.works__item-list ul {
  padding: 0;
  margin: 0;
}

.works__item-list li {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  font-family: 'manrope-regular';
}

.works__item-list li + li {
  margin-top: 12px;
}

.works__item-list-cursor {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  width: 100%;
}
@media(max-width: 600px) {
  .works__item-list-cursor {
    display: flex;
  }
}

.works__item-list-cursor.hide {
  display: none;
}

.works__item-list-cursor img {
  width: 41px;
  height: auto;
  object-fit: cover;
  margin-bottom: 12px;
}

.works__item-list-cursor p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  font-family: 'manrope-regular';
  width: 100%;
  color: #fff;
}

.slick-slider.dots.arrow .slick-prev {
  right: calc(50% + 40px);
  left: unset;
}

.slick-slider.dots.arrow .slick-prev::before {
  content: '';
  background: url('/local/templates/kryshi/css/../images/icon-arrow4.png') center no-repeat;
}

.slick-slider.dots.arrow .slick-prev:hover::before {
  background: url('/local/templates/kryshi/css/../images/whiteleft.png') center no-repeat;
}

.slick-slider.dots.arrow .slick-next {
  left: calc(50% + 40px);
}

.slick-slider.dots.arrow .slick-next::before {
  content: '';
  background: url('/local/templates/kryshi/css/../images/icon-arrow5.png') center no-repeat;
}

.slick-slider.dots.arrow .slick-next:hover::before {
  background: url('/local/templates/kryshi/css/../images/whiteright.png') center no-repeat;
}

.slick-slider.arrow .slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 0;
  z-index: 6;
  bottom: 20px;
  top: unset;
  transition: all 0.3s;
}

.slick-slider.arrow .slick-arrow:hover {
  background: rgba(212, 1, 0, 1);
}

.slick-slider.arrow .slick-arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.slick-slider.dots .slick-dots {
  position: absolute;
  width: 188px;
  height: 56px;
  border-radius: 195px;
  background: rgba(6, 4, 12, 1);
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
padding-left: 0;
}

@media(max-width: 600px) {
  .slick-slider.dots .slick-dots, .slick-slider.arrow .slick-arrow  {
    display: none !important;
  }
}

.works__slider .slick-dots {
  bottom: 0;
}

.slick-slider.dots .slick-dots li {
  float: left;
  width: 4px;
  height: 26px;
  border-radius: 5px;
  background: rgba(113, 113, 113, 1);
  margin: auto 4px;
  pointer-events: none;
  transition: background 0.3s;
}

.slick-slider.dots .slick-dots li.slick-active {
  background: #fff;
  height: 42px;
}

.slick-slider.dots .slick-dots li button {
  display: none;
}

:root {
  --accent: rgba(212,1,0,1);
  --text-gray: rgba(150,159,168,1);
  --progress: 0; /* 0..1 */
}

.stages__block {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  justify-content: center;
}
@media(max-width: 1100px) {
  .stages__block {
    display: none;
  }
}

.stages__item {
  display: block;
  width: fit-content;
  border: 1px solid var(--accent);
  border-radius: 25px;
  background: #fff;
  color: var(--text-gray);
  transition: all 0.5s;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  font-family: 'manrope-regular';
  flex: 0 0 auto;
  padding: 10px 21px;
  overflow: hidden;
  position: relative;
}
@media(max-width: 1280px) {
  .stages__item {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.stages__item-active {
  background: #fff;
  color: var(--text-gray);
}

.stages__item-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(var(--progress, 0) * 100%);
  background: var(--accent);
  z-index: 1;
  transition: width 120ms linear;
  border-radius: 94px;
}

.stages__item-active span {
  position: relative;
  z-index: 2;            
  display: inline-block;
  color: transparent;  
  background: linear-gradient(
    to right,
    #fff calc(var(--progress, 0) * 100%),
    var(--text-gray) calc(var(--progress, 0) * 100%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 120ms linear, color 120ms linear;
}

.quiz__succsesful-popup, .partners__popup-box {
  max-width: 670px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 55px 40px;
}

.quiz__succsesful {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.quiz__succsesful img {
  width: 160px;
  height: auto;
  object-fit: cover;
  margin: 0 auto 49px;
}

.quiz__succsesful p {
  margin: 0;
  text-align: center;
  color: rgba(6, 4, 12, 1);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  font-family: 'days-regular';
}

.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: -52px;
  right: -52px;
  color: #000;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgba(212, 1, 0, 1);
  color: #fff;
}

.partners__popup p {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  color: rgba(6, 4, 12, 1);
}

.partners__popup p + p {
  margin-top: 16px;
}

@media(max-width: 900px) {
  .fancybox__content>.carousel__button.is-close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
  .quiz__succsesful-popup, .partners__popup-box {
    padding: 35px 20px;
    max-width: 450px;
  }
  .quiz__succsesful img {
    width: 150px;
  }
  .quiz__succsesful p {
    font-size: 26px;
  }
}
@media(max-width: 500px) {
  .fancybox__content>.carousel__button.is-close {
    width: 30px;
    height: 30px;
  }
  .quiz__succsesful-popup, .partners__popup-box {
    padding: 35px 15px;
    max-width: 100%;
  }
  .quiz__succsesful img {
    width: 140px;
  }
  .quiz__succsesful p {
    font-size: 24px;
  }
}

.bread__crumbs-box {
  margin: 10px 0;
}

.partners-promo .bread__crumbs-box {
  margin: 0 0 40px 0;
}

.supervision-header .bread__crumbs-box {
  margin: 0;
}

@media(max-width: 768px) {
  .bread__crumbs-box {
    margin: 0 0 10px 0;
  }
  .partners-promo .bread__crumbs-box {
    margin: 0 0 30px 0;
  }
}

.bread__crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bread__crumbs a, .bread__crumbs span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(150, 159, 168, 1);
  font-family: 'manrope-light';
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}

.bread__crumbs span {
  margin: 5px;
}

.bread__crumbs a:last-of-type:not(.bread__crumbs span), .bread__crumbs span:last-of-type:not(.bread__crumbs span) {
  color: rgba(6, 4, 12, 1);
}

.partners-promo .bread__crumbs a:last-of-type:not(.bread__crumbs span), .bread__crumbs span:last-of-type:not(.bread__crumbs span) {
  color: rgba(255, 255, 255, 1);
}

.supervision-header .bread__crumbs a:last-of-type:not(.bread__crumbs span), .bread__crumbs span:last-of-type:not(.bread__crumbs span) {
  color: rgba(255, 255, 255, 1);
}

.compensate-for-scrollbar {
  padding: 0 !important;
}

.cards__nav {
  display: flex;
  align-items: stretch;
  padding: 44px 28px 0;
  margin: 0 -4px;
}
@media(max-width: 500px) {
  .cards__nav {
    padding: 0;
  }
}

.cards__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  width: calc(50% - 8px);
  text-decoration: none;
  transition: all 0.5s;
  border-radius: 100px;
  border: 1px solid rgba(193, 1, 0, 1);
  background-color: #fff;
  color: rgba(193, 1, 0, 1);
  font-size: 14px;
  line-height: 100%;
  padding: 10px;
  font-family: 'manrope-semibold';
  font-weight: 600;
}

.cards__nav-link.active {
  background-color: rgba(193, 1, 0, 1);
  color: #fff;
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 32px;
  list-style: none;
}

.pagination__list-item + .pagination__list-item {
  margin-left: 8px;
}

.pagination__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: rgba(6, 4, 12, 1);
  background-color: transparent;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  font-family: 'manrope-semibold';
}

.pagination__list-link svg path {
  transition: all 0.5s;
}

.pagination__list-link:hover {
  background-color: rgba(238, 238, 238, 1);
  color: rgba(212, 1, 0, 1);
}

.pagination__list-link:hover svg path {
  stroke: rgba(212, 1, 0, 1);
}

.active .pagination__list-link {
  background-color: rgba(212, 1, 0, 1);
  color: #fff;
}

.articles__btn {
  max-width: 436px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 32px auto 0;
  padding: 14px 16px;
}
@media(max-width: 768px) {
  .articles__btn {
    max-width: 100%;
  }
}

.own-production {
  margin-bottom: 70px;
}

.section-title.reviews__title h2 {
  margin-top: 0;
}

@media(max-width: 1280px) {
  .own-production {
    margin-bottom: 20px;
  }
}


@media(max-width: 550px) {
	.quiz__left .quiz__image {
        max-width: 300px;
        width: 100%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }
}

footer {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media(max-width: 380px) {
	   section.promo .promo__bottom .promo__info ul li {
        font-size: 12px;
    }
}


.contacts__card-wrapper {
	 display: flex;
    flex: 0 0 calc(66.6666% - 20px);
    flex-wrap: wrap;
}
section.contacts .contacts__row .contacts__card.card {
	flex: 0 0 calc(50% - 20px);
}

section.contacts .contacts__row  .contacts__card.social {
	width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid #80808061;
    padding-left: 40px;
    padding-right: 20px;
	margin: 0 10px;
}

section.contacts .contacts__row  .contacts__card.social p {
	margin-right: auto;
    color: #D40100;
    font-size: 24px;
    font-family: 'manrope-extrabold', sans-serif;
}

@media(max-width: 1280px) {
	.contacts__card-wrapper {
		display: flex;
		flex: 0 0 100%;
		flex-wrap: wrap;
	}
}

@media (max-width: 640px) {
    section.contacts .contacts__row .contacts__card.card {
        flex: 0 0 calc(100% - 20px);
        display: none;
    }
}
@media (max-width: 500px) {
	section.contacts .contacts__row .contacts__card.social {
		flex-wrap: wrap;
		padding: 15px;
		justify-content: center;
	}
	section.contacts .contacts__row .contacts__card.social p {
		width: 100%;
		text-align: center;
		margin: 0;
	}
}
/* End */
/* /local/templates/kryshi/css/normalize.css?17623447246138 */
/* /local/templates/kryshi/css/fancy4.css?176234472315578 */
/* /local/templates/kryshi/css/swiper-bundle.min.css?176234472518454 */
/* /local/templates/kryshi/css/video-js.css?176234472554292 */
/* /local/templates/kryshi/css/style.css?1770718720168091 */
