

/* Start:/local/templates/.default/vivilen-markup/build/css/main.css?1705406853142069*/
/**
 * Variables
 */
/**
  * Functions, mixins
  */
/**
 * Basic rules
 */
body {
  position: relative;
  font-size: 14px;
  color: #027a7a;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-locale: auto;
}

svg {
  pointer-events: none;
}

input,
textarea,
button {
  border: none;
  outline: none;
  border-radius: 0;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
button {
  -webkit-appearance: none;
}

input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input::-ms-reveal,
input::-ms-clear {
  width: 0;
  height: 0;
}

fieldset {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

img:not([class]) {
  max-width: 100%;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .visible-adaptive {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .visible-only-desktop {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
}

.background-gray {
  background: #f1f1f1;
  position: relative;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 74px;
  cursor: pointer;
  z-index: 2;
}

.slider-prev {
  left: -100px;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/slider-prev.svg") no-repeat;
  background-size: 100%;
}

.slider-next {
  right: -100px;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/slider-next.svg") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    pointer-events: none;
    opacity: 0;
  }
  .overlay.is_show {
    opacity: 1;
    pointer-events: all;
  }
}

.iframe-video-wrapper {
  position: relative;
  cursor: pointer;
}
.iframe-video-wrapper.is_show_player .iframe-video {
  opacity: 1;
  pointer-events: all;
}

.iframe-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.iframe-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.o-h {
  overflow: hidden;
}
.o-h body {
  overflow: hidden;
}

/*
@font-face {
  font-family: 'FONTNAME';
  src: url('/local/templates/.default/vivilen-markup/build/css/../fonts/FONTNAME.eot');
  src: url('/local/templates/.default/vivilen-markup/build/css/../fonts/FONTNAME.eot?#iefix')format('embedded-opentype'),
    url('/local/templates/.default/vivilen-markup/build/css/../fonts/FONTNAME.woff2') format('woff2'),
    url('/local/templates/.default/vivilen-markup/build/css/../fonts/FONTNAME.woff') format('woff'),
    url('/local/templates/.default/vivilen-markup/build/css/../fonts/FONTNAME.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
*/
/**
 * Vendor
 */
/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

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

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

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

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

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

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 15px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-scrollbar:before {
  background: rgba(0, 153, 153, 0.5);
  border-radius: 20px;
  width: 11px;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/**
 * Components
 */
.intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(12.26deg, #009999 16.58%, #64c72a 111.85%);
  background: linear-gradient(77.74deg, #009999 16.58%, #64c72a 111.85%);
  -webkit-box-shadow: inset 0px -8px 34px rgba(15, 90, 90, 0.25);
  box-shadow: inset 0px -8px 34px rgba(15, 90, 90, 0.25);
}

.intro-parallax {
  position: absolute;
}
.intro-parallax_1 {
  bottom: -2%;
  left: -2%;
  z-index: 2;
}
.intro-parallax_2 {
  /* width: 483px;
  top: -40px;
  left: -10%; */
  width: 50%;
  top: -40px;
  left: -6%;
}
.intro-parallax_3 {
  width: 540px;
  top: -2%;
  right: 0;
}
.intro-parallax_4 {
  /* width: 497px;
  top: 30%;
  right: -3%; */
  width: 50%;
  top: 25%;
  right: -20%;
}
@media screen and (max-width: 1279px) {
  .intro-parallax_1 {
    left: -10%;
  }
  .intro-parallax_2 {
    /* left: -20%; */
    left: -4%;
  }
  .intro-parallax_4 {
    /* top: 20%; */
    top: 62%;
    right: -4%;
  }
}
@media screen and (max-width: 767px) {
  .intro-parallax_1 {
    width: 360px;
  }
  .intro-parallax_2 {
    /* width: 180px;
    left: -10%;
    top: 10%; */
    width: 193px;
    left: -6%;
    top: -3%;
  }
  .intro-parallax_3 {
    right: -10%;
  }
  .intro-parallax_4 {
    /* width: 290px;
    top: 35%; */
    width: 240px;
    top: 65%;
  }
}

.intro-container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .intro-logo img {
    width: 100px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1000px) {
  .intro-logo img {
    width: 150px;
  }
}

.intro-text {
  font-weight: 600;
  font-size: 90px;
  line-height: 105px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 120px 0 150px;
}
@media (max-width: 1600px) {
  .intro-text {
    margin: 70px 0 100px;
  }
}
@media screen and (max-width: 1279px) {
  .intro-text {
    font-size: 50px;
    line-height: 59px;
    margin: 45px 0 70px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1000px) {
  .intro-text {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .intro-text {
    font-size: 30px;
    line-height: 35px;
    margin: 35px 0 40px;
  }
}

.intro-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .intro-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .intro-buttons {
    gap: 20px;
  }
}

.intro-button {
  width: 482px;
  height: 93px;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #009999;
  background: #ffffff;
  border-radius: 40px;
  border: 2px solid #ffffff;
}
.intro-button:hover {
  color: #fff;
  background: -o-linear-gradient(1.76deg, #009999 46.44%, #64c72a 104.23%);
  background: linear-gradient(88.24deg, #009999 46.44%, #64c72a 104.23%);
}
@media screen and (max-width: 1279px) {
  .intro-button {
    width: 346px;
    height: 40px;
    font-size: 16px;
    line-height: 19px;
    background: #ffffff;
    border-radius: 25px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1000px) {
  .intro-button {
    width: 400px;
    height: 60px;
    font-size: 20px;
    line-height: 22px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .intro-button {
    width: 175px;
    font-size: 14px;
  }
}

.button {
  height: 71px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  padding: 0 30px;
  text-align: center;
  color: #d9eeed;
  background: -o-linear-gradient(44.61deg, #009999 7.88%, #64c72a 91.91%);
  background: linear-gradient(45.39deg, #009999 7.88%, #64c72a 91.91%);
  border-radius: 20px;
  -webkit-transition: 0.3s color ease-out;
  -o-transition: 0.3s color ease-out;
  transition: 0.3s color ease-out;
}
.button:active {
  color: rgba(217, 238, 237, 0.3);
}
.button:disabled {
  color: #d9eeed;
  background: -o-linear-gradient(
    44.61deg,
    rgba(0, 153, 153, 0.2) 7.88%,
    rgba(100, 199, 42, 0.2) 91.91%
  );
  background: linear-gradient(
    45.39deg,
    rgba(0, 153, 153, 0.2) 7.88%,
    rgba(100, 199, 42, 0.2) 91.91%
  );
  pointer-events: none;
}
.button__text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.button_theme_white {
  color: #009999;
  background: #fff;
}
.button_theme_white:active {
  color: rgba(0, 153, 153, 0.3);
}
.button.full_size {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .button {
    height: 40px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    height: 35px;
    font-size: 13px;
    line-height: 15px;
  }
}

a.button {
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 1588px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1279px) {
  .is-menu-opened .header-nav {
    opacity: 1;
    pointer-events: all;
  }
}

@media screen and (max-width: 1279px) {
  .is-header-scrolled .header-logo {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
}

@media screen and (max-width: 1279px) {
  .is_hero_hover .header-logo {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 30px;
}
@media screen and (max-width: 1279px) {
  .header {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .container {
    padding: 0 20px;
  }
}

.header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .header-box {
    height: 80px;
    padding: 0 42px 0 9px;
    background: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    filter: drop-shadow(0px 8px 34px rgba(15, 90, 90, 0.60));
  }
}

.header-logo {
  margin-bottom: auto;
}
@media screen and (max-width: 1279px) {
  .header-logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 61px;
  }
}

.header-nav {
  font-size: 18px;
  line-height: 21px;
  color: #027a7a;
}
.header-nav__link:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1599px) {
  .header-nav {
    font-size: 16px;
  }
  .header-nav__link:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .header-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 223px;
    font-size: 16px;
    line-height: 19px;
    padding: 30px 5px 30px 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px 0px 0px 15px;
    opacity: 0;
    pointer-events: none;
  }
  .header-nav__link {
    display: block;
  }
  .header-nav__link:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1000px) {
  .header-nav {
    width: 300px;
    font-size: 20px;
    padding: 40px 30px;
  }
  .header-nav__link:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    width: 180px;
    font-size: 13px;
    line-height: 15px;
  }
}

.header-burger {
  width: 55px;
  height: 55px;
  background: #009999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.header-burger .icon {
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 1280px) {
  .header-burger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-burger {
    width: 42px;
    height: 42px;
  }
  .header-burger .icon {
    width: 23px;
    height: 23px;
  }
}

.footer {
  height: 125px;
  position: relative;
  background: -o-linear-gradient(0.39deg, #009999 13.97%, #64c72a 92.29%);
  background: linear-gradient(89.61deg, #009999 13.97%, #64c72a 92.29%);
}
@media screen and (max-width: 1279px) {
  .footer {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    height: auto;
  }
}

.footer-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding: 10px 30px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1280px) {
  .footer-logo img {
    width: 177px !important;
  }
}

@media screen and (max-width: 1279px) {
  .footer-logo {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo img {
    width: 70px;
  }
}

.footer-policy {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .footer-policy {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer-policy {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-sibur {
  margin-left: 50px;
  margin-right: 80px;
}
@media screen and (max-width: 1279px) {
  .footer-sibur {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 10px;
    margin-right: 20px;
  }
  .footer-sibur img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer-sibur {
    margin: 0;
  }
  .footer-sibur img {
    width: 80px;
  }
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: 60px;
}
.footer-social img {
  width: 30px;
  display: block !important;
}
body .wrapper footer.footer .footer-container .footer-social a.footer-social__link[href*="zen.yandex."] > img#dzen-s.footer-social__img:not([src*="gstatic.com"]):not([onload*="google"]):not([jsaction]) {
  display: block !important;
  background-color: transparent !important;
}
@media screen and (max-width: 1279px) {
  .footer-social {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-social {
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
  }
}

.footer-button-up {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.footer_b2c .footer-policy .footer-link {
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 1279px) {
  .footer_b2c .footer-policy {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .footer_b2c .footer-policy .footer-link {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_b2c .footer-policy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer_b2c .footer-policy .footer-link {
    margin: 5px;
  }
}

.footer-link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #8af8ff;
}

.hero {
  width: 100%;
  /* min-height: 100vh; */
  color: #fff;
}
.hero.is_hover {
  color: #009999;
}
.hero.is_hover .hero-slide {
  background: #fff;
}
.hero.is_hover .hero-slide__back {
  opacity: 1;
}
.hero.is_hover .hero-slide__button {
  color: #009999;
  border-color: #009999;
}

.hero.is_hover .hero-slide__image {
  position: relative;
}

.hero.is_hover .hero-slide__image img:first-child,
.hero.is_check .hero-slide__image img:first-child {
  opacity: 0;
}
.hero.is_hover .hero-slide__image img:nth-child(2),
.hero.is_check .hero-slide__image img:nth-child(2) {
  opacity: .7;
}

.hero.is_hover .hero-slide__image::before,
.hero.is_check .hero-slide__image::before {
  
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  top: 39%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.hero.is_hover .hero-slide__arrow {
  color: #009999;
}
.hero.is_hover .hero-slide__arrow:after {
  -webkit-filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg)
    brightness(95%) contrast(80%);
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg)
    brightness(95%) contrast(80%);
}
.hero.is_hover .hero-stat {
  /* background-image: url("/local/templates/.default/vivilen-markup/build/css/../images/subtract-hero_color.svg");  */
}
@media screen and (max-width: 1200px) {
  .hero.is_hover .hero-stat {
    /* background-image: url("/local/templates/.default/vivilen-markup/build/css/../images/subtract-hero_color_m.svg");  */
  }

  .hero.is_hover .hero-slide__image::before {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero.is_hover .hero-slide__image::before,
  .hero.is_check .hero-slide__image::before {
    top: 33%;
    font-size: 16px;
  }
}

.hero-slide {
  width: 100%;
  height: 100vh;
  min-height: 1080px;
  overflow: hidden;
  position: relative;
  background: -o-linear-gradient(16.43deg, #009999 14.68%, #64c72a 113.19%);
  background: linear-gradient(73.57deg, #009999 14.68%, #64c72a 113.19%);
  -webkit-box-shadow: inset 0px -8px 34px rgba(15, 90, 90, 0.25);
  box-shadow: inset 0px -8px 34px rgba(15, 90, 90, 0.25);
}
.hero-slide__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    341.86deg,
    rgba(103, 196, 196, 0.19) -43.45%,
    #d2d2d2 68.74%
  );
  background: linear-gradient(
    108.14deg,
    rgba(103, 196, 196, 0.19) -43.45%,
    #d2d2d2 68.74%
  );
  -webkit-box-shadow: inset 0px -8px 34px rgba(15, 90, 90, 0.25);
  box-shadow: inset 0px -8px 34px rgba(15, 90, 90, 0.25);
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.hero-slide__title,
.hero-slide__text,
.hero-slide__button,
.hero-slide__subtext {
  position: relative;
  z-index: 2;
}
.hero-slide__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 105px;
  text-transform: uppercase;
}
.hero-slide__text {
  font-size: 50px;
  line-height: 59px;
}
.hero-slide__button {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 78px;
  cursor: pointer;
  color: #d9eeed;
  padding: 20px 42px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.hero-slide__button:active {
  color: rgba(217, 238, 237, 0.3);
}
.hero-slide__image {
  position: relative;
}
.hero-slide__image img {
  max-width: 100%;
  max-height: 640px;
}

.hero_b2c:not(.is_hover):not(.is_check) .js-heroImage__click img {
  cursor: pointer;
  animation: pulseimg 3s infinite;
}

.hero_b2c.is_check .js-heroImage__click {
  pointer-events: none;
}

.hero-slide__image img:nth-child(2) {
  position: absolute;
  /* top: -30px;
  left: 50px; */
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}

.hero-slide__image__text {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  max-width: 420px;
  margin: -70px auto 0;
}

.is_hover .hero-slide__image__text,
.is_check .hero-slide__image__text {
  display: none;
}

.hero-slide__counter {
  display: none;
}

.is_hover .hero-slide__counter,
.is_check .hero-slide__counter {
  display: block;
  max-width: 620px;
  position: relative;
  top: -60px;
  left: -12px;
}

.hero-slide .turn-cycle-counter__number {
  font-size: 60px;
}

/* @media (min-width: 1279px) { */
  .hero.is_check .hero-slide__image::before {
    color: #fff;
  }

  .is_check:not(.is_hover) .turn-cycle-counter__number {
    -webkit-text-fill-color: snow;
    background-clip: text;
    text-fill-color: snow;
  }
  
  .is_check:not(.is_hover) .turn-cycle-counter__text p {
    color: #fff;
  }
  
  .is_check:not(.is_hover) .turn-cycle-counter {
    border-color: #fff;
  }

  .is_check:not(.is_hover) .turn-cycle-counter__label {
    background-image: linear-gradient(90deg, #25AA70 0%, #2CAD67 100%);
    color: #fff;
  }
/* } */



.hero-slide .turn-cycle-counter__label {
  background-image: linear-gradient(90deg, #D4D6D6 0%, #D2D2D2 100%);
}



.hero-slide .turn-cycle-counter__text {
  padding-left: 20px;
}

.hero-slide__arrow {
  width: 245px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.hero-slide__arrow--fly {
  animation: fly 2s infinite;
}

.hero-slide__arrow span {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 30px;
  display: none;
}
.hero-slide__arrow:after {
  content: "";
  display: block;
  margin: auto;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/subtract-shadow.svg") no-repeat;
  width: 245px;
  height: 110px;
  background-size: cover;
  background-position: center;
}
.hero-slide__subtext {
  font-size: 25px;
  line-height: 29px;
  max-width: 526px;
  margin-top: 115px;
}
.hero-slide__stat {
  margin: 100px 0 25px;
}

@media screen and (max-width: 1599px) {
  .hero-slide__title {
    font-size: 70px;
    line-height: 1;
  }
  .hero-slide__text {
    font-size: 40px;
    line-height: 1;
  }
  .hero-slide__subtext {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1280px) {
 
  .hero-slide__container {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-slide__section,
  .hero-slide__image {
    width: 50%;
  }

  .hero-slide__section {
    position: relative;
    top: -70px;
    left: 22px;
  }
  .hero-slide__image {
    left: -45px;
    top: -4px;
  }

  .hero-slide__image img {
    max-width: 100%;
    max-height: 720px;
  }

  .hero.is_check .hero-slide__image::before {
    padding-left: 70px;
  }


}
@media screen and (max-width: 1279px) {

  /* .hero.is_check {
    color: #009999;
  }

  .hero.is_check .hero-slide__back {
    opacity: 1;
  }

  .hero.is_check .hero-slide {
    background: #fff;
  }

  .hero.is_check .hero-slide__arrow {
    color: #009999;
  }
  .hero.is_check .hero-slide__arrow:after {
    -webkit-filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg)
      brightness(95%) contrast(80%);
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg)
      brightness(95%) contrast(80%);
  } */

  .hero-slide__image img:nth-child(2) {
    left: 0;
  }

  
  .is_hover .hero-slide__counter , 
  .is_check .hero-slide__counter {
    left: 0;
  }

  .hero-slide {
    min-height: 1000px;
    text-align: center;
    padding-top: 150px;
  }
  .hero-slide__title {
    font-size: 50px;
    line-height: 59px;
  }
  .hero-slide__text {
    font-size: 30px;
    line-height: 35px;
  }
  .hero-slide__button {
    width: 257px;
    position: absolute;
    bottom: 165px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    line-height: 18px;
    border-radius: 15px;
  }
  .hero-slide__image {
    width: 561px;
    margin: 0 auto;
    left: 15px;
  }
  .hero-slide__arrow {
    bottom: 30px;
  }
  .hero-slide__arrow span {
    position: relative;
    top: 22px;
    font-size: 14px;
    display: inline;
  }
  .hero-slide__arrow:after {
    width: 53px;
    height: 36px;
    background: url("/local/templates/.default/vivilen-markup/build/css/../images/subtract-tab.svg");
    background-size: 100%;
  }
  .hero-slide__stat {
    margin: -50px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-slide__subtext {
    font-size: 16px;
    line-height: 19px;
    width: 365px;
    margin: 35px auto 150px;
    text-align: left;
  }

  .is_check .hero-slide__subtext {
    margin: 15px auto -70px;
  }

  .hero-slide {
    height: auto;
  }
  .hero-slide__image__text {
    font-size: 25px;
    font-weight: 500;
  }

  .turn-cycle-counter {
    text-align: left;
  }

  .hero-slide .turn-cycle-counter__number {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
  }

  .is_check:not(.is_hover) .turn-cycle-counter__label {
    background-image: linear-gradient(90deg, #18A47D 0%, #1DA679 100%);
  }

  .hero-slide__image img {
    max-height: 435px;
  }
  
}

@media screen and (max-width: 1279px) and (min-width: 1000px) {
  .hero-slide {
    padding-bottom: 200px;
  }
  .hero-slide__title {
    font-size: 60px;
    line-height: 1.2;
  }
  .hero-slide__text {
    font-size: 35px;
  }
  .hero-slide__image {
    width: 700px;
  }
}

@media screen and (max-width: 1279px) and (max-height: 830px) {
  .hero-slide {
    min-height: 550px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-slide {
    padding-top: 100px;
    min-height: 660px;
  }
  .hero-slide__title {
    font-size: 30px;
    line-height: 35px;
  }
  .hero-slide__text {
    font-size: 18px;
    line-height: 21px;
  }
  .hero-slide__image {
    width: 302px;
    height: auto;
    left: 0;
  }
  .hero-slide__button {
    bottom: 165px;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 15px;
  }
  .hero-slide__stat {
    margin: -15px 0 0;
  }
  .hero-slide__subtext {
    width: 296px;
    margin: 35px auto 110px;
    font-size: 13px;
    line-height: 15px;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  .is_check .hero-slide__subtext {
    margin: 35px auto 0px;
  }

  
  .hero-slide .turn-cycle-counter__number {
    font-size: 32px;
  }
  
  .hero-slide .turn-cycle-counter__label {
    /* background-color: #d2d2d2; */
    background-image: linear-gradient(90deg, #D7DDDD 0%, #D6DADA 100%);    
  }
  
  .hero-slide .turn-cycle-counter__text {
    padding-left: 10px;
  }

  .is_check:not(.is_hover) .turn-cycle-counter__label {
    background-image: linear-gradient(90deg, #13A283 0%, #19A57D 100%);
  }
}


@media screen and (max-width: 767px) and (max-height: 450px) {
  .hero-slide {
    min-height: 375px;
    padding-top: 50px;
  }
  .hero-slide .hero-slide__image {
    /* width: 50vh; */
  }
}

.hero-stat {
  width: 600px;
  height: 123px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 25px;
  line-height: 29px;
  text-align: left;
  /* background: url("/local/templates/.default/vivilen-markup/build/css/../images/subtract-hero.svg") no-repeat; */
  background-size: 100%;
}
.hero-stat__label {
  width: 86px;
  position: absolute;
  top: -15px;
  left: 0px;
  text-align: left;
}
.hero-stat__number {
  font-size: 80px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-stat__number span {
  font-size: 60px;
}
.hero-stat__text {
  padding-left: 20px;
}
@media screen and (max-width: 1599px) {
  .hero-stat {
    font-size: 20px;
    line-height: 1.3;
  }
  .hero-stat__number {
    font-size: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .hero-stat {
    width: 365px;
    height: 72px;
    font-size: 16px;
    line-height: 19px;
  }
  .hero-stat__label {
    left: 15px;
    top: -10px;
    width: 48px;
  }
  .hero-stat__number {
    font-size: 40px;
  }
  .hero-stat__number span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hero-stat {
    width: 276px;
    height: 72px;
    font-size: 13px;
    line-height: 15px;
    padding: 0 15px;
    background: url("/local/templates/.default/vivilen-markup/build/css/../images/subtract-hero-m.svg") no-repeat;
  }
  .hero-stat__label {
    width: 36px;
    left: 10px;
    top: -8px;
  }
  .hero-stat__number {
    font-size: 30px;
  }
  .hero-stat__number span {
    font-size: 20px;
  }
  .hero-stat__text {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1279px) {
  .hero_b2c .hero-slide__image {
    max-width: 495px;
  }
}

@media screen and (max-width: 767px) {
  .hero_b2c .hero-slide__image {
    margin-top: -20px;
  }
}


.practice {
  /* background: url('/local/templates/.default/vivilen-markup/build/css/../images/practice_back.jpg') no-repeat left center/cover transparent; */
  color: #FFFFFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* aspect-ratio: 16 / 9; */
  width: 100vw;
  position: relative;
  /* padding-top: 70px;
  padding-bottom: 35px;
  min-height: 650px; */
}

.practice_container {
  position: absolute;
  width: 100%;
  top: 75px;
}

.practice > img {
  display: block;
  width: 100%;
}

.practice_text {
  max-width: 80vw;
}

.practice_text h2 {
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

img.practice_back-mobile {
  display: none;
}

@media screen and (max-width: 1230px) {
  .practice {
    font-size: 20px;
    /* padding-top: 16px;
    min-height: 430px; */
  }

  .practice_container {
    top: 25px;
  }

  .practice_text {
    max-width: none;
  }

  .practice_text h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 600px) {
  .practice {
    font-size: 13px;
    /* padding-top: 50px;
    min-height: 300px; */
  }

  .practice_container {
    top: 8px;
  }

  .practice_text {
    margin: 50px auto 0;
  }

  .practice_text h2 {
    font-size: 20px;
  }
  img.practice_back {
    display: none;
  }

  img.practice_back-mobile {
    display: block;
  }
}


.cycle {
  padding: 40px 0 60px;
}
@media screen and (max-width: 1279px) {
  .cycle {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cycle-image-wrapper {
    margin: 0 -70px 0 -50px;
  }
}

.cycle-image {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .cycle-image {
    max-width: 708px;
    margin: 0 auto;
  }
}
.cycle-image svg {
  width: 100%;
  height: auto;
}

.cycle-point {
  position: absolute;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
}
.cycle-point.is_active {
  z-index: 3;
}
.cycle-point.is_active .cycle-point__tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cycle-point_1 {
  left: 27%;
  top: 14%;
}
.cycle-point_2 {
  left: 45%;
  top: 4%;
}
.cycle-point_3 {
  left: 70%;
  top: 23%;
}
.cycle-point_4 {
  left: 70%;
  top: 64%;
}
.cycle-point_5 {
  left: 25%;
  top: 72%;
}
.cycle-point__tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 247px;
  padding: 50px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #027a7a;
  background: #d9eeed;
  border-radius: 15px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  pointer-events: none;
}
.cycle-point__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/close-white.svg") no-repeat;
}
@media screen and (min-width: 768px) {
  .cycle-point_3 .cycle-point__tooltip,
  .cycle-point_4 .cycle-point__tooltip {
    width: 300px;
    left: auto;
    right: 0;
    padding-top: 20px;
    padding-right: 40px;
  }
  .cycle-point_3 .cycle-point__close,
  .cycle-point_4 .cycle-point__close {
    left: auto;
    right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-point {
    width: 11vw;
    height: 11vw;
  }
  .cycle-point__tooltip {
    width: 240px;
    font-size: 13px;
    line-height: 15px;
    padding: 45px 20px 20px 20px;
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  .cycle-point__close {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.cycle_b2c .title-header {
  max-width: 985px;
}

.cycle_b2c .title-text {
  text-align: left;
}

.cycle_button {
  display: block;
  margin: 8px auto 0;
  border-radius: 5px;
  background: linear-gradient(22deg, #099 0%, #64C72A 100%);
  color: #fff;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.locomotive__text svg {
  display: block;
  width: 23px;
  height: 13px;
  margin: 8px auto;
}

@media screen and (max-width: 1599px) {
  .cycle_b2c .title-header {
    max-width: 825px;
  }
}

@media screen and (max-width: 1279px) {
  .cycle_b2c {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cycle_b2c {
    padding-top: 24px;
  }
  .cycle_b2c .container {
    padding: 0 30px;
  }
}

[data-cycle-el],
[data-cycle-line="blue"] {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
[data-cycle-el].is_visible,
[data-cycle-line="blue"].is_visible {
  opacity: 1;
}

[data-cycle-line="green"] {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  will-change: stroke-dashoffset;
  -webkit-transition: 2.5s linear;
  -o-transition: 2.5s linear;
  transition: 2.5s linear;
}
[data-cycle-line="green"].is_visible {
  stroke-dashoffset: 0;
}

.title-header {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}
.title-header:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .title-header:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-header:not(:last-child) {
    margin-bottom: 20px;
  }
}

.title-label {
  font-size: 25px;
  line-height: 29px;
}
.title-label:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1599px) {
  .title-label {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .title-label {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1000px) {
  .title-label {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title-label {
    font-size: 13px;
    line-height: 15px;
  }
}

.title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}
.title + .title-label {
  margin-top: 10px;
}
@media screen and (max-width: 1599px) {
  .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .title {
    font-size: 25px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 20px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1000px) {
  .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.title-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-top: 5px;
}
@media screen and (max-width: 1279px) {
  .title-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title-text {
    font-size: 13px;
    line-height: 15px;
    margin-top: 25px;
  }
}

.title-link {
  font-size: 60px;
  line-height: 67px;
  text-align: center;
  color: #64c72a;
  margin-bottom: 50px;
}
.title-link a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.title-link a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
@media screen and (max-width: 1279px) {
  .title-link {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-link {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

.granule {
  padding: 30px 70px;
}
@media (max-width: 1800px) {
  .granule {
    padding: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .granule {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .granule {
    padding: 30px 10px;
  }
}

.granule-box {
  height: 1000px;
  padding: 100px 0;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/granule_back.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
}
@media screen and (max-width: 1279px) {
  .granule-box {
    padding: 40px 0;
    height: 747px;
  }
}
@media screen and (max-width: 767px) {
  .granule-box {
    height: 441px;
  }
}

.granule-block {
  width: 675px;
  position: relative;
  margin: -140px auto 0;
  left: 50px;
}
@media screen and (max-width: 1279px) {
  .granule-block {
    width: 403px;
    /* height: 489px; */
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .granule-block {
    width: 211px;
    height: 256px;
    left: 0;
  }
}

.granule-point {
  cursor: pointer;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  color: #009999;
}
@media screen and (min-width: 768px) {
  .granule-point.is_active {
    z-index: 4;
  }
}
.granule-point.is_active .granule-point__label {
  opacity: 0;
  pointer-events: none;
}
.granule-point.is_active .granule-point__icon img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.granule-point.is_active .granule-point__tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.granule-point._position_right .granule-point__label {
  right: auto;
  left: calc(100% + 10px);
}

.granule-point_1 {
  top: 69%;
  left: 20%;
}
.granule-point_2 {
  top: 45%;
  left: 50%;
}
.granule-point_3 {
  top: 88%;
  left: 64%;
}

.granule-point__top {
  width: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  line-height: 50px;
  position: relative;
}
.granule-point__label {
  position: absolute;
  top: 20px;
  right: calc(100% + 10px);
  white-space: nowrap;
}
.granule-point__icon {
  position: relative;
  z-index: 1;
}
.granule-point__icon img {
  display: block;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.granule-point__tooltip {
  width: 776px;
  padding: 35px 55px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.granule-point__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 25px;
}
.granule-point__text {
  font-size: 20px;
  line-height: 23px;
}

@media (min-width: 1280px) {
  .granule-block picture img {
    position: relative;
    top: 85px;
    left: -31px;
    width: 644px;
    height: 630px;
  }
}

@media (max-width: 1280px) {
  .granule-block picture img {
    position: relative;
    top: 125px;
  }
}
@media (max-width: 1800px) {
  .granule-point__tooltip {
    width: 560px;
  }
}
@media screen and (min-width: 768px) {
  .granule-point__tooltip {
    -webkit-transform: scale(0.9) translate3d(30px, -30px, 0);
    transform: scale(0.9) translate3d(30px, -30px, 0);
  }
}
@media screen and (max-width: 1279px) {
  .granule-point__top {
    width: 45px;
    font-size: 16px;
    line-height: 13px;
  }
  .granule-point__label {
    top: 15px;
    max-width: 135px;
    white-space: normal;
  }
  .granule-point__tooltip {
    width: 300px;
    right: auto;
    left: -130px;
    top: 20px;
    padding: 40px 20px 20px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  .granule-point__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 15px;
  }
  .granule-point__text {
    font-size: 16px;
    line-height: 19px;
  }
  .granule-point_1 {
    top: 66%;
    left: 27%;
  }
}
@media screen and (max-width: 767px) {
  .granule-point_2 {
    top: 15%;
    left: 40%;
  }
  .granule-point__label {
    font-size: 13px;
    line-height: 13px;
  }
  .granule-point__tooltip {
    position: fixed;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    z-index: 2;
  }
  .granule-point__tooltip:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: 125px;
    background: url("/local/templates/.default/vivilen-markup/build/css/../images/plus.svg") no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.learning {
  position: relative;
  height: 1080px;
  padding: 160px 0 75px;
}
@media screen and (max-width: 1279px) {
  .learning {
    height: auto;
    padding: 112px 0 77px;
  }
}
@media screen and (max-width: 767px) {
  .learning {
    padding: 65px 0;
  }
}

.learning-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/learning_back.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.learning-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .learning-container .title-header {
    max-width: 250px;
    margin: 0 auto;
  }
}

.learning-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .learning-grid {
    gap: 6px;
    margin: 80px -20px 0;
  }
}
@media screen and (max-width: 767px) {
  .learning-grid {
    margin: 20px 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.learning-card {
  cursor: pointer;
  padding: 20px 20px 20px;
  background-color: rgba(100, 199, 42, 0.3);
  border-radius: 22px;
}
.learning-card._card_center {
  background: #ffffff;
  border-radius: 30px;
}
.learning-card__image {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 40px;
}
.learning-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: initial;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.learning-card__title {
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
}
.learning-card__button {
  margin-top: auto;
}
@media screen and (min-width: 1280px) {
  .learning-card {
    width: 33.333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .learning-card__image {
    height: 400px;
  }
  .learning-card__title {
    margin-bottom: 40px;
  }
  .learning-card__title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1279px) {
  .learning-card {
    width: 33.333%;
    padding: 10px;
  }
  .learning-card__image {
    height: 25vw;
    margin-bottom: 20px;
  }
  .learning-card__title {
    min-height: 56px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .learning-card__button {
    margin-top: 20px;
  }
  .learning-card__button .button {
    height: 35px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    border-radius: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .learning-card {
    width: 100%;
    padding: 10px 10px 20px;
  }
  .learning-card__image {
    height: 50vw;
    margin-bottom: 20px;
  }
  .learning-card__title {
    font-size: 13px;
    line-height: 15px;
    min-height: 10px;
  }
  .learning-card__button {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}

.learning-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  background: rgba(18, 18, 18, 0.4);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 10;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.learning-modal.is_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.learning-modal.is_active {
  opacity: 1;
}
.learning-modal.is_active .learning-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .learning-modal {
    padding: 20px;
  }
}

.learning-box {
  width: 875px;
  margin: auto;
  padding: 60px 60px 300px;
  position: relative;
  background: #dee9dc;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0.9) translate3d(0, 20px, 0);
  transform: scale(0.9) translate3d(0, 20px, 0);
}
@media screen and (max-width: 1279px) {
  .learning-box {
    width: 600px;
    padding: 35px 25px 300px;
  }
}
@media screen and (max-width: 767px) {
  .learning-box {
    width: 100%;
    max-width: 300px;
    padding-bottom: 200px;
  }
}
.learning-box_mobile {
  background: #d9eeed;
}
.learning-box_mobile .learning-box__image {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1279px) {
  .learning-box_mobile {
    padding-bottom: 200px;
  }
  .learning-box_mobile .learning-box__image {
    height: 200px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .learning-box_mobile {
    padding-bottom: 150px;
  }
  .learning-box_mobile .learning-box__image {
    height: 120px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.learning-box_pc {
  background: #e3e3e3;
  padding-bottom: 220px;
}
@media screen and (max-width: 1279px) {
  .learning-box_pc {
    padding-bottom: 250px;
  }
  .learning-box_pc .learning-box__image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .learning-box_pc {
    padding-bottom: 180px;
  }
  .learning-box_pc .learning-box__image {
    height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.learning-box__close {
  width: 88px;
  height: 88px;
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/close-b.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1279px) {
  .learning-box__close {
    width: 45px;
    height: 45px;
    top: -22px;
  }
}
.learning-box__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #009999;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .learning-box__title {
    font-size: 20px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .learning-box__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
}
.learning-box__text {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.learning-box__text p:not(:last-child) {
  margin-bottom: 20px;
}
.learning-box__text b {
  color: #009999;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .learning-box__text {
    font-size: 13px;
    line-height: 15px;
  }
  .learning-box__text p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.learning-box__image {
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1279px) {
  .learning-box__image {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .learning-box__image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.learning-box__image img {
  width: auto;
  max-width: initial;
}

.integration {
  padding: 160px 0;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/ezgifcom-gif-maker_4.gif") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .integration {
    padding: 115px 0;
  }
}
@media screen and (max-width: 767px) {
  .integration {
    padding: 65px 30px;
  }
}

.integration-box {
  width: 100%;
  max-width: 1046px;
  background: #ffffff;
  padding: 60px 30px;
  border-radius: 30px;
  margin: 0 auto;
}
.integration-box .title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .integration-box {
    max-width: 505px;
    padding: 25px 40px;
  }
  .integration-box .title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .integration-box {
    padding: 25px 30px;
  }
}

.integration-play {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.integration-play__icon {
  width: 160px;
}
.integration-play__text {
  width: calc(100% - 160px);
  padding-left: 40px;
  font-size: 25px;
  line-height: 29px;
}
@media screen and (max-width: 1279px) {
  .integration-play__icon {
    width: 80px;
  }
  .integration-play__text {
    width: calc(100% - 80px);
    font-size: 16px;
    line-height: 19px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .integration-play {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .integration-play__icon {
    width: 45px;
    height: 45px;
  }
  .integration-play__text {
    width: calc(100% - 45px);
    padding-left: 12px;
    font-size: 13px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1279px) {
  .modal-video-close-btn {
    top: -45px;
    right: 20px;
  }
}

.technology {
  background: #fbfbfb;
  padding: 80px 0;
}
@media screen and (max-width: 1279px) {
  .technology {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .technology {
    padding: 30px 0 15px;
  }
}

.technology-box {
  padding: 40px 60px;
  background: #f1f1f1;
  border-radius: 30px;
}
.technology-box:not(:last-child) {
  margin-bottom: 22px;
}
.technology-box._box_green {
  background: #d9eeed;
}
.technology-box._box_green .technology-card__text {
  min-height: 50px;
}
.technology-box._box_green .technology-card__title {
  max-width: 350px;
}
.technology-box__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 30px;
}
.technology-box__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 1279px) {
  .technology-box {
    padding: 35px 25px;
  }
  .technology-box__grid {
    gap: 46px;
  }
}
@media screen and (max-width: 767px) {
  .technology-box {
    padding: 20px;
  }
  .technology-box__grid {
    display: block;
  }
  .technology-box__title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .technology-box:not(:last-child) {
    margin-bottom: 10px;
  }
  .technology-box:not(:last-child)._box_green .technology-card__image {
    width: 100%;
    height: 40vw;
  }
  .technology-box:not(:last-child)._box_green .technology-card__text {
    min-height: 10px;
  }
}

.technology-card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.technology-card__image {
  margin-bottom: 30px;
}
.technology-card__image img {
  width: 100%;
  max-width: inherit;
  border-radius: 22px;
}
.technology-card__title {
  min-height: 70px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
}
.technology-card__text {
  font-size: 20px;
  line-height: 23px;
  min-height: 70px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1279px) {
  .technology-card__title {
    font-size: 18px;
    line-height: 21px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .technology-card__text {
    font-size: 16px;
    line-height: 19px;
    min-height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .technology-card:not(:last-child) {
    margin-bottom: 20px;
  }
  .technology-card__image {
    width: 174px;
    height: 137px;
    margin-bottom: 7px;
  }
  .technology-card__image img {
    width: 100%;
    height: 100%;
  }
  .technology-card__title {
    font-size: 15px;
    line-height: 18px;
    min-height: 10px;
    margin-bottom: 10px;
  }
  .technology-card__text {
    font-size: 13px;
    line-height: 15px;
    min-height: 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .technology--b2b .technology-card__text {
    margin-bottom: 25px;
  }
}
.technology-progrees__line {
  margin-bottom: 15px;
}

.technology-progrees__value {
  font-size: 25px;
  line-height: 29px;
  color: #027a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.technology-progrees__value sup {
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .technology-progrees__line {
    margin-bottom: 7px;
  }
  .technology-progrees__value {
    font-size: 20px;
    line-height: 23px;
  }
  .technology-progrees__value sup {
    font-size: 13px;
    line-height: 15px;
  }
}

.technology-button {
  margin-top: 120px;
  text-align: center;
}
.technology-button .button {
  max-width: 460px;
}
@media screen and (min-width: 1600px) {
  .technology-button .button {
    height: 105px;
  }
}
@media screen and (max-width: 1279px) {
  .technology-button {
    margin-top: 24px;
  }
  .technology-button .button {
    max-width: 305px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .technology-button {
    margin-top: 15px;
  }
}

.faq {
  height: 1028px;
  padding: 50px 0;
  position: relative;
  background: -o-linear-gradient(16.43deg, #009999 14.68%, #64c72a 113.19%);
  background: linear-gradient(73.57deg, #009999 14.68%, #64c72a 113.19%);
  -webkit-box-shadow: inset 0px -8px 34px rgba(15, 90, 90, 0.25);
  box-shadow: inset 0px -8px 34px rgba(15, 90, 90, 0.25);
}
.faq .title {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .faq {
    height: 615px;
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    height: auto;
    padding: 30px 0 150px;
  }
  .faq .title-header {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .faq-box {
    width: 917px;
    height: 966px;
    background-image: url("/local/templates/.default/vivilen-markup/build/css/../images/faq-image.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .faq-box {
    width: 657px;
    height: 615px;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .faq-box {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 0 20px;
  }
  .faq-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("/local/templates/.default/vivilen-markup/build/css/../images/faq-image.svg");
    background-size: 432px 432px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.faq-button {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq-button .button {
  max-width: 725px;
  border-radius: 85px;
}
@media screen and (min-width: 1600px) {
  .faq-button .button {
    height: 85px;
  }
}
@media screen and (max-width: 1279px) {
  .faq-button {
    bottom: 35px;
  }
  .faq-button .button {
    max-width: 305px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .faq-button {
    bottom: 45px;
    left: 30px;
    right: 30px;
  }
}

.faq-item {
  background: #ffffff;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 120px;
}
@media screen and (min-width: 1280px) {
  .faq-item._reverse .faq-point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .faq-item._reverse .faq-point span {
    margin-left: 0;
    margin-right: 30px;
  }
  .faq-item_1 {
    top: 20%;
    right: calc(50% + 150px);
  }
  .faq-item_2 {
    top: 20%;
    left: calc(50% + 150px);
  }
  .faq-item_3 {
    top: 45%;
    right: calc(50% + 300px);
  }
  .faq-item_4 {
    top: 40%;
    left: 50%;
  }
  .faq-item_5 {
    top: 65%;
    right: calc(50% + 100px);
  }
  .faq-item_6 {
    top: 60%;
    left: calc(50% + 100px);
  }
}
@media screen and (min-width: 768px) {
  .faq-item {
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .faq-item_1 {
    top: 20%;
    left: 0;
  }
  .faq-item_2 {
    top: 25%;
    right: 0;
  }
  .faq-item_3 {
    top: 75%;
    right: 0;
  }
  .faq-item_4 {
    top: 40%;
    left: 0;
  }
  .faq-item_5 {
    top: 63%;
    left: 0;
  }
  .faq-item_6 {
    top: 55%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-item {
    position: relative;
    z-index: 2;
  }
}

.faq-point {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #027a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.faq-point span {
  margin-left: 30px;
}
.faq-point:after {
  content: "";
  width: 88px;
  height: 88px;
  display: inline-block;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/fq-plus.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1599px) {
  .faq-point {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-point:after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .faq-point {
    font-size: 16px;
    line-height: 19px;
  }
  .faq-point span {
    margin-left: 20px;
  }
  .faq-point:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .faq-point {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    white-space: normal;
  }
  .faq-point span {
    width: calc(100% - 50px);
  }
}

.faq-tooltip-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 153, 153, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.faq-tooltip-modal.is_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.faq-tooltip-modal.is_active {
  opacity: 1;
}
.faq-tooltip-modal.is_active .faq-tooltip {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.faq-tooltip {
  width: 100%;
  max-width: 940px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  color: #000000;
  background: #d9eeed;
  border-radius: 40px;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0.9) translate3d(0, 20px, 0);
  transform: scale(0.9) translate3d(0, 20px, 0);
}
.faq-tooltip__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.faq-tooltip__close svg {
  width: 21px;
  height: 21px;
}
.faq-tooltip__author-photo {
  width: 115px;
  height: 115px;
  margin-bottom: 10px;
}
.faq-tooltip__author-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.faq-tooltip__author-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.faq-tooltip__section {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}
.faq-tooltip__section a {
  color: #009999;
}
.faq-tooltip__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #009999;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .faq-tooltip__aside {
    width: 200px;
    padding-right: 48px;
  }
  .faq-tooltip__section {
    width: calc(100% - 200px);
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  .faq-tooltip {
    max-width: 300px;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .faq-tooltip__close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: 125px;
    background: url("/local/templates/.default/vivilen-markup/build/css/../images/plus.svg") no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq-tooltip__close svg {
    display: none;
  }
  .faq-tooltip__section {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
  }
  .faq-tooltip__title {
    font-size: 18px;
    line-height: 21px;
  }
  .faq-tooltip__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq-tooltip__author-photo {
    width: 48px;
    height: 48px;
  }
  .faq-tooltip__author-title {
    width: calc(100% - 48px);
    padding-left: 12px;
    font-size: 13px;
    line-height: 15px;
  }
}

.turn-cycle {
  height: 945px;
  background: #f1f1f1;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.turn-cycle__parallax {
  position: absolute;
  pointer-events: none;
}
.turn-cycle__parallax._parallax_1 {
  top: 20%;
  left: -10%;
  width: 710px;
  height: 795px;
}
.turn-cycle__parallax._parallax_2 {
  top: 50%;
  left: -5%;
  width: 502px;
  height: 408px;
}
.turn-cycle__parallax._parallax_3 {
  top: 10%;
  right: -10%;
  width: 553px;
  height: 682px;
}
.turn-cycle__parallax img {
  display: block;
}
.turn-cycle .container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.turn-cycle__header {
  margin-bottom: 70px;
}
.turn-cycle__title {
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  background: -o-linear-gradient(3.65deg, #009999 29.67%, #64c72a 90.82%);
  background: linear-gradient(86.35deg, #009999 29.67%, #64c72a 90.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.turn-cycle__subtitle {
  font-size: 53px;
  line-height: 1;
  color: #009999;
}
.turn-cycle__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 115px;
}
.turn-cycle__button .button {
  max-width: 460px;
}
@media screen and (min-width: 1600px) {
  .turn-cycle__button .button {
    height: 105px;
  }
}
@media screen and (min-width: 1280px) {
  .turn-cycle__image {
    width: 900px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .turn-cycle__box {
    width: 780px;
  }
}
@media screen and (max-width: 1599px) {
  .turn-cycle__title {
    font-size: 80px;
  }
  .turn-cycle__subtitle {
    font-size: 43px;
  }
}
@media screen and (max-width: 1279px) {
  .turn-cycle {
    height: auto;
  }
  .turn-cycle__parallax._parallax_1 {
    top: 10%;
    left: -45%;
  }
  .turn-cycle__parallax._parallax_2 {
    left: -20%;
  }
  .turn-cycle__parallax._parallax_3 {
    right: -40%;
  }
  .turn-cycle__header {
    text-align: center;
    margin-bottom: 0;
  }
  .turn-cycle__title {
    font-size: 50px;
    line-height: 1;
  }
  .turn-cycle__subtitle {
    font-size: 27px;
    line-height: 30px;
  }
  .turn-cycle__image {
    width: 378px;
    height: 402px;
    margin: 0 auto;
  }
  .turn-cycle__button {
    position: relative;
    z-index: 2;
  }
  .turn-cycle__button .button {
    max-width: 305px;
    height: 40px;
  }
  .turn-cycle .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .turn-cycle {
    padding: 55px 5px 30px;
  }
  .turn-cycle .container {
    display: block;
  }
  .turn-cycle__parallax._parallax_1 {
    top: 22%;
    left: -35%;
    width: 300px;
    height: 320px;
  }
  .turn-cycle__parallax._parallax_2 {
    top: 32%;
    left: -30%;
    width: 262px;
    height: 275px;
  }
  .turn-cycle__parallax._parallax_3 {
    right: -40%;
    width: 280px;
    height: 336px;
  }
  .turn-cycle__title {
    font-size: 30px;
    line-height: 35px;
  }
  .turn-cycle__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .turn-cycle__image {
    width: 296px;
    height: 314px;
    position: relative;
  }
  .turn-cycle__button {
    margin-top: -20px;
    margin-bottom: 50px;
  }
}

.turn-cycle-counter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 30px 25px;
  border: 2px solid #027a7a;
  border-radius: 30px;
}
.turn-cycle-counter__label {
  width: 160px;
  position: absolute;
  top: -20px;
  left: 16px;
  font-weight: 300;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #009999;
  background: #f1f1f1;
}
.turn-cycle-counter__number {
  font-weight: 500;
  font-size: 200px;
  line-height: 1;
  background: -o-linear-gradient(9.01deg, #009999 28.04%, #64c72a 63.15%);
  background: linear-gradient(80.99deg, #009999 28.04%, #64c72a 63.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.turn-cycle-counter__text {
  padding-left: 40px;
}
.turn-cycle-counter__text b {
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  display: block;
  background: -o-linear-gradient(201.61deg, #009999 43.95%, #64c72a 73.58%);
  background: linear-gradient(248.39deg, #009999 43.95%, #64c72a 73.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
.turn-cycle-counter__text p {
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  color: #000;
  text-align: justify;
  width: 280px;
}
@media screen and (max-width: 1599px) {
  .turn-cycle-counter__label {
    width: 140px;
    left: 27px;
  }
  .turn-cycle-counter__number {
    font-size: 170px;
  }
  .turn-cycle-counter__text b {
    line-height: 1;
  }
  
}

@media screen and (max-width: 1300px) {
  .turn-cycle-counter__text p {
    font-size: 22px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1279px) {
  .turn-cycle-counter {
    max-width: 445px;
    margin: 0 auto;
    padding: 30px 20px 35px;
  }
  .hero-slide .turn-cycle-counter__label {
    width: 75px;
    font-size: 20px;
    /* background-color: #d6dada; */
    background-image: linear-gradient(90deg, #D6DBDB 0%, #D6D9D9 100%);

  }
  .turn-cycle-counter__number {
    font-size: 80px;
    line-height: 94px;
  }
  .turn-cycle-counter__text {
    padding-left: 30px;
  }
  .turn-cycle-counter__text b {
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 5px;
  }
  .turn-cycle-counter__text p {
    font-size: 17px;
    line-height: 19px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.1px;
    width: 214px;
  }
}
@media screen and (max-width: 767px) {
  .turn-cycle-counter {
    padding: 10px 10px 20px;
    border-radius: 15px;
  }
  .hero-slide .turn-cycle-counter__label {
    width: 56px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background-color: #d6dada;
    left: 17px;
    top: -13px;
}
  .turn-cycle-counter__number {
    width: auto;
    font-size: 60px;
    line-height: 70px;
  }
  .turn-cycle-counter__text {
    /* width: calc(100% - 150px); */
    padding-left: 10px;
  }
  .turn-cycle-counter__text b {
    font-size: 20px;
    line-height: 23px;
  }
  .turn-cycle-counter__text p {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1px;
    width: 169px;
  }
}

.feedback-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
  display: none;
  overflow: auto;
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.feedback-modal.is_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feedback-modal.is_active {
  opacity: 1;
}
.feedback-modal.is_active .feedback-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.feedback-box {
  width: 100%;
  max-width: 654px;
  background: #d9eeed;
  border-radius: 30px;
  padding: 40px;
  margin: auto;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0.9) translate3d(0, 20px, 0);
  transform: scale(0.9) translate3d(0, 20px, 0);
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.15));
}
.feedback-box__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 2;
}
.feedback-box__close svg {
  width: 21px;
  height: 21px;
}
.feedback-box__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feedback-box__submit .button {
  max-width: 350px;
}
.feedback-box__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(217, 238, 237, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.feedback-box__success.is_visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feedback-box__success-button {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #009999;
  width: 366px;
  height: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(44.61deg, #ffffff 7.88%, #ffffff 91.91%);
  background: linear-gradient(45.39deg, #ffffff 7.88%, #ffffff 91.91%);
  border: 1px solid #009999;
  border-radius: 20px;
}
@media screen and (max-width: 1599px) {
  .feedback-box {
    max-width: 525px;
    padding: 60px 50px 30px;
  }
  .feedback-box__submit .button {
    max-width: 100%;
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .feedback-box__success-button {
    width: 423px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-box {
    max-width: 300px;
    padding: 40px 10px;
  }
  .feedback-box__close {
    top: 15px;
    right: 15px;
  }
  .feedback-box__success {
    padding: 0 20px;
  }
  .feedback-box__success-button {
    width: 100%;
    max-width: 282px;
    height: 40px;
    font-size: 20px;
  }
}

.form-fieldset {
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .form-fieldset {
    margin-bottom: 20px;
  }
}

.form-input {
  width: 100%;
  height: 71px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #027a7a;
  background: #ffffff;
  border-radius: 11px;
}
@media (max-width: 1600px) {
  .form-input {
    height: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .form-input {
    height: 30px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 15px;
  }
}

textarea.form-input {
  height: 160px;
  padding: 25px;
  resize: none;
}
@media screen and (max-width: 1279px) {
  textarea.form-input {
    height: 94px;
    padding: 12px;
  }
}

.form-label {
  font-size: 25px;
  line-height: 29px;
  color: #027a7a;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .form-label {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .form-label {
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}

.is-error .form-input {
  color: #e87a7a;
  -webkit-box-shadow: 0 0 0 1px #e87a7a;
  box-shadow: 0 0 0 1px #e87a7a;
}

.label-error {
  display: none !important;
}

.actions {
  padding-bottom: 80px;
}
.actions .title-label {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .actions .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .actions {
    padding-bottom: 20px;
  }
}

.actions-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .actions-cards {
    display: block;
  }
}

.actions-card {
  width: 100%;
  height: 560px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  position: relative;
  padding: 45px;
  background: #d9eeed;
  border-radius: 30px;
}
.actions-card.scaleIn {
  -webkit-animation: scaleIn 2s;
  animation: scaleIn 2s;
}
.actions-card.scaleIn:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.actions-card._theme_gray {
  background: #f1f1f1;
}
.actions-card._theme_gray .actions-card__title {
  max-width: 575px;
  position: relative;
  z-index: 2;
}
.actions-card._theme_gray .actions-card__image {
  width: 100%;
}
.actions-card__title {
  max-width: 400px;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #007499;
}
.actions-card__image {
  width: 382px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.actions-card__image img {
  display: block;
}
@media screen and (max-width: 1599px) {
  .actions-card {
    height: 400px;
  }
  .actions-card__title {
    max-width: 300px;
    font-size: 30px;
    line-height: 40px;
  }
  .actions-card__image {
    width: 340px;
  }
  .actions-card._theme_gray .actions-card__title {
    max-width: 430px;
  }
  .actions-card._theme_gray .actions-card__image {
    width: 70%;
  }
}
@media screen and (max-width: 1279px) {
  .actions-card {
    width: 314px;
    height: 177px;
    overflow: hidden;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .actions-card__title {
    max-width: 130px;
    font-size: 16px;
    line-height: 19px;
  }
  .actions-card__image {
    width: 192px;
    bottom: auto;
    top: 0;
  }
  .actions-card._theme_gray {
    background: #f1f1f1;
  }
  .actions-card._theme_gray .actions-card__title {
    max-width: 190px;
  }
  .actions-card._theme_gray .actions-card__image {
    width: 272px;
    top: auto;
    bottom: 30px;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .actions-card {
    width: 300px;
    height: 157px;
    padding: 0 25px;
    margin: 0 auto 10px;
    border-radius: 30px;
  }
  .actions-card__title {
    font-size: 15px;
    line-height: 18px;
  }
  .actions-card._theme_gray .actions-card__image {
    bottom: 10px;
  }
}

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.way {
  background: #d2efee;
  padding: 100px 0 160px;
  margin-top: 50px;
  position: relative;
  -webkit-box-shadow: 0px -8px 34px rgba(15, 90, 90, 0.3);
  box-shadow: 0px -8px 34px rgba(15, 90, 90, 0.3);
}
.way .container {
  position: relative;
}
.subway {
  padding-top: 70px;
}
@media screen and (max-width: 1279px) {
  .way {
    margin-top: 20px;
    padding: 50px 0 110px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .way .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .way {
    padding-top: 40px;
    padding-bottom: 1px;
  }
  .way .container {
    padding: 0 30px;
  }

  .subway {
    padding-top: 25px;
  }
}

.way-top {
  position: absolute;
  top: -218px;
  left: 0;
  width: 600px;
  height: 118px;
  font-size: 25px;
  line-height: 29px;
  padding-bottom: 5px;
  color: #007499;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/vec-green.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1279px) {
  .way-top {
    width: 400px;
    height: 80px;
    top: -128px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .way-top {
    width: 240px;
    height: 50px;
    top: -85px;
    font-size: 10px;
    line-height: 12px;
  }
}

.way-advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 70px;
  /* margin-bottom: 130px; */
}
.way-advantage__item {
  width: 320px;
  height: 341px;
  padding: 45px 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/way-checkbox.svg") no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.way-advantage__item.fadeIn {
  opacity: 1;
}
.way-advantage__item.fadeIn:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.way-advantage__item.fadeIn:nth-child(3) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.way-advantage__text {
  height: 125px;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #027a7a;
}
@media screen and (max-width: 1279px) {
  .way-advantage {
    margin-bottom: 80px;
  }
  .way-advantage__item {
    width: 166px;
    height: 180px;
    padding: 20px 25px 0;
  }
  .way-advantage__text {
    height: auto;
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .way-advantage {
    display: block;
    margin-bottom: 40px;
  }
  .way-advantage__item {
    margin: 0 auto;
  }
  .way-advantage__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.way-benefit {
  padding: 30px 30px 30px 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  line-height: 29px;
  background: #ffffff;
  border-radius: 30px;
  margin-bottom: 80px;
}
.way-benefit__aside,
.way-benefit__video {
  width: 50%;
}
.way-benefit__aside {
  padding-top: 20px;
}
@media screen and (max-width: 1279px) {
  .way-benefit {
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .way-benefit__aside {
    padding-right: 10px;
  }
  .way-benefit__video .iframe-video {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .way-benefit {
    display: block;
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
  }
  .way-benefit__aside,
  .way-benefit__video {
    width: 100%;
  }
  .way-benefit__aside {
    padding: 20px 20px 10px 20px;
  }
}

.way-list li {
  position: relative;
}
.way-list li:not(:last-child) {
  margin-bottom: 30px;
}
.way-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  width: 53px;
  height: 40px;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/check.svg") no-repeat;
  background-size: 53px 40px;
}

@media screen and (min-width: 1280px) {
  .way-list {
    max-width: 525px;
  }
}

@media screen and (max-width: 1279px) {
  .way-list li {
    padding-left: 40px;
  }
  .way-list li:before {
    width: 25px;
    height: 21px;
    left: 0;
    background-size: 25px 21px;
  }
}

.way-show {
  margin-top: 90px;
}
.way-show span {
  display: block;
  max-width: 520px;
}
@media screen and (max-width: 1279px) {
  .way-show {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .way-show {
    font-size: 10px;
    line-height: 12px;
    padding-left: 40px;
  }
  .way-show img {
    display: none;
  }
}

.way-video {
  position: relative;
  padding-bottom: 60%;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.way-video__title {
  max-width: 80%;
  font-weight: 300;
  font-size: 45px;
  line-height: 53px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 50px;
  left: 40px;
}
.way-video__icon {
  width: 80px;
  height: 80px;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/play-icon.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .way-video {
    border-radius: 15px;
  }
  .way-video__title {
    max-width: 160px;
    font-size: 16px;
    line-height: 19px;
    top: 20px;
    left: 20px;
  }
  .way-video__icon {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .way-video__title {
    font-size: 13px;
    line-height: 15px;
  }
}

.way-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.way-partners__item {
  width: 232px;
  height: 162px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border-radius: 40px;
}
.way-partners__item img {
  max-height: 100%;
}
@media screen and (max-width: 1279px) {
  .way-partners__item {
    width: 102px;
    height: 71px;
    padding: 15px 10px;
    border-radius: 15px;
  }
  .way-partners__item img {
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .way-partners {
    max-width: 200px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .way-partners__item {
    width: 78px;
    height: 54px;
    background-color: #fff;
  }
}

.info {
  height: 1100px;
  background: #f1f1f1;
  padding: 80px 0 0;
  position: relative;
  -webkit-box-shadow: 0px -8px 34px rgba(15, 90, 90, 0.15);
  box-shadow: 0px -8px 34px rgba(15, 90, 90, 0.15);
}
.info .container {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .info {
    height: 530px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .info {
    padding-top: 45px;
    height: auto;
    padding-bottom: 40px;
  }
  .info .container {
    padding: 0 30px;
  }
}

.info-top {
  position: absolute;
  top: -235px;
  right: 0;
  width: 650px;
  height: 155px;
  padding: 0 80px 5px 120px;
  font-size: 25px;
  line-height: 29px;
  color: #898989;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/vec-gray.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1279px) {
  .info-top {
    width: 400px;
    height: 80px;
    top: -140px;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    padding: 0 70px 5px 30px;
  }
}
@media screen and (max-width: 767px) {
  .info-top {
    width: 280px;
    height: 50px;
    font-size: 10px;
    line-height: 12px;
    top: -95px;
    right: -15px;
  }
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-box__images {
  position: absolute;
  top: 0;
  left: 0;
}
.info-box__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.info-box__image._image_1 {
  top: -200px;
}
.info-box__images,
.info-box__content {
  width: 50%;
  position: relative;
}
.info-box__label {
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  color: #bac7cb;
}
.info-box__title {
  font-weight: 700;
  font-size: 200px;
  line-height: 234px;
  background: -o-linear-gradient(17.03deg, #009999 32.66%, #64c72a 88.33%);
  background: linear-gradient(72.97deg, #009999 32.66%, #64c72a 88.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.info-box__text {
  max-width: 540px;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #027a7a;
}
.info-box__sign {
  font-size: 16px;
  line-height: 19px;
  color: #9da8ac;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .info-box__content {
    padding-top: 100px;
  }
  .info-box__mobile {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .info-box__tablet {
    display: none;
  }
}
@media screen and (max-width: 1599px) {
  .info-box__label {
    font-size: 50px;
    line-height: 60px;
  }
  .info-box__title {
    font-size: 170px;
  }
  .info-box__text {
    font-size: 30px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1279px) {
  .info-box__label {
    font-size: 25px;
    line-height: 29px;
  }
  .info-box__title {
    font-size: 90px;
    line-height: 105px;
  }
  .info-box__text {
    font-size: 16px;
    line-height: 19px;
  }
  .info-box__sign {
    font-size: 13px;
    line-height: 15px;
  }
  .info-box__images {
    display: none;
  }
  .info-box__tablet {
    margin: -210px 0 0 -30px;
  }
  .info-box__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .info-box__content {
    width: 100%;
    padding-right: 80px;
  }
  .info-box__label {
    font-size: 20px;
    line-height: 23px;
  }
  .info-box__title {
    min-width: 210px;
    font-size: 70px;
    line-height: 82px;
  }
  .info-box__text {
    font-size: 13px;
    line-height: 15px;
  }
  .info-box__sign {
    font-size: 8px;
    line-height: 9px;
  }
  .info-box__tablet {
    display: none;
  }
  .info-box__mobile {
    position: absolute;
    right: 0;
    top: -190px;
  }
}

.cycle-video {
  overflow: hidden;
  padding-bottom: 140px;
  padding-top: 120px;
}
@media screen and (min-width: 1280px) {
  .cycle-video .title-header {
    max-width: 100%;
  }
  .cycle-video .title-label {
    font-size: 40px;
    line-height: 47px;
    font-weight: 300;
  }
}
@media screen and (max-width: 1279px) {
  .cycle-video {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-video {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
  }
  .cycle-video .title-label {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cycle-video-slider {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.cycle-video-slider .swiper {
  overflow: visible;
}
.cycle-video-slider .swiper-slide-active .cycle-video-card {
  pointer-events: all;
}
.cycle-video-slider .slider-prev,
.cycle-video-slider .slider-next {
  display: none;
}
@media screen and (min-width: 1280px) {
  .cycle-video-slider .swiper-slide-active .cycle-video-card {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1599px) {
  .cycle-video-slider {
    max-width: 800px;
  }
}
@media screen and (max-width: 1279px) {
  .cycle-video-slider .swiper {
    -webkit-perspective: initial !important;
    perspective: initial !important;
  }
  .cycle-video-slider .swiper-wrapper {
    display: block;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .cycle-video-slider .swiper-slide:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-video-slider .swiper-slide:not(:last-child) {
    margin-bottom: 20px;
  }
}

.cycle-video-card {
  position: relative;
  height: 594px;
  background: #c1dfdf;
  border-radius: 30px;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cycle-video-card.is_disabled {
  pointer-events: none !important;
}
.cycle-video-card__play {
  width: 160px;
  height: 160px;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/play-green.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1599px) {
  .cycle-video-card {
    height: 450px;
  }
  .cycle-video-card__play {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 1280px) {
  .cycle-video-card {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
@media screen and (max-width: 1279px) {
  .cycle-video-card {
    width: 400px;
    height: 210px;
    margin: 0 auto;
    pointer-events: all;
  }
  .cycle-video-card__play {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-video-card {
    width: 300px;
    height: 157px;
  }
}

.is_disabled .title-label,
.is_disabled .where-buy__line {
  opacity: 0.2;
  pointer-events: none;
  -webkit-animation: none;
  animation: none;
}

.is_disabled .where-buy__button {
  pointer-events: none;
  -webkit-animation: none;
  animation: none;
}

.is_disabled .where-buy__button-text {
  opacity: 1;
  pointer-events: all;
}

.is_disabled .where-buy__button img {
  opacity: 0.2;
}

.where-buy {
  position: relative;
  padding-top: 160px;
  padding-bottom: 130px;
}
.where-buy .title-header {
  max-width: 100%;
  margin-bottom: 0;
}
.where-buy__parallax-1 {
  position: absolute;
  top: 40%;
  left: -5%;
}
.where-buy__parallax-2 {
  width: 382px;
  height: 671px;
  position: absolute;
  top: 0%;
  right: -5%;
}
.where-buy__line {
  margin-top: 30px;
}
.where-buy__button {
  cursor: pointer;
  width: 424px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.where-buy__button img {
  width: 100%;
}
.where-buy__button-text {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 25px;
  line-height: 299px;
  text-align: center;
  color: #000000;
  opacity: 0;
  z-index: 1;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .where-buy__button-text {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .where-buy__button-text {
    font-size: 13px;
    line-height: 15px;
  }
}
.where-buy__counter {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .where-buy .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .where-buy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .where-buy__parallax-2 {
    width: 296px;
    height: 388px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    top: 10%;
    right: -10%;
  }
}
@media screen and (max-width: 767px) {
  .where-buy {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .where-buy .container {
    padding: 0 30px;
  }
  .where-buy__button {
    width: 200px;
    height: 200px;
  }
  .where-buy__line {
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .where-buy__parallax-1 {
    width: 100px;
    height: 136px;
    top: 15%;
    left: -10%;
  }
  .where-buy__parallax-2 {
    width: 180px;
    height: 236px;
    top: 15%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .where-buy__counter {
    margin: 0 -20px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulseimg {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes fly {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.car {
  position: relative;
  padding-bottom: 10px;
}
.car .container {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .car .title-header:last-child {
    max-width: 100%;
  }
  .car .title {
    margin-bottom: 50px;
  }
  .car .title-label {
    font-size: 40px;
    line-height: 47px;
    font-weight: 300;
  }
}
@media screen and (max-width: 1279px) {
  .car .title-header:first-child {
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .car .title-header:last-child {
    padding: 0 20px;
  }
  .car .title-header:last-child br {
    display: none;
  }
  .car .title-header:last-child .title-label {
    font-weight: 500;
  }
  .car .title-header:first-child .title-label {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.car-model {
  margin-top: -100px;
}
.car-model__image {
  will-change: transform;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1280px) {
  .car-model {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 1279px) {
  .car-model {
    height: 800px;
    margin-top: 100px;
  }
  .car-model__image {
    width: 1538px;
  }
}
@media screen and (max-width: 767px) {
  .car-model {
    display: none;
  }
}

.car-modal {
  width: 735px;
  z-index: 2;
  padding: 60px 15px;
  position: absolute;
  top: 380px;
  left: 200px;
  background: -o-linear-gradient(
    83.12deg,
    rgba(218, 231, 234, 0.95) -5.4%,
    rgba(255, 255, 255, 0.95) 56.12%
  );
  background: linear-gradient(
    6.88deg,
    rgba(218, 231, 234, 0.95) -5.4%,
    rgba(255, 255, 255, 0.95) 56.12%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 40px;
}
.car-modal__scroll {
  height: 435px;
}
.car-modal__box {
  padding: 0 35px 0 80px;
}
.car-modal__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #009999;
  margin-bottom: 30px;
}
.car-modal__subtitle {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
}
.car-modal__subtitle span {
  color: #009999;
}
.car-modal__list {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #5a5a5a;
  counter-reset: list;
  margin-bottom: 40px;
}
.car-modal__list b {
  font-weight: 600;
}
.car-modal__list li {
  position: relative;
  padding-left: 50px;
}
.car-modal__list li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: -20px;
  left: -20px;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/point.svg") no-repeat;
  background-size: 100%;
}
.car-modal__list li:not(:last-child) {
  margin-bottom: 20px;
}
.car-modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4b4b;
}
.car-modal__text b {
  font-weight: 500;
}
.car-modal__image {
  width: 280px;
  float: right;
  margin-right: -25px;
  margin-top: -60px;
}
.car-modal__section {
  clear: both;
}
.car-modal__progress {
  height: 380px;
  padding-left: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #5a5a5a;
  position: relative;
  margin-bottom: 65px;
}
.car-modal__progress:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 25px;
  height: 380px;
  background: url("/local/templates/.default/vivilen-markup/build/css/../images/progress.svg") no-repeat;
  background-size: 100%;
}
.car-modal__progress-point:first-child {
  height: 170px;
}
.car-modal__progress-point:nth-child(2) {
  height: 95px;
}
.car-modal__progress-point:nth-child(3) {
  height: 90px;
}
.car-modal__sign {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #5a5a5a;
  margin-top: 20px;
}
.car-modal__sign a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #009999;
}
@media screen and (max-width: 1279px) {
  .car-modal {
    width: 415px;
    left: 70px;
    right: 70px;
    margin: auto;
    top: 150px;
    padding: 30px 5px 50px 0;
    border-radius: 15px;
  }
  .car-modal__scroll {
    height: 100%;
  }
  .car-modal__box {
    padding: 0 20px 0 50px;
  }
  .car-modal__title {
    font-size: 16px;
    line-height: 19px;
  }
  .car-modal__list {
    font-size: 16px;
    line-height: 19px;
  }
  .car-modal__list li:before {
    width: 45px;
    height: 45px;
    left: 0;
    top: -15px;
    font-size: 16px;
    line-height: 19px;
  }
  .car-modal__text {
    font-size: 16px;
    line-height: 19px;
    position: relative;
  }
  .car-modal__text p {
    max-width: calc(100% - 160px);
  }
  .car-modal__subtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .car-modal__progress {
    height: 258px;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 40px;
  }
  .car-modal__progress:before {
    width: 19px;
    height: 258px;
    left: -30px;
    background-size: contain;
  }
  .car-modal__progress-point:first-child {
    height: 125px;
  }
  .car-modal__progress-point:nth-child(2) {
    height: 65px;
  }
  .car-modal__progress-point:nth-child(3) {
    height: 54px;
  }
  .car-modal__image {
    width: 160px;
    margin: 0;
    position: absolute;
    right: -20px;
    top: 90px;
  }
  .car-modal__sign {
    font-size: 16px;
    line-height: 19px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .car-modal {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .car-modal__scroll {
    height: 100%;
  }
  .car-modal__scroll .simplebar-track {
    visibility: hidden !important;
  }
  .car-modal__scroll .simplebar-content-wrapper {
    overflow: hidden !important;
  }
  .car-modal__box {
    padding-right: 20px;
  }
  .car-modal__progress {
    font-size: 13px;
    line-height: 15px;
  }
  .car-modal__progress:before {
    height: 270px;
  }
  .car-modal__progress-point:nth-child(3) {
    height: 65px;
  }
  .car-modal__text {
    font-size: 13px;
    line-height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .car-modal__text .car-modal__subtitle {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .car-modal__text p {
    max-width: 100%;
  }
  .car-modal__subtitle {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
  .car-modal__image {
    width: 140px;
    position: relative;
    right: 0;
    top: 0;
    margin-left: -30px;
    margin-bottom: -30px;
  }
  .car-modal__sign {
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0 0;
  }
}

.car-tiguan {
  text-align: right;
  margin-right: -10px;
}

.car-tesla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .car-tiguan,
  .car-tesla {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
.hero .hero-slide__button.white-btn-hero,
a.hero-slide__button.white-btn-hero {
  background: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  align-items: center;
  text-align: center;
  color: #009999;
  margin-top: 1rem;
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1279px) and (min-width: 1000px) {
  .hero-slide__image {
    width: 540px;
  }
}
@media screen and (max-width: 1279px) {
  .hero .hero-slide__button.white-btn-hero,
  a.hero-slide__button.white-btn-hero {
    width: 320px;
    font-size: 14px;
    bottom: 80px;
    padding: 20px 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-slide__button.white-btn-hero,
  a.hero-slide__button.white-btn-hero {
    width: 287px;
    font-size: 14px;
    bottom: 125px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .granule-block picture img {
    position: relative;
    top: 5px;
    left: -70px;
    min-width: 344px;
    height: 330px;
    transform: scale(0.8);
  }

  .granule-point_1 {
    top: 76%;
    left: 17%;
  }

  .granule-point_2 {
    top: 26%;
  }
}

.integration.integration-second {
  margin-top: 4vw;
}

@media screen and (max-width: 630px) {
  .hero-slide .turn-cycle-counter__label {
    background-image: linear-gradient(90deg, #D8DEDE 0%, #D7DCDC 100%);    
  }

  .is_check:not(.is_hover) .turn-cycle-counter__label {
    background-image: linear-gradient(90deg, #089B8D 0%, #13A285 100%);
  }
}
@media (max-width: 767px) {
  .learning[data-view-mob="false"] {
    display: none;
  }
}
/* combo block */
.section--combo {
  position: relative;
}
.section--combo-decor {
  min-height: 2000px;
  --decor-size: 75vw;
}

.section--combo-decor::before,
.section--combo-decor::after {
  content: '';
  position: absolute;
  width: var(--decor-size);
  height: var(--decor-size);
  border-radius: 50%;
  opacity: 0.5;
  aspect-ratio: 1;
  max-width: 1240px;
  /* z-index: 1; */
  top: calc(50% - var(--decor-size) / 2);
}

.section--combo-decor::before {
  left: -50%;
  background: radial-gradient(52.64% 49.43% at 50% 50%, #64C72A 0%, rgba(100, 199, 42, 0.00) 89.06%);
}

.section--combo-decor::after {
  background: radial-gradient(52.64% 49.43% at 50% 50%, #00999A 0%, rgba(0, 153, 154, 0.00) 89.06%);
  right: -50%;
}
/* granule b2c */

.section--combo-decor__granule {
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 75px;
}
.granule-block.granule-block--b2c {
  width: auto;
  margin: unset;
  left: unset;
  --size-play-btn: 148px;
}
.granule-block--b2c .granule-block__top {
  margin-bottom: 75px;
}
.granule-block--b2c .granule-block__subtitle {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  padding-left: 5%;
  padding-right: 5%;
}
.granule-block--b2c .title-header {
  margin-bottom: 28px;
}
.granule-block--b2c .granule-block__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-left: 3.5%;
  padding-right: 3.5%;
  gap: 50px;
}
.granule-block--b2c .granule-block__part {
  flex: 1 1 42%;
}
.granule-block--b2c .granule-block__part--img {
  flex-basis: 28%;
}

.granule-img {
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.granule-img__decor-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.granule-img__main {
  width: 100%;
  pointer-events: none;
  user-select: none;
  transform: translate(19px, 17px);
}
.granule-img__decor-bg-item {
  position: absolute;
}

.granule-img__decor-bg-item[data-item="1"] {
  top: -2%;
  left: 2%;
  --decor-img-size: 148px;

}
.granule-img__decor-bg-item[data-item="1"] .granule-img__decor {
  background-image: url('/local/include_areas/b2c/granule/granule-decor-1.png');
}

.granule-img__decor-bg-item[data-item="2"] {
  top: -18%;
  left: 38%;
  --decor-img-size: 200px;
}
.granule-img__decor-bg-item[data-item="2"] .granule-img__decor {
  background-image: url('/local/include_areas/b2c/granule/granule-decor-2.png');
}

.granule-img__decor-bg-item[data-item="3"] {
  left: 78%;
  top: 15%;
  --decor-img-size: 440px;
}
.granule-img__decor-bg-item[data-item="3"] .granule-img__decor {
  background-image: url('/local/include_areas/b2c/granule/granule-decor-3.png');
}

.granule-img .granule-img__decor {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: var(--decor-img-size);
}

.granule-img__advantage {
  --size-adv: 78px;
  --br-w: 3px;
  --br-c: rgba(158, 203, 218, 0.60);
  --fz-adv: 32px;
  color: #099;
  font-size: var(--fz-adv);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
}
.granule-img__advantage-count {
  border: var(--br-w) solid var(--br-c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: var(--size-adv);
  height: var(--size-adv);
  aspect-ratio: 1;
  border-radius: 50%;
}
.granule-img__advantage-text {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  --line-width: 100px;
}
.granule-img__advantage-text:before {
  content: '';
  position: absolute;
  width: 100%;
  left: -100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='3' viewBox='0 0 128 3' fill='none'%3E%3Cpath d='M0.424805 1.40625L127.779 1.40624' stroke='%23009999' stroke-width='2' stroke-dasharray='2 2'/%3E%3C/svg%3E");
  height: 2px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  width: var(--line-width);
  left: calc(-1 * var(--line-width));
}
.granule-img__advantage--1 {
  top: 54.5%;
  left: 0.5%;
}
.granule-img__advantage--2 {
  top: 13%;
  left: 63%;
}
.granule-img__advantage--3 {
  top: 65%;
  left: 63%;
}
.granule-img__advantage--1 .granule-img__advantage-text {
  --line-width: 127px;
  padding-right: 10%;
}
.granule-img__advantage--1 .granule-img__advantage-text:before {
  left: calc(100% - var(--line-width));
  top: 24px;
}
.granule-img__advantage--2 .granule-img__advantage-text {
  --line-width: 98px;
}
.granule-img__advantage--2 .granule-img__advantage-text {
  --line-width: 127px;
}
@media (max-width: 991px) {
  .granule-block--b2c .granule-block__subtitle {
    font-size: 13px;
    font-weight: 300;
  }

  .granule-block--b2c .granule-block__row {
    grid-template-columns: 1fr;
    align-items: unset;
    justify-content: center;
  }
  .granule-block--b2c .granule-block__part {
    flex: 1 1 100%;
  }

  .granule-img__advantage {
    --size-adv: 41px;
    --fz-adv: 15px;
  }

}
@media (max-width: 767px) {
  .granule-block--b2c .granule-block__top {
    margin-bottom: 15px;
  }
  .granule-block.granule-block--b2c {
    height: auto;
  }
  .granule-block--b2c .title-header {
    margin-bottom: 11px;
  }
  .granule-block--b2c .granule-block__part--img {
    margin-bottom: -1rem;
  }

  .granule-block--b2c .granule-block__video .way-video__title {
    font-size: 18px;
    line-height: normal;
    max-width: 240px;
  }
  .granule-block--b2c .granule-block__video .way-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    border-radius: inherit;
  }
  .granule-img__main {
    max-width: 70%;
    /* transform: translate(14px, -27px); */
    margin: 0 auto;
    display: block;
  }

  .granule-img__advantage {
    --br-w: 2px;
  }
  .granule-img__advantage-count {
    font-size: 20px;
  }
  .granule-img__advantage-text {
    margin-top: 4px;
  }

  .granule-img__advantage--1 {
    top: 42.5%;
    left: 3.5%;
  }
  .granule-img__advantage--2 {
    top: -5.5%;
    left: 64.5%;
  }
  .granule-img__advantage--3 {
    top: 42%;
    left: 65%;
  }
  .granule-img__advantage-text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='2' viewBox='0 0 57 2' fill='none'%3E%3Cpath d='M0.740234 0.744141L56.8184 0.744136' stroke='%23009999' stroke-dasharray='2 2'/%3E%3C/svg%3E");
  }
  .granule-img__advantage--1 .granule-img__advantage-text {
    --line-width: 56px;
  }
  .granule-img__advantage--2 .granule-img__advantage-text {
    --line-width: 45px;
  }
  .granule-img__advantage--3 .granule-img__advantage-text {
    --line-width: 39px;
  }

  .granule-img__decor-bg-item[data-item="1"] {
    top: -23%;
    left: 24%;
    --decor-img-size: 54px;
  }
  .granule-img__decor-bg-item[data-item="2"] {
    top: -33%;
    left: 73%;
    --decor-img-size: 105px;
  }
  .granule-img__decor-bg-item[data-item="3"] {
    left: -37%;
    top: -40%;
    --decor-img-size: 200px;
  }
  /* temp */
}
@media (min-width: 992px) {
  .granule-block--b2c .granule-block__video .cycle-video-card__play {
    width: var(--size-play-btn);
    height: var(--size-play-btn);
  }
  .granule-block--b2c .granule-block__video .way-video__title {
    font-size: 50px;
    font-weight: 400;
    top: 53px;
    left: 58px;
  }
  .granule-block--b2c .granule-block__video .way-video {
    padding-bottom: 55%;
  }
}
/* granule b2c */

/* shelfs */
.section--shelfs {
  box-shadow: 0px -8px 11px rgba(15, 90, 90, 0.10);
}

.section--shelfs .title-header {
  max-width: 1210px;
}

.shelf {
  position: relative;
}

.shelf img {
  position: relative;
  z-index: 2;
  mix-blend-mode: darken;
}

.shelf_two img {
  display: block;
  margin-left: auto;
}

.shelf_text {
  position: absolute;
  background-color: #fff;
  border-radius: 30px;
  padding: 28px 24px;
  z-index: 1;
  box-shadow: 0 0 32px #d2d2d2;
}

.shelf_one .shelf_text {
  padding-left: 240px;
  left: 523px;
  top: 143px;  
}

.shelf_two .shelf_text {
  padding-right: 224px;
  padding-left: 70px;
  right: 745px;
  bottom: 230px; 
}

.shelf_title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 13px;
}

.shelf_list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height:  120%; 
}

.shelf_list li {
  list-style: disc;
}

.shelf_one .shelf_list {
  max-width: 475px;
}

.shelf_two .shelf_list {
  max-width: 690px;
}

@media (max-width: 1400px) {
  .shelf img {
    width: 70vw;
  }

  .shelf_one .shelf_text {
    left: 28vw;
  }

  .shelf_two .shelf_text {
    padding-left: 30px;
    right: 33vw;
    bottom: 100px;
  }
}

@media (max-width: 1024px) {

  .shelf_one {
    margin-top: 50px;
  }

  .shelf_one img {
    width: 500px;
    max-width: none;
    margin-top: 95px;
    left: -55px;
  }

  .shelf_one .shelf_text {
    top: auto;
    bottom: 120px;
    left: -200px;
    padding-bottom: 160px;
  }

  .shelf_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  
  .shelf_list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    font-size: 13px;
    font-weight: 400;
    line-height:  19px; 
  }

  .shelf_one .shelf_list {
    max-width: 215px;
    columns: 1;
  }

  .shelf_two {
    display: flex;
    justify-content: end;
  }

  .shelf_two img {
    width: 505px;
    right: -55px;
    max-width: none;
    margin-top: 300px;
  }

  .shelf_two .shelf_text {
    padding-right: 75px;
    padding-left: 30px;
    padding-bottom: 110px;
    right: -56px;
    bottom: 140px;
  }

  .shelf_two .shelf_title,
  .shelf_two .shelf_list {
    max-width: 215px;
  }
  
}
/* shelfs */

/* End */


/* Start:/local/templates/vivilen/styles/intlTelInput.min.css?169080185720097*/
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}[dir=rtl] .iti__arrow{margin-right:6px;margin-left:0}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{display:flex;align-items:center;padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__flag-box{margin-right:6px}[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box{margin-right:0;margin-left:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}[dir=rtl] .iti--allow-dropdown input,[dir=rtl] .iti--allow-dropdown input[type=tel],[dir=rtl] .iti--allow-dropdown input[type=text],[dir=rtl] .iti--separate-dial-code input,[dir=rtl] .iti--separate-dial-code input[type=tel],[dir=rtl] .iti--separate-dial-code input[type=text]{padding-right:52px;padding-left:6px;margin-right:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}[dir=rtl] .iti--allow-dropdown .iti__flag-container,[dir=rtl] .iti--separate-dial-code .iti__flag-container{right:0;left:auto}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left:6px}[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left:0;margin-right:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5762px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:12px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cq{height:12px;background-position:-1115px 0}.iti__flag.iti__cr{height:12px;background-position:-1137px 0}.iti__flag.iti__cu{height:10px;background-position:-1159px 0}.iti__flag.iti__cv{height:12px;background-position:-1181px 0}.iti__flag.iti__cw{height:14px;background-position:-1203px 0}.iti__flag.iti__cx{height:10px;background-position:-1225px 0}.iti__flag.iti__cy{height:14px;background-position:-1247px 0}.iti__flag.iti__cz{height:14px;background-position:-1269px 0}.iti__flag.iti__de{height:12px;background-position:-1291px 0}.iti__flag.iti__dg{height:10px;background-position:-1313px 0}.iti__flag.iti__dj{height:14px;background-position:-1335px 0}.iti__flag.iti__dk{height:15px;background-position:-1357px 0}.iti__flag.iti__dm{height:10px;background-position:-1379px 0}.iti__flag.iti__do{height:14px;background-position:-1401px 0}.iti__flag.iti__dz{height:14px;background-position:-1423px 0}.iti__flag.iti__ea{height:14px;background-position:-1445px 0}.iti__flag.iti__ec{height:14px;background-position:-1467px 0}.iti__flag.iti__ee{height:13px;background-position:-1489px 0}.iti__flag.iti__eg{height:14px;background-position:-1511px 0}.iti__flag.iti__eh{height:10px;background-position:-1533px 0}.iti__flag.iti__er{height:10px;background-position:-1555px 0}.iti__flag.iti__es{height:14px;background-position:-1577px 0}.iti__flag.iti__et{height:10px;background-position:-1599px 0}.iti__flag.iti__eu{height:14px;background-position:-1621px 0}.iti__flag.iti__ez{height:14px;background-position:-1643px 0}.iti__flag.iti__fi{height:12px;background-position:-1665px 0}.iti__flag.iti__fj{height:10px;background-position:-1687px 0}.iti__flag.iti__fk{height:10px;background-position:-1709px 0}.iti__flag.iti__fm{height:11px;background-position:-1731px 0}.iti__flag.iti__fo{height:15px;background-position:-1753px 0}.iti__flag.iti__fr{height:14px;background-position:-1775px 0}.iti__flag.iti__fx{height:14px;background-position:-1797px 0}.iti__flag.iti__ga{height:15px;background-position:-1819px 0}.iti__flag.iti__gb{height:10px;background-position:-1841px 0}.iti__flag.iti__gd{height:12px;background-position:-1863px 0}.iti__flag.iti__ge{height:14px;background-position:-1885px 0}.iti__flag.iti__gf{height:14px;background-position:-1907px 0}.iti__flag.iti__gg{height:14px;background-position:-1929px 0}.iti__flag.iti__gh{height:14px;background-position:-1951px 0}.iti__flag.iti__gi{height:10px;background-position:-1973px 0}.iti__flag.iti__gl{height:14px;background-position:-1995px 0}.iti__flag.iti__gm{height:14px;background-position:-2017px 0}.iti__flag.iti__gn{height:14px;background-position:-2039px 0}.iti__flag.iti__gp{height:14px;background-position:-2061px 0}.iti__flag.iti__gq{height:14px;background-position:-2083px 0}.iti__flag.iti__gr{height:14px;background-position:-2105px 0}.iti__flag.iti__gs{height:10px;background-position:-2127px 0}.iti__flag.iti__gt{height:13px;background-position:-2149px 0}.iti__flag.iti__gu{height:11px;background-position:-2171px 0}.iti__flag.iti__gw{height:10px;background-position:-2193px 0}.iti__flag.iti__gy{height:12px;background-position:-2215px 0}.iti__flag.iti__hk{height:14px;background-position:-2237px 0}.iti__flag.iti__hm{height:10px;background-position:-2259px 0}.iti__flag.iti__hn{height:10px;background-position:-2281px 0}.iti__flag.iti__hr{height:10px;background-position:-2303px 0}.iti__flag.iti__ht{height:12px;background-position:-2325px 0}.iti__flag.iti__hu{height:10px;background-position:-2347px 0}.iti__flag.iti__ic{height:14px;background-position:-2369px 0}.iti__flag.iti__id{height:14px;background-position:-2391px 0}.iti__flag.iti__ie{height:10px;background-position:-2413px 0}.iti__flag.iti__il{height:15px;background-position:-2435px 0}.iti__flag.iti__im{height:10px;background-position:-2457px 0}.iti__flag.iti__in{height:14px;background-position:-2479px 0}.iti__flag.iti__io{height:10px;background-position:-2501px 0}.iti__flag.iti__iq{height:14px;background-position:-2523px 0}.iti__flag.iti__ir{height:12px;background-position:-2545px 0}.iti__flag.iti__is{height:15px;background-position:-2567px 0}.iti__flag.iti__it{height:14px;background-position:-2589px 0}.iti__flag.iti__je{height:12px;background-position:-2611px 0}.iti__flag.iti__jm{height:10px;background-position:-2633px 0}.iti__flag.iti__jo{height:10px;background-position:-2655px 0}.iti__flag.iti__jp{height:14px;background-position:-2677px 0}.iti__flag.iti__ke{height:14px;background-position:-2699px 0}.iti__flag.iti__kg{height:12px;background-position:-2721px 0}.iti__flag.iti__kh{height:13px;background-position:-2743px 0}.iti__flag.iti__ki{height:10px;background-position:-2765px 0}.iti__flag.iti__km{height:12px;background-position:-2787px 0}.iti__flag.iti__kn{height:14px;background-position:-2809px 0}.iti__flag.iti__kp{height:10px;background-position:-2831px 0}.iti__flag.iti__kr{height:14px;background-position:-2853px 0}.iti__flag.iti__kw{height:10px;background-position:-2875px 0}.iti__flag.iti__ky{height:10px;background-position:-2897px 0}.iti__flag.iti__kz{height:10px;background-position:-2919px 0}.iti__flag.iti__la{height:14px;background-position:-2941px 0}.iti__flag.iti__lb{height:14px;background-position:-2963px 0}.iti__flag.iti__lc{height:10px;background-position:-2985px 0}.iti__flag.iti__li{height:12px;background-position:-3007px 0}.iti__flag.iti__lk{height:10px;background-position:-3029px 0}.iti__flag.iti__lr{height:11px;background-position:-3051px 0}.iti__flag.iti__ls{height:14px;background-position:-3073px 0}.iti__flag.iti__lt{height:12px;background-position:-3095px 0}.iti__flag.iti__lu{height:12px;background-position:-3117px 0}.iti__flag.iti__lv{height:10px;background-position:-3139px 0}.iti__flag.iti__ly{height:10px;background-position:-3161px 0}.iti__flag.iti__ma{height:14px;background-position:-3183px 0}.iti__flag.iti__mc{height:15px;background-position:-3205px 0}.iti__flag.iti__md{height:10px;background-position:-3226px 0}.iti__flag.iti__me{height:10px;background-position:-3248px 0}.iti__flag.iti__mf{height:14px;background-position:-3270px 0}.iti__flag.iti__mg{height:14px;background-position:-3292px 0}.iti__flag.iti__mh{height:11px;background-position:-3314px 0}.iti__flag.iti__mk{height:10px;background-position:-3336px 0}.iti__flag.iti__ml{height:14px;background-position:-3358px 0}.iti__flag.iti__mm{height:14px;background-position:-3380px 0}.iti__flag.iti__mn{height:10px;background-position:-3402px 0}.iti__flag.iti__mo{height:14px;background-position:-3424px 0}.iti__flag.iti__mp{height:10px;background-position:-3446px 0}.iti__flag.iti__mq{height:14px;background-position:-3468px 0}.iti__flag.iti__mr{height:14px;background-position:-3490px 0}.iti__flag.iti__ms{height:10px;background-position:-3512px 0}.iti__flag.iti__mt{height:14px;background-position:-3534px 0}.iti__flag.iti__mu{height:14px;background-position:-3556px 0}.iti__flag.iti__mv{height:14px;background-position:-3578px 0}.iti__flag.iti__mw{height:14px;background-position:-3600px 0}.iti__flag.iti__mx{height:12px;background-position:-3622px 0}.iti__flag.iti__my{height:10px;background-position:-3644px 0}.iti__flag.iti__mz{height:14px;background-position:-3666px 0}.iti__flag.iti__na{height:14px;background-position:-3688px 0}.iti__flag.iti__nc{height:10px;background-position:-3710px 0}.iti__flag.iti__ne{height:15px;background-position:-3732px 0}.iti__flag.iti__nf{height:10px;background-position:-3752px 0}.iti__flag.iti__ng{height:10px;background-position:-3774px 0}.iti__flag.iti__ni{height:12px;background-position:-3796px 0}.iti__flag.iti__nl{height:14px;background-position:-3818px 0}.iti__flag.iti__no{height:15px;background-position:-3840px 0}.iti__flag.iti__np{height:15px;background-position:-3862px 0}.iti__flag.iti__nr{height:10px;background-position:-3877px 0}.iti__flag.iti__nu{height:10px;background-position:-3899px 0}.iti__flag.iti__nz{height:10px;background-position:-3921px 0}.iti__flag.iti__om{height:10px;background-position:-3943px 0}.iti__flag.iti__pa{height:14px;background-position:-3965px 0}.iti__flag.iti__pe{height:14px;background-position:-3987px 0}.iti__flag.iti__pf{height:14px;background-position:-4009px 0}.iti__flag.iti__pg{height:15px;background-position:-4031px 0}.iti__flag.iti__ph{height:10px;background-position:-4053px 0}.iti__flag.iti__pk{height:14px;background-position:-4075px 0}.iti__flag.iti__pl{height:13px;background-position:-4097px 0}.iti__flag.iti__pm{height:14px;background-position:-4119px 0}.iti__flag.iti__pn{height:10px;background-position:-4141px 0}.iti__flag.iti__pr{height:14px;background-position:-4163px 0}.iti__flag.iti__ps{height:10px;background-position:-4185px 0}.iti__flag.iti__pt{height:14px;background-position:-4207px 0}.iti__flag.iti__pw{height:13px;background-position:-4229px 0}.iti__flag.iti__py{height:11px;background-position:-4251px 0}.iti__flag.iti__qa{height:8px;background-position:-4273px 0}.iti__flag.iti__re{height:14px;background-position:-4295px 0}.iti__flag.iti__ro{height:14px;background-position:-4317px 0}.iti__flag.iti__rs{height:14px;background-position:-4339px 0}.iti__flag.iti__ru{height:14px;background-position:-4361px 0}.iti__flag.iti__rw{height:14px;background-position:-4383px 0}.iti__flag.iti__sa{height:14px;background-position:-4405px 0}.iti__flag.iti__sb{height:10px;background-position:-4427px 0}.iti__flag.iti__sc{height:10px;background-position:-4449px 0}.iti__flag.iti__sd{height:10px;background-position:-4471px 0}.iti__flag.iti__se{height:13px;background-position:-4493px 0}.iti__flag.iti__sg{height:14px;background-position:-4515px 0}.iti__flag.iti__sh{height:10px;background-position:-4537px 0}.iti__flag.iti__si{height:10px;background-position:-4559px 0}.iti__flag.iti__sj{height:15px;background-position:-4581px 0}.iti__flag.iti__sk{height:14px;background-position:-4603px 0}.iti__flag.iti__sl{height:14px;background-position:-4625px 0}.iti__flag.iti__sm{height:15px;background-position:-4647px 0}.iti__flag.iti__sn{height:14px;background-position:-4669px 0}.iti__flag.iti__so{height:14px;background-position:-4691px 0}.iti__flag.iti__sr{height:14px;background-position:-4713px 0}.iti__flag.iti__ss{height:10px;background-position:-4735px 0}.iti__flag.iti__st{height:10px;background-position:-4757px 0}.iti__flag.iti__su{height:10px;background-position:-4779px 0}.iti__flag.iti__sv{height:12px;background-position:-4801px 0}.iti__flag.iti__sx{height:14px;background-position:-4823px 0}.iti__flag.iti__sy{height:14px;background-position:-4845px 0}.iti__flag.iti__sz{height:14px;background-position:-4867px 0}.iti__flag.iti__ta{height:10px;background-position:-4889px 0}.iti__flag.iti__tc{height:10px;background-position:-4911px 0}.iti__flag.iti__td{height:14px;background-position:-4933px 0}.iti__flag.iti__tf{height:14px;background-position:-4955px 0}.iti__flag.iti__tg{height:13px;background-position:-4977px 0}.iti__flag.iti__th{height:14px;background-position:-4999px 0}.iti__flag.iti__tj{height:10px;background-position:-5021px 0}.iti__flag.iti__tk{height:10px;background-position:-5043px 0}.iti__flag.iti__tl{height:10px;background-position:-5065px 0}.iti__flag.iti__tm{height:14px;background-position:-5087px 0}.iti__flag.iti__tn{height:14px;background-position:-5109px 0}.iti__flag.iti__to{height:10px;background-position:-5131px 0}.iti__flag.iti__tr{height:14px;background-position:-5153px 0}.iti__flag.iti__tt{height:12px;background-position:-5175px 0}.iti__flag.iti__tv{height:10px;background-position:-5197px 0}.iti__flag.iti__tw{height:14px;background-position:-5219px 0}.iti__flag.iti__tz{height:14px;background-position:-5241px 0}.iti__flag.iti__ua{height:14px;background-position:-5263px 0}.iti__flag.iti__ug{height:14px;background-position:-5285px 0}.iti__flag.iti__uk{height:10px;background-position:-5307px 0}.iti__flag.iti__um{height:11px;background-position:-5329px 0}.iti__flag.iti__un{height:14px;background-position:-5351px 0}.iti__flag.iti__us{height:11px;background-position:-5373px 0}.iti__flag.iti__uy{height:14px;background-position:-5395px 0}.iti__flag.iti__uz{height:10px;background-position:-5417px 0}.iti__flag.iti__va{height:15px;background-position:-5439px 0}.iti__flag.iti__vc{height:14px;background-position:-5456px 0}.iti__flag.iti__ve{height:14px;background-position:-5478px 0}.iti__flag.iti__vg{height:10px;background-position:-5500px 0}.iti__flag.iti__vi{height:14px;background-position:-5522px 0}.iti__flag.iti__vn{height:14px;background-position:-5544px 0}.iti__flag.iti__vu{height:12px;background-position:-5566px 0}.iti__flag.iti__wf{height:14px;background-position:-5588px 0}.iti__flag.iti__ws{height:10px;background-position:-5610px 0}.iti__flag.iti__xk{height:15px;background-position:-5632px 0}.iti__flag.iti__ye{height:14px;background-position:-5654px 0}.iti__flag.iti__yt{height:14px;background-position:-5676px 0}.iti__flag.iti__za{height:14px;background-position:-5698px 0}.iti__flag.iti__zm{height:14px;background-position:-5720px 0}.iti__flag.iti__zw{height:10px;background-position:-5742px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/local/templates/vivilen/styles/../img/flags.png?1);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/local/templates/vivilen/styles/../img/flags@2x.png?1)}}.iti__flag.iti__np{background-color:transparent}
/* End */


/* Start:/local/templates/vivilen/styles/style.css?17398010181600*/
.feedback-modal .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.feedback-modal .iti--separate-dial-code .iti__selected-flag {
	background-color: transparent;
}
.feedback-modal .iti__flag-container {
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
}
.feedback-modal .iti__flag.iti__ru,
.feedback-modal .iti__flag.iti__by,
.feedback-modal .iti__flag.iti__kz,
.feedback-modal .iti__flag.iti__uz {
	background-position: center;
	background-size: contain;
	box-shadow: unset;
}
.feedback-modal .iti__flag.iti__ru {
	background-image: url('/local/templates/vivilen/styles/../img/flags/ru.svg');	
}
.feedback-modal .iti__flag.iti__by {
	background-image: url('/local/templates/vivilen/styles/../img/flags/by.svg');	
}
.feedback-modal .iti__flag.iti__kz {
	background-image: url('/local/templates/vivilen/styles/../img/flags/kz.svg');	
}
.feedback-modal .iti__flag.iti__uz {
	background-image: url('/local/templates/vivilen/styles/../img/flags/uz.svg');	
}
.feedback-modal .feedback-error {
	display: none;
	color: rgb(237, 42, 42);
	line-height: 2rem;
	font-size: 15px;
}
.feedback-modal .google-racaptcha {
	margin-bottom: 12px;
}

.os_section img {
	 display: block;
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
}
	
.os_video {
	 border-radius: 30px; 
	 overflow: hidden;
}
	
@media (width >600px) {
	 .os_mobile {
		 display: none;
	 }
}
@media (width <=600px) {
	.os_nonmobile {
		display: none;
	}
}

.feedback-box__submit .disabled {
	color: #d9eeed;
	background: linear-gradient(
	45.39deg,
	rgba(0, 153, 153, 0.2) 7.88%,
	rgba(100, 199, 42, 0.2) 91.91%
	);
	pointer-events: none;
}
/* End */
/* /local/templates/.default/vivilen-markup/build/css/main.css?1705406853142069 */
/* /local/templates/vivilen/styles/intlTelInput.min.css?169080185720097 */
/* /local/templates/vivilen/styles/style.css?17398010181600 */
