

/* Start:/local/templates/soda/assets/css/libs.css?172816427549700*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */

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


/* Start:/local/templates/soda/assets/css/main.css?1748866025352434*/
:root{--index:calc(1vw + 1vh);--fs-default:62.5%;--line-height:1.5;--container-width:1800px;--container-padding:30px;--font-default:AeonikPro,sans-serif;--transition:cubic-bezier(0.445,0.050,0.550,0.950);--transition2:cubic-bezier(0.785,0.135,0.150,0.860);--transition3:cubic-bezier(0.715,-0.235,0.120,1.300);--bg-body:#ece9e1;--color-text:#000;--color-white:#fff;--color-whiteRGBA10:hsla(0,0%,100%,.1);--color-whiteRGBA30:hsla(0,0%,100%,.3);--color-white2:#ece9e1;--color-white3:#fbf6f2;--color-gray:#d9d9d9;--color-black:#000;--color-blackRGBA15:rgba(0,0,0,.15);--color-blackRGBA30:rgba(0,0,0,.3);--color-primary:#828634;--color-primary2:#bec632;--color-primaryRGBA30:rgba(247,76,37,.3);--color-primaryRGBA10:rgba(247,76,37,.1);--color-primaryRGBA80:rgba(247,76,37,.8);--color-gradient:linear-gradient(90deg,#828634,#bec632);--color-gradient2:linear-gradient(180deg,#bec632,#dde639);--color-primary-light:#dde4cf;--color-error:red}@media screen and (max-width:768px){:root{--container-padding:10px}}@font-face{font-display:swap;font-family:AeonikPro;font-style:normal;font-weight:300;src:url(/local/templates/soda/assets/css/../fonts/AeonikPro/aeonikprotrial-light.woff2) format("woff2")}@font-face{font-display:swap;font-family:AeonikPro;font-style:normal;font-weight:400;src:url(/local/templates/soda/assets/css/../fonts/AeonikPro/aeonikprotrial-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:AeonikPro;font-style:normal;font-weight:700;src:url(/local/templates/soda/assets/css/../fonts/AeonikPro/aeonikprotrial-bold.woff2) format("woff2")}*,:after,:before{box-sizing:border-box;margin:0;outline:none!important;padding:0}:where(ul,ol):where([class]){padding-left:0}:where(ul[class]){list-style:none}:where(blockquote,figure):where([class]),body{margin:0}:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]){margin-block:0}:where(dd[class]){margin-left:0}:where(fieldset[class]){border:none;margin-left:0;padding:0}p{--paragraphMarginBottom:24px;margin-block:0}p:where(:not([class]):not(:last-child)){margin-bottom:var(--paragraphMarginBottom)}img{display:block;max-width:100%}a,button,input,select,textarea{font:inherit;outline:none!important}input:focus{outline:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{display:none}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}html{font-size:var(--fs-default);height:100%;scroll-behavior:smooth}body{line-height:var(--line-height);min-height:100%;min-width:320px}svg [fill]{fill:currentColor}svg [stroke]{stroke:currentColor}svg *{transition-property:fill,stroke}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}body{background:var(--bg-body);color:var(--color-text);font-family:var(--font-default);position:relative}body.no-scroll{overflow:hidden;padding-right:15px}@media screen and (max-width:992px){body.no-scroll{padding-right:0}}@media screen and (min-width:480px){.desctop-hidden{display:none!important}}@media screen and (max-width:480px){.mobile-hidden{display:none!important}}@media screen and (max-width:1280px){.laptop-hidden{display:none!important}}.visually-hidden{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.container{margin-inline:auto;max-width:calc(var(--container-width) + var(--container-padding)*2);padding-inline:var(--container-padding);width:100%}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}@keyframes btnHover{0%{background-position:10% 0}50%{background-position:91% 100%}to{background-position:10% 0}}@keyframes spin{0%{transform:scale(.9) rotate(0deg)}50%{transform:scale(1) rotate(180deg)}to{transform:scale(.9) rotate(1turn)}}@keyframes pulse{0%{transform:scale(.7)}50%{transform:scale(1)}to{transform:scale(.7)}}@keyframes blinker{50%{opacity:0}}@keyframes blinkerBlur{50%{filter:blur(10px);opacity:0}}@keyframes blinkerBlur2{50%{filter:blur(1px);opacity:.7}}@keyframes arrow{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.hidden{display:none}.btn-menu{align-items:center;background:var(--color-primary);border:none;border-radius:21px;color:var(--color-white2);cursor:pointer;display:inline-flex;font-size:16px;height:42px;min-width:157px;overflow:hidden;padding:0 22px 0 6px;position:relative;text-decoration:none;transition:color .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:480px){.btn-menu{font-size:13px;min-width:115px;padding-right:14px}}@media (hover:hover){.btn-menu:hover{color:var(--color-primary)}.btn-menu:hover .btn-menu__icon:before{width:calc(100% - 12px)}}@media (hover:none){.btn-menu:active{color:var(--color-primary)}.btn-menu:active .btn-menu__icon:before{width:calc(100% - 12px)}}.btn-menu._on .btn-menu__text span:first-child{transform:translateY(-100%)}.btn-menu._on .btn-menu__text span:nth-child(2){transform:translateY(0)}.btn-menu._on .btn-menu__icon i:before{top:50%;transform:rotate(45deg);transition:width .1s var(--transition),top .2s var(--transition) .1s,transform .2s var(--transition) .2s;width:100%}.btn-menu._on .btn-menu__icon i:after{top:50%;transform:rotate(-45deg);transition:top .2s var(--transition) .1s,transform .2s var(--transition) .2s}.btn-menu .btn-menu__icon{align-items:center;aspect-ratio:1;display:flex;justify-content:center;margin-right:18px;width:34px}@media screen and (max-width:480px){.btn-menu .btn-menu__icon{margin-right:10px}}.btn-menu .btn-menu__icon:before{background:var(--color-white2);border-radius:17px;content:"";height:34px;left:6px;margin-top:-17px;position:absolute;top:50%;transition:all .5s var(--transition3);width:34px}.btn-menu .btn-menu__icon i{display:block;height:6px;position:relative;width:18px;z-index:2}.btn-menu .btn-menu__icon i:before{top:0;transition:width .1s var(--transition) .2s,top .2s var(--transition) .1s,transform .2s var(--transition);width:50%}.btn-menu .btn-menu__icon i:after,.btn-menu .btn-menu__icon i:before{background:var(--color-primary);content:"";height:1px;left:0;position:absolute}.btn-menu .btn-menu__icon i:after{bottom:0;transition:top .2s var(--transition) .1s,transform .2s var(--transition);width:100%}.btn-menu .btn-menu__text{overflow:hidden;position:relative;width:calc(100% - 52px);z-index:2}@media screen and (max-width:480px){.btn-menu .btn-menu__text{width:calc(100% - 44px)}}.btn-menu .btn-menu__text span{display:block;position:relative;text-align:left;transition:transform .3s var(--transition3);width:100%}.btn-menu .btn-menu__text span:nth-child(2){left:0;position:absolute;top:0;transform:translateY(100%);width:100%}.btn-sign{align-items:center;background:var(--color-primary);border:none;border-radius:21px;color:var(--color-white2);cursor:pointer;display:inline-flex;font-size:16px;height:42px;min-width:208px;overflow:hidden;padding:0 22px 0 6px;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:480px){.btn-sign{font-size:13px;min-width:120px;padding-right:10px}}@media (hover:hover){.btn-sign:hover .btn-sign__text{color:var(--color-primary)}.btn-sign:hover .btn-sign__icon:before{width:calc(100% - 12px)}.btn-sign:hover .btn-sign__icon i svg{transform:rotate(0deg)}}@media (hover:none){.btn-sign:active .btn-sign__text{color:var(--color-primary)}.btn-sign:active .btn-sign__icon:before{width:calc(100% - 12px)}.btn-sign:active .btn-sign__icon i svg{transform:rotate(0deg)}}.btn-sign .btn-sign__icon{align-items:center;aspect-ratio:1;display:flex;justify-content:center;margin-right:32px;width:34px}@media screen and (max-width:480px){.btn-sign .btn-sign__icon{margin-right:10px}}.btn-sign .btn-sign__icon:before{background:var(--color-white2);border-radius:17px;content:"";height:34px;left:6px;margin-top:-17px;position:absolute;top:50%;transition:all .5s var(--transition3);width:34px}.btn-sign .btn-sign__icon i{color:var(--color-primary);display:block;height:11px;line-height:0px;position:relative;width:14px;z-index:2}.btn-sign .btn-sign__icon i svg{height:11px;transform:rotate(-45deg);transition:transform .3s var(--transition);width:14px}.btn-sign .btn-sign__text{position:relative;transition:all .4s var(--transition);z-index:2}.btn{align-items:center;background:var(--color-primary);border:none;border:1px solid var(--color-primary);border-radius:28px;color:var(--color-white2);cursor:pointer;display:inline-flex;font-size:20px;height:56px;padding:0 20px 0 12px;position:relative;text-decoration:none;transition:all .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media (hover:hover){.btn:hover,.btn:hover .btn__text{color:var(--color-primary)}.btn:hover .btn__icon:before{width:calc(100% - 24px)}}@media (hover:none){.btn:active,.btn:active .btn__text{color:var(--color-primary)}.btn:active .btn__icon:before{width:calc(100% - 24px)}}.btn.btn__gradient{border:none;overflow:hidden}.btn.btn__gradient:before{animation:gradient 6s ease-in-out infinite;background:var(--color-gradient);background-size:400% 400%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.btn:not(:has(>.btn__icon)):hover{background:var(--color-primary2);color:var(--color-white2)}.btn .btn__icon{align-items:center;aspect-ratio:1;color:var(--color-primary);display:flex;font-size:20px;justify-content:center;line-height:0px;margin-right:16px;width:38px}.btn .btn__icon span{position:relative;top:1px;z-index:2}.btn .btn__icon:before{background:var(--color-white2);border-radius:19px;content:"";height:38px;left:12px;margin-top:-19px;position:absolute;top:50%;transition:all .5s var(--transition3);width:38px}.btn .btn__text{display:block;flex:1;position:relative;text-align:center;transition:all .4s var(--transition);width:calc(100% - 54px);z-index:2}.btn-br{align-items:center;border:1px solid var(--color-primary);border-radius:40px;color:var(--color-primary);display:flex;font-size:20px;font-weight:400;justify-content:center;text-align:center;text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.btn-br:hover{background:var(--color-primary);color:var(--color-white2)}}@media (hover:none){.btn-br:active{background:var(--color-primary);color:var(--color-white2)}}.btn-cube{align-items:center;aspect-ratio:1;border:2px solid var(--color-white);color:var(--color-white);display:flex;font-size:32px;font-weight:400;justify-content:center;max-width:400px;overflow:hidden;position:relative;text-align:center;text-decoration:none;transition:all .5s ease-in-out;width:100%}@media screen and (max-width:768px){.btn-cube{font-size:18px}}@media (hover:hover){.btn-cube:hover:before{opacity:1}}@media (hover:none){.btn-cube:active:before{opacity:1}}.btn-cube:before{animation:gradient 3s ease-in-out infinite;background:var(--color-gradient);background-size:200% 200%;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.btn-cube .btn-cube__count{font-size:24px;position:absolute;right:20px;top:20px}@media screen and (max-width:768px){.btn-cube .btn-cube__count{font-size:16px;right:14px;top:14px}}.btn-cube span{position:relative;z-index:3}.btn-circle{aspect-ratio:1;border:2px solid var(--color-white);border-radius:50%;color:var(--color-white);cursor:pointer;display:block;font-size:32px;font-weight:400;max-width:400px;position:relative;text-decoration:none;width:100%}@media screen and (max-width:768px){.btn-circle{font-size:18px}}@media (hover:hover){.btn-circle:hover:before{animation:pulse 3s ease infinite;opacity:1}.btn-circle:hover .btn-circle__block:before{opacity:1}}@media (hover:none){.btn-circle:active:before{animation:pulse 3s ease infinite;opacity:1}.btn-circle:active .btn-circle__block:before{opacity:1}}.btn-circle.btn-circle__br{border:2px solid var(--color-primary);color:var(--color-primary);transition:color .3s var(--transition)}@media (hover:hover){.btn-circle.btn-circle__br:hover{color:var(--color-white2)}.btn-circle.btn-circle__br:hover .btn-circle__block:before,.btn-circle.btn-circle__br:hover:before{opacity:1}}@media (hover:none){.btn-circle.btn-circle__br:active{color:var(--color-white2)}.btn-circle.btn-circle__br:active .btn-circle__block:before,.btn-circle.btn-circle__br:active:before{opacity:1}}.btn-circle.btn-circle__br.btn-circle__white{border:1px solid var(--color-white);color:var(--color-white);transition:border .3s var(--transition)}@media (hover:hover){.btn-circle.btn-circle__br.btn-circle__white:hover{border-color:transparent;color:var(--color-white2)}}@media (hover:none){.btn-circle.btn-circle__br.btn-circle__white:active{border-color:transparent;color:var(--color-white2)}}.btn-circle.btn-circle__notbox:before{filter:blur(0)}@media (hover:hover){.btn-circle.btn-circle__notbox:hover:before{filter:blur(50px)}}@media (hover:none){.btn-circle.btn-circle__notbox:active:before{filter:blur(50px)}}.btn-circle.btn-circle__min{font-size:20px}@media screen and (max-width:768px){.btn-circle.btn-circle__min{font-size:18px}}.btn-circle:before{background:var(--color-gradient2);content:"";filter:blur(150px);opacity:0;transition:all .5s ease-in-out}.btn-circle .btn-circle__block,.btn-circle:before{border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}.btn-circle .btn-circle__block{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;z-index:2}.btn-circle .btn-circle__block:before{animation:gradient 3s ease-in-out infinite;background:var(--color-gradient);background-size:200% 200%;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%;z-index:2}.btn-circle span{position:relative;z-index:3}.btn-arrow{align-items:center;color:var(--color-primary);display:inline-flex;font-size:24px;font-weight:400;gap:0 14px;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media (hover:hover){.btn-arrow:hover i{transform:rotate(0)}.btn-arrow:hover i svg{animation:arrow 1s ease-in-out infinite}}@media (hover:none){.btn-arrow:active i{transform:rotate(0)}.btn-arrow:active i svg{animation:arrow 1s ease-in-out infinite}}.btn-arrow i{line-height:0px;transform:rotate(-45deg);transition:all .3s var(--transition)}.btn-icon{align-items:center;background:var(--color-primary);border:none;border-radius:21px;color:var(--color-white2);cursor:pointer;display:inline-flex;font-size:16px;height:42px;min-width:208px;overflow:hidden;padding:0 22px 0 6px;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.btn-icon:hover .btn-icon__text{color:var(--color-primary)}.btn-icon:hover .btn-icon__icon:before{width:calc(100% - 12px)}.btn-icon:hover .btn-icon__icon i svg{transform:rotate(0deg)}}@media (hover:none){.btn-icon:active .btn-icon__text{color:var(--color-primary)}.btn-icon:active .btn-icon__icon:before{width:calc(100% - 12px)}.btn-icon:active .btn-icon__icon i svg{transform:rotate(0deg)}}.btn-icon .btn-icon__icon{align-items:center;aspect-ratio:1;display:flex;justify-content:center;margin-right:15px;width:34px}@media screen and (max-width:480px){.btn-icon .btn-icon__icon{margin-right:10px}}.btn-icon .btn-icon__icon:before{background:var(--color-white2);border-radius:17px;content:"";height:34px;left:6px;margin-top:-17px;position:absolute;top:50%;transition:all .5s var(--transition3);width:34px}.btn-icon .btn-icon__icon i{color:var(--color-primary);display:block;height:11px;line-height:0px;position:relative;width:14px;z-index:2}.btn-icon .btn-icon__icon i svg{height:11px;transform:rotate(-45deg);transition:transform .3s var(--transition);width:14px}.btn-icon .btn-icon__text{position:relative;transition:all .4s var(--transition);white-space:nowrap;z-index:2}.btn-link{border:none;color:var(--color-primary);cursor:pointer;display:inline-block;font-size:20px;font-weight:400;padding:10px 26px;position:relative;text-align:center;text-decoration:none;transition:color .3s var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.btn-link:hover{color:var(--color-white)}.btn-link:hover:before{opacity:1;transform:scale(1)}}@media (hover:none){.btn-link:active{color:var(--color-white)}.btn-link:active:before{opacity:1;transform:scale(1)}}.btn-link:before{background:var(--color-primary);border-radius:30px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(.5);transition:all .3s var(--transition);width:100%}.btn-link span{position:relative;z-index:2}@keyframes gradient{0%{background-position:14% 0}50%{background-position:87% 100%}to{background-position:14% 0}}.popup-form{background:var(--color-primary);border-radius:12px;color:var(--color-white2);max-width:625px;padding:40px 14px 14px;width:100%}.popup-form .is-close-btn{color:var(--color-primary)}.popup-form .popup-form__title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:30px;text-align:center}@media screen and (max-width:768px){.popup-form .popup-form__title{font-size:30px}}.popup-form .form-input,.popup-form .form-select,.popup-form .form-textarea{margin-bottom:1px}.popup-form .popup-form__bottom{display:flex;gap:0 20px;justify-content:center;padding-top:21px}.popup-form .popup-form__bottom:has(>.form-file){justify-content:space-between}.popup-form .popup-form__bottom .btn-circle{background:transparent;border:1px solid var(--color-white);color:var(--color-white);font-size:24px;max-width:260px;order:2;transition:all .3s var(--transition)}@media screen and (max-width:768px){.popup-form .popup-form__bottom .btn-circle{font-size:20px;max-width:200px}}@media (hover:hover){.popup-form .popup-form__bottom .btn-circle:hover{border-color:transparent}}@media (hover:none){.popup-form .popup-form__bottom .btn-circle:active{border-color:transparent}}.popup-form .privacy-policy{font-size:14px;padding-top:26px;text-align:center}.popup-form .privacy-policy a{color:var(--coor-white);text-decoration:none}@media (hover:hover){.popup-form .privacy-policy a:hover{color:var(--color-white2);text-decoration:underline}}@media (hover:none){.popup-form .privacy-policy a:active{color:var(--color-white2);text-decoration:underline}}.thanks-block{color:var(--color-white2);font-size:32px;text-align:center}@media screen and (max-width:768px){.thanks-block{font-size:20px}}.thanks-block p{margin-bottom:20px}.thanks-block p:last-child{margin-bottom:0}.thanks-block strong{font-size:42px;font-weight:700}@media screen and (max-width:768px){.thanks-block strong{font-size:36px}}.form-input{background:var(--color-gray);border:none;border-radius:12px;color:var(--color-primary);font-size:24px;font-weight:700;height:100px;padding:0 20px 0 40px;transition:all .3s var(--transition);width:100%}@media screen and (max-width:768px){.form-input{font-size:18px;height:60px;padding:0 20px}}.form-input:focus{background:var(--color-white)}.form-input:focus.placeholder{color:var(--color-primary-light)}.form-input:focus:-moz-placeholder,.form-input:focus::-moz-placeholder{color:var(--color-primary-light)}.form-input:focus:-ms-input-placeholder{color:var(--color-primary-light)}.form-input:focus::-webkit-input-placeholder{color:var(--color-primary-light)}.form-input.placeholder{color:var(--color-primary)}.form-input:-moz-placeholder,.form-input::-moz-placeholder{color:var(--color-primary)}.form-input:-ms-input-placeholder{color:var(--color-primary)}.form-input::-webkit-input-placeholder{color:var(--color-primary)}.form-textarea{background:var(--color-gray);border:none;border-radius:12px;color:var(--color-primary);font-size:24px;font-weight:700;height:260px;padding:30px 20px 20px 40px;transition:all .3s var(--transition);width:100%}@media screen and (max-width:768px){.form-textarea{font-size:18px;height:180px;padding:15px 20px}}.form-textarea:focus{background:var(--color-white)}.form-textarea:focus.placeholder{color:var(--color-primary-light)}.form-textarea:focus:-moz-placeholder,.form-textarea:focus::-moz-placeholder{color:var(--color-primary-light)}.form-textarea:focus:-ms-input-placeholder{color:var(--color-primary-light)}.form-textarea:focus::-webkit-input-placeholder{color:var(--color-primary-light)}.form-textarea.placeholder{color:var(--color-primary)}.form-textarea:-moz-placeholder,.form-textarea::-moz-placeholder{color:var(--color-primary)}.form-textarea:-ms-input-placeholder{color:var(--color-primary)}.form-textarea::-webkit-input-placeholder{color:var(--color-primary)}.form-select{position:relative}.form-select._open .form-select__current{background:var(--color-white)}.form-select._open .form-select__current.placeholder{color:var(--color-primary-light)}.form-select._open .form-select__current:-moz-placeholder,.form-select._open .form-select__current::-moz-placeholder{color:var(--color-primary-light)}.form-select._open .form-select__current:-ms-input-placeholder{color:var(--color-primary-light)}.form-select._open .form-select__current::-webkit-input-placeholder{color:var(--color-primary-light)}.form-select._open .form-select__pannel{opacity:1;pointer-events:all;transform:translateY(0)}.form-select._open .form-select__current-icon{transform:rotate(180deg)}.form-select .form-select__current{align-items:center;background:var(--color-gray);border:none;border-radius:12px;color:var(--color-primary);cursor:pointer;display:flex;font-size:24px;font-weight:700;gap:0 20px;height:100px;padding:0 20px 0 40px;transition:all .3s var(--transition);width:100%}@media screen and (max-width:768px){.form-select .form-select__current{font-size:18px;height:60px;padding:0 20px}}.form-select .form-select__current .form-select__current-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 54px)}@media screen and (max-width:768px){.form-select .form-select__current .form-select__current-text{width:calc(100% - 34px)}}.form-select .form-select__current .form-select__current-icon{align-items:center;border:1px solid var(--color-primary);border-radius:50%;display:flex;height:34px;justify-content:center;line-height:0px;transition:all .3s var(--transition);width:34px}@media screen and (max-width:768px){.form-select .form-select__current .form-select__current-icon{height:24px;width:24px}.form-select .form-select__current .form-select__current-icon svg{height:18px}}.form-select .form-select__pannel{background:var(--color-white);border-radius:12px;color:var(--color-primary);left:0;opacity:0;padding:20px 20px 20px 40px;pointer-events:none;position:absolute;top:100%;transform:translateY(5px);transition:all .3s var(--transition);width:100%;z-index:3}@media screen and (max-width:768px){.form-select .form-select__pannel{padding:20px}}.form-select .form-select__pannel .form-check{margin-bottom:10px}.form-select .form-select__pannel .form-check:last-child{margin-bottom:0}.form-select .form-select__pannel .form-select__scroll{max-height:230px;overflow-y:auto;padding:5px 0}.form-select .form-select__search{margin-bottom:20px}.form-select .form-select__search input{background:var(--color-gray);border:none;border-radius:12px;color:var(--color-primary);font-size:16px;height:50px;padding:0 20px;transition:all .3s var(--transition);width:100%}.form-select .form-select__search input.placeholder{color:var(--color-primary)}.form-select .form-select__search input:-moz-placeholder,.form-select .form-select__search input::-moz-placeholder{color:var(--color-primary)}.form-select .form-select__search input:-ms-input-placeholder{color:var(--color-primary)}.form-select .form-select__search input::-webkit-input-placeholder{color:var(--color-primary)}.form-check{cursor:pointer;display:block;position:relative;width:100%}.form-check input{left:5px;opacity:0;position:absolute;top:5px}.form-check input:checked+span:after{opacity:1;transform:scale(1)}.form-check .form-check__text{display:block;font-size:24px;line-height:1.2;padding-left:50px;position:relative}@media screen and (max-width:768px){.form-check .form-check__text{font-size:18px;padding-left:26px}}.form-check .form-check__text:before{border:1px solid var(--color-primary);border-radius:50%;content:"";height:30px;left:0;position:absolute;top:-2px;width:30px}@media screen and (max-width:768px){.form-check .form-check__text:before{height:18px;top:1px;width:18px}}.form-check .form-check__text:after{background:var(--color-primary);border-radius:50%;content:"";height:22px;left:4px;opacity:0;position:absolute;top:2px;transform:scale(.6);transition:all .3s var(--transition);width:22px}@media screen and (max-width:768px){.form-check .form-check__text:after{height:12px;left:3px;top:4px;width:12px}}.form-file{align-items:center;aspect-ratio:1;border:2px solid var(--color-gray);cursor:pointer;display:flex;flex-direction:column;justify-content:center;max-width:260px;position:relative;transition:all .3s var(--transition);width:100%}@media (hover:hover){.form-file:hover{background:var(--color-white2)}.form-file:hover .form-file__content{color:var(--color-primary)}}@media (hover:none){.form-file:active{background:var(--color-white2)}.form-file:active .form-file__content{color:var(--color-primary)}}.form-file input{left:0;opacity:0;position:absolute;top:0}.form-file .form-file__content{align-items:center;color:var(--color-white2);display:flex;flex-direction:column;font-size:24px;font-weight:400;gap:14px 0;line-height:1.2;text-align:center;transition:all .3s var(--transition)}@media screen and (max-width:768px){.form-file .form-file__content{font-size:16px}.form-file .form-file__content svg{height:30px}}.block-app{height:440px;position:relative;width:415px}@media screen and (max-width:1300px){.block-app{height:380px;width:360px}}@media screen and (max-width:480px){.block-app{height:350px;margin-left:0;width:330px}}.block-app .block-app__content{color:var(--color-primary);padding:20px;position:relative;z-index:2}@media screen and (max-width:480px){.block-app .block-app__content{padding:30px 10px 20px 20px}}.block-app .block-app__title{font-size:20px;font-weight:400;line-height:1.2;margin-bottom:40px}@media screen and (max-width:480px){.block-app .block-app__title{font-size:16px;margin-bottom:20px}}.block-app .block-app__title strong{display:block;font-size:60px;font-weight:400}@media screen and (max-width:1300px){.block-app .block-app__title strong{font-size:40px}}@media screen and (max-width:480px){.block-app .block-app__title strong{font-size:26px}}.block-app .block-app__links .block-app__links-t{font-size:20px;margin-bottom:15px}@media screen and (max-width:1300px){.block-app .block-app__links .block-app__links-t{font-size:16px;margin-bottom:10px}}@media screen and (max-width:480px){.block-app .block-app__links .block-app__links-t{font-size:14px}}.block-app .block-app__links .block-app__links-item{align-items:flex-start;display:flex;flex-direction:column;gap:10px 0}@media screen and (max-width:480px){.block-app .block-app__links .block-app__links-item{gap:5px 0}}.block-app .block-app__links .block-app__links-item a{border-radius:10px;display:inline-block;line-height:0px;max-width:145px;overflow:hidden}@media screen and (max-width:1300px){.block-app .block-app__links .block-app__links-item a{max-width:130px}}.block-app .block-app__phone{bottom:0;content:"";height:458px;overflow:hidden;position:absolute;right:-94px;width:324px;z-index:3}@media screen and (max-width:1300px){.block-app .block-app__phone{height:390px;right:-50px;width:276px}}@media screen and (max-width:480px){.block-app .block-app__phone{bottom:-1px;height:330px;right:-45px;width:230px}}.block-app .block-app__phone .block-app__phone-fringe{background:url(/local/templates/soda/assets/css/../img/mockup_iphone_fringe.png) no-repeat 50%;background-size:contain;border-radius:100px;height:3.8%;left:50%;position:absolute;top:2%;transform:translateX(-50%);width:29%;z-index:3}.block-app .block-app__phone .block-app__phone-mockup{background:url(/local/templates/soda/assets/css/../img/mockup_iphone.png) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.block-app .block-app__phone .block-app__phone-scrin{background:var(--color-black);border-radius:20px;content:"";height:75.8%;overflow:hidden;position:absolute;right:12%;top:1.2%;width:49.1%;z-index:2}@media screen and (max-width:480px){.block-app .block-app__phone .block-app__phone-scrin{border-radius:16px;height:75%;right:11.8%;top:1.5%;width:49.5%}}.block-app .block-app__phone .block-app__phone-video{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.block-app .block-app__phone .block-app__phone-video video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.block-app .block-app__phone .block-app__phone-btn{align-items:center;background:var(--color-white3);border:none;border-radius:100px;bottom:2%;color:var(--color-primary);cursor:pointer;display:flex;font-size:14px;gap:0 6%;height:38px;left:4.5%;overflow:hidden;padding:3px 10px 3px 44px;position:absolute;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:91%;z-index:2}@media screen and (max-width:480px){.block-app .block-app__phone .block-app__phone-btn{font-size:11px;height:28px;padding:3px 10px 3px 30px}}.block-app .block-app__phone .block-app__phone-btn:before{background:hsla(0,0%,100%,.5);content:"";display:block;height:200%;position:absolute;top:0;transform:rotate(45deg) translate(-450%);transition:all .3s cubic-bezier(.645,.045,.355,1);width:40%}.block-app .block-app__phone .block-app__phone-btn .block-app__phone-btn-overlay{background:var(--color-primary);border-radius:50px;color:var(--color-white3);gap:0 6%;height:32px;left:3px;line-height:0px;max-width:calc(100% - 6px);overflow:hidden;position:absolute;top:3px;width:32px}@media screen and (max-width:480px){.block-app .block-app__phone .block-app__phone-btn .block-app__phone-btn-overlay{height:24px;left:2px;top:2px;width:24px}}.block-app .block-app__phone .block-app__phone-btn .block-app__phone-btn-overlay .block-app__phone-btn-line{align-items:center;display:flex;height:100%;padding:3px 10px 3px 44px;white-space:nowrap}.block-app .block-app__phone .block-app__phone-btn .block-app__phone-btn-overlay i{align-items:center;aspect-ratio:1;color:var(--color-white3);content:"";display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0}.block-app .block-app__phone .block-app__phone-btn .block-app__phone-btn-overlay svg{transform:rotate(-45deg);transition:transform .3s var(--transition2)}.block-app .block-app__phone .block-app__phone-btn._on:before{transform:rotate(45deg) translate(450%);transition:all .5s cubic-bezier(.645,.045,.355,1)}.block-app .block-app__phone .block-app__phone-btn span{display:block;pointer-events:none}.block-app .block-app__line{background:url(/local/templates/soda/assets/css/../img/block_app_border.svg) no-repeat 50%;background-size:contain;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.social-block{border:1px solid var(--color-white2);border-radius:100px;display:flex;flex-direction:column;gap:10px 0;opacity:0;padding:10px;position:absolute;right:var(--container-padding);top:50%;transform:translateY(-50%);z-index:10}@media screen and (max-width:1600px){.social-block{gap:6px;padding:6px}}@media screen and (max-width:480px){.social-block{transform:translateY(-70%)}}.social-block .social-block__item{align-items:center;aspect-ratio:1;background:var(--color-white2);border-radius:50%;color:var(--color-primary);display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:1;opacity:0;position:relative;text-decoration:none;text-transform:lowercase;transform:scale(.3);transition:background .3s var(--transition),color .3s var(--transition);width:57px}@media screen and (max-width:1600px){.social-block .social-block__item{width:42px}}@media (hover:hover){.social-block .social-block__item:hover{background:var(--color-primary);color:var(--color-white2)}}@media (hover:none){.social-block .social-block__item:active{background:var(--color-primary);color:var(--color-white2)}}#loader{align-items:center;background:var(--color-white2);display:flex;flex-direction:column;gap:.25rem;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1000}#loader .loader-bar{background:var(--color-primary);bottom:0;content:"";height:90vh;position:absolute;transform:translate3d(0,90vh,0);transform-origin:top;width:1px;z-index:1}#loader .loader-num{color:var(--color-primary);font-size:21px;left:50%;line-height:1;position:absolute;text-align:center;top:-30px;transform:translateX(calc(-50% + .5px))}#loader .loader-img{animation:changeBg 1.5s infinite;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;height:16.25vw;left:50%;min-height:80px;min-width:80px;overflow:hidden;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);width:16.25vw;z-index:4}@media screen and (max-width:768px){#loader .loader-img{height:50vw;width:50vw}}@media (max-width:480px){.loader-img{height:30vw;width:30vw}}.loader-img img{height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;width:100%}@keyframes changeBg{0%,to{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_1.webp)}7%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_2.webp)}15%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_3.webp)}23%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_4.webp)}30%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_5.webp)}38%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_6.webp)}46%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_7.webp)}53%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_8.webp)}61%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_9.webp)}69%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_10.webp)}77%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_11.webp)}84%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_12.webp)}92%{background-image:url(/local/templates/soda/assets/css/../img/preloader/preloader_img_1.webp)}}.popup-stock{border-radius:30px;bottom:5px;height:auto;max-width:840px;opacity:0;overflow:hidden;pointer-events:none;position:fixed;right:5px;transform:translateY(20%);transition:all .3s var(--transition);visibility:hidden;width:calc(100% - 20px);z-index:10}@media screen and (max-width:768px){.popup-stock{border-radius:20px}}.popup-stock.show{opacity:1;pointer-events:all;transform:translateY(0);visibility:visible}.popup-stock .popup-stock__link{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.popup-stock .popup-stock__close{background:var(--color-white3);border-radius:50%;cursor:pointer;height:30px;position:absolute;right:10px;top:10px;transition:background .3s var(--transition);width:30px;z-index:10}@media (hover:hover){.popup-stock .popup-stock__close:hover{background:var(--color-primary)}.popup-stock .popup-stock__close:hover:after,.popup-stock .popup-stock__close:hover:before{background:var(--color-white3)}}@media (hover:none){.popup-stock .popup-stock__close:active{background:var(--color-primary)}.popup-stock .popup-stock__close:active:after,.popup-stock .popup-stock__close:active:before{background:var(--color-white3)}}.popup-stock .popup-stock__close:before{transform:rotate(45deg)}.popup-stock .popup-stock__close:after,.popup-stock .popup-stock__close:before{background:var(--color-primary);content:"";height:2px;left:50%;margin-left:-8px;margin-top:-1px;position:absolute;top:50%;transition:background .3s var(--transition);width:16px}.popup-stock .popup-stock__close:after{transform:rotate(-45deg)}@keyframes scrollFirst{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.running-line{align-items:center;background:linear-gradient(90deg,#fff,#dde4cf);color:var(--color-primary2);display:flex;font-size:20px;font-weight:400;gap:0 16px;line-height:1.2;overflow:hidden;padding:14px 0 7px;position:relative;text-transform:uppercase}.running-line .running-line__item{align-items:center;animation:scrollFirst 15s linear infinite;display:flex;gap:0 16px;white-space:nowrap}.running-line .running-line__item span{position:relative;top:-2px}.main-header{left:0;opacity:0;padding:10px 0;position:absolute;top:0;transform:translateY(-10%);width:100%;z-index:10}.main-header.main-header__home{padding:30px 0}@media screen and (max-width:480px){.main-header.main-header__home{padding:10px 0}}.main-header.main-header__home .header-logo{color:var(--color-white2)}.main-header._open.main-header__home .header-logo{color:var(--color-primary);transition:color .3s var(--transition) .4s}.main-header .container{height:69px;position:relative}.main-header .container,.main-header .home-header__top{align-items:center;display:flex;justify-content:space-between}.header-logo{color:var(--color-primary);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .3s var(--transition)}.header-logo svg{height:69px;width:auto}@media screen and (max-width:480px){.header-logo svg{height:50px}}.s-prices{padding:100px 0}@media screen and (max-width:768px){.s-prices{padding:60px 0}}@media screen and (max-width:480px){.s-prices{padding:40px 0}}.s-prices .s-prices__title{color:var(--color-primary);font-size:clamp(40px,7vw,120px);font-weight:400;margin-bottom:50px;text-align:center}@media screen and (max-width:480px){.s-prices .s-prices__title{font-size:clamp(30px,6vw,120px);margin-bottom:30px}}.s-prices .s-prices__title h1,.s-prices .s-prices__title h2,.s-prices .s-prices__title h3,.s-prices .s-prices__title h4{font-size:clamp(40px,7vw,120px);font-weight:400;margin:0}@media screen and (max-width:480px){.s-prices .s-prices__title h1,.s-prices .s-prices__title h2,.s-prices .s-prices__title h3,.s-prices .s-prices__title h4{font-size:clamp(30px,6vw,120px)}}.prices-block .prices-block__nav{display:flex;flex-wrap:wrap;gap:10px 10px;justify-content:center;margin-bottom:36px}.prices-block .prices-block__nav .prices-block__nav-item{background:transparent;border:none;border-radius:100px;color:var(--color-primary);cursor:pointer;font-size:clamp(24px,3vw,42px);font-weight:300;line-height:1.2;min-width:clamp(100px,15vw,260px);padding:4px clamp(16px,7vw,30px);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media screen and (max-width:480px){.prices-block .prices-block__nav .prices-block__nav-item{font-size:clamp(20px,3vw,42px);min-width:auto;padding:4px clamp(16px,5vw,30px)}}.prices-block .prices-block__nav .prices-block__nav-item._active{background:var(--color-primary);color:var(--color-white2)}.prices-block .prices-block__category{display:none;height:0;opacity:0;overflow:hidden}.prices-block .prices-block__subcategories{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:40px}@media screen and (max-width:480px){.prices-block .prices-block__subcategories{gap:14px 10px;margin-bottom:20px}}.prices-block .prices-block__subcategories .prices-block__subcategories-item{background:transparent;border:none;border-radius:100px;color:var(--color-primary);cursor:pointer;font-size:clamp(20px,4vw,24px);font-weight:300;line-height:1.2;min-width:clamp(100px,13vw,220px);padding:5px 23px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media screen and (max-width:480px){.prices-block .prices-block__subcategories .prices-block__subcategories-item{font-size:clamp(16px,4vw,24px);min-width:auto;padding:5px 14px}}.prices-block .prices-block__subcategories .prices-block__subcategories-item._active{background:var(--color-primary-light);color:var(--color-primary)}.prices-block .prices-table{margin:0 auto;max-width:1100px;width:100%}.prices-block .prices-table .prices-table__td{color:var(--color-primary);flex:1;font-size:16px;font-weight:400;line-height:1.2;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:480px){.prices-block .prices-table .prices-table__td{font-size:12px;white-space:wrap}}.prices-block .prices-table .prices-table__td.prices-table__title{flex:0 0 45%;text-align:left;white-space:wrap}@media screen and (max-width:480px){.prices-block .prices-table .prices-table__td.prices-table__title{flex:0 0 40%}}.prices-block .prices-table .prices-table__td.prices-table__price{font-weight:700}.prices-block .prices-table .prices-table__td.prices-table__time{font-size:10px}.prices-block .prices-table .prices-table__header{display:flex;gap:10px;margin-bottom:10px;width:100%}@media screen and (max-width:480px){.prices-block .prices-table .prices-table__header{gap:0 5px}}.prices-block .prices-table .prices-table__header .prices-table__td{display:flex;flex-direction:column;font-size:14px;justify-content:flex-end}@media screen and (max-width:480px){.prices-block .prices-table .prices-table__header .prices-table__td{font-size:12px}}.prices-block .prices-table .prices-table__block{display:none;height:0;opacity:0;overflow:hidden}.prices-block .prices-table .prices-table__element._on .prices-table__title{text-decoration:underline}.prices-block .prices-table .prices-table__line{cursor:pointer;display:flex;gap:10px;padding:10px 0;width:100%}@media screen and (max-width:480px){.prices-block .prices-table .prices-table__line{gap:0 5px}}.prices-block .prices-table .prices-table__desc{color:var(--color-primary);display:none;font-size:12px;max-width:50%;padding-bottom:10px}@media screen and (max-width:480px){.prices-block .prices-table .prices-table__desc{font-size:11px;max-width:100%}}.prices-block .prices-block__desc{color:var(--color-primary);font-size:14px;font-style:italic;margin:0 auto 26px;max-width:1100px;text-align:right}.home-cert-app{padding-top:60px}@media screen and (max-width:480px){.home-cert-app{overflow:hidden;padding-top:20px}}.home-cert-app .container{display:flex;gap:0 200px;max-width:1200px}@media screen and (max-width:1300px){.home-cert-app .container{gap:0 100px;justify-content:center}}@media screen and (max-width:768px){.home-cert-app .container{align-items:center;flex-direction:column;gap:60px 0}}@media screen and (max-width:480px){.home-cert-app .container{align-items:flex-start}}.first-scrin{background:var(--color-black);overflow:hidden;position:relative}.first-scrin .container{display:flex;flex-direction:column;justify-content:flex-end;min-height:100vh;padding:40px var(--container-padding);position:relative;z-index:2}@media screen and (max-width:480px){.first-scrin .container{padding:20px var(--container-padding)}}.first-scrin .first-scrin__video{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.first-scrin .first-scrin__video:before{background:linear-gradient(90deg,hsla(27,53%,97%,.1),hsla(24,2%,57%,.12));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.first-scrin .first-scrin__video video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%;z-index:1}.first-scrin .first-scrin__bottom{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:768px){.first-scrin .first-scrin__bottom{align-items:flex-start;flex-direction:column;gap:40px 0}}.first-scrin .first-scrin__right{max-width:490px}@media screen and (max-width:480px){.first-scrin .first-scrin__right{max-width:100%;width:100%}}.first-scrin .first-scrin__right .first-scrin__stock{margin-bottom:13px}.first-scrin .first-scrin__right .btn{opacity:0;transform:translateY("10%");width:100%}.first-scrin__title{color:var(--color-white2);font-size:100px;font-size:clamp(20px,10vw,100px);font-weight:400;line-height:1.2;opacity:0;white-space:nowrap}@media screen and (max-width:1600px){.first-scrin__title{font-size:clamp(20px,4.5vw,100px)}}@media screen and (max-width:480px){.first-scrin__title{font-size:clamp(26px,5vw,100px)}}.first-scrin__title h1,.first-scrin__title h2{align-items:flex-start;display:flex;flex-direction:column;font-size:100px;font-size:clamp(20px,4vw,100px);font-weight:400;margin:0}@media screen and (max-width:1600px){.first-scrin__title h1,.first-scrin__title h2{font-size:clamp(20px,4.5vw,100px)}}@media screen and (max-width:480px){.first-scrin__title h1,.first-scrin__title h2{font-size:clamp(26px,5vw,100px)}}.first-scrin__title .first-scrin__title-line{display:block;overflow:hidden;padding:4px 26px;position:relative}.first-scrin__title .first-scrin__title-line:before{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(90deg,hsla(27,53%,97%,.1),hsla(24,2%,57%,.12));border-radius:40px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.first-scrin__title .first-scrin__title-line span{display:inline-block;position:relative;transform:translateY(100%);z-index:2}.first-scrin__title .hide{display:none}.first-scrin__stock{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(90deg,hsla(27,53%,97%,.1),hsla(24,2%,57%,.12));border-radius:200px;color:var(--color-white2);display:flex;gap:0 18px;opacity:0;padding:5px clamp(20px,2vw,40px) 12px;position:relative;transform:translateY(10%)}@media screen and (max-width:480px){.first-scrin__stock{gap:0 12px;justify-content:flex-end}}.first-scrin__stock .first-scrin__stock-text{font-size:24px;font-size:clamp(16px,5vw,24px);font-weight:400;line-height:1.2;text-align:right}@media screen and (max-width:1600px){.first-scrin__stock .first-scrin__stock-text{font-size:clamp(16px,5vw,18px)}}@media screen and (max-width:480px){.first-scrin__stock .first-scrin__stock-text{font-size:clamp(14px,4vw,18px)}}.first-scrin__stock .first-scrin__stock-text span{display:block;font-size:42px;font-size:clamp(22px,10vw,42px)}@media screen and (max-width:1600px){.first-scrin__stock .first-scrin__stock-text span{font-size:clamp(22px,10vw,28px)}}@media screen and (max-width:480px){.first-scrin__stock .first-scrin__stock-text span{font-size:clamp(20px,6vw,28px)}}.first-scrin__stock .first-scrin__stock-procent{font-size:60px;font-size:clamp(26px,10vw,60px);font-weight:400;line-height:1.2}@media screen and (max-width:1600px){.first-scrin__stock .first-scrin__stock-procent{font-size:clamp(26px,10vw,40px)}}@media screen and (max-width:480px){.first-scrin__stock .first-scrin__stock-procent{font-size:clamp(24px,8vw,40px)}}.first-scrin__stock .first-scrin__stock-clover{background:url(/local/templates/soda/assets/css/../img/stock-clover.png) no-repeat 50%;background-size:contain;content:"";height:clamp(60px,7vw,101px);left:0;position:absolute;top:calc(clamp(60px, 7vw, 101px)/2*-1);transform:rotate(19deg);width:clamp(60px,7vw,101px)}@media screen and (max-width:1600px){.first-scrin__stock .first-scrin__stock-clover{height:clamp(60px,5vw,101px);width:clamp(60px,5vw,101px)}}@media screen and (max-width:480px){.first-scrin__stock .first-scrin__stock-clover{top:calc(clamp(40px, 6vw, 101px)/2*-1)}}.block-sert{align-items:center;display:flex;flex-direction:column;max-width:390px;text-decoration:none}@media screen and (max-width:1300px){.block-sert{max-width:300px}}@media screen and (max-width:768px){.block-sert{max-width:260px}}@media screen and (max-width:480px){.block-sert{margin:0 auto}}@media (hover:hover){.block-sert:hover .block-sert__items .block-sert__fan span{transform:rotate(1turn);transition:all 25s var(--transition)}.block-sert:hover .block-sert__btn{background:var(--color-primary);color:var(--color-white)}}@media (hover:none){.block-sert:active .block-sert__items .block-sert__fan span{transform:rotate(1turn);transition:all 25s var(--transition)}.block-sert:active .block-sert__btn{background:var(--color-primary);color:var(--color-white)}}.block-sert.block-sert__23 .block-sert__items{width:300px}.block-sert.block-sert__23 .block-sert__items .block-sert__item:first-child{height:310px;left:-100px;transform:translateX(50%) rotate(-15deg);width:188px}@media screen and (max-width:1300px){.block-sert.block-sert__23 .block-sert__items .block-sert__item:first-child{height:260px;width:159px}}@media screen and (max-width:768px){.block-sert.block-sert__23 .block-sert__items .block-sert__item:first-child{height:260px;left:-60px;width:159px}}.block-sert.block-sert__23 .block-sert__items .block-sert__item:first-child span{content:"";position:absolute}.block-sert.block-sert__23 .block-sert__items .block-sert__item:first-child span:first-child{animation:float 4s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/sert2_soda_23_span1.png) no-repeat 50%;background-size:contain;height:30%;right:10%;top:5%;transform:rotate(10deg);width:51%}.block-sert.block-sert__23 .block-sert__items .block-sert__item:first-child span:nth-child(2){animation:float 5s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/sert2_soda_23_span2.png) no-repeat 50%;background-size:contain;height:24%;left:20%;top:30%;transform:rotate(10deg);width:40%}.block-sert.block-sert__23 .block-sert__items .block-sert__item:last-child{height:310px;left:0;transform:translateX(50%) rotate(15deg);width:190px}@media screen and (max-width:1300px){.block-sert.block-sert__23 .block-sert__items .block-sert__item:last-child{height:260px;width:158px}}@media screen and (max-width:768px){.block-sert.block-sert__23 .block-sert__items .block-sert__item:last-child{height:260px;width:158px}}.block-sert.block-sert__23 .block-sert__items .block-sert__item:last-child span{content:"";position:absolute}.block-sert.block-sert__23 .block-sert__items .block-sert__item:last-child span:first-child{animation:float 4s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/sert_soda_23_span1.png) no-repeat 50%;background-size:contain;height:40%;right:5%;top:5%;transform:rotate(-10deg);width:60%}.block-sert.block-sert__23 .block-sert__items .block-sert__item:last-child span:nth-child(2){animation:float 5s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/sert_soda_23_span2.png) no-repeat 50%;background-size:contain;height:24%;left:20%;top:35%;transform:rotate(-10deg);width:40%}.block-sert.block-sert__female .block-sert__items{margin-bottom:10px;width:300px}@media screen and (max-width:768px){.block-sert.block-sert__female .block-sert__items{left:-1%;width:260px}}.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child{height:310px;left:-100px;transform:translateX(50%) rotate(-15deg);width:210px}@media screen and (max-width:1300px){.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child{height:260px;width:159px}}@media screen and (max-width:768px){.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child{height:260px;left:-60px;width:159px}}.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child span{content:"";position:absolute}.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child span:first-child{animation:floatRotatio 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_1.png) no-repeat 50%;background-size:contain;height:37%;right:-10%;top:0;width:51%;z-index:4}@media screen and (max-width:768px){.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child span:first-child{top:5%}}.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child span:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_2.png) no-repeat 50%;background-size:contain;height:33%;left:20%;top:-3%;width:45%;z-index:3}.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child span:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_3.png) no-repeat 50%;background-size:contain;height:37%;left:30%;top:25%;width:51%;z-index:2}.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child span:nth-child(4){animation:float 24s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_4.png) no-repeat 50%;background-size:contain;height:12%;left:4%;top:1%;width:20%;z-index:1}.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child span:nth-child(5){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_5.png) no-repeat 50%;background-size:contain;height:21%;left:12%;top:30%;width:27%;z-index:1}.block-sert.block-sert__female .block-sert__items .block-sert__item:first-child span:nth-child(6){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_6.png) no-repeat 50%;background-size:contain;height:20%;right:-8%;top:40%;width:25%;z-index:1}.block-sert.block-sert__female .block-sert__items .block-sert__item:last-child{height:310px;left:0;transform:translateX(50%) rotate(15deg);width:210px}@media screen and (max-width:1300px){.block-sert.block-sert__female .block-sert__items .block-sert__item:last-child{height:260px;width:158px}}@media screen and (max-width:768px){.block-sert.block-sert__female .block-sert__items .block-sert__item:last-child{height:260px;width:158px}}.block-sert.block-sert__female .block-sert__items .block-sert__item:last-child span{content:"";position:absolute}.block-sert.block-sert__female .block-sert__items .block-sert__item:last-child span:first-child{animation:floatRotatio2 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_7.png) no-repeat 50%;background-size:contain;height:37%;right:0;top:0;width:51%;z-index:3}.block-sert.block-sert__female .block-sert__items .block-sert__item:last-child span:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_8.png) no-repeat 50%;background-size:contain;height:33%;left:10%;top:-3%;width:45%;z-index:2}.block-sert.block-sert__female .block-sert__items .block-sert__item:last-child span:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_9.png) no-repeat 50%;background-size:contain;height:37%;left:20%;top:20%;width:51%;z-index:1}.block-sert .block-sert__items{height:340px;margin-bottom:40px;position:relative;width:390px}@media screen and (max-width:1300px){.block-sert .block-sert__items{height:280px;width:300px}}@media screen and (max-width:768px){.block-sert .block-sert__items{margin-bottom:20px;width:260px}}.block-sert .block-sert__items .block-sert__item{position:absolute}.block-sert .block-sert__items .block-sert__item img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.block-sert .block-sert__items .block-sert__item:first-child{bottom:30px;height:214px;left:20px;transform:rotate(-35deg);transform-origin:bottom;width:152px;z-index:1}@media screen and (max-width:1300px){.block-sert .block-sert__items .block-sert__item:first-child{height:170px;width:120px}}@media screen and (max-width:768px){.block-sert .block-sert__items .block-sert__item:first-child{height:120px;width:90px}}.block-sert .block-sert__items .block-sert__item:nth-child(2){bottom:27px;height:260px;left:55px;transform:rotate(-15deg);transform-origin:bottom;width:190px;z-index:2}@media screen and (max-width:1300px){.block-sert .block-sert__items .block-sert__item:nth-child(2){height:220px;width:160px}}@media screen and (max-width:768px){.block-sert .block-sert__items .block-sert__item:nth-child(2){height:160px;width:120px}}.block-sert .block-sert__items .block-sert__item:nth-child(3){bottom:10px;height:340px;right:60px;transform:rotate(15deg);transform-origin:center bottom;width:240px;z-index:3}@media screen and (max-width:1300px){.block-sert .block-sert__items .block-sert__item:nth-child(3){height:290px;right:30px;width:200px}}@media screen and (max-width:768px){.block-sert .block-sert__items .block-sert__item:nth-child(3){height:225px;width:160px}}.block-sert .block-sert__items .block-sert__item:nth-child(3) img{position:relative;z-index:3}.block-sert .block-sert__items .block-sert__item .block-sert__fan{content:"";height:200px;left:50%;margin-left:-195px;overflow:hidden;position:absolute;top:-90px;width:390px}@media screen and (max-width:1300px){.block-sert .block-sert__items .block-sert__item .block-sert__fan{height:120px;margin-left:-145px;width:290px}}@media screen and (max-width:768px){.block-sert .block-sert__items .block-sert__item .block-sert__fan{height:100px;margin-left:-130px;top:-70px;width:260px}}.block-sert .block-sert__items .block-sert__item .block-sert__fan span{aspect-ratio:1;background:url(/local/templates/soda/assets/css/../img/sert_fan.svg) no-repeat top;background-size:contain;left:0;position:absolute;top:0;transform-origin:center;width:100%}.block-sert .block-sert__title{color:var(--color-primary);font-size:32px;font-weight:400;line-height:1.2;margin:0 auto 10px;max-width:280px;text-align:center}@media screen and (max-width:768px){.block-sert .block-sert__title{font-size:26px}}.block-sert .block-sert__desc{color:var(--color-primary);font-size:16px;font-weight:400;line-height:1.4;margin:0 auto 20px;max-width:300px;text-align:center}@media screen and (max-width:768px){.block-sert .block-sert__desc{font-size:14px}}.block-sert .block-sert__btn{align-items:center;border:1px solid var(--color-primary);border-radius:200px;color:var(--color-primary);display:inline-flex;font-size:16px;font-weight:400;gap:0 20px;padding:5px 15px;transition:all .3s var(--transition);white-space:nowrap}@media screen and (max-width:768px){.block-sert .block-sert__btn{font-size:14px;gap:0 10px;padding:10px 15px}}.block-sert .block-sert__btn i{line-height:0px;transform:rotate(-45deg)}.block-sert .block-sert__btn i svg{height:14px;width:15px}.body-certificates{background:var(--bg-body)}.body-certificates::-webkit-scrollbar{width:5px}.body-certificates::-webkit-scrollbar-track{background:var(--bg-body)}.body-certificates::-webkit-scrollbar-thumb{border:3px solid var(--color-primaryRGBA30)}.certificates-wrapper{background:var(--bg-body);height:calc(100svh - 65px);overflow:hidden;position:relative}@media screen and (max-width:768px){.certificates-wrapper{height:calc(100dvh - 50px)}}.certificates-wrapper .container{height:100%;max-width:2190px;padding:0 35px}@media screen and (max-width:768px){.certificates-wrapper .container{padding:0 15px}}.s-certificates{min-height:100vh}.s-certificates.s-type-certificates{display:flex;height:100%;justify-content:space-between;min-height:auto;padding:100px 0 90px}@media screen and (max-width:992px){.s-certificates.s-type-certificates{padding:30px 0 10px}}@media screen and (max-width:630px){.s-certificates.s-type-certificates{flex-wrap:wrap;gap:10px}}.type-certificates{cursor:pointer;display:flex;min-height:380px;position:relative;transition:border .4s ease-in-out;width:calc(50% - 15px)}@media screen and (max-width:768px){.type-certificates{width:calc(50% - 5px)}}@media screen and (max-width:630px){.type-certificates{height:calc(50dvh - 50px);min-height:auto;width:100%}}.type-certificates:hover .type-certificates__block{border-color:var(--color-primary)}.type-certificates:hover .atropos-shadow{opacity:.2}.type-certificates .atropos-scale{height:100%;pointer-events:none;width:100%}.type-certificates .atropos-rotate{height:100%;width:100%}.type-certificates .atropos-inner{height:100%;position:relative;z-index:5}.type-certificates .atropos-shadow{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:var(--color-primary);display:block;filter:blur(50px);-webkit-filter:blur(50px);opacity:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transition-property:transform,opacity}.type-certificates .atropos-shadow,.type-certificates .type-certificates__block{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.type-certificates .type-certificates__block{background:var(--color-primary-light);border:1px solid var(--color-primary-light);border-radius:23px;transform-style:preserve-3d;will-change:transform}.type-certificates .type-certificates__title{color:var(--color-primary);font-size:calc(var(--index)*2);font-weight:600;height:100%;left:0;line-height:1.2;padding:60px 75px;pointer-events:none;position:relative;position:absolute;text-transform:uppercase;top:0;transform-style:preserve-3d;width:100%;will-change:transform;z-index:5}@media screen and (max-width:1500px){.type-certificates .type-certificates__title{padding:30px 35px}}.type-certificates .type-certificates__imgs{height:100%;left:0;position:absolute;top:0;transform-style:preserve-3d;width:100%;z-index:10}.type-certificates .type-certificates__imgs .type-certificates__img{justify-content:center;z-index:5}.type-certificates .type-certificates__imgs .type-certificates__img img{position:relative}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner{aspect-ratio:1/.95;height:calc(var(--index)*12.3);position:absolute;right:10%;top:50%;transform:translateY(-40%);width:auto;z-index:5}@media screen and (max-width:1900px){.type-certificates .type-certificates__imgs .type-certificates__imgs-inner{height:calc(var(--index)*14)}}@media screen and (max-width:1300px){.type-certificates .type-certificates__imgs .type-certificates__imgs-inner{height:calc(var(--index)*16)}}@media screen and (max-width:768px){.type-certificates .type-certificates__imgs .type-certificates__imgs-inner{aspect-ratio:none;height:200px;right:5%;transform:translateY(-30%);width:300px}}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner .type-certificates__img{height:100%;top:0;transform-style:preserve-3d;width:50%}@media screen and (max-width:768px){.type-certificates .type-certificates__imgs .type-certificates__imgs-inner .type-certificates__img{height:200px;width:170px}}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner .type-certificates__img img{bottom:0;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner .type-certificates__img:first-child{left:0}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner .type-certificates__img:first-child img{transform:rotate(-15deg)}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner .type-certificates__img:nth-child(2){left:auto;right:0}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner .type-certificates__img:nth-child(2) img{transform:rotate(15deg)}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__img-flowers{height:100%;left:0;position:absolute;top:0;width:100%}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__img-flowers .flower{content:"";position:absolute}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-1 .type-certificates__img-flowers .flower:first-child{animation:floatRotatio 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_1.png) no-repeat 50%;background-size:contain;height:37%;right:-10%;top:0;width:51%;z-index:4}@media screen and (max-width:768px){.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-1 .type-certificates__img-flowers .flower:first-child{top:5%}}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-1 .type-certificates__img-flowers .flower:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_2.png) no-repeat 50%;background-size:contain;height:33%;left:20%;top:-3%;width:45%;z-index:3}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-1 .type-certificates__img-flowers .flower:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_3.png) no-repeat 50%;background-size:contain;height:37%;left:30%;top:25%;width:51%;z-index:2}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-1 .type-certificates__img-flowers .flower:nth-child(4){animation:float 24s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_4.png) no-repeat 50%;background-size:contain;height:12%;left:4%;top:1%;width:20%;z-index:1}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-1 .type-certificates__img-flowers .flower:nth-child(5){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_5.png) no-repeat 50%;background-size:contain;height:21%;left:12%;top:30%;width:27%;z-index:1}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-1 .type-certificates__img-flowers .flower:nth-child(6){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_6.png) no-repeat 50%;background-size:contain;height:20%;right:-8%;top:40%;width:25%;z-index:1}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-2 .type-certificates__img-flowers .flower:first-child{animation:floatRotatio2 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_7.png) no-repeat 50%;background-size:contain;height:37%;right:0;top:0;width:51%;z-index:3}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-2 .type-certificates__img-flowers .flower:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_8.png) no-repeat 50%;background-size:contain;height:33%;left:10%;top:-3%;width:45%;z-index:2}.type-certificates .type-certificates__imgs .type-certificates__imgs-inner.type-certificates__female .type-certificates__female-2 .type-certificates__img-flowers .flower:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_9.png) no-repeat 50%;background-size:contain;height:37%;left:20%;top:20%;width:51%;z-index:1}.type-certificates .type-certificates__img{align-items:center;bottom:0;display:flex;height:120%;left:0;pointer-events:none;position:absolute;transform-style:preserve-3d;width:120%;will-change:transform;z-index:3}@media screen and (max-width:480px){.type-certificates .type-certificates__img{height:110%;width:110%}}.type-certificates .type-certificates__img img{bottom:-15%}.type-certificates .type-certificates__text{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:flex-end;left:0;pointer-events:none;position:absolute;transform-style:preserve-3d;width:100%;will-change:transform;z-index:4}.type-certificates .type-certificates__text img{animation:rotating 30s linear infinite;position:absolute}@keyframes rotating{to{transform:rotate(1turn)}}.type-certificates.type-certificates__electronic .type-certificates__img img{height:100%}@media screen and (max-width:1200px){.type-certificates.type-certificates__electronic .type-certificates__img img{height:auto}}@media screen and (max-width:630px){.type-certificates.type-certificates__electronic .type-certificates__img img{height:100%}}.type-certificates.type-certificates__electronic .type-certificates__text img{height:13.5135135135%;right:16.6666666667%;top:29.4117647059%}@media screen and (max-width:992px){.type-certificates.type-certificates__electronic .type-certificates__text img{right:12.5%}}.type-certificates.type-certificates__plastic .type-certificates__img img{height:100%}@media screen and (max-width:1200px){.type-certificates.type-certificates__plastic .type-certificates__img img{height:auto}}@media screen and (max-width:630px){.type-certificates.type-certificates__plastic .type-certificates__img img{height:100%}}.w-certificate{background:var(--bg-body);color:var(--color-primary);display:flex;height:100vh;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:20px;transition:all .6s ease-in-out;visibility:hidden;z-index:-1}@media screen and (max-width:1100px){.w-certificate{height:100%}}.w-certificate .w-certificate__line{display:flex;transform:translateX(0,0);transition:transform .4s ease-out;will-change:transform}.w-certificate .step-certificate{opacity:0;transition:opacity .4s ease-out}.w-certificate .step-certificate._active{opacity:1;transition:opacity .4s ease-out .1s}.w-certificate._show{opacity:1;pointer-events:all;top:0;visibility:visible;z-index:100}.w-certificate .step-certificate{display:flex;flex-direction:column;height:calc(100svh - 60px);justify-content:space-between;overflow:hidden;padding-bottom:80px;position:relative;width:100vw}@media screen and (max-width:768px){.w-certificate .step-certificate{height:calc(var(--app-height, 100vh) - 70px)}}.w-certificate .step-certificate .step-certificate__content{height:100svh;overflow:hidden;overflow-y:auto;padding:70px 0 120px;position:relative;z-index:5}@media screen and (max-width:480px){.w-certificate .step-certificate .step-certificate__content{padding-top:30px}}@media screen and (max-width:1100px){.w-certificate .step-certificate .step-certificate__content{padding-bottom:80px}}.w-certificate .step-certificate .step-certificate__content::-webkit-scrollbar{width:12px}.w-certificate .step-certificate .step-certificate__content::-webkit-scrollbar-track{background:var(--bg-body)}@media screen and (max-width:480px){.w-certificate .step-certificate .step-certificate__content::-webkit-scrollbar-track{background:var(--bg-body)}}.w-certificate .step-certificate .step-certificate__content::-webkit-scrollbar-thumb{background-color:var(--color-primary-light);border:3px solid var(--bg-body);border-radius:20px}.step-certificate__bottom{align-items:center;bottom:20px;display:flex;height:140px;left:0;opacity:0;padding-left:130px;padding-right:130px;padding-top:10px;pointer-events:none;position:fixed;width:100vw;z-index:1000}.step-certificate__bottom._show{opacity:1}@media screen and (max-width:2190px){.step-certificate__bottom{padding-left:65px;padding-right:65px}}@media screen and (max-width:1400px){.step-certificate__bottom{padding-left:10px;padding-right:30px}}@media screen and (max-height:900px){.step-certificate__bottom{height:80px;padding-left:10px;padding-right:30px;padding-top:0}}@media screen and (max-width:1100px){.step-certificate__bottom{align-items:flex-start;background:var(--color-primary-light);bottom:auto;height:auto;height:65px;margin-bottom:0;padding:0 var(--container-padding);top:calc(100% - 65px)}}@media screen and (max-width:768px){.step-certificate__bottom{align-items:center;bottom:0;top:auto}}.step-certificate__bottom .q-next,.step-certificate__bottom .q-prev{pointer-events:all;position:relative;z-index:10}.step-certificate__bottom .q-next{margin-left:auto;margin-right:0}.step-certificate[data-step="2"] .step-certificate__title{align-items:center;display:flex;flex-direction:column;padding-left:250px}@media screen and (max-height:900px){.step-certificate[data-step="2"] .step-certificate__title{padding-left:0}}.step-certificate[data-step="2"] .step-certificate__title div:nth-child(2){transform:translate(50%)}@media screen and (max-width:1100px){.step-certificate[data-step="2"] .step-certificate__title div:nth-child(2){transform:translate(0)}.step-certificate[data-step="2"] .nominal-row .nominal-row__left{display:none}.step-certificate[data-step="2"] .nominal-row .nominal-row__right{padding-top:40px}.step-certificate[data-step="2"] .nominal-row .nominal-row__right .send-certificates{max-width:400px;width:100%}}.step-certificate[data-step="3"] .step-certificate__title{align-items:flex-start;display:flex;flex-direction:column}.nominal-row{display:flex}@media screen and (max-width:1100px){.nominal-row{flex-direction:column}}.nominal-row .nominal-row__left{align-items:center;display:flex;justify-content:flex-end;padding-right:50px;position:relative;width:calc(50% + 100px);z-index:1}@media screen and (max-height:800px){.nominal-row .nominal-row__left{width:650px}}@media screen and (max-width:1100px){.nominal-row .nominal-row__left{height:450px;padding-right:0;width:100%}}@media screen and (max-width:480px){.nominal-row .nominal-row__left{height:auto}}.nominal-row .nominal-row__left .design-certificate{position:absolute;right:50px;top:0}@media screen and (max-width:1100px){.nominal-row .nominal-row__left .design-certificate{position:relative;right:0}}.nominal-row .nominal-row__right{max-height:100%;overflow-y:auto;padding-right:40px;position:relative;width:calc(50% - 100px);z-index:5}@media screen and (max-height:900px){.nominal-row .nominal-row__right{width:calc(100% - 650px)}}@media screen and (max-width:1200px){.nominal-row .nominal-row__right{width:calc(100% - 550px)}}@media screen and (max-width:1100px){.nominal-row .nominal-row__right{display:flex;justify-content:center;padding:0 20px 30px;width:100%}}@media screen and (max-width:480px){.nominal-row .nominal-row__right{padding-bottom:0}}.design-certificate,.design-certificate-curent{display:flex;height:700px;justify-content:center;padding:2px 0;position:relative;width:700px}@media screen and (max-height:1200px){.design-certificate,.design-certificate-curent{height:600px}}@media screen and (max-height:1100px){.design-certificate,.design-certificate-curent{height:550px}}@media screen and (max-height:900px){.design-certificate,.design-certificate-curent{height:440px;position:absolute;right:50px;top:0;width:600px}}@media screen and (max-width:1200px){.design-certificate,.design-certificate-curent{height:400px;width:500px}}@media screen and (max-width:1100px){.design-certificate,.design-certificate-curent{margin:0 auto;position:relative;width:390px}}@media screen and (max-width:480px){.design-certificate,.design-certificate-curent{height:340px;right:0}}@media screen and (max-width:390px){.design-certificate,.design-certificate-curent{width:290px}}.design-certificate .swiper-slide,.design-certificate-curent .swiper-slide{align-items:center;display:flex;justify-content:center}@media screen and (max-width:1100px){.design-certificate .swiper-slide,.design-certificate-curent .swiper-slide{align-items:flex-end;padding-bottom:50px}}.design-certificate .design-certificate__item,.design-certificate-curent .design-certificate__item{height:80%;pointer-events:none;position:relative;width:48%}@media screen and (max-width:1100px){.design-certificate .design-certificate__item,.design-certificate-curent .design-certificate__item{height:60%}}.design-certificate .design-certificate__item-images,.design-certificate-curent .design-certificate__item-images{display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transform:rotate(0deg) scale(.4);transition:all .3s ease-in-out;width:100%;z-index:2}.design-certificate .design-certificate__item-images img,.design-certificate-curent .design-certificate__item-images img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.design-certificate .design-certificate__item-images.design-certificate__love.design-certificate__love-1 .heart:first-child,.design-certificate-curent .design-certificate__item-images.design-certificate__love.design-certificate__love-1 .heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-1-1.png) no-repeat 50%;background-size:contain;content:"";height:21%;position:absolute;right:10%;top:-5%;transform:translatey(0);width:26%;z-index:2}.design-certificate .design-certificate__item-images.design-certificate__love.design-certificate__love-1 .heart:nth-child(2),.design-certificate-curent .design-certificate__item-images.design-certificate__love.design-certificate__love-1 .heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-1-2.png) no-repeat 50%;background-size:contain;content:"";height:39%;position:absolute;right:11%;top:15%;transform:translatey(0);width:52%;z-index:3}.design-certificate .design-certificate__item-images.design-certificate__love.design-certificate__love-1 .heart:nth-child(3),.design-certificate-curent .design-certificate__item-images.design-certificate__love.design-certificate__love-1 .heart:nth-child(3){animation:float 5s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-1-3.png) no-repeat 50%;background-size:contain;content:"";height:24%;left:11%;position:absolute;top:50%;transform:translatey(0);width:34%;z-index:1}.design-certificate .design-certificate__item-images.design-certificate__love.design-certificate__love-2 .heart:first-child,.design-certificate-curent .design-certificate__item-images.design-certificate__love.design-certificate__love-2 .heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-2-1.png) no-repeat 50%;background-size:contain;content:"";height:37%;position:absolute;right:5%;top:-1%;transform:translatey(0);width:51%;z-index:2}.design-certificate .design-certificate__item-images.design-certificate__love.design-certificate__love-2 .heart:nth-child(2),.design-certificate-curent .design-certificate__item-images.design-certificate__love.design-certificate__love-2 .heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-2-2.png) no-repeat 50%;background-size:contain;content:"";height:22%;left:25%;position:absolute;top:35%;transform:translatey(0);width:33%;z-index:3}.design-certificate .design-certificate__item-images.design-certificate__female .flower,.design-certificate-curent .design-certificate__item-images.design-certificate__female .flower{content:"";position:absolute;transform:translatey(0)}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-1 .flower:first-child,.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-1 .flower:first-child{animation:floatRotatio 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_10.png) no-repeat 50%;background-size:contain;height:30%;right:-10%;top:5%;width:66%;will-change:transform;z-index:3}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-1 .flower:nth-child(2),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-1 .flower:nth-child(2){animation:float 5s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_11.png) no-repeat 50%;background-size:contain;height:44%;right:15%;top:10%;width:67%;z-index:2}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-1 .flower:nth-child(3),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-1 .flower:nth-child(3){animation:floatRotatio2 8s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_12.png) no-repeat 50%;background-size:contain;height:24%;left:20%;top:-5%;width:34%;z-index:1}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-2 .flower:first-child,.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-2 .flower:first-child{animation:floatRotatio2 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_7.png) no-repeat 50%;background-size:contain;height:37%;right:0;top:0;width:51%;z-index:3}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-2 .flower:nth-child(2),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-2 .flower:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_8.png) no-repeat 50%;background-size:contain;height:33%;left:10%;top:-3%;width:45%;z-index:2}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-2 .flower:nth-child(3),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-2 .flower:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_9.png) no-repeat 50%;background-size:contain;height:37%;left:20%;top:20%;width:51%;z-index:1}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:first-child,.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:first-child{animation:floatRotatio 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_1.png) no-repeat 50%;background-size:contain;height:37%;right:-10%;top:0;width:51%;z-index:4}@media screen and (max-width:768px){.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:first-child,.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:first-child{top:5%}}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(2),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_2.png) no-repeat 50%;background-size:contain;height:33%;left:20%;top:-3%;width:45%;z-index:3}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(3),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_3.png) no-repeat 50%;background-size:contain;height:37%;left:30%;top:25%;width:51%;z-index:2}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(4),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(4){animation:float 24s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_4.png) no-repeat 50%;background-size:contain;height:12%;left:4%;top:1%;width:20%;z-index:1}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(5),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(5){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_5.png) no-repeat 50%;background-size:contain;height:21%;left:12%;top:30%;width:27%;z-index:1}.design-certificate .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(6),.design-certificate-curent .design-certificate__item-images.design-certificate__female.design-certificate__female-3 .flower:nth-child(6){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_6.png) no-repeat 50%;background-size:contain;height:20%;right:-8%;top:40%;width:25%;z-index:1}.design-certificate .design-certificate__item-circle,.design-certificate-curent .design-certificate__item-circle{animation:rotating 30s linear infinite;background:url(/local/templates/soda/assets/css/../img/type-certificates__1_text.svg) no-repeat 50%;background-size:contain;border-radius:50%;content:"";height:130px;opacity:0;position:absolute;right:80px;top:-80px;transition:all .6s ease-in-out 0s;width:130px;z-index:4}@media screen and (max-width:1100px){.design-certificate .design-certificate__item-circle,.design-certificate-curent .design-certificate__item-circle{height:70px;right:50px;top:-30px;width:70px}}.design-certificate .design-certificate__item-nominal,.design-certificate-curent .design-certificate__item-nominal{bottom:32%;font-size:50px;font-weight:400;opacity:.8;opacity:0;position:absolute;right:-25px;transform:rotate(-25deg);transition:all .3s ease-in-out 0s;z-index:3}@media screen and (max-height:1100px){.design-certificate .design-certificate__item-nominal,.design-certificate-curent .design-certificate__item-nominal{bottom:32%;font-size:40px;right:20px}}@media screen and (max-width:1200px){.design-certificate .design-certificate__item-nominal,.design-certificate-curent .design-certificate__item-nominal{font-size:30px}}@media screen and (max-width:1100px){.design-certificate .design-certificate__item-nominal,.design-certificate-curent .design-certificate__item-nominal{font-size:22px;right:25px}}.design-certificate .design-certificate__item-bg,.design-certificate-curent .design-certificate__item-bg{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;bottom:15px;content:"";filter:blur(150px);-webkit-filter:blur(150px);height:287px;opacity:0;pointer-events:none;position:absolute;right:5%;transform:scale(.4);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transition:all .3s ease-in-out;width:179px;z-index:1}.design-certificate .swiper-slide-active .design-certificate__item-images,.design-certificate-curent .swiper-slide-active .design-certificate__item-images{opacity:1;transform:rotate(-30deg) scale(1)}.design-certificate .swiper-slide-active .design-certificate__item-circle,.design-certificate-curent .swiper-slide-active .design-certificate__item-circle{opacity:1;transition:all .6s ease-in-out .2s}.design-certificate .swiper-slide-active .design-certificate__item-nominal,.design-certificate-curent .swiper-slide-active .design-certificate__item-nominal{opacity:1;transition:all .3s ease-in-out .3s}.design-certificate .swiper-slide-active .design-certificate__item-bg,.design-certificate-curent .swiper-slide-active .design-certificate__item-bg{opacity:1;transform:scale(1)}.design-certificate .colors-certificate__dots,.design-certificate-curent .colors-certificate__dots{border-radius:50%;height:100%;left:0;pointer-events:none;position:absolute;rotate:none;scale:none;top:0;transition:all .3s linear;translate:none;width:100%;z-index:2}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots,.design-certificate-curent .colors-certificate__dots{transform:rotate(-90deg)}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots,.design-certificate-curent .colors-certificate__dots{transform:rotate(-165deg)}}.design-certificate .colors-certificate__dots.-items3 .color-certificate:last-child,.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:last-child{bottom:105px;right:30px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:last-child,.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:last-child{bottom:107px;right:49px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:last-child,.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:last-child{bottom:101px;right:60px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:last-child,.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:last-child{bottom:80px;right:70px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:last-child,.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:last-child{bottom:77px;right:70px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:last-child,.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:last-child{bottom:57px;right:47px}}@media screen and (max-width:480px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:last-child,.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:last-child{bottom:52px;right:64px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:last-child,.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:last-child{bottom:25px;right:57px}}.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2){bottom:54px;right:78px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2){bottom:53px;right:88px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2){right:93px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2){bottom:42px;right:100px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2){bottom:40px;right:100px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2){bottom:28px;right:89px}}@media screen and (max-width:480px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2){bottom:28px;right:98px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(2){bottom:14px;right:97px}}.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(3),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(3){bottom:10px;right:135px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(3),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(3){bottom:10px;right:135px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(3),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(3){bottom:11px;right:137px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items3 .color-certificate:nth-last-child(3),.design-certificate-curent .colors-certificate__dots.-items3 .color-certificate:nth-last-child(3){bottom:12px;right:140px}}.design-certificate .colors-certificate__dots.-items4 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:first-child{bottom:10px;right:135px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:first-child{bottom:11px;right:136px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:first-child{bottom:10px;right:135px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:first-child{bottom:11px;right:138px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:first-child{bottom:12px;right:138px}}.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(2){bottom:54px;right:78px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(2){bottom:53px;right:88px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(2){right:93px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(2){bottom:42px;right:100px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(2){bottom:46px;right:90px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(2){bottom:27px;right:98px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(2){bottom:14px;right:97px}}.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(3){bottom:105px;right:30px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(3){bottom:107px;right:49px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(3){bottom:105px;right:60px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(3){bottom:80px;right:69px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(3){bottom:95px;right:51px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(3){bottom:51px;right:63px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(3){bottom:26px;right:57px}}.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(4){bottom:205px;right:0}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(4){bottom:161px;right:22px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(4){bottom:156px;right:35px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(4){bottom:123px;right:54px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(4){bottom:150px;right:38px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(4){bottom:92px;right:42px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items4 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items4 .color-certificate:nth-child(4){bottom:54px;right:24px}}.design-certificate .colors-certificate__dots.-items5 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:first-child{bottom:10px;right:135px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:first-child{bottom:11px;right:136px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:first-child{bottom:10px;right:135px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:first-child{bottom:11px;right:138px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:first-child{bottom:12px;right:139px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:first-child,.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:first-child{bottom:12px;right:138px}}.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(2){bottom:54px;right:78px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(2){bottom:53px;right:88px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(2){right:93px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(2){bottom:42px;right:100px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(2){bottom:46px;right:90px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(2){bottom:27px;right:90px}}@media screen and (max-width:480px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(2){bottom:27px;right:99px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(2),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(2){bottom:14px;right:97px}}.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(3){bottom:105px;right:30px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(3){bottom:107px;right:49px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(3){bottom:105px;right:60px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(3){bottom:80px;right:69px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(3){bottom:95px;right:51px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(3){bottom:57px;right:48px}}@media screen and (max-width:480px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(3){bottom:53px;right:65px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(3),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(3){bottom:26px;right:57px}}.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(4){bottom:168px;right:-6px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(4){bottom:161px;right:22px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(4){bottom:156px;right:35px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(4){bottom:123px;right:54px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(4){bottom:150px;right:38px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(4){bottom:103px;right:19px}}@media screen and (max-width:480px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(4){bottom:92px;right:42px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(4),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(4){bottom:54px;right:24px}}.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(5),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(5){bottom:235px;right:-30px}@media screen and (max-height:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(5),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(5){bottom:221px;right:6px}}@media screen and (max-height:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(5),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(5){bottom:214px;right:23px}}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(5),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(5){bottom:169px;right:41px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(5),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(5){bottom:208px;right:37px}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(5),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(5){bottom:153px;right:3px}}@media screen and (max-width:480px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(5),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(5){bottom:135px;right:30px}}@media screen and (max-width:390px){.design-certificate .colors-certificate__dots.-items5 .color-certificate:nth-child(5),.design-certificate-curent .colors-certificate__dots.-items5 .color-certificate:nth-child(5){bottom:88px;right:0}}.design-certificate .colors-certificate__dots .colors-certificate__dots-rotation,.design-certificate-curent .colors-certificate__dots .colors-certificate__dots-rotation{border-radius:50%;height:100%;left:0;position:absolute;rotate:none;scale:none;top:0;transition:all .3s linear;translate:none;width:100%}.design-certificate .colors-certificate__dots .color-certificate,.design-certificate-curent .colors-certificate__dots .color-certificate{border-radius:50%;content:"";cursor:pointer;display:block;height:50px;pointer-events:all;position:absolute;width:50px;z-index:2}@media screen and (max-height:900px){.design-certificate .colors-certificate__dots .color-certificate,.design-certificate-curent .colors-certificate__dots .color-certificate{height:38px;width:38px}}@media screen and (max-width:1200px){.design-certificate .colors-certificate__dots .color-certificate,.design-certificate-curent .colors-certificate__dots .color-certificate{height:36px;width:36px}}.design-certificate .colors-certificate__dot-active,.design-certificate-curent .colors-certificate__dot-active{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:4}@media screen and (max-height:900px){.design-certificate .colors-certificate__dot-active,.design-certificate-curent .colors-certificate__dot-active{transform:rotate(-90deg)}}@media screen and (max-width:1100px){.design-certificate .colors-certificate__dot-active,.design-certificate-curent .colors-certificate__dot-active{top:2px;transform:rotate(-164deg)}}.design-certificate .colors-certificate__dot-active span,.design-certificate-curent .colors-certificate__dot-active span{border:2px solid var(--color-white);border-radius:50%;bottom:10px;content:"";height:52px;position:absolute;right:135px;width:52px}@media screen and (max-height:900px){.design-certificate .colors-certificate__dot-active span,.design-certificate-curent .colors-certificate__dot-active span{height:38px;width:38px}}.design-certificate-curent .design-certificate__item-images{opacity:1;transform:rotate(-30deg) scale(1)}.design-certificate-curent .design-certificate__item-circle{opacity:1;transition:all .6s ease-in-out .2s}.design-certificate-curent .design-certificate__item-nominal{opacity:1;transition:all .3s ease-in-out .3s}.design-certificate-curent .design-certificate__item-bg{opacity:1;transform:scale(1)}.step-certificate__title{color:var(--color-primary);font-size:16px;font-weight:400;line-height:1.3;text-transform:uppercase}@media screen and (max-width:768px){.step-certificate__title{text-align:center}}@media screen and (max-width:480px){.step-certificate__title{font-size:14px}}.step-certificate__title div{font-size:80px;font-weight:900;line-height:100px;opacity:1;position:relative;text-transform:uppercase;white-space:nowrap;z-index:1}@media screen and (max-height:1100px){.step-certificate__title div{font-size:60px;line-height:1.3}}@media screen and (max-height:900px){.step-certificate__title div{font-size:50px}}@media screen and (max-width:480px){.step-certificate__title div{font-size:40px;font-size:26px}}.step-certificate[data-step="1"] .step-certificate__title{display:inline-block;left:50%;margin-bottom:80px;position:relative;transform:translate(-70%)}@media screen and (max-height:1100px){.step-certificate[data-step="1"] .step-certificate__title{margin-bottom:40px}}@media screen and (max-width:768px){.step-certificate[data-step="1"] .step-certificate__title{display:block;left:auto;transform:translate(0)}}.denomination-certificates{max-width:650px;padding-top:30px}.denomination-certificates::-webkit-scrollbar{width:3px}.denomination-certificates::-webkit-scrollbar-track{background-color:var(--color-whiteRGBA30)}.denomination-certificates::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px var(--color-blackRGBA30)}@media screen and (max-height:900px){.denomination-certificates{max-width:500px;padding-top:0}}.denomination-certificates .denomination-certificates__el{margin-bottom:24px}@media screen and (max-height:900px){.denomination-certificates .denomination-certificates__el{margin-bottom:15px}}.denomination-certificates .denomination-certificates__nominal{display:flex;flex-wrap:wrap;gap:24px 28px;margin-bottom:24px}@media screen and (max-height:1100px){.denomination-certificates .denomination-certificates__nominal{gap:20px}}@media screen and (max-height:900px){.denomination-certificates .denomination-certificates__nominal{gap:10px 15px;margin-bottom:15px}}@media screen and (max-width:480px){.denomination-certificates .denomination-certificates__nominal{gap:20px}}.denomination-certificates .denomination-certificates__nominal .denomination-certificates__el{margin-bottom:0}@media screen and (max-width:480px){.denomination-certificates .denomination-certificates__nominal .denomination-certificates__el{width:calc(33.33333% - 13.3333px)}}.denomination{background:none;border:1px solid var(--color-primary-light);border-radius:10px;color:var(--color-primary);cursor:pointer;display:inline-block;font-size:24px;font-style:normal;font-weight:400;line-height:1.2;padding:20px 40px;text-align:left;text-decoration:none;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-height:1100px){.denomination{font-size:20px;padding:15px 25px}}@media screen and (max-height:800px){.denomination{font-size:18px;padding:10px 20px}}@media screen and (max-width:480px){.denomination{font-size:14px;padding:10px 15px;text-align:center}}.denomination.selected,.denomination:hover{background:var(--color-primary);color:var(--color-white2)}.denomination.__error{border-color:var(--color-error)}.denomination-certificates__el{display:flex;flex-direction:column;position:relative;transition:all .4s ease-in-out}.denomination-certificates__el .product-quantity{bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;transition:all .4s ease-in-out}.denomination-certificates__el .denomination{position:relative;z-index:5}.denomination-certificates__el.__active{padding-bottom:35px}.denomination-certificates__el.__active .product-quantity{opacity:1;pointer-events:all;z-index:2}.denomination-certificates__nominal .denomination-certificates__el{max-width:135px}@media screen and (max-height:480px){.denomination-certificates__nominal .denomination-certificates__el{max-width:100%;width:calc(33.33333% - 10px)}}.product-quantity{border:1px solid var(--color-primary-light);border-radius:10px;display:flex;font-size:24px;height:30px;max-width:100px;width:100%}@media screen and (max-width:480px){.product-quantity{max-width:100%}.product-quantity.product-quantity__result{max-width:50%;width:50%}}.product-quantity .product-quantity__item{background:transparent;color:var(--color-primary);cursor:pointer;font-size:14px;line-height:25px;text-align:center;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:30px}.product-quantity .product-quantity__item.minus{border-bottom-left-radius:10px;border-top-left-radius:10px}.product-quantity .product-quantity__item.plus{border-bottom-right-radius:10px;border-top-right-radius:10px}.product-quantity .product-quantity__item:hover{background:var(--color-primary);color:var(--color-white2)}.product-quantity .product-quantity__input{background:transparent;border:none;color:var(--color-primary);font-size:16px;text-align:center;width:calc(100% - 60px)}@media screen and (max-width:1300px){.product-quantity .product-quantity__input{font-size:16px}}.q-next{background:transparent;border:none;border:1px solid var(--color-primary);border-radius:50%;color:var(--color-primary);cursor:pointer;font-size:12px;font-weight:700;height:70px;position:relative;text-transform:uppercase;transform:scale(.9);transition:all .4s ease-in-out;width:70px;z-index:2}@media screen and (max-width:1100px){.q-next{height:50px;width:50px}}@media screen and (max-width:768px){.q-next{background:var(--color-primary);border-radius:25px;color:var(--color-white2);height:50px;width:110px}}.q-next:hover{background:var(--color-primary);color:var(--color-white2);transform:scale(1)}.q-prev{background:transparent;border:1px solid transparent;border-radius:50%;color:var(--color-primary);cursor:pointer;font-size:12px;font-weight:700;height:70px;position:relative;text-transform:uppercase;transition:all .4s ease-in-out;width:70px;z-index:2}@media screen and (max-width:1100px){.q-prev{height:50px;width:50px}}.q-prev:hover{background:var(--color-primary);color:var(--color-white2);transform:scale(.9)}.page-head__certificates{margin-top:0!important;position:relative;z-index:9990}@media screen and (max-width:768px){.page-head__certificates{background:transparent}}.page-head__certificates .logo{color:var(--color-primary)}.page-head__certificates .container{justify-content:center;max-width:2190px;padding-top:20px;position:relative}@media screen and (max-width:1100px){.page-head__certificates .container{justify-content:flex-end}}@media screen and (max-width:768px){.page-head__certificates .container{align-items:center;display:flex;justify-content:space-between;padding:10px 15px 0}}.page-head__certificates.page-head__certificat .container{display:flex;justify-content:center}.page-head__certificates.page-head__certificat .logo{display:block;left:auto;position:relative;top:auto}.page-head__certificates .logo{left:40px;line-height:0px;position:absolute;top:20px;z-index:10}@media screen and (max-width:768px){.page-head__certificates .logo{display:block;left:0;line-height:0px;position:relative;top:0}}.page-head__certificates .logo svg{height:60px;width:auto}@media screen and (max-width:768px){.page-head__certificates .logo svg{max-height:50px}}@media screen and (max-width:480px){.page-head__certificates .logo svg{max-height:40px}}.certificates-line{color:var(--color-gray);display:flex;margin:0 auto;max-width:550px;opacity:0;position:relative;transform:translateY(15px);transition:all .3s ease-in-out;width:100%}@media screen and (max-width:1200px){.certificates-line{margin-left:auto;max-width:450px}}@media screen and (max-width:768px){.certificates-line{transform:translate(0)}}@media screen and (max-width:480px){.certificates-line{justify-content:flex-end;margin-left:auto;margin-right:0;max-width:100%;width:calc(100% - 90px)}}.certificates-line._show{opacity:1;transform:translate(0)}.certificates-line .certificates-line__item{color:var(--color-gray);position:relative;text-align:center;width:25%}.certificates-line .certificates-line__item:first-child .certificates-line__item-line{display:none}.certificates-line .certificates-line__item._active .certificates-line__item-line:after{transition:all .4s linear;width:100%}.certificates-line .certificates-line__item._active .certificates-line__item-name{color:var(--color-primary);transition:all .3s ease-in-out .4s}.certificates-line .certificates-line__item._active .certificates-line__item-name span{background:var(--color-primary);transition:all .3s ease-in-out .4s}.certificates-line .certificates-line__item .certificates-line__item-line{content:"";height:1px;left:0;position:absolute;top:7px;transform:translate(-50%);width:calc(100% - 14px)}.certificates-line .certificates-line__item .certificates-line__item-line:before{border-top:1px dashed var(--color-primary-light);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.certificates-line .certificates-line__item .certificates-line__item-line:after{border-top:1px solid var(--color-primary-light);content:"";height:100%;left:0;position:absolute;top:0;transition:all .4s linear .2s;width:0;z-index:2}.certificates-line .certificates-line__item .certificates-line__item-name{color:var(--color-primary);font-size:12px;text-transform:uppercase;transition:all .3s ease-in-out}@media screen and (max-width:480px){.certificates-line .certificates-line__item .certificates-line__item-name{font-size:7px}}.certificates-line .certificates-line__item .certificates-line__item-name span{background:var(--color-primary-light);border:1px solid var(--color-primary);border-radius:50%;display:block;height:14px;margin:0 auto 10px;transition:all .3s ease-in-out;width:14px}@media screen and (max-width:768px){.certificates-line .certificates-line__item .certificates-line__item-name span{margin-bottom:5px}.certificates-line .certificates-line__item .certificates-line__item-name{padding:0 10px;text-align:center}}.send-certificates{padding-top:20px}.send-certificates__row{display:flex;gap:0 35px;margin-bottom:45px}@media screen and (max-width:768px){.send-certificates__row{gap:0 16px;margin-bottom:30px}}@media screen and (max-width:480px){.send-certificates__row .send-certificates__col{width:calc(50% - 8px)}.send-certificates__row .send-certificates__col .q-check{text-align:center;width:100%}.send-certificates__row .send-certificates__col .q-check .q-check__span{font-size:18px;height:50px;line-height:48px;width:100%}}.q-check{display:inline-block;position:relative}.q-check .q-check__span{border:1px solid var(--color-primary-light);border-radius:10px;color:var(--color-primary);cursor:pointer;display:inline-block;font-size:24px;height:70px;line-height:68px;padding:0 40px;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media screen and (max-height:900px){.q-check .q-check__span{font-size:20px;font-size:18px;height:60px;line-height:58px}}.q-check:hover .q-check__span{border-color:var(--color-primary)}.q-check .q-check__val{left:40px;opacity:0;position:absolute;top:50%}.q-check .q-check__val:checked+span{background:var(--color-primary);color:var(--color-white2)}.q-check-min{display:inline-block;position:relative}.q-check-min .q-check-min__val{left:0;opacity:0;position:absolute;top:50%;transform:translateY(-50%)}.q-check-min .q-check-min__val:checked+span{color:var(--color-primary)}.q-check-min .q-check-min__val:checked+span:after{transform:scale(1)}.q-check-min .q-check-min__val:checked+span:before{border-color:var(--color-primary)}.q-check-min .q-check-min__span{color:var(--color-primary);cursor:pointer;display:inline-block;font-size:18px;padding-left:40px;position:relative;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:480px){.q-check-min .q-check-min__span{font-size:16px}}.q-check-min .q-check-min__span:hover{color:var(--color-primary)}.q-check-min .q-check-min__span:hover:before{border-color:var(--color-primary)}.q-check-min .q-check-min__span:before{border:1px solid var(--color-primary-light);border-radius:4px;box-sizing:border-box;content:"";height:26px;left:0;margin-top:-13px;position:absolute;top:50%;transition:all .3s ease-in-out;width:26px}.q-check-min .q-check-min__span:after{background:var(--color-primary);border-radius:4px;box-sizing:border-box;content:"";height:16px;left:5px;margin-top:-8px;position:absolute;top:50%;transform:scale(0);transition:transform .3s linear;width:16px}.send-certificates__form{max-width:730px}.send-certificates__form .q-input{margin-bottom:20px}.q-input{position:relative;width:100%}.q-input.__error:before{background:var(--color-error);border-radius:50%;color:var(--color-white);content:"!";display:block;font-size:10px;font-weight:700;height:14px;left:0;line-height:14px;margin-top:-7px;position:absolute;text-align:center;top:50%;width:14px}.q-input .q-input__val{background:none;border:none;border-bottom:1px solid var(--color-primary);border-radius:0;color:var(--color-primary);font-size:18px;font-weight:400;height:60px;padding:0 25px;width:100%}@media screen and (max-width:480px){.q-input .q-input__val{font-size:16px;padding:0 15px}}.q-input .q-input__val.placeholder{color:var(--color-primary)}.q-input .q-input__val:-moz-placeholder,.q-input .q-input__val::-moz-placeholder{color:var(--color-primary)}.q-input .q-input__val:-ms-input-placeholder{color:var(--color-primary)}.q-input .q-input__val::-webkit-input-placeholder{color:var(--color-primary)}.q-input .q-input__val.__error{border-bottom-color:var(--color-error)}.q-add-mes .q-add-mes__top{border-bottom:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;display:flex;font-size:18px;padding:15px 25px;position:relative;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media screen and (max-width:480px){.q-add-mes .q-add-mes__top{font-size:14px;padding:15px}}.q-add-mes .q-add-mes__top:hover{color:var(--color-primary)}.q-add-mes .q-add-mes__top i{background:url(/local/templates/soda/assets/css/../img/certificates/arrow_bottom.svg) no-repeat 50%;background-size:auto 10px;content:"";height:16px;margin-top:-8px;position:absolute;right:0;top:50%;transition:all .3s ease-in-out;width:16px}.q-add-mes._active .q-add-mes__top{color:var(--color-primary)}.q-add-mes._active .q-add-mes__top i{transform:rotate(-180deg)}.q-add-mes .q-add-mes__cont{display:none;padding-top:20px}.certificates-delivery{padding-top:30px}.certificates-delivery__types{display:flex;gap:0 50px}.certificates-delivery__label{display:inline-block;position:relative}.certificates-delivery__label input{left:0;opacity:0;position:absolute;top:50%}.certificates-delivery__label input:checked+span{background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);color:var(--color-black)}.certificates-delivery__label input:checked+span i{background:url(/local/templates/soda/assets/css/../img/calendar_black.svg) no-repeat 50%;background-size:contain}.certificates-delivery__label span{align-items:center;border:1px solid #272727;border-radius:10px;box-sizing:border-box;color:var(--color-white);cursor:pointer;display:flex;font-size:24px;height:70px;line-height:70px;padding:0 30px;position:relative;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.certificates-delivery__label span i{background:url(/local/templates/soda/assets/css/../img/calendar_white.svg) no-repeat 50%;background-size:contain;content:"";height:24px;margin-right:19px;transition:all .3s ease-in-out;width:24px}.certificates-delivery__label span:hover{border-color:var(--color-primary)}.page-certificat{background:var(--bg-body);min-height:100vh;position:relative}.page-certificat .page-certificat__one{background:var(--bg-body);height:100vh;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:100}.page-certificat .page-certificat__one .atropos-scale{pointer-events:none;position:relative;z-index:5}.page-certificat .page-certificat__one .atropos-inner{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;z-index:10}.page-certificat .page-certificat__one .atropos-shadow{display:none!important}.page-certificat__one-bg{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:var(--color-gradient2);bottom:10%;content:"";filter:blur(50px);-webkit-filter:blur(50px);height:360px;left:50%;margin-left:-335px;opacity:0;pointer-events:none;position:absolute;transform:translateZ(0) scale(.5);-webkit-transform:translateZ(0) scale(.5);-moz-transform:translateZ(0) scale(.5);transition:.4s ease-out 1.1s;width:670px;z-index:1}@media screen and (max-width:480px){.page-certificat__one-bg{filter:blur(150px);-webkit-filter:blur(150px);margin-left:-200px;width:100%}}.page-certificat__one-elements{content:"";height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.page-certificat__one-elements .firework{background:url(/local/templates/soda/assets/css/../img/firework.png) no-repeat 50%;background-size:contain;content:"";position:absolute}.page-certificat__one-elements .firework.firework_1{height:calc(var(--index)*20);left:0;top:50%;transform:translate(-43%,-35%) scale(0);transition:all .4s ease-out .3s;width:calc(var(--index)*19);z-index:4}.page-certificat__one-elements .firework.firework_2{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;filter:blur(2.5px);-webkit-filter:blur(2.5px);height:calc(var(--index)*12);pointer-events:none;right:-4%;top:10%;-webkit-transform:translateZ(0) scale(0);-moz-transform:translateZ(0) scale(0);transition:all .5s ease-out .5s;width:calc(var(--index)*11.8);z-index:3}.page-certificat__one-elements .ribbon_1{background:url(/local/templates/soda/assets/css/../img/ribbon_1.png) no-repeat 50%;background-size:contain;height:calc(var(--index)*5);right:20%;top:40%;transition:all .4s ease-out 1.4s;z-index:1}.page-certificat__one-elements .ribbon_1,.page-certificat__one-elements .ribbon_2{content:"";opacity:0;position:absolute;transform:translateY(20px);width:calc(var(--index)*5.9)}.page-certificat__one-elements .ribbon_2{background:url(/local/templates/soda/assets/css/../img/ribbon_2.png) no-repeat 50%;background-size:contain;height:calc(var(--index)*4.5);left:30%;top:70%;transition:all .4s ease-out 1.5s;z-index:10}.page-certificat__one-elements .stars{bottom:0;content:"";height:95%;left:50%;margin-left:-590px;max-height:1180px;opacity:0;pointer-events:none;position:absolute;transform:scale(0);transition:transform .4s ease-out 1.6s;width:1180px}.page-certificat__one-elements .stars .stars_1{height:65px;left:5%;top:10%;width:65px}.page-certificat__one-elements .stars .stars_1,.page-certificat__one-elements .stars .stars_2{background:url(/local/templates/soda/assets/css/../img/stars.png) no-repeat 50%;background-size:contain;content:"";position:absolute}.page-certificat__one-elements .stars .stars_2{bottom:25%;height:50px;left:0;width:50px}.page-certificat__one-elements .stars .stars_3{bottom:13%;left:60%}.page-certificat__one-elements .stars .stars_3,.page-certificat__one-elements .stars .stars_4{background:url(/local/templates/soda/assets/css/../img/stars.png) no-repeat 50%;background-size:contain;content:"";height:40px;position:absolute;width:40px}.page-certificat__one-elements .stars .stars_4{right:10%;top:50%}.page-certificat__one-elements .stars .stars_5{height:55px;right:0;top:25%;width:55px}.page-certificat__one-elements .stars .stars_5,.page-certificat__one-elements .stars .stars_6{background:url(/local/templates/soda/assets/css/../img/stars.png) no-repeat 50%;background-size:contain;content:"";position:absolute}.page-certificat__one-elements .stars .stars_6{height:90px;right:15%;top:1%;width:90px}.page-certificat__one-elements .stars .stars_7{height:40px;right:33%;top:21%;width:40px}.page-certificat__one-elements .stars .stars_7,.page-certificat__one-elements .stars .stars_8{background:url(/local/templates/soda/assets/css/../img/stars.png) no-repeat 50%;background-size:contain;content:"";position:absolute}.page-certificat__one-elements .stars .stars_8{height:35px;right:42%;top:0;width:35px}.page-certificat__one-bottom{bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;pointer-events:none;position:absolute;width:100%;z-index:3}.page-certificat__one-bottom .liner{display:flex;transition:all .3s ease-in-out}.envelope__wrapper{padding:0 10px;position:relative}.envelope__content{text-align:center}.envelope__content .envelope__title{font-size:100px;font-weight:900;line-height:1.2;position:relative;text-transform:uppercase;z-index:1}@media screen and (max-width:1600px){.envelope__content .envelope__title{font-size:80px}}@media screen and (max-width:992px){.envelope__content .envelope__title{font-size:60px}}@media screen and (max-width:480px){.envelope__content .envelope__title{font-size:40px;margin-bottom:30px}}.envelope__content .envelope__title:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/soda/assets/css/../img/envelope__title_bg.png) no-repeat 50%;background-size:contain;content:"";filter:blur(50px);-webkit-filter:blur(50px);height:48px;left:50%;max-width:100%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);transition:all .3s ease-out 1s;width:686px;z-index:1}@media screen and (max-width:480px){.envelope__content .envelope__title:before{display:none}}.envelope__content .envelope__title .envelope__title-over{display:block;overflow:hidden;position:relative;z-index:3}.envelope__content .envelope__title .envelope__title-over span{color:var(--color-primary);display:block;padding:0 30px;position:relative;transform:translateY(100%);transition:all .3s ease-out .8s}.envelope__content .envelope__cont{color:var(--color-primary);font-size:40px;font-weight:900;line-height:1.2;margin-bottom:60px;position:relative;text-transform:uppercase;z-index:2}@media screen and (max-width:1600px){.envelope__content .envelope__cont{margin-bottom:40px}}@media screen and (max-width:480px){.envelope__content .envelope__cont{font-size:20px}}.envelope__content .envelope__cont .envelope__cont-over{color:var(--color-primary);overflow:hidden;position:relative}.envelope__content .envelope__cont .envelope__cont-over span{display:block;position:relative;transform:translateY(100%);transition:all .3s ease-out .8s}.envelope{cursor:pointer;display:flex;height:calc(var(--index)*14.3);justify-content:center;margin:0 auto;pointer-events:all;position:relative;width:auto;width:calc(var(--index)*18.3);z-index:10}@media screen and (max-width:480px){.envelope{aspect-ratio:1.4/1;height:calc(var(--index)*18);width:auto}}.envelope:before{background:url(/local/templates/soda/assets/css/../img/certificates/envelope__bg.png) no-repeat 50%;background-size:cover;border-radius:20px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.envelope .envelope__2{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;width:100%;z-index:3}.envelope .envelope__open{height:100%;left:0;position:absolute;top:0;width:100%;z-index:4}.envelope .envelope__open img{transform:translate(0) rotateX(0deg);transform-origin:top;transition:transform .4s ease .3s,z-index .6s linear .3s}.envelope .envelope__3{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top center;object-position:top center;width:100%;z-index:4}.envelope .envelope__cert{left:50%;opacity:0;position:absolute;top:60%;transform:translate(-50%,-50%);transition:all .5s ease-in-out .3s;z-index:2}.envelope .envelope__cert.envelope__cert-love.envelope__cert-love-1 .heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-1-1.png) no-repeat 50%;background-size:contain;content:"";height:21%;position:absolute;right:10%;top:-5%;transform:translatey(0);width:26%;z-index:2}.envelope .envelope__cert.envelope__cert-love.envelope__cert-love-1 .heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-1-2.png) no-repeat 50%;background-size:contain;content:"";height:39%;position:absolute;right:11%;top:15%;transform:translatey(0);width:52%;z-index:3}.envelope .envelope__cert.envelope__cert-love.envelope__cert-love-1 .heart:nth-child(3){animation:float 5s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-1-3.png) no-repeat 50%;background-size:contain;content:"";height:24%;left:11%;position:absolute;top:50%;transform:translatey(0);width:34%;z-index:2}.envelope .envelope__cert.envelope__cert-love.envelope__cert-love-2 .heart:first-child{animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-2-1.png) no-repeat 50%;background-size:contain;content:"";height:37%;position:absolute;right:5%;top:-1%;transform:translatey(0);width:51%;z-index:2}.envelope .envelope__cert.envelope__cert-love.envelope__cert-love-2 .heart:nth-child(2){animation:float 4s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/love-2-2.png) no-repeat 50%;background-size:contain;content:"";height:22%;left:25%;position:absolute;top:35%;transform:translatey(0);width:33%;z-index:3}.envelope .envelope__cert.envelope__cert-female .flower{content:"";position:absolute;transform:translatey(0)}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-1 .flower:first-child{animation:floatRotatio 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_10.png) no-repeat 50%;background-size:contain;height:30%;right:-10%;top:5%;width:66%;will-change:transform;z-index:4}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-1 .flower:nth-child(2){animation:float 5s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_11.png) no-repeat 50%;background-size:contain;height:44%;right:15%;top:10%;width:67%;z-index:3}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-1 .flower:nth-child(3){animation:floatRotatio2 8s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_12.png) no-repeat 50%;background-size:contain;height:24%;left:20%;top:-5%;width:34%;z-index:2}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-2 .flower:first-child{animation:floatRotatio2 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_7.png) no-repeat 50%;background-size:contain;height:37%;right:0;top:0;width:51%;z-index:4}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-2 .flower:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_8.png) no-repeat 50%;background-size:contain;height:33%;left:10%;top:-3%;width:45%;z-index:3}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-2 .flower:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_9.png) no-repeat 50%;background-size:contain;height:37%;left:20%;top:20%;width:51%;z-index:2}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-3 .flower:first-child{animation:floatRotatio 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_1.png) no-repeat 50%;background-size:contain;height:37%;right:-10%;top:0;width:51%;z-index:5}@media screen and (max-width:768px){.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-3 .flower:first-child{top:5%}}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-3 .flower:nth-child(2){animation:float 10s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_2.png) no-repeat 50%;background-size:contain;height:33%;left:20%;top:-3%;width:45%;z-index:4}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-3 .flower:nth-child(3){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_3.png) no-repeat 50%;background-size:contain;height:37%;left:30%;top:25%;width:51%;z-index:3}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-3 .flower:nth-child(4){animation:float 24s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_4.png) no-repeat 50%;background-size:contain;height:12%;left:4%;top:1%;width:20%;z-index:2}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-3 .flower:nth-child(5){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_5.png) no-repeat 50%;background-size:contain;height:21%;left:12%;top:30%;width:27%;z-index:2}.envelope .envelope__cert.envelope__cert-female.envelope__cert-female-3 .flower:nth-child(6){animation:float 6s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/certificates/certificate-flower_6.png) no-repeat 50%;background-size:contain;height:20%;right:-8%;top:40%;width:25%;z-index:2}.envelope .envelope__cert .envelope__cert-circle{height:100px;margin-right:-65px;margin-top:15px;opacity:0;position:absolute;right:0;top:0;width:100px}.envelope .envelope__cert .envelope__cert-circle img{animation:rotating 30s linear infinite;max-width:100%;position:relative}.envelope .envelope__cert .suma{bottom:27%;font-size:calc(var(--index)*2);left:calc(50% - 50px);line-height:1.1;opacity:0;position:absolute;z-index:2}@media screen and (max-width:480px){.envelope .envelope__cert .suma{bottom:30%;left:calc(50% - 40px)}}.envelope .envelope__cert .envelope__cert-img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;transform:translateY(20%) scale(.5);transition:all .5s ease-out;width:100%;z-index:1}.envelope-block{opacity:0;transform:translate(20px,20px) scale(0) rotate(-10deg);transition:all .4s ease-out 1.2s}@media screen and (max-width:480px){.envelope-block{width:100%}}.page-certificat__one._open .envelope:before{opacity:0;transform:translateY(30px);transition:transform .4s ease-in-out .6s,opacity .4s ease-in-out .6s}.page-certificat__one._open .envelope .envelope__cert{opacity:1;top:50%}.page-certificat__one._open .envelope .envelope__cert .envelope__cert-circle{opacity:1;transform:rotate(15deg)}.page-certificat__one._open .envelope .envelope__cert .envelope__cert-circle img{animation:rotating 30s linear infinite}.page-certificat__one._open .envelope .envelope__cert .suma{opacity:1;transform:rotate(15deg);transition:all .4s ease-in-out .4s}.page-certificat__one._open .envelope .envelope__cert .envelope__cert-img{transform:translate(0) scale(1) rotate(15deg);transition:all .4s ease-in-out .4s}.page-certificat__one._open .envelope .envelope__2{opacity:0;transform:translateY(30px);transition:all .4s ease-in-out .4s}.page-certificat__one._open .envelope .envelope__open{opacity:0;transform:translateY(30px);transition:transform .4s ease-in-out .6s,opacity .4s ease-in-out .6s}.page-certificat__one._open .envelope .envelope__open img{transform:translateY(10%) rotateX(-180deg)}.page-certificat__one._open._close{left:auto;pointer-events:none;right:0;transition:all .4s ease-out .5s;width:850px}@media screen and (max-width:1800px){.page-certificat__one._open._close{width:650px}}@media screen and (max-width:1200px){.page-certificat__one._open._close{width:450px}}@media screen and (max-width:992px){.page-certificat__one._open._close{height:450px;overflow:visible;width:100%}}@media screen and (max-width:480px){.page-certificat__one._open._close{height:400px}}@media screen and (max-width:992px){.page-certificat__one._open._close .atropos-inner{height:450px}}@media screen and (max-width:480px){.page-certificat__one._open._close .atropos-inner{height:400px}}.page-certificat__one._open._close .page-certificat__one-bg{bottom:40%;height:200px;margin-left:0;transition:all .4s ease-out .5s;width:200px}.page-certificat__one._open._close .envelope__content{transform:scale(0);transition:transform .4s ease-out}.page-certificat__one._open._close .page-certificat__one-bottom,.page-certificat__one._open._close .page-certificat__one-elements{opacity:0;transition:opacity .4s ease-out}.page-certificat__one._open._close .envelope__wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.page-certificat__one._open._close .envelope-block{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all 0s}.page-certificat__content{color:var(--color-gray);max-height:100vh;overflow:hidden;pointer-events:none;position:relative;z-index:50}@media screen and (max-width:992px){.page-certificat__content{padding-top:400px}}@media screen and (max-width:480px){.page-certificat__content{padding-top:350px}}.page-certificat__content._show{max-height:100%;pointer-events:all;z-index:500}@media screen and (max-width:992px){.page-certificat__content._show{overflow:visible}}.page-certificat__content .container{display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow-y:auto;position:relative}.page-certificat__content .container::-webkit-scrollbar{width:2px}.page-certificat__content .container::-webkit-scrollbar-track{background:transparent}.page-certificat__content .container::-webkit-scrollbar-thumb{background-color:transparent}@media screen and (max-width:992px){.page-certificat__content .container{align-items:center;height:auto;overflow-y:inherit}}.page-certificat__content .page-certificat__content-wrap{display:flex;flex-direction:column;max-width:1050px;padding-left:150px;padding-top:100px;width:calc(100% - 900px)}@media screen and (max-width:1800px){.page-certificat__content .page-certificat__content-wrap{width:calc(100% - 650px)}}@media screen and (max-width:1400px){.page-certificat__content .page-certificat__content-wrap{padding-left:0}}@media screen and (max-width:1200px){.page-certificat__content .page-certificat__content-wrap{width:calc(100% - 450px)}}@media screen and (max-width:992px){.page-certificat__content .page-certificat__content-wrap{padding-top:0;width:100%}}.page-certificat__content .page-certificat__content-bottom{align-items:center;display:flex;gap:65px;height:80px;justify-content:flex-end;min-height:80px}@media screen and (max-width:768px){.page-certificat__content .page-certificat__content-bottom{gap:30px;justify-content:center}}@media screen and (max-width:480px){.page-certificat__content .page-certificat__content-bottom{gap:20px}}.page-certificat__content .page-certificat__content-bottom a{color:var(--color-primary);display:inline-block;font-size:16px;font-weight:500;opacity:.5;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}@media screen and (max-width:580px){.page-certificat__content .page-certificat__content-bottom a{font-size:12px}}@media screen and (max-width:480px){.page-certificat__content .page-certificat__content-bottom a{font-size:10px}}@media screen and (max-width:380px){.page-certificat__content .page-certificat__content-bottom a{font-size:9px}}.page-certificat__content .page-certificat__content-bottom a:before{background:var(--color-primary-light);content:"";height:32px;margin-top:-16px;position:absolute;right:-30px;top:50%;width:1px}@media screen and (max-width:768px){.page-certificat__content .page-certificat__content-bottom a:before{right:-15px}}@media screen and (max-width:480px){.page-certificat__content .page-certificat__content-bottom a:before{right:-10px}}.page-certificat__content .page-certificat__content-bottom a:last-child:before{display:none}.page-certificat__content .page-certificat__content-bottom a:hover{opacity:1}.page-certificat__content .page-certificat__content-name{border-bottom:1px solid var(--color-primary);color:var(--color-primary);font-size:52px;font-weight:900;line-height:1.4;margin-bottom:60px;padding:15px 0;text-transform:uppercase}@media screen and (max-width:480px){.page-certificat__content .page-certificat__content-name{font-size:30px;margin-bottom:30px}}.page-certificat__content .page-certificat__content-desc{color:var(--color-primary);font-size:24px;margin-bottom:20px}@media screen and (max-width:480px){.page-certificat__content .page-certificat__content-desc{font-size:16px}}.page-certificat__content .page-certificat__content-from{color:var(--color-primary);font-size:24px}@media screen and (max-width:480px){.page-certificat__content .page-certificat__content-from{font-size:16px}}.page-certificat__content .page-certificat__content-data{color:var(--color-primary);display:flex;gap:0 25px;justify-content:space-between;margin-bottom:0;margin-top:auto;padding-top:40px}@media screen and (max-width:768px){.page-certificat__content .page-certificat__content-data{flex-direction:column;gap:20px 0;margin-bottom:30px}}@media screen and (max-width:480px){.page-certificat__content .page-certificat__content-data{margin-bottom:0}}.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el{font-size:16px}@media screen and (max-width:480px){.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el{font-size:14px}}.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el p{margin-bottom:15px}@media screen and (max-width:768px){.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el p{margin-bottom:5px}}.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el p:last-child{margin-bottom:0}.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el span{color:var(--color-primary);font-size:40px}@media screen and (max-width:1900px){.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el span{font-size:30px}}@media screen and (max-width:1400px){.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el span{font-size:20px}}@media screen and (max-width:768px){.page-certificat__content .page-certificat__content-data .page-certificat__content-data-el span{font-weight:700}}.certificates-delivery__calendar{display:none;max-width:290px;padding-top:70px}.certificates-delivery__calendar .air-datepicker.-inline-{--adp-background-color-selected-other-month-focused:rgba(166,206,57,.7);--adp-background-color-selected-other-month:rgba(166,206,57,.7);--adp-accent-color:var(--color-primary);--adp-day-name-color:rgba(0,255,194,.3);--adp-day-name-color-hover:rgba(166,206,57,.7);--adp-cell-background-color-selected:rgba(166,206,57,.7);--adp-cell-background-color-selected-hover:rgba(166,206,57,.7);background:transparent;border-color:var(--color-primary);border-radius:30px;font-family:var(--font-default);width:100%}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-nav{border-bottom:none;padding:15px 10px 10px}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-nav--title{color:var(--color-primary);font-family:var(--font-default);font-weight:700}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-nav--title:hover{background:transparent}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-nav--title i{color:var(--color-primary)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-nav--action{border-radius:50%}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-nav--action:hover{background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);color:var(--color-black)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-nav--action:hover path{stroke:var(--color-black)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-body--day-name{color:rgba(0,255,194,.6);font-family:var(--font-default)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell.-day-.-other-month-,.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell.-year-.-other-decade-{color:rgba(0,255,194,.6)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell.-day-.-other-month-.-focus-,.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell.-year-.-other-decade-.-focus-{background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);color:var(--color-black)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell{border-radius:50%;color:var(--color-primary);height:30px;width:30px}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell.-focus-,.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell.-selected-{background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);color:var(--color-black)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell.-day-.-disabled-{color:rgba(0,255,194,.3)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-cell.-day-.-disabled-.-focus-{background:transparent;color:rgba(0,255,194,.3)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker--time{border-top:1px solid var(--color-primary);padding:15px}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-time--current-hours{color:var(--color-primary);font-family:var(--font-default);font-weight:700}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-time--current-hours.-focus-{color:var(--color-black)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-time--current-hours:after{background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-time--current-minutes{color:var(--color-primary);font-family:var(--font-default);font-weight:700}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-time--current-minutes.-focus-{color:var(--color-black)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-time--current-minutes:after{background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%)}.certificates-delivery__calendar .air-datepicker.-inline- .air-datepicker-body--cells.-months-{display:flex;flex-wrap:wrap;gap:0 30px;justify-content:center;text-align:center}.step-certificate__row{align-items:center;display:flex;height:100%;justify-content:center}.step-certificate__row .container{display:flex;justify-content:space-between;max-width:1865px;position:relative}.step-certificate__row.step-certificate__row-center .container{align-items:center}@media screen and (max-width:1200px){.step-certificate__row.step-certificate__row-center .container{flex-direction:column;max-width:400px}.step-certificate__row.step-certificate__row-center .step-certificate__left,.step-certificate__row.step-certificate__row-center .step-certificate__right{width:100%}}.step-certificate__row .step-certificate__left{max-width:360px;position:relative;width:50%;z-index:10}.step-certificate__row .step-certificate__center{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}@media screen and (max-width:1200px){.step-certificate__row .step-certificate__center{top:50px;transform:translate(-50%)}}.step-certificate__row .step-certificate__center .design-certificate-curent{align-items:center;bottom:auto;display:flex;justify-content:center;left:auto;position:relative;right:auto;top:auto}@media screen and (max-height:900px){.step-certificate__row .step-certificate__center .design-certificate-curent{height:600px}}@media screen and (max-height:800px){.step-certificate__row .step-certificate__center .design-certificate-curent{height:500px}}@media screen and (max-height:720px){.step-certificate__row .step-certificate__center .design-certificate-curent{height:450px}}@media screen and (max-width:1200px){.step-certificate__row .step-certificate__center .design-certificate-curent{height:300px}.step-certificate__row .step-certificate__center .design-certificate-curent .design-certificate__item .design-certificate__item-circle{height:70px;right:60px;top:-20px;width:70px}}.step-certificate__row .step-certificate__center .design-certificate-curent .design-certificate__item .design-certificate__item-nominal{bottom:36%;font-size:20px;right:40px}.step-certificate__row .step-certificate__right{max-width:350px;position:relative;width:50%;z-index:10}@media screen and (max-width:1200px){.step-certificate__row .step-certificate__right{padding-bottom:110px}}@media screen and (max-width:480px){.step-certificate__row .step-certificate__right{padding-bottom:110px}}.step-certificate__row .step-certificate__right .result-certificates{max-height:calc(100% - 240px);overflow-y:auto;padding-right:20px}@media screen and (max-width:1200px){.step-certificate__row .step-certificate__right .result-certificates{max-height:inherit;padding-right:0}}@media screen and (max-width:480px){.step-certificate__row .step-certificate__right .result-certificates{padding-right:10px}}.step-certificate__row .step-certificate__right .result-certificates::-webkit-scrollbar{width:5px}.step-certificate__row .step-certificate__right .result-certificates::-webkit-scrollbar-track{background:var(--color-whiteRGBA10)}.step-certificate__row .step-certificate__right .result-certificates::-webkit-scrollbar-thumb{background-color:var(--color-primaryRGBA10);border:3px solid var(--color-primaryRGBA10)}.step-certificate__last_data{border-top:1px solid var(--color-primary);margin-top:70px;padding-top:25px}@media screen and (max-width:1200px){.step-certificate__last_data{margin-top:300px}}.el-result{margin-bottom:30px}@media screen and (max-width:1200px){.el-result{margin-bottom:20px}}.el-result span{color:var(--color-primaryRGBA30);display:block;font-size:12px;font-weight:400;line-height:1.3;margin-bottom:11px;text-transform:uppercase}.el-result .el-result__val{color:var(--color-primary);font-size:24px;font-weight:400;line-height:31px}@media screen and (max-width:480px){.el-result .el-result__val{font-size:18px;line-height:1.4}}.result-price{margin-top:70px}.result-price span{color:var(--color-primaryRGBA30);font-size:12px;line-height:1.4;margin-bottom:15px;opacity:.5;text-transform:uppercase}.result-price .result-price__val{color:var(--color-primary);font-size:50px;font-weight:500;line-height:1.2}@media screen and (max-width:480px){.result-price .result-price__val{font-size:36px}}.result-certificate{margin-bottom:30px}.result-certificate:last-child{margin-bottom:0}.result-certificate .result-certificate__title{color:var(--color-primaryRGBA30);font-size:12px;line-height:15px;margin-bottom:15px;opacity:.5;text-transform:uppercase}.result-certificate .result-certificate__name{font-size:24px;font-weight:400;line-height:1.3;margin-bottom:20px}@media screen and (max-width:480px){.result-certificate .result-certificate__name{font-size:20px;margin-bottom:10px}}.result-certificate .result-certificate__line{align-items:center;display:flex;justify-content:space-between;width:100%}@media screen and (max-width:480px){.result-certificate .result-certificate__full{font-size:14px}}.step-certificate__form{display:none;margin-left:auto;margin-right:0;pointer-events:all;position:relative;z-index:10}@media screen and (max-width:1100px){.step-certificate__form{width:calc(100% - 120px)}}.step-certificate__form .form_row{align-items:center;display:flex}@media screen and (max-width:1100px){.step-certificate__form .form_row{justify-content:flex-end}}.step-certificate__form .form_row .politic{font-size:10px;margin-right:80px;text-align:right;width:310px}@media screen and (max-width:1100px){.step-certificate__form .form_row .politic{line-height:1.2;margin-right:30px;width:390px}}@media screen and (max-width:680px){.step-certificate__form .form_row .politic{background:var(--color-primary-light);bottom:100%;font-size:10px;margin-right:0;padding:5px 120px 0 10px;position:absolute;right:calc(var(--container-padding)*-1);text-align:left;width:100vw}}.step-certificate__form .form_row .politic a{color:var(--color-primary)}.step-certificate__form button[type=submit]{background:transparent;border:none;border:1px solid var(--color-primary);border-radius:50%;color:var(--color-primary);cursor:pointer;font-size:12px;font-weight:700;height:70px;position:relative;text-transform:uppercase;transform:scale(.9);transition:all .4s ease-in-out;width:70px;z-index:2}@media screen and (max-width:1100px){.step-certificate__form button[type=submit]{height:50px;width:50px}}@media screen and (max-width:768px){.step-certificate__form button[type=submit]{background:var(--color-primary);border-radius:25px;color:var(--color-white2);height:50px;width:110px}}.step-certificate__form button[type=submit]:hover{background:var(--color-primary);color:var(--color-white2);transform:scale(1)}.container-pay{align-items:center;display:flex;flex-direction:column;height:calc(100vh - 100px);justify-content:center;margin:0 auto;max-width:1200px;padding:110px 25px 50px}.container-pay__title{font-size:140px;font-weight:900;line-height:1.2;position:relative;text-transform:uppercase;z-index:1}@media screen and (max-width:1600px){.container-pay__title{font-size:100px}}@media screen and (max-width:992px){.container-pay__title{font-size:70px}}@media screen and (max-width:480px){.container-pay__title{font-size:40px;margin-bottom:30px}}.container-pay__title:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/soda/assets/css/../img/envelope__title_bg.png) no-repeat 50%;background-size:contain;content:"";filter:blur(50px);-webkit-filter:blur(50px);height:48px;left:50%;max-width:100%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);transition:all .3s ease-out 1s;width:686px;z-index:1}@media screen and (max-width:480px){.container-pay__title:before{display:none}}.container-pay__title .container-pay__title-over{display:block;overflow:hidden;position:relative;z-index:3}.container-pay__title .container-pay__title-over span{color:var(--color-primary);display:block;padding:0 30px;position:relative;transform:translateY(100%);transition:all .3s ease-out .8s}.container-pay__cont{color:var(--color-primary);font-size:24px;font-weight:400;line-height:1.2;margin-bottom:45px;position:relative;text-align:center;z-index:2}@media screen and (max-width:1600px){.container-pay__cont{margin-bottom:60px}}@media screen and (max-width:480px){.container-pay__cont{font-size:14px;margin-bottom:30px}}.container-pay__cont .container-pay__cont-over{overflow:hidden;position:relative}.container-pay__cont .container-pay__cont-over span{display:block;position:relative;transform:translateY(100%);transition:all .3s ease-out .8s}.container-pay__content{text-align:center}.container-pay__content .number-order{margin-bottom:30px;text-align:center}.container-pay__content .number-order .number-order__title{color:var(--color-primary);font-size:16px;font-weight:400;line-height:1.3}.container-pay__content .number-order .number-order__value{overflow:hidden;position:relative}.container-pay__content .number-order .number-order__value span{color:var(--color-primary);display:block;font-size:90px;font-weight:900;line-height:1.2;padding-left:10px;padding-right:10px}.container-pay__content form{align-items:center;color:var(--color-primary);display:flex;flex-direction:column}.btn-pay{background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:500;height:130px;position:relative;text-transform:uppercase;width:130px;z-index:2}@media screen and (max-height:900px){.btn-pay{font-size:10px;height:80px;width:80px}}@media screen and (max-width:1100px){.btn-pay{height:40px}}@media screen and (max-width:680px){.btn-pay{font-size:16px;height:60px;width:100%}}.btn-pay:hover span{transform:scale(1.05)}.btn-pay span{align-items:center;background:linear-gradient(300.31deg,#14ff00 -1.68%,#a6ce39 53.84%,#ffeba4 100.81%);border-radius:50%;display:block;display:flex;height:130px;justify-content:center;position:relative;transition:transform .2s linear;width:130px;will-change:transition;z-index:5}@media screen and (max-height:900px){.btn-pay span{height:80px;width:80px}}@media screen and (max-width:1100px){.btn-pay span{border-radius:30px;height:60px;width:100%}}.btn-pay:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:url(/local/templates/soda/assets/css/../img/cert_btn_shadow.svg) no-repeat 50%;background-size:contain;content:"";filter:blur(50px);-webkit-filter:blur(50px);height:48px;left:50%;margin-left:-107px;margin-top:-24px;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);width:214px;z-index:-1}@media screen and (max-width:1100px){.btn-pay:before{display:none}}.robokasskassa_payment_button{background:transparent;border:none;border:1px solid var(--color-primary);border-radius:50%;color:var(--color-primary);cursor:pointer;font-size:12px;font-weight:500;height:70px;margin-top:10px;position:relative;text-transform:uppercase;transform:scale(.9);transition:all .4s ease-in-out;width:190px;z-index:2}@media screen and (max-width:1100px){.robokasskassa_payment_button{height:50px;width:120px}}.robokasskassa_payment_button:hover{background:var(--color-primary);color:var(--color-white);transform:scale(1)}.btn-warning{display:none;justify-content:center;padding-top:20px}@media screen and (max-width:1400px){.btn-warning{display:flex}}.btn-warning .js_show_warning{border-bottom:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;display:block;font-size:14px;padding:3px 0;transition:all .3s ease-in-out}.container-pay__bottom{border-top:1px solid var(--color-primary);color:var(--color-primary);margin-top:50px;padding-top:10px}@media screen and (max-width:1400px){.container-pay__bottom{border-top:0;height:100%;left:0;margin-top:0;opacity:0;padding-top:0;pointer-events:none;position:fixed;top:0;transition:all .2s ease-in .5s;visibility:hidden;width:100%;z-index:6000}.container-pay__bottom._show{pointer-events:all;visibility:visible}.container-pay__bottom._show,.container-pay__bottom._show .container-pay__bottom-overlay{opacity:1;transition:all .2s ease-in}.container-pay__bottom._show .container-pay__bottom-pannel{opacity:1;right:0;transition:all .3s ease-in}}.container-pay__bottom .container-pay__bottom-overlay{background:var(--color-blackRGBA30);display:none;height:100%;left:0;position:absolute;top:0;transition:all .2s ease-in .5s;width:100%;z-index:1}@media screen and (max-width:1400px){.container-pay__bottom .container-pay__bottom-overlay{display:block}.container-pay__bottom .container-pay__bottom-pannel{background:var(--color-white);bottom:0;color:var(--color-black);height:calc(100% - 85px);max-width:400px;opacity:0;overflow-y:auto;padding:30px 20px;position:absolute;right:-50px;transition:all .3s ease-in .2s;width:calc(100% - 40px);z-index:5}}.container-pay__bottom .container-pay__bottom-pannel .container-pay__bottom-pannel-close{content:"";cursor:pointer;display:none;height:30px;position:absolute;right:20px;top:30px;transition:all .4s linear;width:30px}@media screen and (max-width:1400px){.container-pay__bottom .container-pay__bottom-pannel .container-pay__bottom-pannel-close{display:block}}.container-pay__bottom .container-pay__bottom-pannel .container-pay__bottom-pannel-close:hover{transform:rotate(-180deg)}.container-pay__bottom .container-pay__bottom-pannel .container-pay__bottom-pannel-close:before{background:var(--color-black);content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;transform:rotate(-45deg);width:100%}.container-pay__bottom .container-pay__bottom-pannel .container-pay__bottom-pannel-close:after{background:var(--color-black);content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;transform:rotate(45deg);width:100%}.container-pay__bottom .container-pay__bottom-title{font-size:20px;margin-bottom:10px}.container-pay__bottom .container-pay__bottom-row{display:flex;gap:0 90px}@media screen and (max-width:1400px){.container-pay__bottom .container-pay__bottom-row{display:block;gap:0}}.container-pay__bottom .container-pay__bottom-col{font-size:14px;width:calc(50% - 45px)}@media screen and (max-width:1400px){.container-pay__bottom .container-pay__bottom-col{width:100%}}body._load .envelope__content .envelope__title:before{opacity:1}body._load .envelope__content .envelope__cont .envelope__cont-over span,body._load .envelope__content .envelope__title .envelope__title-over span{transform:translate(0)}body._load .container-pay .container-pay__title:before{opacity:1}body._load .container-pay .container-pay__cont .container-pay__cont-over span,body._load .container-pay .container-pay__title .container-pay__title-over span{transform:translate(0)}body._load .page-certificat__one-bg{opacity:1;transform:translateZ(0) scale(1);-webkit-transform:translateZ(0) scale(1);-moz-transform:translateZ(0) scale(1)}body._load .envelope-block{opacity:1;transform:translate(0) scale(1) rotate(0deg)}body._load .page-certificat__one-elements .firework{transform:scale(1)}body._load .page-certificat__one-elements .firework.firework_1{transform:translate(-43%,-35%) scale(1)}body._load .page-certificat__one-elements .firework.firework_2{-webkit-transform:translateZ(0) scale(1);-moz-transform:translateZ(0) scale(1)}body._load .page-certificat__one-elements .ribbon_1,body._load .page-certificat__one-elements .ribbon_2{opacity:1;transform:translate(0)}body._load .stars{opacity:1;transform:scale(1)}body._load .stars .stars_1{animation:star 2.5s ease-in infinite;animation-delay:.1s}body._load .stars .stars_2{animation:star 2.5s ease-in infinite;animation-delay:.4s}body._load .stars .stars_3{animation:star 2.5s ease-in infinite;animation-delay:.8s}body._load .stars .stars_4{animation:star 2.5s ease-in infinite;animation-delay:.3s}body._load .stars .stars_5{animation:star 2.5s ease-in infinite;animation-delay:1s}body._load .stars .stars_6{animation:star 2.5s ease-in infinite;animation-delay:1.1s}body._load .stars .stars_7{animation:star 2.5s ease-in infinite;animation-delay:0s}body._load .stars .stars_8{animation:star 2.5s ease-in infinite;animation-delay:.7s}@keyframes star{10%{opacity:0}90%{opacity:1}}.page-certificat__popup{height:100%;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-in-out .3s;visibility:hidden;width:100%;z-index:1000}.page-certificat__popup._show{opacity:1;pointer-events:all;transition:all .3s ease-in-out;visibility:visible}.page-certificat__popup._show .page-certificat__popup-block{opacity:1;right:0;transition:all .2s ease-in-out .2s}.page-certificat__popup .page-certificat__popup-overlay{background:var(--color-blackRGBA30);content:"";cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.page-certificat__popup .page-certificat__popup-block{background:var(--color-white);height:100%;max-width:340px;opacity:0;padding:80px 20px 20px;position:absolute;right:0;right:-50px;top:0;transition:all .2s ease-in-out;width:calc(100% - 40px);z-index:5}.page-certificat__popup .page-certificat__popup-close{content:"";cursor:pointer;height:24px;position:absolute;right:10px;top:50px;width:24px;z-index:2}.page-certificat__popup .page-certificat__popup-close:before{background:var(--color-black);content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;transform:rotate(-45deg);width:100%}.page-certificat__popup .page-certificat__popup-close:after{background:var(--color-black);content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;transform:rotate(45deg);width:100%}.page-certificat__popup .page-certificat__popup-content{font-size:14px;line-height:1.5}.page-certificat__popup .page-certificat__popup-content h2{font-size:18px;font-weight:500;line-height:1.2;margin-bottom:20px}.page-certificat__popup .page-certificat__popup-content p{margin-bottom:15px}.page-certificat__popup .page-certificat__popup-content p:last-child{margin-bottom:0}.certificates-paper{min-height:100vh;padding-bottom:70px;padding-top:140px;width:100%}.certificates-paper .certificates-paper__top{margin-bottom:80px}@media screen and (max-width:480px){.certificates-paper .certificates-paper__top{margin-bottom:50px}}.certificates-paper .certificates-paper__title{color:var(--color-primary);font-size:80px;font-weight:600;line-height:1.3;text-align:center;text-transform:uppercase}@media screen and (max-width:1200px){.certificates-paper .certificates-paper__title{font-size:60px}}@media screen and (max-width:480px){.certificates-paper .certificates-paper__title{font-size:40px}}.certificates-paper .s-branches{margin-bottom:50px;padding-top:0}.certificates-paper .map-branches-list{left:0;opacity:1;opacity:0;pointer-events:none;position:absolute;top:0}.certificates-paper .denomination-certificates{margin-bottom:50px}.certificates-paper .branches-list__link a._select{color:var(--color-primary)}.denomination-certificates{margin:0 auto}.delivery-block{margin-bottom:40px}.delivery-block .delivery-block__title{color:var(--color-primary);font-size:18px;font-weight:600;line-height:1.3;margin-bottom:35px;text-align:center;text-transform:uppercase}@media screen and (max-width:480px){.delivery-block .delivery-block__title{font-size:24px;margin-bottom:30px}}.delivery-block .delivery-block__cont{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}@media screen and (max-width:480px){.delivery-block .delivery-block__cont{gap:15px}}.delivery-block .delivery-block__cont label{cursor:pointer;display:block;position:relative}.delivery-block .delivery-block__cont label:hover span{border-color:var(--color-primary)}.delivery-block .delivery-block__cont label input{opacity:0;position:absolute;z-index:-1}.delivery-block .delivery-block__cont label input:checked+span{background:var(--color-primary);color:var(--color-white2)}.delivery-block .delivery-block__cont label span{border:1px solid var(--color-primary-light);border-radius:10px;box-sizing:border-box;color:var(--color-primary);display:block;font-size:24px;font-weight:400;height:70px;line-height:70px;min-width:135px;overflow:hidden;padding:0 20px;position:relative;text-align:center;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;z-index:2}@media screen and (max-width:1200px){.delivery-block .delivery-block__cont label span{font-size:18px;height:60px;line-height:60px;min-width:auto;padding:0 15px}}.delivery-palace__info{margin:0 auto 65px;max-width:730px}.delivery-palace__info .delivery-palace__prices{color:var(--color-primary);font-size:12px;line-height:1.6;margin-bottom:40px;text-align:center;text-transform:uppercase}.delivery-palace__val input{background:none;border:none;border-bottom:1px solid var(--color-gray);color:var(--color-gray);font-family:var(--font-default);font-size:18px;height:55px;padding:0 25px;width:100%}.product-type__el-img{display:flex;justify-content:center;margin-bottom:100px;max-height:470px}.product-type__el-img img{max-height:470px;max-width:100%;width:auto}.product-type__el .product-type__el-title{color:var(--color-primary);font-size:28px;font-weight:900;line-height:1.4;margin-bottom:15px;text-align:center;text-transform:uppercase}@media screen and (max-width:480px){.product-type__el .product-type__el-title{font-size:22px}}.free-nominal{margin:0 auto 60px;max-width:410px;width:100%}.free-nominal .product-quantity{margin:0 auto;max-width:135px;width:100%}@media screen and (max-width:480px){.free-nominal .product-quantity{max-width:100%}}.free-nominal__val{background:transparent;border:1px solid var(--color-primary);border-radius:10px;color:var(--color-primary);display:block;font-size:36px;font-weight:900;height:105px;margin-bottom:20px;text-align:center;text-transform:uppercase;width:100%}.paper-result{margin:0 auto;max-width:730px;width:100%}.paper-result input[type=email],.paper-result input[type=tel],.paper-result input[type=text]{background:none;border:none;border-bottom:1px solid var(--color-primary);color:var(--color-primary);font-size:18px;height:55px;margin-bottom:50px;padding:0 25px;width:100%}.paper-result input[type=email].placeholder,.paper-result input[type=tel].placeholder,.paper-result input[type=text].placeholder{color:var(--color-primary)}.paper-result input[type=email]:-moz-placeholder,.paper-result input[type=email]::-moz-placeholder,.paper-result input[type=tel]:-moz-placeholder,.paper-result input[type=tel]::-moz-placeholder,.paper-result input[type=text]:-moz-placeholder,.paper-result input[type=text]::-moz-placeholder{color:var(--color-primary)}.paper-result input[type=email]:-ms-input-placeholder,.paper-result input[type=tel]:-ms-input-placeholder,.paper-result input[type=text]:-ms-input-placeholder{color:var(--color-primary)}.paper-result input[type=email]::-webkit-input-placeholder,.paper-result input[type=tel]::-webkit-input-placeholder,.paper-result input[type=text]::-webkit-input-placeholder{color:var(--color-primary)}@media screen and (max-width:480px){.paper-result input[type=email],.paper-result input[type=tel],.paper-result input[type=text]{margin-bottom:30px;padding:0 15px}}.paper-result input[type=email].__error,.paper-result input[type=tel].__error,.paper-result input[type=text].__error{border-color:var(--color-error)}.result-table{border:1px solid var(--color-primary);border-radius:10px}.result-table .result-table__tr{align-items:center;border-bottom:1px solid var(--color-primary);color:var(--color-primary);display:flex;font-size:14px;line-height:1.2;min-height:90px;padding:20px 30px 20px 45px}@media screen and (max-width:480px){.result-table .result-table__tr{padding:15px 10px}}.result-table .result-table__tr:last-child{border-bottom:0}.result-table .result-table__name{margin-right:30px;width:160px}@media screen and (max-width:480px){.result-table .result-table__name{margin-right:10px}}.result-table .result-table__cout{padding-right:20px;width:80px}@media screen and (max-width:480px){.result-table .result-table__cout{padding-right:10px;width:50px}}.result-table .result-table__price{width:calc(100% - 270px)}@media screen and (max-width:480px){.result-table .result-table__price{width:calc(100% - 220px)}}.result-table__total{color:var(--color-primary);display:flex;font-size:14px;justify-content:flex-end;margin-bottom:70px;padding-right:10px;padding-top:20px}@media screen and (max-width:480px){.result-table__total{margin-bottom:20px}}.result-table__total .result-table__total-title{margin-right:130px}[data-stype=delivery],[data-stype=pickup]{display:none}@media screen and (max-width:480px){.certificates-branches .map-branches__pannel{z-index:20000}}.paper-result button[type=submit]{background:transparent;border:none;border:1px solid var(--color-primary);border-radius:50%;color:var(--color-primary);cursor:pointer;font-size:12px;font-weight:500;height:150px;position:relative;text-transform:uppercase;transform:scale(.9);transition:all .4s ease-in-out;width:150px;z-index:2}@media screen and (max-width:1100px){.paper-result button[type=submit]{height:80px;width:80px}}.paper-result button[type=submit]:hover{background:var(--color-primary);color:var(--color-white2);transform:scale(1)}.result-table__bottom{align-items:center;display:flex;flex-direction:column;text-align:center}.result-table__bottom button{margin-bottom:15px}.result-table__bottom .politic{color:var(--color-primary);font-size:12px;line-height:1.2}@media screen and (max-width:1100px){.result-table__bottom .politic{font-size:12px}}.result-table__bottom .politic a{color:var(--color-primary);transition:all .3s ease-in-out}.result-table__bottom .politic a:hover{color:var(--color-primary)}.delivery-palace__form-row{display:flex;justify-content:space-between;margin-bottom:50px}@media screen and (max-width:480px){.delivery-palace__form-row{flex-direction:column;margin-bottom:30px}}.delivery-palace__form-row .delivery-palace__form-row__col{width:calc(50% - 15px)}@media screen and (max-width:480px){.delivery-palace__form-row .delivery-palace__form-row__col{width:100%}.delivery-palace__form-row .delivery-palace__form-row__col:first-child{margin-bottom:30px}}.delivery-palace__form-row .delivery-palace__form-row__col input[type=text]{margin-bottom:0}.selectric-wrapper .selectric{background:transparent;border:none;border-bottom:1px solid var(--color-primary)}.selectric-wrapper .selectric .label{color:var(--color-primary);font-family:var(--font-default);font-size:18px;height:54px;line-height:54px;margin-left:25px}@media screen and (max-width:480px){.selectric-wrapper .selectric .label{margin-left:15px}}.selectric-wrapper .selectric .button{background:transparent;height:54px}.selectric-wrapper .selectric-items{background:var(--color-white);border:1px solid var(--color-primary);border-top:0}.selectric-wrapper .selectric-items ul li{color:var(--color-primary);font-family:var(--font-default);font-size:14px}.selectric-wrapper .selectric-items ul li:hover{background:var(--color-primary);color:var(--color-white)}.selectric-wrapper .selectric-items ul li.highlighted{background:transparent;color:var(--color-primary)}.air-datepicker{--adp-font-family:AkzidenzGroteskPro-britva,sans-serif;--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92,196,239,.1);--adp-background-color-in-range-focused:rgba(92,196,239,.2);--adp-background-color-selected-other-month-focused:#fba160;--adp-background-color-selected-other-month:#fba160;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#fba160;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#fba160;--adp-day-name-color-hover:#fba160;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#fba160;--adp-cell-background-color-selected-hover:#fba160;--adp-cell-background-color-in-range:rgba(92,196,239,.1);--adp-cell-background-color-in-range-hover:rgba(92,196,239,.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color)}.favorites-nominal{display:flex;flex-wrap:wrap;gap:15px 10px;justify-content:center;margin:0 auto 25px;max-width:410px}.favorites-nominal .favorites-nominal__item{background:none;border:1px solid var(--color-primary-light);border-radius:10px;color:var(--color-primary);cursor:pointer;display:inline-block;font-size:24px;font-style:normal;font-weight:400;line-height:1.2;padding:20px 40px;text-align:left;text-decoration:none;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-height:1100px){.favorites-nominal .favorites-nominal__item{font-size:20px;padding:15px 25px}}@media screen and (max-height:800px){.favorites-nominal .favorites-nominal__item{font-size:18px;padding:10px 20px}}@media screen and (max-width:480px){.favorites-nominal .favorites-nominal__item{font-size:14px;padding:10px 15px;text-align:center}}.favorites-nominal .favorites-nominal__item:hover{border-color:var(--color-primary)}.favorites-nominal .favorites-nominal__item.selected{background:var(--color-primary);color:var(--color-white2)}.favorites-nominal .favorites-nominal__item.__error{border-color:var(--color-error)}.map-branches__content .map-branches__order .btn{max-width:100%;width:100%}#sert_snow{background:transparent;display:block;height:100%;pointer-events:none;position:absolute;width:100%;z-index:300}.step-certificate__alert{background:var(--color-primary);color:var(--color-white);font-family:var(--font-default);font-size:18px;left:0;padding:20px;position:fixed;text-align:center;top:0;transform:translateY(-100%);transition:transform .4s ease-in-out;width:100%;z-index:9999}@media screen and (max-width:480px){.step-certificate__alert{font-size:16px}}.step-certificate__alert._visible{pointer-events:all;transform:translateY(0)}.paymant-page{padding-bottom:50px;padding-top:50px}.paymant-page .paymant-page__uzor{margin:0 auto 40px;position:relative;width:270px}@media screen and (max-width:768px){.paymant-page .paymant-page__uzor{width:240px}}.paymant-page .paymant-page__uzor-fon{height:136px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:768px){.paymant-page .paymant-page__uzor-fon{height:100px}}.paymant-page .paymant-page__uzor-fon span{animation:spin 35s linear infinite;aspect-ratio:1;background:url(/local/templates/soda/assets/css/../img/sert_fan_green.svg) no-repeat top;background-size:contain;left:0;position:absolute;top:0;transform-origin:center;width:100%}.paymant-page .paymant-page__uzor-stars{bottom:-40px;height:120px;left:50%;margin-left:-60px;position:absolute;transform:rotate(-15deg);width:120px}@media screen and (max-width:768px){.paymant-page .paymant-page__uzor-stars{height:100px;margin-left:-50px;width:100px}}.paymant-page .paymant-page__uzor-stars span{animation:blinkerBlur 4s linear infinite;background:url(/local/templates/soda/assets/css/../img/star_green.svg) no-repeat 50%;background-size:contain;bottom:0;content:"";height:80%;left:50%;position:absolute;transform:translateX(-50%);width:80%}.paymant-page .paymant-page__uzor-stars i{animation:blinker 2s linear infinite;background:var(--color-primary);border-radius:50%;content:"";position:absolute}.paymant-page .paymant-page__uzor-stars i:nth-child(2){height:12px;left:29px;top:31px;width:12px}@media screen and (max-width:768px){.paymant-page .paymant-page__uzor-stars i:nth-child(2){height:8px;width:8px}}.paymant-page .paymant-page__uzor-stars i:nth-child(3){animation:blinker 2s linear .5s infinite;bottom:21px;height:12px;right:29px;width:12px}@media screen and (max-width:768px){.paymant-page .paymant-page__uzor-stars i:nth-child(3){height:8px;width:8px}}.paymant-page .paymant-page__uzor-stars i:nth-child(4){animation:blinker 2s linear 1s infinite;bottom:28px;height:6px;left:31px;width:6px}.paymant-page .paymant-page__title{color:var(--color-primary);font-size:100px;font-weight:700;line-height:1.2;margin-bottom:20px;text-align:center;text-transform:uppercase}@media screen and (max-width:768px){.paymant-page .paymant-page__title{font-size:70px}}.paymant-page .paymant-page__content{color:var(--color-primary);font-size:20px;font-weight:400;line-height:1.2;margin-bottom:30px;text-align:center}@media screen and (max-width:768px){.paymant-page .paymant-page__content{font-size:16px}}.paymant-page .paymant-page__number{color:var(--color-primary);font-size:24px;font-weight:400;line-height:1.2;margin-bottom:20px;text-align:center}.paymant-page .paymant-page__number strong{display:block;font-size:80px;font-weight:700;text-transform:uppercase}@media screen and (max-width:768px){.paymant-page .paymant-page__number strong{font-size:50px}}.paymant-page form{font-size:0;text-align:center}.paymant-page .btn{background:var(--color-primary);border-radius:31px;color:var(--color-white);font-size:24px;height:62px;justify-content:center;margin:0 auto;max-width:656px;padding:0 20px;text-align:center;width:100%}.paymant-page .paymant-page_bottom,.paymant-page .paymant-page_center{padding-top:40px;text-align:center}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}to{transform:translatey(0)}}@keyframes floatRotatio{0%{transform:translatey(0) rotate(20deg)}50%{transform:translatey(-30%) rotate(0deg)}to{transform:translatey(0) rotate(20deg)}}@keyframes floatRotatio2{0%{transform:translatey(0) rotate(-30deg)}50%{transform:translatey(-30%) rotate(-20deg)}to{transform:translatey(0) rotate(-30deg)}}@keyframes floatCard{0%{transform:translatey(0)}50%{transform:translatey(10px)}to{transform:translatey(0)}}.s-branches{margin-top:140px}@media screen and (max-width:1200px){.s-branches{margin-top:60px}}.s-branches.certificates-branches{margin-top:60px}@media screen and (max-width:1200px){.s-branches.certificates-branches{margin-top:40px}}.s-branches.certificates-branches .s-branches__top{align-items:center;display:flex;justify-content:center;margin-bottom:40px}.s-branches.certificates-branches .s-branches__top .branches-city{margin-bottom:0}@media screen and (max-width:1200px){.s-branches.certificates-branches .s-branches__top{margin-top:30px}}.s-branches .container{max-width:1760px}.s-branches .s-branches__title{color:var(--color-primary);font-size:clamp(40px,6vw,100px);font-weight:400;margin-bottom:30px;text-align:center}.s-branches .s-branches__title h2,.s-branches .s-branches__title h3,.s-branches .s-branches__title h4{font-size:clamp(40px,6vw,100px);font-weight:400;margin:0}.s-branches .s-branches__top{position:relative}@media screen and (max-width:1200px){.s-branches .s-branches__top{align-items:center;display:flex;flex-direction:column;margin-bottom:40px}}.s-branches .s-branches__top .switche-type{position:absolute;right:0;top:0}@media screen and (max-width:1200px){.s-branches .s-branches__top .switche-type{margin-bottom:20px;order:1;position:relative}.s-branches .s-branches__top .branches-city{margin-bottom:0;order:2}}.branches-city{margin-bottom:60px}.branches-city ul{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none}@media screen and (max-width:1200px){.branches-city ul{gap:5px}}.branches-city button{background:transparent;border:1px solid transparent;border-radius:50px;color:var(--color-primary);cursor:pointer;font-size:20px;font-weight:400;padding:3px 20px;transition:all .3s var(--transition);white-space:nowrap}@media screen and (max-width:1200px){.branches-city button{font-size:14px;padding:4px 10px}}.branches-city button._active{border-color:var(--color-primary)}#map-branches{border-radius:24px;height:700px;overflow:hidden;position:relative}@media screen and (max-width:1200px){#map-branches{height:500px;max-height:calc(100vh - 60px)}}.switche-type{display:flex;gap:2px}.switche-type .switche-type__btn{background:transparent;border:1px solid transparent;border-radius:24px;color:var(--color-primary);cursor:pointer;font-size:20px;font-weight:400;line-height:1.2;padding:4px 15px;transition:all .3s var(--transition)}@media (hover:hover){.switche-type .switche-type__btn:hover{border-color:var(--color-primary-light)}}@media (hover:none){.switche-type .switche-type__btn:active{border-color:var(--color-primary-light)}}.switche-type .switche-type__btn._active{border-color:var(--color-primary)}.wrapper-map{display:flex;width:100%}.wrapper-map #map-branches{width:100%}@media screen and (min-width:992px){.wrapper-map.visible_pannel{width:calc(100% - var(--pannelWidth))}}.map-branches__gallery{margin-bottom:20px}.map-branches__gallery .swiper-slide{border-radius:145px;height:400px;overflow:hidden}@media screen and (max-width:1600px){.map-branches__gallery .swiper-slide{border-radius:90px;height:240px}}.map-branches__gallery .swiper-slide img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.map-branches__gallery .map-branches__gallery-nav{bottom:0;display:flex;justify-content:space-between;left:0;position:absolute;width:100%}.map-branches__gallery .map-branches__gallery-nav .swiper-button-prev svg{transform:rotate(180deg)}.map-branches__gallery .map-branches__gallery-nav .swiper-button-next,.map-branches__gallery .map-branches__gallery-nav .swiper-button-prev{color:var(--color-primary);position:relative}.map-branches__gallery .map-branches__gallery-nav .swiper-button-next:after,.map-branches__gallery .map-branches__gallery-nav .swiper-button-next:before,.map-branches__gallery .map-branches__gallery-nav .swiper-button-prev:after,.map-branches__gallery .map-branches__gallery-nav .swiper-button-prev:before{display:none}.map-branches__gallery .running-line{left:-2%;pointer-events:none;position:absolute;top:50%;transform:rotate(-2deg) translateY(-50%);width:105%;z-index:10}.map-branches__content{color:var(--color-primary);font-weight:400;line-height:1.2}.map-branches__content .map-branches__content-line{display:flex;font-size:14px;justify-content:space-between;margin-bottom:2px}@media screen and (max-width:1600px){.map-branches__content .map-branches__content-line{margin-bottom:10px}}.map-branches__content .map-branches__title{border-bottom:1px solid var(--color-primary);font-size:42px;padding:0 0 4px}@media screen and (max-width:1600px){.map-branches__content .map-branches__title{font-size:30px}}.map-branches__content .map-branches__mesto{border-bottom:1px solid var(--color-primary);font-size:24px;padding:4px 0;text-align:right}@media screen and (max-width:1600px){.map-branches__content .map-branches__mesto{font-size:18px}}.map-branches__content .map-branches__address{border-bottom:1px solid var(--color-primary);font-size:24px;padding:4px 0}@media screen and (max-width:1600px){.map-branches__content .map-branches__address{font-size:18px}}.map-branches__content .map-branches__phone{border-bottom:1px solid var(--color-primary);font-size:24px;padding:4px 0}@media screen and (max-width:1600px){.map-branches__content .map-branches__phone{font-size:18px}}.map-branches__content .map-branches__phone a{color:var(--color-primary);text-decoration:none}.map-branches__content .map-branches__btns{display:flex;justify-content:space-between;padding-top:24px}@media screen and (max-width:1600px){.map-branches__content .map-branches__btns{padding-top:16px}}.map-branches__content .map-branches__btns a{height:42px;justify-content:center;text-align:center;width:calc(50% - 10px)}.map-branches__content .map-branches__btns .btn{transition:all .3s var(--transition)}@media (hover:hover){.map-branches__content .map-branches__btns .btn:hover{background:transparent;border:1px solid var(--color-primary);color:var(--color-primary)}}@media (hover:none){.map-branches__content .map-branches__btns .btn:active{background:transparent;border:1px solid var(--color-primary);color:var(--color-primary)}}.branches-type-block{min-height:700px;position:relative}@media screen and (max-width:1200px){.branches-type-block{min-height:500px}}@media screen and (max-width:992px){.branches-type-block{max-height:100%;min-height:auto}}.branches-type-block .map-branches__pannel{bottom:0;height:calc(100% - 90px);max-width:620px;position:absolute;right:0;width:100%}@media screen and (max-width:1600px){.branches-type-block .map-branches__pannel{max-width:490px}}@media screen and (max-width:1200px){.branches-type-block .map-branches__pannel{height:calc(100% - 120px)}}@media screen and (max-width:992px){.branches-type-block .map-branches__pannel{bottom:0;height:100%;left:0;max-width:100%;position:fixed;right:0;top:0;z-index:10}}.map-branches__pannel{background:var(--bg-body);opacity:0;pointer-events:none;transition:all .3s var(--transition) .2s;visibility:hidden}@media screen and (max-width:992px){.map-branches__pannel{background:transparent}}.map-branches__pannel._show{opacity:1;pointer-events:all;transition:all .3s var(--transition);visibility:visible}.map-branches__pannel._show .map-branches__pannel-item._active{opacity:1;pointer-events:all;transform:translateX(0);transition:all .3s var(--transition) .2s}@media screen and (max-width:992px){.map-branches__pannel._show .map-branches__pannel-item._active{transform:translateY(0)}}.map-branches__pannel .map-branches__pannel-close{background:var(--color-primary-light);content:"";display:none;height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:992px){.map-branches__pannel .map-branches__pannel-close{display:block}}.map-branches__pannel .map-branches__pannel-item{height:100%;left:0;opacity:0;padding-left:30px;pointer-events:none;position:absolute;top:0;transform:translateX(30px);transition:all .3s var(--transition);width:100%;z-index:2}@media screen and (max-width:992px){.map-branches__pannel .map-branches__pannel-item{background:var(--bg-body);border-radius:30px 30px 0 0;bottom:0;height:auto;max-height:100%;padding:var(--container-padding);top:auto;transform:translateX(0) translateY(30px)}}.branches-list-wrapper{align-items:center;display:flex;gap:0 140px}@media screen and (max-width:1600px){.branches-list-wrapper{gap:0 70px}}.branches-list-wrapper .branches-list{-moz-columns:3;column-count:3;-moz-column-gap:70px;column-gap:70px;width:50%}@media screen and (max-width:1600px){.branches-list-wrapper .branches-list{-moz-column-gap:40px;column-gap:40px;width:calc(100% - 560px)}}@media screen and (max-width:1200px){.branches-list-wrapper .branches-list{-moz-columns:2;column-count:2}}@media screen and (max-width:992px){.branches-list-wrapper .branches-list{-moz-column-gap:30px;column-gap:30px;width:100%}}.branches-list-wrapper .branches-list .branches-list__seperation{color:var(--color-primary);font-size:16px;font-weight:400;margin-bottom:10px;margin-top:24px}.branches-list-wrapper .branches-list .branches-list__seperation:first-child{margin-top:0}.branches-list-wrapper .branches-list .branches-list__item{color:var(--color-primary);font-size:16px;font-weight:400;padding:2px 0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.branches-list-wrapper .branches-list .branches-list__item._active .branches-list__item-text{border-color:var(--color-primary)}@media screen and (max-width:992px){.branches-list-wrapper .branches-list .branches-list__item._active .branches-list__item-text{border-color:transparent}}.branches-list-wrapper .branches-list .branches-list__item._select .branches-list__item-text{border-color:var(--color-primary)}@media screen and (max-width:992px){.branches-list-wrapper .branches-list .branches-list__item._select .branches-list__item-text{border-color:var(--color-primary)}}.branches-list-wrapper .branches-list .branches-list__item .branches-list__item-text{border:1px solid transparent;border-radius:40px;cursor:pointer;display:inline-block;line-height:1.2;padding:6px 10px 6px 30px;position:relative;transition:border .3s var(--transition)}@media screen and (max-width:992px){.branches-list-wrapper .branches-list .branches-list__item .branches-list__item-text{padding-left:14px}}@media (hover:hover){.branches-list-wrapper .branches-list .branches-list__item .branches-list__item-text:hover{border-color:var(--color-primary-light)}}@media screen and (hover:hover) and (max-width:992px){.branches-list-wrapper .branches-list .branches-list__item .branches-list__item-text:hover{border-color:transparent}}@media (hover:none){.branches-list-wrapper .branches-list .branches-list__item .branches-list__item-text:active{border-color:var(--color-primary-light)}}@media screen and (hover:none) and (max-width:992px){.branches-list-wrapper .branches-list .branches-list__item .branches-list__item-text:active{border-color:transparent}}.branches-list-wrapper .branches-list .branches-list__item .branches-list__item-text i{border-radius:100%;content:"";height:6px;left:10px;position:absolute;top:12px;width:6px}@media screen and (max-width:992px){.branches-list-wrapper .branches-list .branches-list__item .branches-list__item-text i{left:0}}.branches-list-wrapper .branches-list-wrapper__img{border-radius:160px;line-height:0px;overflow:hidden;pointer-events:none;width:calc(50% - 140px)}@media screen and (max-width:1600px){.branches-list-wrapper .branches-list-wrapper__img{max-width:490px;width:100%}}@media screen and (max-width:992px){.branches-list-wrapper .branches-list-wrapper__img{display:none}}.branches-list-wrapper .branches-list-wrapper__img._hide img{opacity:0;transform:scale(1.2)}.branches-list-wrapper .branches-list-wrapper__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:all .3s var(--transition);width:100%}.branche-scrin{overflow:hidden;padding-top:150px;position:relative}@media screen and (max-width:1300px){.branche-scrin{padding-top:120px}}@media screen and (max-width:768px){.branche-scrin{padding-top:100px}}.branche-scrin .branche-scrin__title{color:var(--color-primary);font-size:clamp(30px,10vw,100px);font-weight:400;line-height:1.2;margin-bottom:30px;text-align:center}@media screen and (max-width:1300px){.branche-scrin .branche-scrin__title{font-size:clamp(40px,6vw,100px)}}@media screen and (max-width:768px){.branche-scrin .branche-scrin__title{font-size:clamp(30px,4vw,100px)}}.branche-scrin .branche-scrin__title h1,.branche-scrin .branche-scrin__title h2{font-size:clamp(30px,10vw,100px);font-weight:400;margin:0;overflow:hidden}@media screen and (max-width:1300px){.branche-scrin .branche-scrin__title h1,.branche-scrin .branche-scrin__title h2{font-size:clamp(40px,6vw,100px)}}@media screen and (max-width:768px){.branche-scrin .branche-scrin__title h1,.branche-scrin .branche-scrin__title h2{font-size:clamp(30px,4vw,100px)}}.branche-scrin .branche-scrin__title h1 span,.branche-scrin .branche-scrin__title h2 span{position:relative}.branche-scrin .branche-scrin__top{margin-bottom:20px}.branche-scrin .branche-scrin__top .container{align-items:flex-end;display:flex;justify-content:space-between}@media screen and (max-width:992px){.branche-scrin .branche-scrin__top .container{align-items:center;flex-direction:column;text-align:center}}.branche-scrin .branche-scrin__top .container .branche-scrin__zk{max-width:240px;width:100%}@media screen and (max-width:1300px){.branche-scrin .branche-scrin__top .container .branche-scrin__zk{max-width:200px}}@media screen and (max-width:992px){.branche-scrin .branche-scrin__top .container .branche-scrin__zk{max-width:100%}}.branche-scrin .branche-scrin__top .container .branche-scrin__contacts{flex:1}.branche-scrin .branche-scrin__top .container .social-list{max-width:240px;width:100%}@media screen and (max-width:1300px){.branche-scrin .branche-scrin__top .container .social-list{max-width:200px}}@media screen and (max-width:992px){.branche-scrin .branche-scrin__top .container .social-list{max-width:100%;width:auto}}.branche-scrin .branche-scrin__zk{color:var(--color-primary);font-size:20px;font-weight:400;line-height:1.2;margin-bottom:24px;overflow:hidden}@media screen and (max-width:1300px){.branche-scrin .branche-scrin__zk{font-size:18px}}@media screen and (max-width:768px){.branche-scrin .branche-scrin__zk{font-size:14px;margin-bottom:14px}}.branche-scrin .branche-scrin__contacts{padding-bottom:24px;text-align:center}@media screen and (max-width:992px){.branche-scrin .branche-scrin__contacts{padding-bottom:0}}.branche-scrin .branche-scrin__address{color:var(--color-primary);font-size:20px;font-weight:400;line-height:1.2;margin-bottom:5px;overflow:hidden}@media screen and (max-width:1300px){.branche-scrin .branche-scrin__address{font-size:18px}}.branche-scrin .branche-scrin__phone{color:var(--color-primary);font-size:20px;font-weight:400;line-height:1.2;overflow:hidden}@media screen and (max-width:1300px){.branche-scrin .branche-scrin__phone{font-size:18px}}.branche-scrin .branche-scrin__phone a{color:var(--color-primary);text-decoration:none}@media screen and (max-width:992px){.branche-scrin .social-list{border:1px solid var(--color-white2);border-radius:100px;bottom:15%;gap:6px;left:50%;padding:6px;position:absolute;transform:translateX(-50%);z-index:10}}@media screen and (max-width:768px){.branche-scrin .social-list{display:none}}.branche-scrin .social-list .social-list__item{border-radius:50%;font-size:15px;overflow:hidden;padding:24px;position:relative;text-align:center;transition:color .3s var(--transition)}@media screen and (max-width:1300px){.branche-scrin .social-list .social-list__item{padding:16px}}@media screen and (max-width:992px){.branche-scrin .social-list .social-list__item{align-items:center;background:var(--color-white2);border-radius:100%;display:flex;font-size:12px;height:36px;justify-content:center;padding:0;width:36px}}@media (hover:hover){.branche-scrin .social-list .social-list__item:hover{color:var(--color-white2)}}@media (hover:none){.branche-scrin .social-list .social-list__item:active{color:var(--color-white2)}}.branche-scrin .social-list .social-list__item:before{display:none}.branche-scrin .branche-scrin__bottom .container{align-items:center;display:flex;gap:0 60px;justify-content:space-between}@media screen and (max-width:768px){.branche-scrin .branche-scrin__bottom .container{flex-direction:column;gap:14px 0}}.branche-scrin .branche-scrin__bottom .branche-scrin__stock{order:1;width:410px}@media screen and (max-width:768px){.branche-scrin .branche-scrin__bottom .branche-scrin__stock{width:100%}}.branche-scrin .branche-scrin__bottom .branche-scrin__btn{max-width:1090px;order:2;width:calc(100% - 470px)}@media screen and (max-width:768px){.branche-scrin .branche-scrin__bottom .branche-scrin__btn{width:100%}}@media (hover:hover){.branche-scrin .branche-scrin__bottom .branche-scrin__btn:hover+.branche-scrin__stock>.branche-scrin__stock-icon>i>svg{animation:arrow 1s ease-in-out infinite}}@media (hover:none){.branche-scrin .branche-scrin__bottom .branche-scrin__btn:active+.branche-scrin__stock>.branche-scrin__stock-icon>i>svg{animation:arrow 1s ease-in-out infinite}}.branche-slider{margin-bottom:40px;overflow:visible;position:relative}.branche-slider .running-line{left:0;position:absolute;top:40%;transform:rotate(-2deg);width:100%;z-index:10}.branche-slider .swiper-slide{border-radius:50px;height:clamp(400px,90vh,870px);overflow:hidden;width:auto}@media screen and (max-width:1300px){.branche-slider .swiper-slide{height:clamp(400px,70vh,870px)}}@media screen and (max-width:992px){.branche-slider .swiper-slide{height:clamp(400px,50vh,870px)}}@media screen and (max-width:768px){.branche-slider .swiper-slide{height:clamp(300px,40vh,870px);max-width:calc(100vw - 30px)}}.branche-slider .swiper-slide img{height:100%;width:auto}@media screen and (max-width:768px){.branche-slider .swiper-slide img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}}.branche-slider .swiper-wrapper{position:relative;z-index:2}.branche-slider .branche-slider__boxshadow{background:url(/local/templates/soda/assets/css/../img/branche-slider__boxshadow.png) no-repeat 50%;background-size:cover;content:"";height:100%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 120px);z-index:1}.branche-scrin__btn .btn{justify-content:center;text-align:center;width:100%}.branche-scrin__stock{display:flex;gap:0 10px;position:relative}@media screen and (max-width:768px){.branche-scrin__stock{align-items:flex-end}}.branche-scrin__stock._on .branche-scrin__stock-text .branche-scrin__stock-text-line span{transform:translateY(0)}.branche-scrin__stock._on .branche-scrin__stock-icon .branche-scrin__stock-icon-1{background:transparent;width:27px}.branche-scrin__stock._on .branche-scrin__stock-icon .branche-scrin__stock-icon-1:before{background:transparent}.branche-scrin__stock .branche-scrin__stock-text{color:var(--color-primary);font-size:24px;font-weight:400;line-height:1.2;width:calc(100% - 140px)}@media screen and (max-width:768px){.branche-scrin__stock .branche-scrin__stock-text{width:calc(100% - 65px)}}.branche-scrin__stock .branche-scrin__stock-text .branche-scrin__stock-text-line{overflow:hidden}.branche-scrin__stock .branche-scrin__stock-text .branche-scrin__stock-text-line span{display:block;transform:translateY(100%);transition:transform .5s var(--transition)}.branche-scrin__stock .branche-scrin__stock-icon{align-items:center;display:flex;position:relative;width:130px}@media screen and (max-width:768px){.branche-scrin__stock .branche-scrin__stock-icon{flex-direction:column;width:55px}}.branche-scrin__stock .branche-scrin__stock-icon i{align-items:center;border:1px solid var(--color-primary);border-radius:30px;display:flex;height:55px;justify-content:center;line-height:0px;width:100px}@media screen and (max-width:768px){.branche-scrin__stock .branche-scrin__stock-icon i{transform:rotate(90deg);width:55px}}.branche-scrin__stock .branche-scrin__stock-icon i svg{color:var(--color-primary)}.branche-scrin__stock .branche-scrin__stock-icon .branche-scrin__stock-icon-1{background:var(--color-primary);border-radius:30px;height:55px;position:absolute;right:0;top:0;transition:width 1s var(--transition),background .2s var(--transition) .7s;width:calc(100% + 10px)}@media screen and (max-width:768px){.branche-scrin__stock .branche-scrin__stock-icon .branche-scrin__stock-icon-1{display:none}}.branche-scrin__stock .branche-scrin__stock-icon .branche-scrin__stock-icon-1:before{background:var(--color-primary);border:1px solid var(--color-primary);border-radius:100%;content:"";height:100%;position:absolute;right:0;top:0;transition:background .2s var(--transition) .7s;width:27px}.branche-scrin__stock .branche-scrin__stock-clover{background:url(/local/templates/soda/assets/css/../img/stock-clover.png) no-repeat 50%;background-size:contain;content:"";height:clamp(40px,4.5vw,60px);left:40%;position:absolute;top:calc(clamp(30px, 5vw, 80px)/2*-1);transform:rotate(19deg);width:clamp(40px,4.5vw,60px)}.branche-about{padding-top:100px}@media screen and (max-width:768px){.branche-about{padding-top:60px}}.branche-about .branche-about__title{color:var(--color-primary);font-size:clamp(40px,7vw,120px);font-weight:400;line-height:1.2;margin-bottom:60px;text-align:center}@media screen and (max-width:768px){.branche-about .branche-about__title{font-size:clamp(30px,7vw,120px);margin-bottom:30px}}.branche-about .branche-about__title h1,.branche-about .branche-about__title h2,.branche-about .branche-about__title h3{font-size:clamp(40px,7vw,120px);font-weight:400;margin:0}@media screen and (max-width:768px){.branche-about .branche-about__title h1,.branche-about .branche-about__title h2,.branche-about .branche-about__title h3{font-size:clamp(30px,7vw,120px)}}.branche-about__row{display:flex}@media screen and (max-width:768px){.branche-about__row{flex-direction:column;gap:40px 0}}.branche-about__row .branche-about__col{width:50%}@media screen and (max-width:768px){.branche-about__row .branche-about__col{width:100%}}.branche-about__img{aspect-ratio:1;margin-bottom:54px;position:relative;width:100%}@media screen and (max-width:768px){.branche-about__img{margin-bottom:20px}}.branche-about__img .branche-about__img-wrap{background-position:50%;background-size:cover;border-radius:145px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@media screen and (max-width:1300px){.branche-about__img .branche-about__img-wrap{border-radius:80px}}@media screen and (max-width:768px){.branche-about__img .branche-about__img-wrap{border-radius:60px}}.parallax-mirror{border-radius:80px;z-index:1!important}.branche-rating{align-items:flex-end;display:flex;justify-content:space-between;padding-left:50px}@media screen and (max-width:1600px){.branche-rating{padding-left:0}}@media screen and (max-width:768px){.branche-rating{flex-direction:column;gap:10px 0}}.branche-rating .branche-rating__logo{padding-bottom:5px}.branche-rating .branche-rating__logo img{max-width:150px}@media screen and (max-width:1600px){.branche-rating .branche-rating__logo img{max-width:100px}}.branche-rating .branche-rating__title{color:var(--color-primary);font-size:24px;font-weight:400;margin-bottom:10px}@media screen and (max-width:1600px){.branche-rating .branche-rating__title{font-size:18px}}.branche-rating .branche-rating__numbers{align-items:flex-end;display:flex;gap:0 34px}@media screen and (max-width:1600px){.branche-rating .branche-rating__numbers{gap:0 20px}}.branche-rating .branche-rating__stars{align-items:center;display:flex;gap:0 9px;padding-bottom:20px}.branche-rating .branche-rating__stars.stars_1 span:first-child,.branche-rating .branche-rating__stars.stars_2 span:nth-child(-n+2),.branche-rating .branche-rating__stars.stars_3 span:nth-child(-n+3),.branche-rating .branche-rating__stars.stars_4 span:nth-child(-n+4),.branche-rating .branche-rating__stars.stars_5 span{background:url(/local/templates/soda/assets/css/../img/stars-active.svg) no-repeat 50%;background-size:contain}.branche-rating .branche-rating__stars span{background:url(/local/templates/soda/assets/css/../img/stars-not.svg) no-repeat 50%;background-size:contain;display:block;height:20px;width:20px}.branche-rating .branche-rating__estimation{color:var(--color-primary);font-size:100px;font-weight:400;line-height:1}@media screen and (max-width:1600px){.branche-rating .branche-rating__estimation{font-size:50px}}.branche-rating__links{padding-bottom:25px}@media screen and (max-width:1600px){.branche-rating__links{padding-bottom:10px}}.branche-rating__links a{align-items:center;color:var(--color-primary);display:flex;font-size:24px;font-weight:400;gap:0 14px;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media screen and (max-width:1300px){.branche-rating__links a{font-size:18px}}@media (hover:hover){.branche-rating__links a:hover i{transform:rotate(0)}.branche-rating__links a:hover i svg{animation:arrow 1s ease-in-out infinite}}@media (hover:none){.branche-rating__links a:active i{transform:rotate(0)}.branche-rating__links a:active i svg{animation:arrow 1s ease-in-out infinite}}.branche-rating__links a i{line-height:0px;transform:rotate(-45deg);transition:all .3s var(--transition)}.branche-about__content{margin:0 auto;max-width:500px}.branche-about__content .btn-circle{margin:0 auto}@media screen and (max-width:1300px){.branche-about__content .btn-circle{max-width:300px}}.branche-about__preview{aspect-ratio:16/11;margin-bottom:80px;position:relative;width:100%}@media screen and (max-width:1300px){.branche-about__preview{border-radius:80px;margin-bottom:30px}}@media screen and (max-width:768px){.branche-about__preview{border-radius:60px}}.branche-about__preview .branche-about__preview-wrap{background-position:50%;background-size:cover;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@media screen and (max-width:1300px){.branche-about__preview .branche-about__preview-wrap{border-radius:80px}}@media screen and (max-width:768px){.branche-about__preview .branche-about__preview-wrap{border-radius:60px}}.branche-about__text{color:var(--color-primary);font-size:20px;font-weight:400;line-height:1.2;margin-bottom:clamp(20px,4vw,70px)}@media screen and (max-width:1600px){.branche-about__text{font-size:16px}}@media screen and (max-width:1300px){.branche-about__text{font-size:14px}}.s-previews-soda{padding:160px 0}@media screen and (max-width:768px){.s-previews-soda{padding:10px 0}.s-previews-soda .container{padding:0}}.previews-soda{position:relative;transform-origin:center}.previews-soda .previews-soda__inner{background:var(--color-black);border-radius:50px;height:100vh;max-height:1030px;overflow:hidden;position:relative}@media screen and (max-width:768px){.previews-soda .previews-soda__inner{border-radius:40px}}@media screen and (max-width:480px){.previews-soda .previews-soda__inner{height:70vh}}.previews-soda .previews-soda__overlay{background:var(--color-black);content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:2}.previews-soda .previews-soda__logo{left:40px;position:absolute;top:40px;z-index:3}.previews-soda .previews-soda__logo img{max-width:160px}@media screen and (max-width:768px){.previews-soda .previews-soda__logo img{max-width:100px}}.previews-soda .previews-soda__media{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.previews-soda .previews-soda__media video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.previews-soda .previews-soda__desc{bottom:80px;color:var(--color-white);font-size:32px;line-height:1.2;max-width:1000px;position:absolute;right:80px;text-align:right;width:calc(100% - 160px);z-index:3}@media screen and (max-width:1600px){.previews-soda .previews-soda__desc{font-size:22px}}@media screen and (max-width:768px){.previews-soda .previews-soda__desc{bottom:40px;font-size:18px;right:40px;width:calc(100% - 60px)}}@media screen and (max-width:480px){.previews-soda .previews-soda__desc{font-size:16px;right:20px;width:calc(100% - 40px)}}.previews-soda .previews-soda__heart{animation:float 3s ease-in-out infinite;background:url(/local/templates/soda/assets/css/../img/previews-soda__heart.png) no-repeat 50%;background-size:contain;bottom:-10%;content:"";height:135px;left:10%;position:absolute;width:147px;z-index:3}@media screen and (max-width:480px){.previews-soda .previews-soda__heart{width:100px}}.s-branche-contacts{overflow:hidden;padding-top:140px;position:relative}.s-branche-contacts .branche-contacts__gallery{left:0;overflow:visible;padding-top:70px;position:absolute;top:0;width:100%}.s-branche-contacts .branche-contacts__gallery .swiper-slide{height:265px;width:390px}@media screen and (max-width:1300px){.s-branche-contacts .branche-contacts__gallery .swiper-slide{height:220px;width:320px}}@media screen and (max-width:768px){.s-branche-contacts .branche-contacts__gallery .swiper-slide{height:190px;max-width:calc(70vw - 30px)}}.s-branche-contacts .branche-contacts__gallery .swiper-slide.swiper-slide-active{z-index:2}.s-branche-contacts .branche-contacts__gallery .swiper-slide.swiper-slide-active img{transform:scale(1.4)}.s-branche-contacts .branche-contacts__gallery .swiper-slide img{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform-origin:center center;transition:transform .3s var(--transition);width:100%;will-change:transform}.s-branche-contacts .branche-contacts__block{background:var(--color-gradient);border-radius:50px;color:var(--color-white);padding:300px 130px 90px}@media screen and (max-width:768px){.s-branche-contacts .branche-contacts__block{padding:200px var(--container-padding) 40px var(--container-padding)}}.s-branche-contacts .branche-contacts__zk{font-size:24px;font-weight:400;text-align:right;text-transform:lowercase}@media screen and (max-width:768px){.s-branche-contacts .branche-contacts__zk{font-size:18px;margin-bottom:10px;text-align:center}}.s-branche-contacts .branche-contacts__title{font-size:clamp(30px,5vw,100px);font-weight:400;line-height:1.1;margin-bottom:30px;text-align:center}.s-branche-contacts .branche-contacts__title h2{font-size:clamp(30px,5vw,100px);font-weight:400;margin:0}.s-branche-contacts .branche-contacts__address{font-size:30px;font-weight:400;line-height:1.2;margin-bottom:5px;text-align:center}@media screen and (max-width:768px){.s-branche-contacts .branche-contacts__address{font-size:20px}}.s-branche-contacts .branche-contacts__phone{font-size:30px;font-weight:400;line-height:1.2;margin-bottom:5px;text-align:center}.s-branche-contacts .branche-contacts__phone a{color:var(--color-white);text-decoration:none}.s-branche-contacts .branche-contacts__row{align-items:center;display:flex;gap:0 70px;justify-content:center;padding-top:60px}@media screen and (max-width:768px){.s-branche-contacts .branche-contacts__row{flex-direction:column;gap:30px 0;padding-top:30px}}@media screen and (max-width:1300px){.s-branche-contacts .branche-contacts__row .btn-circle{max-width:300px}}@media screen and (max-width:768px){.s-branche-contacts .branche-contacts__row .btn-circle{max-width:200px}}.s-branche-contacts .branche-contacts__animation{font-size:32px;font-weight:400;text-align:center}@media screen and (max-width:768px){.s-branche-contacts .branche-contacts__animation{font-size:24px}}.s-branche-contacts .branche-contacts__uzor{margin:0 auto 30px;position:relative;width:250px}.s-branche-contacts .branche-contacts__uzor .branche-contacts__uzor-fon{height:125px;overflow:hidden;position:relative;width:100%}.s-branche-contacts .branche-contacts__uzor .branche-contacts__uzor-fon span{animation:spin 35s linear infinite;aspect-ratio:1;background:url(/local/templates/soda/assets/css/../img/sert_fan_white.svg) no-repeat top;background-size:contain;left:0;position:absolute;top:0;transform-origin:center;width:100%}.s-branche-contacts .branche-contacts__uzor .branche-contacts__uzor-stars{bottom:-40px;height:100px;left:50%;margin-left:-50px;position:absolute;transform:rotate(-15deg);width:100px}.s-branche-contacts .branche-contacts__uzor .branche-contacts__uzor-stars span{animation:blinkerBlur 4s linear infinite;background:url(/local/templates/soda/assets/css/../img/star__white.svg) no-repeat 50%;background-size:contain;bottom:0;content:"";height:100%;left:0;position:absolute;width:100%}.s-branche-contacts .branche-contacts__uzor .branche-contacts__uzor-stars i{animation:blinker 2s linear infinite;background:var(--color-white);border-radius:50%;content:"";position:absolute}.s-branche-contacts .branche-contacts__uzor .branche-contacts__uzor-stars i:nth-child(2){height:10px;left:29px;top:21px;width:10px}.s-branche-contacts .branche-contacts__uzor .branche-contacts__uzor-stars i:nth-child(3){animation:blinker 2s linear .5s infinite;bottom:21px;height:10px;right:29px;width:10px}.s-branche-contacts .branche-contacts__uzor .branche-contacts__uzor-stars i:nth-child(4){animation:blinker 2s linear 1s infinite;bottom:28px;height:5px;left:31px;width:5px}.s-branche-contacts .branche-contacts__bottom{font-size:60px;font-weight:400;margin-top:70px;text-align:center}@media screen and (max-width:1600px){.s-branche-contacts .branche-contacts__bottom{font-size:40px}}@media screen and (max-width:768px){.s-branche-contacts .branche-contacts__bottom{font-size:20px;margin-top:20px}}.s-stocks{overflow:hidden;padding-top:120px;position:relative}@media screen and (max-width:768px){.s-stocks{padding-top:60px}}.s-stocks .container{max-width:1800px}.s-stocks .s-stocks__wrapper{align-items:center;display:flex;min-height:940px;position:relative}@media screen and (max-width:1500px){.s-stocks .s-stocks__wrapper{min-height:770px}}@media screen and (max-width:1300px){.s-stocks .s-stocks__wrapper{min-height:600px}}@media screen and (max-width:992px){.s-stocks .s-stocks__wrapper{flex-direction:column;min-height:auto}}.s-stocks .s-stocks__title{color:var(--color-primary);font-size:clamp(40px,6vw,100px);font-weight:400;margin:0 auto 40px;max-width:880px}.s-stocks .s-stocks__title h2,.s-stocks .s-stocks__title h3{font-size:clamp(40px,6vw,100px);font-weight:400;margin:0}.stocks-slider{left:0;overflow:visible;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% - 780px)}@media screen and (max-width:1500px){.stocks-slider{width:calc(100% - 640px)}}@media screen and (max-width:1300px){.stocks-slider{width:calc(100% - 500px)}}@media screen and (max-width:992px){.stocks-slider{margin-bottom:24px;position:relative;top:auto;transform:translateY(0);width:100%}}.stocks-slider .swiper-slide{width:534px}@media screen and (max-width:1300px){.stocks-slider .swiper-slide{width:400px}}@media screen and (max-width:992px){.stocks-slider .swiper-slide{width:auto}}.stocks-slider .swiper-slide.swiper-slide-active .stocks-slider__item{transform:scale(1)}.stocks-slider .swiper-slide.swiper-slide-active .stocks-slider__item:before{opacity:0}.stocks-slider .stocks-slider__item{border:1px solid var(--color-primary);border-radius:20px;height:880px;overflow:hidden;position:relative;transform:scale(.85);transform-origin:center;transition:transform .3s var(--transition)}@media screen and (max-width:1500px){.stocks-slider .stocks-slider__item{height:700px;margin:0 auto;width:500px}}@media screen and (max-width:1300px){.stocks-slider .stocks-slider__item{height:600px;width:400px}}@media screen and (max-width:992px){.stocks-slider .stocks-slider__item{aspect-ratio:9/16;height:300px;width:auto}}.stocks-slider .stocks-slider__item:before{background:rgba(130,134,52,.51);content:"";height:100%;left:0;position:absolute;top:0;transition:background .3s var(--transition);width:100%}.stocks-slider .stocks-slider__item video{left:0;position:absolute;top:0}.stocks-slider .stocks-slider__item img,.stocks-slider .stocks-slider__item video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.stocks-block{background:var(--color-white2);border:1px solid var(--color-primary);border-radius:120px;margin-left:auto;overflow:hidden;position:relative;width:780px;z-index:4}@media screen and (max-width:1500px){.stocks-block{width:640px}}@media screen and (max-width:1300px){.stocks-block{width:500px}}@media screen and (max-width:992px){.stocks-block{border-radius:80px;width:100%}}.stocks-block .stocks-block__bottom{color:var(--color-primary);font-size:24px;font-weight:400;padding:100px 60px 70px;text-align:right}@media screen and (max-width:1500px){.stocks-block .stocks-block__bottom{padding:50px 40px}}@media screen and (max-width:1300px){.stocks-block .stocks-block__bottom{font-size:18px}}.stocks-block .stocks-block__item{border-bottom:1px solid var(--color-primary);display:block;position:relative}.stocks-block .stocks-block__item:first-child{padding-top:60px}.stocks-block .stocks-block__item._open{background:var(--color-primary)}.stocks-block .stocks-block__item._open .stocks-block__title{color:var(--color-white2)}.stocks-block .stocks-block__item._open .stocks-block__title i{background:var(--color-white2);color:var(--color-primary);transform:rotate(-90deg)}.stocks-block .stocks-block__item .stocks-block__title{color:var(--color-primary);cursor:pointer;font-size:42px;font-weight:400;line-height:1.2;padding:20px 120px 20px 60px;position:relative;transition:all .3s var(--transition)}@media screen and (max-width:1500px){.stocks-block .stocks-block__item .stocks-block__title{font-size:30px;padding:20px 80px 20px 40px}}@media screen and (max-width:1300px){.stocks-block .stocks-block__item .stocks-block__title{font-size:22px;padding:20px 60px 20px 20px}}@media (hover:hover){.stocks-block .stocks-block__item .stocks-block__title:hover i{background:var(--color-primary);color:var(--color-white2)}}@media (hover:none){.stocks-block .stocks-block__item .stocks-block__title:active i{background:var(--color-primary);color:var(--color-white2)}}.stocks-block .stocks-block__item .stocks-block__title i{align-items:center;border:1px solid var(--color-primary);border-radius:50%;color:var(--color-primary);display:flex;height:44px;justify-content:center;line-height:0px;margin-top:-22px;position:absolute;right:54px;top:50%;transform:rotate(90deg);transition:all .3s var(--transition);width:44px}@media screen and (max-width:1500px){.stocks-block .stocks-block__item .stocks-block__title i{right:20px}}@media screen and (max-width:1300px){.stocks-block .stocks-block__item .stocks-block__title i{height:30px;margin-top:-15px;width:30px}}.stocks-block .stocks-block__item .stocks-block__desc{color:var(--color-white2);display:none;font-size:20px;font-weight:400;line-height:1.2;padding:20px 55px 40px 60px;text-transform:lowercase}@media screen and (max-width:1500px){.stocks-block .stocks-block__item .stocks-block__desc{padding:20px 40px 40px}}@media screen and (max-width:1300px){.stocks-block .stocks-block__item .stocks-block__desc{font-size:16px;padding:0 20px 20px}}.calls-to-action{background:var(--color-gradient);padding-bottom:60px;padding-top:60px}.calls-to-action .calls-to-action__top{margin-bottom:80px}@media screen and (max-width:768px){.calls-to-action .calls-to-action__top{margin-bottom:40px}}.calls-to-action .calls-to-action__top .calls-to-action__uzor{margin:0 auto 40px;position:relative;width:350px}.calls-to-action .calls-to-action__top .calls-to-action__uzor-fon{height:175px;overflow:hidden;position:relative;width:100%}.calls-to-action .calls-to-action__top .calls-to-action__uzor-fon span{animation:spin 35s linear infinite;aspect-ratio:1;background:url(/local/templates/soda/assets/css/../img/sert_fan.svg) no-repeat top;background-size:contain;left:0;position:absolute;top:0;transform-origin:center;width:100%}.calls-to-action .calls-to-action__top .calls-to-action__uzor-stars{bottom:-40px;height:120px;left:50%;margin-left:-60px;position:absolute;transform:rotate(-15deg);width:120px}.calls-to-action .calls-to-action__top .calls-to-action__uzor-stars span{animation:blinkerBlur 4s linear infinite;background:url(/local/templates/soda/assets/css/../img/star.svg) no-repeat 50%;background-size:contain;bottom:0;content:"";height:100%;left:0;position:absolute;width:100%}.calls-to-action .calls-to-action__top .calls-to-action__uzor-stars i{animation:blinker 2s linear infinite;background:var(--color-white2);border-radius:50%;content:"";position:absolute}.calls-to-action .calls-to-action__top .calls-to-action__uzor-stars i:nth-child(2){height:12px;left:29px;top:21px;width:12px}.calls-to-action .calls-to-action__top .calls-to-action__uzor-stars i:nth-child(3){animation:blinker 2s linear .5s infinite;bottom:21px;height:12px;right:29px;width:12px}.calls-to-action .calls-to-action__top .calls-to-action__uzor-stars i:nth-child(4){animation:blinker 2s linear 1s infinite;bottom:28px;height:6px;left:31px;width:6px}.calls-to-action .calls-to-action__title{color:var(--color-white2);font-size:clamp(30px,6vw,60px);font-weight:400;line-height:1.4;text-align:center}.calls-to-action .calls-to-action__title h2,.calls-to-action .calls-to-action__title h3{font-size:clamp(30px,6vw,60px);font-weight:400;margin:0}.calls-to-action .calls-to-action__btns{align-items:center;display:flex;gap:0 70px;justify-content:center;margin-bottom:60px}@media screen and (max-width:768px){.calls-to-action .calls-to-action__btns{gap:0 20px;margin-bottom:30px}}.calls-to-action .calls-to-action__bottom{border-top:1px solid var(--color-primary);color:var(--color-white2);font-size:clamp(30px,6vw,60px);font-weight:400;line-height:1.4;padding-top:10px;text-align:center}.menu-pannel{background:var(--bg-body);display:block;display:none;padding:130px 0 40px;position:relative;z-index:5}@media screen and (max-width:480px){.menu-pannel{padding-bottom:20px;padding-top:90px}}@keyframes skew-x-shake{0%{transform:skewX(-15deg)}5%{transform:skewX(15deg)}10%{transform:skewX(-15deg)}15%{transform:skewX(15deg)}20%{transform:skewX(0deg)}to{transform:skewX(0deg)}}.main-menu{align-items:center;display:flex;gap:0 2px;margin-bottom:60px}@media screen and (max-width:1200px){.main-menu{flex-wrap:wrap;margin-bottom:30px}}@media screen and (max-width:480px){.main-menu{align-items:flex-start;flex-direction:column}}.main-menu a{color:var(--color-primary);display:block;font-size:24px;font-weight:400;line-height:1.2;padding:4px 16px;position:relative;text-decoration:none}@media screen and (max-width:1600px){.main-menu a{font-size:20px}}@media screen and (max-width:1200px){.main-menu a{font-size:18px}}@media screen and (max-width:480px){.main-menu a{padding:6px 0}}@media (hover:hover){.main-menu a:hover:before{opacity:1}}@media (hover:none){.main-menu a:active:before{opacity:1}}.main-menu a.main-menu__certificates{margin-right:40px;padding-left:40px}@media screen and (max-width:1300px){.main-menu a.main-menu__certificates{margin-right:0}}@media screen and (max-width:480px){.main-menu a.main-menu__certificates{margin-bottom:10px;padding-left:34px}}@media (hover:hover){.main-menu a.main-menu__certificates:hover span:before{opacity:1}}@media (hover:none){.main-menu a.main-menu__certificates:active span:before{opacity:1}}.main-menu a.main-menu__certificates:before{display:none}.main-menu a.main-menu__certificates:after{animation:skew-x-shake 1.3s infinite;background:url(/local/templates/soda/assets/css/../img/gift-box.svg) no-repeat 50%;background-size:contain;content:"";height:32px;left:0;margin-top:-16px;position:absolute;top:50%;width:32px}@media screen and (max-width:480px){.main-menu a.main-menu__certificates:after{height:20px;margin-top:-10px;width:20px}}.main-menu a.main-menu__certificates span{padding:4px 16px;position:relative}@media screen and (max-width:480px){.main-menu a.main-menu__certificates span{padding:6px 0}}.main-menu a.main-menu__certificates span:before{border:1px solid var(--color-primary);border-radius:40px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s var(--transition);width:100%}@media screen and (max-width:480px){.main-menu a.main-menu__certificates span:before{display:none}}.main-menu a:before{border:1px solid var(--color-primary);border-radius:40px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s var(--transition);width:100%}@media screen and (max-width:480px){.main-menu a:before{left:-10px;width:calc(100% + 20px)}}.pannel-city{-moz-column-count:4;column-count:4;padding-top:110px;position:relative}@media screen and (max-width:1200px){.pannel-city{-moz-column-count:3;column-count:3}}@media screen and (max-width:992px){.pannel-city{-moz-column-count:2;column-count:2}}@media screen and (max-width:768px){.pannel-city{-moz-column-count:auto;column-count:auto;height:100%;left:0;opacity:0;overflow:hidden;padding:60px 20px 40px 15px;pointer-events:none;position:fixed;top:0;transition:all .3s var(--transition);width:100%;z-index:50}.pannel-city._show{opacity:1;pointer-events:all}.pannel-city._show .pannel-city__close{opacity:1}.pannel-city._show .pannel-city__block{opacity:1;transform:translateY(0)}}.pannel-city .pannel-city__overlay{background:var(--color-primary-light);content:"";display:none;height:100%;left:0;opacity:.4;position:fixed;top:0;width:100%;z-index:1}@media screen and (max-width:768px){.pannel-city .pannel-city__overlay{display:block}}.pannel-city .pannel-city__close{background:var(--color-primary);border-radius:50%;content:"";display:none;height:32px;opacity:0;position:fixed;right:10px;top:14px;transition:all .3s var(--transition);width:32px;z-index:2}@media screen and (max-width:768px){.pannel-city .pannel-city__close{display:block}}.pannel-city .pannel-city__close:before{transform:rotate(45deg)}.pannel-city .pannel-city__close:after,.pannel-city .pannel-city__close:before{background:var(--color-white2);content:"";height:1px;left:50%;margin-left:-7px;position:absolute;top:calc(50% - .5px);width:14px}.pannel-city .pannel-city__close:after{transform:rotate(-45deg)}@media screen and (max-width:768px){.pannel-city .pannel-city__block{background:var(--color-white2);border-radius:30px 30px 0 0;bottom:0;height:calc(100% - 60px);left:0;opacity:0;overflow:auto;padding:30px var(--container-padding);position:absolute;transform:translateY(30px);transition:all .3s var(--transition);width:100%;z-index:2}}.pannel-city .pannel-city__title{color:var(--color-primary);font-size:16px;line-height:15px;margin-bottom:15px;margin-top:20px;transition:all .3s ease-in-out}.pannel-city .pannel-city__title._opacity{opacity:.2}.pannel-city .pannel-city__title:first-child{margin-top:0}.pannel-city .pannel-city__link{line-height:1.2;margin-bottom:10px;position:relative}.pannel-city .pannel-city__link:last-child{margin-bottom:80px}@media screen and (max-width:768px){.pannel-city .pannel-city__link:last-child{margin-bottom:0}}.pannel-city .pannel-city__link a{color:var(--color-primary);display:inline-block;font-size:16px;line-height:1.2;padding:6px 40px 4px 0;position:relative;text-decoration:none;transition:all .3s ease-out;transition:all .3s var(--transition);z-index:1}@media (hover:hover){.pannel-city .pannel-city__link a:hover{color:var(--color-white2)}.pannel-city .pannel-city__link a:hover:before{opacity:1}.pannel-city .pannel-city__link a:hover .arrow{opacity:1;transform:translateX(0)}}@media (hover:none){.pannel-city .pannel-city__link a:active{color:var(--color-white2)}.pannel-city .pannel-city__link a:active:before{opacity:1}.pannel-city .pannel-city__link a:active .arrow{opacity:1;transform:translateX(0)}}.pannel-city .pannel-city__link a .pannel-city__link_text{position:relative;z-index:2}.pannel-city .pannel-city__link a:before{background-color:var(--color-primary);border-radius:40px;content:"";height:100%;left:-10px;opacity:0;position:absolute;top:0;transition:all .3s var(--transition);width:calc(100% + 10px);z-index:1}.pannel-city .pannel-city__link a .arrow{color:var(--color-white2);line-height:0px;margin-top:-5px;opacity:0;position:absolute;right:16px;top:50%;transform:translateX(-5px);transition:all .3s var(--transition);z-index:2}.pannel-city .pannel-city__link .new{color:var(--color-primary);display:block;font-size:10px;padding-right:13px;position:relative}.pannel-city .pannel-city__link .new i{display:inline-block;height:12px;position:relative;width:10px}.pannel-city .pannel-city__link._metro a{padding-left:25px}.pannel-city .pannel-city__link .pannel-city__link_m{border-radius:50%;content:"";height:12px;left:0;position:absolute;top:8px;width:12px;z-index:2}.pannel-city._on .pannel-city__link a{color:var(--color-primary)}.search-pannel-branches{left:0;margin-bottom:30px;max-width:360px;position:absolute;top:0;width:100%}@media screen and (max-width:768px){.search-pannel-branches{max-width:100%;position:relative}}.search-pannel-branches .search-pannel-branches__title{color:var(--color-primary);font-size:24px;font-weight:400;line-height:1.2;margin-bottom:10px}@media screen and (max-width:768px){.search-pannel-branches .search-pannel-branches__title{display:none}}.search-pannel-branches .search-pannel-branches__item{display:block}.search-pannel-branches .search-pannel-branches__item input{background:transparent;border:none;border-bottom:1px solid var(--color-primary);border-radius:0;color:var(--color-primary);font-size:20px;font-weight:400;padding:5px 10px;width:100%}@media screen and (max-width:768px){.search-pannel-branches .search-pannel-branches__item input{font-size:16px;padding:10px 0}}.search-pannel-branches .search-pannel-branches__item input::-moz-placeholder{color:var(--color-primary)}.search-pannel-branches .search-pannel-branches__item input::placeholder{color:var(--color-primary)}.s-why-soda{overflow:clip;padding-bottom:200px;padding-top:260px}@media screen and (max-width:1600px){.s-why-soda{padding-top:160px}}@media screen and (max-width:1300px){.s-why-soda{padding-top:110px}}@media screen and (max-width:768px){.s-why-soda{padding-bottom:60px}}.s-why-soda .s-why-soda__title{color:var(--color-primary);font-size:clamp(40px,7vw,120px);font-weight:400;line-height:1.2;margin-bottom:60px;text-align:center}@media screen and (max-width:768px){.s-why-soda .s-why-soda__title{margin-bottom:30px}}.s-why-soda .s-why-soda__title h1,.s-why-soda .s-why-soda__title h2,.s-why-soda .s-why-soda__title h3{font-size:clamp(40px,7vw,120px);font-weight:400;margin:0}.why-soda{display:flex;margin:0 auto;max-width:1600px;padding-left:84px;position:relative}@media screen and (max-width:1600px){.why-soda{padding-left:40px}}@media screen and (max-width:1300px){.why-soda{padding-left:0}}@media screen and (max-width:768px){.why-soda{flex-direction:column}}.why-soda .why-soda__nav{margin-right:50px;width:250px}@media screen and (max-width:1300px){.why-soda .why-soda__nav{margin-right:30px;width:230px}}@media screen and (max-width:768px){.why-soda .why-soda__nav{left:calc(var(--container-padding)*-1);margin-right:0;max-width:inherit;padding:0 var(--container-padding);position:relative;width:calc(100% + var(--container-padding)*2)}.why-soda__nav{display:flex;margin-bottom:20px;max-width:100%;overflow-x:auto;width:100%}}.why-soda__nav .why-soda__nav-item{background:transparent;border:none;border-bottom:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;display:block;font-size:24px;font-weight:300;letter-spacing:.02em;line-height:1.2;padding:16px 0;position:relative;text-align:left;width:100%}@media screen and (max-width:1300px){.why-soda__nav .why-soda__nav-item{padding-left:20px}}@media screen and (max-width:768px){.why-soda__nav .why-soda__nav-item{align-items:center;border-bottom:0;border-right:1px solid var(--color-primary);display:flex;font-size:16px;gap:0 10px;padding:5px 15px}}.why-soda__nav .why-soda__nav-item._active .arrow{opacity:1;transform:translate(0)}@media (hover:hover){.why-soda__nav .why-soda__nav-item:hover .arrow{opacity:.4;transform:translate(-5px)}}@media (hover:none){.why-soda__nav .why-soda__nav-item:active .arrow{opacity:.4;transform:translate(-5px)}}.why-soda__nav .why-soda__nav-item .arrow{left:-39px;line-height:0px;margin-top:-7px;opacity:0;position:absolute;top:50%;transform:translateX(-10px);transition:all .3s var(--transition)}@media screen and (max-width:1300px){.why-soda__nav .why-soda__nav-item .arrow{left:-16px}}@media screen and (max-width:768px){.why-soda__nav .why-soda__nav-item .arrow{left:0;margin-top:0;position:relative;top:auto}.why-soda__nav .why-soda__nav-item .arrow svg{height:10px;width:10px}}.why-soda__content{aspect-ratio:16/10.5;max-width:calc(100% - 300px);position:relative;width:100%}@media screen and (max-width:1300px){.why-soda__content{max-width:calc(100% - 260px)}}@media screen and (max-width:768px){.why-soda__content{aspect-ratio:auto;max-width:100%;width:100%}.why-soda__image-images{aspect-ratio:1.2;margin-bottom:30px;position:relative}}.why-soda__content-inner{height:100%;pointer-events:none;position:absolute;width:100%;z-index:1}@media screen and (max-width:768px){.why-soda__content-inner{display:none;position:relative}}.why-soda__content-inner._active{opacity:1;z-index:2}@media screen and (max-width:768px){.why-soda__content-inner._active{display:block}}.why-soda__content-inner._active .why-soda__text{display:block}.why-soda__content-inner:nth-child(5n+1) .why-soda__image:first-child{left:0;padding-top:45%;top:0;width:28.6%}@media screen and (max-width:768px){.why-soda__content-inner:nth-child(5n+1) .why-soda__image:first-child{height:70%;padding-top:0;width:30%}}.why-soda__content-inner:nth-child(5n+1) .why-soda__image:nth-child(2){left:50%;padding-top:45%;top:0;transform:translateX(-50%);width:36.4%}@media screen and (max-width:768px){.why-soda__content-inner:nth-child(5n+1) .why-soda__image:nth-child(2){height:70%;padding-top:0;width:38%}}.why-soda__content-inner:nth-child(5n+1) .why-soda__image:nth-child(3){bottom:0;left:50%;padding-top:18.1%;transform:translateX(-50%);width:36.4%}@media screen and (max-width:768px){.why-soda__content-inner:nth-child(5n+1) .why-soda__image:nth-child(3){height:28%;left:0;padding-top:0;transform:translateX(0);width:68%}}.why-soda__content-inner:nth-child(5n+1) .why-soda__image:nth-child(4){bottom:0;padding-top:40%;right:0;width:30%}@media screen and (max-width:768px){.why-soda__content-inner:nth-child(5n+1) .why-soda__image:nth-child(4){height:60%;padding:0;width:30%}}.why-soda__content-inner:nth-child(5n+2) .why-soda__image:first-child{left:0;padding-top:22%;top:0;width:30%}@media screen and (max-width:768px){.why-soda__content-inner:nth-child(5n+2) .why-soda__image:first-child{height:40%;padding-top:0}}.why-soda__content-inner:nth-child(5n+2) .why-soda__image:nth-child(2){left:50%;padding-top:40%;top:0;transform:translateX(-50%);width:36.4%}@media screen and (max-width:768px){.why-soda__content-inner:nth-child(5n+2) .why-soda__image:nth-child(2){height:70%;padding:0;width:36%}}.why-soda__content-inner:nth-child(5n+2) .why-soda__image:nth-child(3){bottom:0;left:50%;padding-top:23%;transform:translateX(-50%);width:36.4%}.why-soda__content-inner:nth-child(5n+2) .why-soda__image:nth-child(4){bottom:20%;padding-top:41%;right:0;width:30%}.why-soda__content-inner:nth-child(5n+3) .why-soda__image:first-child{left:0;padding-top:40%;top:0;width:30%}.why-soda__content-inner:nth-child(5n+3) .why-soda__image:nth-child(2){left:32%;padding-top:24%;top:0;width:40%}.why-soda__content-inner:nth-child(5n+3) .why-soda__image:nth-child(3){bottom:0;left:50%;padding-top:40%;transform:translateX(-50%);width:36.4%}.why-soda__content-inner:nth-child(5n+3) .why-soda__image:nth-child(4){padding-top:41%;right:0;top:6%;width:26%}.why-soda__content-inner:nth-child(5n+4) .why-soda__image:first-child{left:0;padding-top:40%;top:0;width:30%}.why-soda__content-inner:nth-child(5n+4) .why-soda__image:nth-child(2){padding-top:23%;right:20%;top:0;width:45%}.why-soda__content-inner:nth-child(5n+4) .why-soda__image:nth-child(3){bottom:10%;left:32%;padding-top:26%;width:26%}.why-soda__content-inner:nth-child(5n+4) .why-soda__image:nth-child(4){bottom:0;padding-top:41%;right:0;width:40%}.why-soda__content-inner:nth-child(5n+5) .why-soda__image:first-child{left:0;padding-top:40%;top:0;width:30%}.why-soda__content-inner:nth-child(5n+5) .why-soda__image:nth-child(2){left:32%;padding-top:32%;top:0;width:32%}.why-soda__content-inner:nth-child(5n+5) .why-soda__image:nth-child(3){bottom:0;left:32%;padding-top:32%;width:32%}.why-soda__content-inner:nth-child(5n+5) .why-soda__image:nth-child(4){bottom:0;padding-top:43%;right:0;width:34%}.why-soda__content-inner .why-soda__image{position:absolute;will-change:clip-path,filter}.why-soda__content-inner .why-soda__image .why-soda__image-inner{background-size:cover;border-radius:70px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@media screen and (max-width:1300px){.why-soda__content-inner .why-soda__image .why-soda__image-inner{border-radius:50px}}@media screen and (max-width:768px){.why-soda__content-inner .why-soda__image .why-soda__image-inner{border-radius:30px}}.why-soda__content-inner .why-soda__text{bottom:0;color:var(--color-primary);display:none;font-size:16px;font-weight:300;left:-300px;line-height:1.2;margin:0;max-width:calc(28.6% + 300px);opacity:0;position:absolute;transform:scale(1);width:100%;z-index:10}@media screen and (max-width:1600px){.why-soda__content-inner .why-soda__text{font-size:14px}}@media screen and (max-width:1300px){.why-soda__content-inner .why-soda__text{left:-260px;max-width:calc(28.6% + 260px)}}@media screen and (max-width:768px){.why-soda__content-inner .why-soda__text{left:0;max-width:100%;position:relative}}.why-soda__content-inner .why-soda__text p{margin-bottom:16px}@media screen and (max-width:1600px){.why-soda__content-inner .why-soda__text p{margin-bottom:14px}}.why-soda__content-inner .why-soda__text p:last-child{margin-bottom:0}.why-soda__content-inner .why-soda__text .why-soda__text-title{font-size:32px;font-weight:400;line-height:1.2;margin-bottom:20px}@media screen and (max-width:1600px){.why-soda__content-inner .why-soda__text .why-soda__text-title{font-size:24px}}@media screen and (max-width:1300px){.why-soda__content-inner .why-soda__text .why-soda__text-title{font-size:20px;margin-bottom:10px}}.why-soda__bg{height:100%;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:768px){.why-soda__bg{height:50%;width:50%}}.why-soda__bg svg [fill]{fill:revert-layer}.why-soda__bg svg [stroke]{stroke:revert-layer}.staff-section .staff-section__title{color:var(--color-primary);font-size:clamp(40px,7vw,120px);font-weight:400;line-height:1.2;margin-bottom:40px;text-align:center}.staff-section .staff-section__title h1,.staff-section .staff-section__title h2,.staff-section .staff-section__title h3{font-size:clamp(40px,7vw,120px);font-weight:400;margin:0}.staff-section .container{max-width:calc(1310px + var(--container-padding))}.staff-list{display:flex;flex-wrap:wrap;gap:70px}@media screen and (max-width:1600px){.staff-list{gap:40px}}@media screen and (max-width:768px){.staff-list{gap:20px 14px}}.staff-list .staff-element{width:calc(25% - 52.5px)}@media screen and (max-width:1600px){.staff-list .staff-element{width:calc(25% - 30px)}}@media screen and (max-width:768px){.staff-list .staff-element{width:calc(50% - 7px)}}.staff-element{position:relative}.staff-element._hide .staff-element__hide{left:0;pointer-events:all;right:auto;width:100%}.staff-element._hide .staff-element__label{opacity:0}.staff-element .staff-element__hide{background:var(--color-primary);border-radius:12px;height:100%;pointer-events:none;position:absolute;right:0;top:0;transition:all .3s var(--transition);width:0;z-index:4}.staff-element._flip .staff-element__label i{color:var(--color-white)}.staff-element .staff-element__label{left:0;position:absolute;top:0;transition:all .3s var(--transition);z-index:3}.staff-element .staff-element__label i{color:var(--color-primary);left:-15px;line-height:0px;position:absolute;top:-7px;transform:rotate(-30deg);transition:color .3s var(--transition);z-index:2}@media screen and (max-width:768px){.staff-element .staff-element__label i{left:-10px}}.staff-element .staff-element__label i svg{height:46px;width:46px}@media screen and (max-width:768px){.staff-element .staff-element__label i svg{height:32px;width:32px}}.staff-element .staff-element__label span{background:var(--color-white);border:1px solid var(--color-primary);border-radius:21px;color:var(--color-primary);font-size:16px;height:42px;left:5px;line-height:42px;padding:0 16px;position:absolute;top:-8px;transform:rotate(-15deg);white-space:nowrap;z-index:1}@media screen and (max-width:768px){.staff-element .staff-element__label span{font-size:12px;height:34px;line-height:34px;padding:0 8px}}.staff-element .staff-element__front{backface-visibility:hidden;border:1px solid var(--color-primary);border-radius:12px;cursor:pointer;padding:16px 16px 10px;position:relative}@media screen and (max-width:768px){.staff-element .staff-element__front{padding:6px}}.staff-element .staff-element__front .staff-element__bottom{color:var(--color-primary);text-align:center}.staff-element .staff-element__photo{border-radius:12px;margin-bottom:16px;overflow:hidden;padding-top:135%;position:relative;width:100%}@media screen and (max-width:768px){.staff-element .staff-element__photo{margin-bottom:10px}}.staff-element .staff-element__photo img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.staff-element .staff-element__name{font-size:24px}@media screen and (max-width:768px){.staff-element .staff-element__name{font-size:20px}}.staff-element .staff-element__position{font-size:16px}@media screen and (max-width:768px){.staff-element .staff-element__position{font-size:12px}}.staff-element .staff-element__back{backface-visibility:hidden;background:var(--color-primary);border-radius:12px;display:flex;flex-direction:column;gap:14px 0;height:100%;justify-content:flex-end;left:0;padding:16px;pointer-events:none;position:absolute;top:0;transform:rotateY(180deg);width:100%}@media screen and (max-width:768px){.staff-element .staff-element__back{gap:4px 0;padding:6px}}.staff-element .staff-element__back .staff-element__photo{left:16px;padding-top:102%;position:absolute;top:16px;width:calc(100% - 32px)}@media screen and (max-width:768px){.staff-element .staff-element__back .staff-element__photo{left:6px;top:6px;width:calc(100% - 12px)}}.staff-element .staff-element__back .staff-element__content{background:var(--color-gray);border-radius:0 0 12px 12px;position:relative;width:100%;z-index:2}.staff-element .staff-element__back .staff-element__content .staff-element__content--item{border-bottom:1px solid var(--color-primary);color:var(--color-primary);font-size:14px;line-height:1.2;padding:14px 16px}@media screen and (max-width:768px){.staff-element .staff-element__back .staff-element__content .staff-element__content--item{font-size:12px;padding:6px}}.staff-element .staff-element__back .staff-element__content .staff-element__content--item .staff-element__content--t{font-size:10px;margin-bottom:5px}.staff-element .staff-element__back .staff-element__content .staff-element__content--row{display:flex;justify-content:space-between}.staff-element .staff-element__back .staff-element__content .staff-element__content--row .staff-element__content--item{border-bottom:none;border-right:1px solid var(--color-primary);flex:1}.staff-element .staff-element__back .staff-element__content .staff-element__content--stars{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:40px}.staff-element .staff-element__back .staff-element__content .staff-element__content--stars .staff-element__content--star{align-items:center;border-bottom:1px solid var(--color-primary);color:var(--color-primary);display:flex;flex:1;gap:2px;justify-content:center;padding:0 3px;width:100%}.staff-element .staff-element__back .staff-element__content .staff-element__content--stars:after{content:"";flex:1;height:50%;width:100%}.staff-element .staff-element__back .staff-element__bottom{pointer-events:all;position:relative;width:100%;z-index:2}.staff-element .staff-element__back .staff-element__btn{background:var(--color-gray);border:1px solid transparent;border-radius:30px;color:var(--color-primary);display:block;font-size:14px;font-weight:400;height:45px;line-height:45px;text-align:center;text-decoration:none;transition:all .3s var(--transition);width:100%}@media (hover:hover){.staff-element .staff-element__back .staff-element__btn:hover{background:var(--color-primary);border-color:var(--color-white2);color:var(--color-white2)}}@media (hover:none){.staff-element .staff-element__back .staff-element__btn:active{background:var(--color-primary);border-color:var(--color-white2);color:var(--color-white2)}}.staff-element .staff-element__flip{transform-style:preserve-3d;transition:transform .3s}.staff-filter{align-items:center;display:flex;justify-content:center;margin-bottom:60px}@media screen and (max-width:768px){.staff-filter{margin-bottom:30px}}.staff-filter .staff-filter__item{background:transparent;border:none;border-right:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;font-size:20px;height:50px;padding:0 16px;position:relative}@media screen and (max-width:768px){.staff-filter .staff-filter__item{font-size:16px;height:40px}}.staff-filter .staff-filter__item._on{color:var(--color-white2)}.staff-filter .staff-filter__item._on:before{left:0;right:auto;width:100%}.staff-filter .staff-filter__item:before{background:var(--color-primary);content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s var(--transition);width:0;z-index:1}.staff-filter .staff-filter__item span{position:relative;z-index:2}.about-scrin{margin-bottom:50px;overflow:hidden;padding-top:90px;position:relative}.about-scrin .container{position:relative;z-index:2}.about-scrin .about-scrin__substrate{background:var(--color-gradient);bottom:7%;content:"";height:63%;left:0;pointer-events:none;position:absolute;width:100%;z-index:1}.about-scrin .about-scrin__media{background:var(--color-black);border-radius:50px;height:100vh;max-height:calc(100vh - 100px);opacity:0;overflow:hidden;position:relative;transform:scale(.95) translateY(10%)}@media screen and (max-width:768px){.about-scrin .about-scrin__media{height:70vh;max-height:70vh}}.about-scrin .about-scrin__media .about-scrin__media-overlay{background:var(--color-black);content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:2}.about-scrin .about-scrin__media .about-scrin__media-logo{left:40px;position:absolute;top:40px;z-index:3}.about-scrin .about-scrin__media .about-scrin__media-logo img{max-width:160px}@media screen and (max-width:1200px){.about-scrin .about-scrin__media .about-scrin__media-logo img{max-width:100px}}.about-scrin .about-scrin__media .about-scrin__media-video{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.about-scrin .about-scrin__media .about-scrin__media-video video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.about-scrin .about-scrin__media .about-scrin__media-title{bottom:80px;color:var(--color-white);font-size:clamp(30px,4vw,60px);line-height:1.2;opacity:0;position:absolute;right:80px;text-align:right;transform:translateY(50%);width:calc(100% - 160px);z-index:3}@media screen and (max-width:1200px){.about-scrin .about-scrin__media .about-scrin__media-title{bottom:40px;right:40px}}.about-scrin .about-scrin__desc{color:var(--color-white2);font-size:24px;font-weight:400;line-height:1.2;margin:0 auto;max-width:780px;padding:12vh 0 15vh;text-align:center}@media screen and (max-width:768px){.about-scrin .about-scrin__desc{font-size:18px;padding:6vh 0}}.about-scrin .about-scrin__desc p:last-child{margin-bottom:0}.about-scrin .about-scrin__advantages{display:flex;gap:0 40px;margin:0 auto;max-width:1600px}@media screen and (max-width:1200px){.about-scrin .about-scrin__advantages{gap:0 20px}}@media screen and (max-width:768px){.about-scrin .about-scrin__advantages{flex-wrap:wrap;gap:2px}}.about-scrin .about-scrin__advantages .about-scrin__advantages-item{align-items:flex-end;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:linear-gradient(180deg,hsla(0,0%,85%,.03),hsla(0,0%,45%,.03));border-radius:50px;display:flex;flex-direction:column;justify-content:space-between;min-height:290px;overflow:hidden;padding:30px 45px;position:relative;transition:-webkit-backdrop-filter .3s var(--transition);transition:backdrop-filter .3s var(--transition);transition:backdrop-filter .3s var(--transition),-webkit-backdrop-filter .3s var(--transition);width:calc(33.33333% - 26.66666px);will-change:backdrop-filter;z-index:1}@media screen and (max-width:1600px){.about-scrin .about-scrin__advantages .about-scrin__advantages-item{padding:30px 20px}}@media screen and (max-width:1200px){.about-scrin .about-scrin__advantages .about-scrin__advantages-item{width:calc(33.33333% - 13.33333px)}}@media screen and (max-width:768px){.about-scrin .about-scrin__advantages .about-scrin__advantages-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;min-height:140px;padding:30px 10px 20px;width:calc(33.33333% - 1.3333px)}}@media (hover:hover){.about-scrin .about-scrin__advantages .about-scrin__advantages-item:hover{-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}}@media (hover:none){.about-scrin .about-scrin__advantages .about-scrin__advantages-item:active{-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}}.about-scrin .about-scrin__advantages .about-scrin__advantages-item:before{background:linear-gradient(180deg,#ece9e1,#bec632);border-radius:50px;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0),linear-gradient(#000 0 0) content-box;-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) exclude,linear-gradient(#000 0 0) content-box;padding:1px;position:absolute;z-index:-1}@media screen and (max-width:768px){.about-scrin .about-scrin__advantages .about-scrin__advantages-item:before{border-radius:30px}}.about-scrin .about-scrin__advantages .about-scrin__advantages-item .about-scrin__advantages-top{align-items:flex-end;color:var(--color-white2);display:flex;font-weight:400;justify-content:space-between;line-height:1.2;width:100%}@media screen and (max-width:1200px){.about-scrin .about-scrin__advantages .about-scrin__advantages-item .about-scrin__advantages-top{align-items:center;flex-direction:column}}.about-scrin .about-scrin__advantages .about-scrin__advantages-item .about-scrin__advantages-number{display:flex;font-size:80px;gap:0 7px;overflow:hidden}@media screen and (max-width:1600px){.about-scrin .about-scrin__advantages .about-scrin__advantages-item .about-scrin__advantages-number{font-size:60px}}@media screen and (max-width:768px){.about-scrin .about-scrin__advantages .about-scrin__advantages-item .about-scrin__advantages-number{font-size:24px;font-weight:700;text-align:center}}.about-scrin .about-scrin__advantages .about-scrin__advantages-item .about-scrin__advantages-number span{display:inline-block;transform:translateY(0)}.about-scrin .about-scrin__advantages .about-scrin__advantages-item .about-scrin__advantages-title{font-size:24px;padding-bottom:20px;text-align:right}@media screen and (max-width:768px){.about-scrin .about-scrin__advantages .about-scrin__advantages-item .about-scrin__advantages-title{font-size:14px;text-align:center}.about-scrin .about-scrin__advantages .about-scrin__advantages-item .btn-arrow{font-size:11px;gap:0 4px}.about-scrin .about-scrin__advantages .about-scrin__advantages-item .btn-arrow svg{width:10px}}.s-about-content .about-content{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);background:linear-gradient(180deg,hsla(0,0%,85%,.03),hsla(0,0%,45%,.03));border:1px solid rgba(247,76,37,.38);border-radius:50px;color:var(--color-primary);font-size:clamp(18px,2.2vw,42px);font-weight:400;line-height:1.2;margin:0 auto;max-width:1600px;padding:12vh clamp(20px,9vw,130px) 10vh;text-align:center}@media screen and (max-width:768px){.s-about-content .about-content{font-size:clamp(16px,2.2vw,42px);padding:5vh clamp(20px,4vw,130px)}}.s-about-slider{overflow:clip;padding:clamp(40px,19vh,180px) 0 clamp(60px,25vh,280px);position:relative}@media screen and (max-width:768px){.s-about-slider{padding:clamp(40px,9vh,180px) 0 clamp(60px,9vh,280px)}}.s-about-slider .container{position:relative;z-index:2}.s-about-slider .s-about-slider__blur{background:linear-gradient(180deg,#f7c625,#828634 50%,#538310);border-radius:100%;filter:blur(100px);height:calc(var(--index)*11);left:40px;position:absolute;top:50%;width:calc(var(--index)*27);z-index:1}.s-about-slider .s-about-slider__blur.s-about-slider__blur-1{transform:translateY(-50%) rotate(15deg)}.s-about-slider .s-about-slider__blur.s-about-slider__blur-2{left:auto;right:40px;transform:translateY(-50%) rotate(-15deg)}.about-slider{overflow:visible}.about-slider .swiper-wrapper{align-items:flex-end}.about-slider .about-slider__item{border-radius:10px;height:415px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:350px}@media screen and (max-width:768px){.about-slider .about-slider__item{aspect-ratio:1/1;height:auto}}@media screen and (max-width:480px){.about-slider .about-slider__item{width:50vw}}.about-slider .about-slider__item.about-slider__item-big{height:600px;width:350px}@media screen and (max-width:768px){.about-slider .about-slider__item.about-slider__item-big{aspect-ratio:9/16;height:auto;max-width:50vw}}@media screen and (max-width:480px){.about-slider .about-slider__item.about-slider__item-big{width:50vw}}.about-slider .about-slider__item img,.about-slider .about-slider__item video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.s-partners{overflow:hidden}.s-partners .s-partners__top{align-items:center;color:var(--color-primary);display:flex;gap:0 20px;justify-content:space-between;margin-bottom:60px}@media screen and (max-width:1200px){.s-partners .s-partners__top{flex-direction:column;gap:30px}}@media screen and (max-width:768px){.s-partners .s-partners__top{margin-bottom:30px}}.s-partners .s-partners__top .s-partners__title{font-size:clamp(30px,6vw,80px);font-weight:400;line-height:1.2}.s-partners .s-partners__top .s-partners__title h2{font-size:clamp(30px,6vw,80px);font-weight:400;margin:0}.s-partners .s-partners__top .s-partners__top-right{align-items:center;display:flex;gap:0 60px}@media screen and (max-width:1200px){.s-partners .s-partners__top .s-partners__top-right{flex-direction:column;gap:10px 0}}.s-partners .s-partners__top .s-partners__desc{font-size:14px;line-height:1.2;max-width:450px}@media screen and (max-width:1200px){.s-partners .s-partners__top .s-partners__desc{text-align:center}}.partners{border-bottom:1px solid var(--color-blackRGBA15);border-top:1px solid var(--color-blackRGBA15);overflow:visible}.partners .swiper-wrapper{transition-timing-function:linear!important}.partners .swiper-slide{width:auto}.partners .partners__item{align-items:center;border-right:1px solid var(--color-blackRGBA15);display:flex;height:170px;justify-content:center;padding:20px 40px}@media screen and (max-width:480px){.partners .partners__item{height:120px}}.partners .partners__item img{height:auto;max-height:130px;max-width:270px;width:auto}@media screen and (max-width:480px){.partners .partners__item img{max-height:80px;max-width:200px}}.interior-gallery-wrap{--tiles-height:65vw;height:var(--tiles-height);position:relative}@media screen and (max-width:768px){.interior-gallery-wrap{--tiles-height:70vw}}.interior-gallery{height:var(--tiles-height);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}.interior-gallery__line{display:flex;justify-content:center}.interior-gallery__line:first-child .interior-gallery__line-img{--tile-margin:0px}.interior-gallery__line:nth-child(2) .interior-gallery__line-img{--tile-margin:10px}.interior-gallery__line:nth-child(3) .interior-gallery__line-img{--tile-margin:20px}.interior-gallery__line-img{--tile-margin:10px;background-position:50%;background-size:cover;height:calc(var(--tiles-height)/3 - var(--tile-margin)*3/2);margin:var(--tile-margin);width:calc(20% - var(--tile-margin)*2)}@media screen and (max-width:768px){.interior-gallery__line-img{height:calc(var(--tiles-height)/2.5 - var(--tile-margin)*3/2);margin:calc(var(--tile-margin)/2);width:calc(25% - var(--tile-margin)*2)}}.sec-about-interior{overflow:clip;padding-top:100px;position:relative;z-index:2}@media screen and (max-width:768px){.sec-about-interior{padding-top:40px}}.sec-about-interior .about-interior__top{margin-bottom:140px;text-align:center}@media screen and (max-width:768px){.sec-about-interior .about-interior__top{margin-bottom:60px}}.sec-about-interior .about-interior__title{color:var(--color-primary);font-size:clamp(40px,10vw,260px);font-weight:400;line-height:1.2;margin-bottom:30px;text-align:center}.sec-about-interior .about-interior__title h2{font-size:clamp(40px,10vw,260px);font-weight:400;margin:0}.sec-about-interior .about-interior__desc{color:var(--color-primary);font-size:24px;font-weight:400;margin:0 auto;max-width:830px;text-align:center}@media screen and (max-width:1200px){.sec-about-interior .about-interior__desc{font-size:20px}}@media screen and (max-width:768px){.sec-about-interior .about-interior__desc{font-size:18px}}@media screen and (max-width:480px){.sec-about-interior .about-interior__desc{font-size:14px}}.sec-about-interior .about-interior__blur{background:linear-gradient(180deg,#f7c625,#828634 50%,#8a9030);border-radius:100%;content:"";filter:blur(100px);height:clamp(300px,var(--index) * 13,380px);left:50%;position:absolute;top:0;transform:translateX(-50%);width:clamp(300px,var(--index) * 56,1660px);z-index:1}@media screen and (max-width:768px){.sec-about-interior .about-interior__blur{filter:blur(50px);height:clamp(200px,var(--index) * 6,380px);width:clamp(200px,var(--index) * 20,1660px)}}.s-about-faq{padding-bottom:80px;padding-top:160px;position:relative}@media screen and (max-width:768px){.s-about-faq{padding-bottom:60px;padding-top:60px}}.s-about-faq:before{background:linear-gradient(359deg,#d6cc95,#e4f9c8);bottom:0;content:"";height:170%;left:0;position:absolute;width:100%;z-index:-1}@media screen and (max-width:768px){.s-about-faq:before{height:130%}}.s-about-faq .s-about-faq__title{color:var(--color-primary);font-size:clamp(40px,10vw,260px);font-weight:400;line-height:1.2;margin-bottom:80px;text-align:center}@media screen and (max-width:768px){.s-about-faq .s-about-faq__title{margin-bottom:40px}}.s-about-faq .s-about-faq__title h2{font-size:clamp(40px,10vw,260px);font-weight:400;margin:0}.about-faq{align-items:flex-end;display:flex;gap:0 32px;position:relative}@media screen and (max-width:768px){.about-faq{flex-direction:column;gap:30px 0}}.about-faq .about-faq__element{padding:0 70px 50px 60px;position:relative;width:calc(33.33333% - 21.3333px)}@media screen and (max-width:1600px){.about-faq .about-faq__element{padding:0 40px 30px}}@media screen and (max-width:1300px){.about-faq .about-faq__element{padding:0 20px 30px}}@media screen and (max-width:768px){.about-faq .about-faq__element{padding:0 30px 30px 40px;width:100%}}.about-faq .about-faq__element._open .about-faq__element-arrow{transform:rotate(90deg)}.about-faq .about-faq__element._open .about-faq__overlay{height:calc(100% - 50px)}.about-faq .about-faq__element-top{margin-bottom:60px;position:relative}@media screen and (max-width:1600px){.about-faq .about-faq__element-top{margin-bottom:40px}}@media screen and (max-width:768px){.about-faq .about-faq__element-top{margin-bottom:20px}}.about-faq .about-faq__element-img img{max-height:190px}@media screen and (max-width:1600px){.about-faq .about-faq__element-img img{max-height:140px}}@media screen and (max-width:1300px){.about-faq .about-faq__element-img img{max-height:100px}}@media screen and (max-width:768px){.about-faq .about-faq__element-img img{max-height:80px}}.about-faq .about-faq__element-arrow{bottom:0;color:var(--color-primary);position:absolute;right:-30px;transform:rotate(-45deg);transition:all .3s var(--transition)}@media screen and (max-width:1600px){.about-faq .about-faq__element-arrow{right:0}}@media screen and (max-width:1300px){.about-faq .about-faq__element-arrow{bottom:-30px;right:10px}.about-faq .about-faq__element-arrow svg{width:18px}}.about-faq .about-faq__element-title{color:var(--color-primary);font-size:32px;font-weight:400;line-height:1.2}@media screen and (max-width:1600px){.about-faq .about-faq__element-title{font-size:28px}}@media screen and (max-width:1300px){.about-faq .about-faq__element-title{font-size:22px}}.about-faq .about-faq__element-text{color:var(--color-primary);font-size:14px;font-weight:400;padding-bottom:40px;padding-top:20px}.about-faq .about-faq__element-text a{color:var(--color-primary);position:relative;text-decoration:none;z-index:4}.about-faq .about-faq__element-text a:hover{text-decoration:underline}.about-faq .about-faq__element-content{display:none}.about-faq .about-faq__toggle{content:"";cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.about-faq .about-faq__overlay{background:var(--color-white);border-radius:46px;bottom:0;height:calc(100% - 90px);left:0;pointer-events:none;position:absolute;transition:height .5s var(--transition);width:100%;will-change:height;z-index:-1}@media screen and (max-width:768px){.about-faq .about-faq__overlay{height:calc(100% - 60px)}}.about-faq .about-faq__element-bottom{align-items:center;display:flex;gap:0 30px}.about-faq .about-faq__element-bottom .btn-icon{position:relative;z-index:5}.about-faq .about-faq__element-bottom:before{background:var(--color-primary);content:"";flex:1;height:1px;width:100%}.jobs-scrin{margin-bottom:clamp(60px,var(--index) * 10,200px);overflow:hidden;position:relative}@media screen and (max-width:768px){.jobs-scrin{margin-bottom:clamp(40px,var(--index) * 3,200px)}}.jobs-scrin .container{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding-bottom:80px;padding-top:110px;position:relative;z-index:4}@media screen and (max-width:1200px){.jobs-scrin .container{padding-top:60vh}}@media screen and (max-width:768px){.jobs-scrin .container{padding-top:40vh}}.jobs-scrin .jobs-scrin__top{margin-bottom:clamp(60px,var(--index) * 13,220px);position:relative;width:100%}@media screen and (max-width:1200px){.jobs-scrin .jobs-scrin__top{margin-bottom:clamp(60px,var(--index) * 6,220px)}}.jobs-scrin .jobs-scrin__top .jobs-scrin__title{-webkit-text-fill-color:transparent;background:var(--color-gradient);background-clip:text;-webkit-background-clip:text;font-size:clamp(60px,26vw,500px);font-weight:400;letter-spacing:-.13em;line-height:1.1;opacity:0;position:relative;text-align:center;transform:translateY(20%);white-space:nowrap}@media screen and (max-width:1200px){.jobs-scrin .jobs-scrin__top .jobs-scrin__title{text-align:left;z-index:2}}.jobs-scrin .jobs-scrin__top .jobs-scrin__title-img{aspect-ratio:9/12.6;border-radius:calc(var(--index)*10);bottom:0;-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%);overflow:hidden;position:absolute;right:18%;transform:translateY(35%);width:clamp(160px,var(--index) * 13,380px)}@media screen and (max-width:1200px){.jobs-scrin .jobs-scrin__top .jobs-scrin__title-img{right:0}}.jobs-scrin .jobs-scrin__top .jobs-scrin__title-img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.jobs-scrin .jobs-scrin__bottom{align-items:center;display:flex;gap:0 40px;justify-content:space-between;margin:0 auto;max-width:1600px;opacity:0;position:relative;transform:translateY(20%);width:100%;z-index:3}@media screen and (max-width:1200px){.jobs-scrin .jobs-scrin__bottom{align-items:flex-start;flex-direction:column}}.jobs-scrin .jobs-scrin__desc{color:var(--color-white);font-size:24px;font-weight:400;line-height:1.2;max-width:620px}@media screen and (max-width:1200px){.jobs-scrin .jobs-scrin__desc{color:var(--color-primary);margin-bottom:30px}}@media screen and (max-width:768px){.jobs-scrin .jobs-scrin__desc{font-size:18px;max-width:70%}}.jobs-scrin .jobs-scrin__bottom-right{align-items:center;display:flex;gap:0 20px;max-width:calc(50% - 40px)}@media screen and (max-width:1200px){.jobs-scrin .jobs-scrin__bottom-right{max-width:100%}}@media screen and (max-width:768px){.jobs-scrin .jobs-scrin__bottom-right{flex-direction:column;gap:20px 0}}.jobs-scrin .jobs-scrin__subdesc{color:var(--color-primary);font-size:24px;font-weight:400;line-height:1.2;max-width:470px}.jobs-scrin .jobs-scrin__video{border-radius:96px;-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%);height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:50%;z-index:1}@media screen and (max-width:1200px){.jobs-scrin .jobs-scrin__video{height:70vh;width:100%}}@media screen and (max-width:768px){.jobs-scrin .jobs-scrin__video{border-radius:60px;height:50vh}}.jobs-scrin .jobs-scrin__video video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.jobs-scrin .jobs-scrin__video .jobs-scrin__video-overlay{background:var(--color-black);content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:2}.s-jobs-advantages{overflow:hidden;padding-bottom:125px}.s-jobs-advantages .container{max-width:calc(1600px + var(--container-padding)*2)}.s-jobs-advantages .s-jobs-advantages__title{color:var(--color-primary);font-size:clamp(40px,7vw,120px);font-weight:400;line-height:1.2;margin-bottom:60px;margin-bottom:clamp(60px,var(--index) * 7,160px)}.s-jobs-advantages .s-jobs-advantages__title h1,.s-jobs-advantages .s-jobs-advantages__title h2,.s-jobs-advantages .s-jobs-advantages__title h3{font-size:clamp(40px,7vw,120px);font-weight:400;margin:0}.jobs-advantages__block{position:relative}.jobs-advantages__block .jobs-advantages__element-content{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:linear-gradient(180deg,hsla(0,0%,85%,.03),hsla(0,0%,45%,.03));border-radius:20px;color:var(--color-primary);font-size:32px;font-weight:400;line-height:1.2;min-width:365px;padding:36px 30px 30px;position:relative;z-index:1}@media screen and (max-width:768px){.jobs-advantages__block .jobs-advantages__element-content{font-size:24px;min-width:auto;padding:30px 20px}}.jobs-advantages__block .jobs-advantages__element-content:before{background:linear-gradient(180deg,#ece9e1,#bec632);border-radius:20px;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0),linear-gradient(#000 0 0) content-box;-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) exclude,linear-gradient(#000 0 0) content-box;padding:1px;position:absolute;z-index:-1}.jobs-advantages__block .jobs-advantages__element-content .jobs-advantages__element-number{margin-bottom:18px}.jobs-advantages__block .jobs-advantages__element-image{pointer-events:none}.jobs-advantages__block .jobs-advantages__element-figure{filter:blur(20px);transform:translateY(100%) scale(.6)}.jobs-advantages__block.jobs-advantages__block-1{margin-bottom:clamp(60px,var(--index) * 8,160px);padding-left:100px}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-1{margin-bottom:70px;padding-left:0}}.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element{align-items:flex-start;display:flex;gap:0 32px;position:relative}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element{flex-direction:column;gap:16px 0}}.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element .jobs-advantages__element-image{aspect-ratio:16/10;border-radius:16px;overflow:hidden;width:clamp(280px,var(--index) * 24,640px)}.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element .jobs-advantages__element-image img,.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element .jobs-advantages__element-image video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element .jobs-advantages__element-figure{aspect-ratio:1;background:url(/local/templates/soda/assets/css/../img/jobs_advantages__figure1.png) no-repeat 50%;background-size:contain;bottom:0;left:0;pointer-events:none;position:absolute;transform:translate(-50%,50%) scale(.6);width:clamp(280px,var(--index) * 13,370px)}@media screen and (max-width:992px){.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element .jobs-advantages__element-figure{width:clamp(190px,var(--index) * 13,370px)}}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element .jobs-advantages__element-figure{bottom:auto;left:auto;right:0;top:0;transform:translate(0);width:clamp(120px,var(--index) * 10,370px);z-index:2}}.jobs-advantages__block.jobs-advantages__block-1 .jobs-advantages__element .jobs-advantages__element-blur{aspect-ratio:1;background:linear-gradient(180deg,#f7c625,#828634 50%,#56f725);border-radius:100%;content:"";filter:blur(60px);height:clamp(200px,var(--index) * 11.5,780px);opacity:.53;pointer-events:none;position:absolute;right:0;top:0;transform:rotate(-120deg) translate(-50%,100%);width:clamp(280px,var(--index) * 28,780px)}.jobs-advantages__block.jobs-advantages__block-2{margin-bottom:calc(var(--index)*5*-1);padding-right:calc(var(--index)*10)}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-2{margin-bottom:-20px;padding-right:0;position:relative;z-index:2}}.jobs-advantages__block.jobs-advantages__block-2 .jobs-advantages__element{align-items:flex-start;display:flex;gap:0 32px;justify-content:flex-end;position:relative}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-2 .jobs-advantages__element{gap:0 12px}}.jobs-advantages__block.jobs-advantages__block-2 .jobs-advantages__element .jobs-advantages__element-image{aspect-ratio:9/12;border-radius:16px;overflow:hidden;width:clamp(280px,var(--index) * 13.5,370px)}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-2 .jobs-advantages__element .jobs-advantages__element-image{width:clamp(210px,var(--index) * 13.5,370px)}}.jobs-advantages__block.jobs-advantages__block-2 .jobs-advantages__element .jobs-advantages__element-image img,.jobs-advantages__block.jobs-advantages__block-2 .jobs-advantages__element .jobs-advantages__element-image video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.jobs-advantages__block.jobs-advantages__block-2 .jobs-advantages__element .jobs-advantages__element-figure{aspect-ratio:1;background:url(/local/templates/soda/assets/css/../img/jobs_advantages__figure2.png) no-repeat 50%;background-size:contain;pointer-events:none;position:absolute;right:3%;top:10%;transform:translate(70%,-30%) scale(.6);width:clamp(280px,var(--index) * 12,310px)}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-2 .jobs-advantages__element .jobs-advantages__element-figure{transform:translate(10%,-70%);width:clamp(120px,var(--index) * 10,370px)}.jobs-advantages__block.jobs-advantages__block-3{position:relative;z-index:3}}.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element{align-items:flex-end;display:flex;gap:0 40px;justify-content:flex-start;position:relative}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element{align-items:flex-start;flex-direction:column;gap:20px 0}}.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element .jobs-advantages__element-content{margin-bottom:37px}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element .jobs-advantages__element-content{margin-bottom:0;width:100%}}.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element .jobs-advantages__element-image{border-radius:16px;overflow:hidden;position:relative;transform:translateX(-60px);width:clamp(280px,var(--index) * 18,490px)}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element .jobs-advantages__element-image{transform:translateX(0);width:clamp(220px,var(--index) * 10,370px)}}.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element .jobs-advantages__element-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element .jobs-advantages__element-blur{aspect-ratio:1;background:linear-gradient(180deg,#f7c625,#828634 50%,#56f725);border-radius:100%;content:"";filter:blur(90px);height:clamp(200px,var(--index) * 11.5,780px);left:0;opacity:.53;pointer-events:none;position:absolute;top:0;transform:rotate(-15deg) translate(-30%,-60%);width:clamp(280px,var(--index) * 28,780px);z-index:-1}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-3 .jobs-advantages__element .jobs-advantages__element-blur{filter:blur(60px);opacity:.4}}.jobs-advantages__block.jobs-advantages__block-4{align-items:flex-start;display:flex;gap:0 80px;justify-content:space-between;margin:0 auto;max-width:1520px}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-4{flex-direction:column;gap:0 20px;position:relative;z-index:4}}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element{align-items:flex-end;display:flex;gap:0 40px;position:relative}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element{gap:0 20px}}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element:first-child{align-items:flex-start;flex-direction:column;margin-top:auto;max-width:550px;order:2}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element:first-child{gap:0;order:1;padding-top:90px}}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element:first-child .jobs-advantages__element-content{max-width:calc(100% - 100px)}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element:first-child .jobs-advantages__element-content{max-width:100%}}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element:nth-child(2){justify-content:space-between;margin-top:170px;order:1}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element:nth-child(2){margin-top:0;order:2}}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element .jobs-advantages__element-figure{aspect-ratio:1/1.2;background:url(/local/templates/soda/assets/css/../img/jobs_advantages__figure4.png) no-repeat 50%;background-size:contain;display:block;margin-left:auto;position:relative;position:absolute;right:15%;top:-120%;transform:scale(.6);width:clamp(280px,var(--index) * 15.4,340px);z-index:2}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element .jobs-advantages__element-figure{right:0;top:-4%;width:clamp(180px,var(--index) * 10,320px)}}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element .jobs-advantages__element-content{margin-bottom:37px}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element .jobs-advantages__element-image{aspect-ratio:9/13;border-radius:16px;overflow:hidden;position:relative;width:clamp(280px,var(--index) * 13.5,370px)}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element .jobs-advantages__element-image img,.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element .jobs-advantages__element-image video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.jobs-advantages__block.jobs-advantages__block-4 .jobs-advantages__element .jobs-advantages__element-blur{aspect-ratio:1;background:linear-gradient(180deg,#f7c625,#828634 50%,#56f725);border-radius:100%;content:"";filter:blur(90px);height:clamp(200px,var(--index) * 11.5,780px);opacity:.53;pointer-events:none;position:absolute;right:0;top:0;transform:rotate(-118deg) translate(-10%,30%);width:clamp(280px,var(--index) * 19,520px);z-index:-1}.jobs-advantages__block.jobs-advantages__block-5{align-items:flex-start;display:flex;gap:0 80px;justify-content:space-between;margin:0 auto;max-width:1520px}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-5{flex-direction:column;gap:0 16px}}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element{align-items:flex-end;display:flex;gap:0 40px;position:relative}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element:first-child{align-items:flex-start;flex-direction:column;gap:50px 0;max-width:550px;order:2;padding-top:clamp(140px,var(--index) * 7.5,220px)}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element:first-child{order:1}}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element:first-child .jobs-advantages__element-content{max-width:calc(100% - 30px)}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element:nth-child(2){justify-content:space-between;margin-top:130px;order:1}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element:nth-child(2){margin-left:auto;margin-top:100px;order:2;width:70%}}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-figure{aspect-ratio:1/.95;background:url(/local/templates/soda/assets/css/../img/jobs_advantages__figure5.png) no-repeat 50%;background-size:contain;display:block;margin-left:auto;transform:scale(.6);width:clamp(280px,var(--index) * 13.4,370px);z-index:2}@media screen and (max-width:768px){.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-figure{left:-40%;position:absolute;top:-60%;width:clamp(170px,var(--index) * 13.4,370px)}}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-content{margin-bottom:12px}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-image{border-radius:16px;height:clamp(180px,var(--index) * 9.5,260px);position:relative;position:absolute;right:0;top:0;width:clamp(280px,var(--index) * 13,360px);z-index:2}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-image span{aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;left:0;position:absolute;top:0;width:39%;z-index:1}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-image span:nth-child(2){left:40%;top:13%;z-index:3}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-image span:nth-child(3){bottom:7%;left:20%;top:auto;z-index:2}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-image span:nth-child(4){bottom:0;left:auto;right:0;top:auto;z-index:4}.jobs-advantages__block.jobs-advantages__block-5 .jobs-advantages__element .jobs-advantages__element-blur{aspect-ratio:1;background:linear-gradient(180deg,#f7c625,#828634 50%,#56f725);border-radius:100%;content:"";filter:blur(70px);height:clamp(200px,var(--index) * 11.5,780px);left:-30%;opacity:.53;pointer-events:none;position:absolute;top:0;width:clamp(280px,var(--index) * 19,520px);z-index:-1}.sec-vacancies{overflow:hidden}.sec-vacancies .sec-vacancies__title{color:var(--color-primary);font-size:clamp(40px,7vw,120px);font-weight:400;line-height:1.2;margin-bottom:60px;padding-left:clamp(10px,7vw,110px)}@media screen and (max-width:768px){.sec-vacancies .sec-vacancies__title{padding-left:0}}.sec-vacancies .sec-vacancies__title h2{font-size:clamp(40px,7vw,120px);font-weight:400;margin:0}.vacancies-el{interpolate-size:allow-keywords;height:150px;overflow:hidden;position:relative;transition:height .4s var(--transition)}@media screen and (max-width:768px){.vacancies-el{height:60px}}.vacancies-el:first-child:after{top:0}.vacancies-el:before,.vacancies-el:first-child:after{background:var(--color-primary);content:"";height:1px;left:-50vw;position:absolute;width:200vw;z-index:3}.vacancies-el:before{bottom:0}.vacancies-el._open{height:auto}.vacancies-el._open .vacancies-el__top:before{opacity:0}.vacancies-el .vacancies-el__top{cursor:pointer;padding:0 calc(clamp(10px, 7vw, 110px) + var(--container-padding));position:relative}@media screen and (max-width:768px){.vacancies-el .vacancies-el__top{padding:0 var(--container-padding)}}.vacancies-el .vacancies-el__top:before{background:var(--color-primary-light);bottom:0;content:"";height:0;left:0;position:absolute;transition:height .4s var(--transition),opacity .2s var(--transition);width:100%;z-index:1}@media (hover:hover){.vacancies-el .vacancies-el__top:hover:before{bottom:auto;height:100%;top:0}.vacancies-el .vacancies-el__top:hover .vacancies-el__title{transform:translateY(-16px)}}@media (hover:none){.vacancies-el .vacancies-el__top:active:before{bottom:auto;height:100%;top:0}.vacancies-el .vacancies-el__top:active .vacancies-el__title{transform:translateY(-16px)}}.vacancies-el .vacancies-el__title{color:var(--color-primary);font-size:200px;font-weight:700;line-height:1;position:relative;transition:transform .4s var(--transition);white-space:nowrap;z-index:2}@media screen and (max-width:768px){.vacancies-el .vacancies-el__title{font-size:80px}}.vacancies-el .vacancies-el__title h3{font-size:200px;font-weight:700}@media screen and (max-width:768px){.vacancies-el .vacancies-el__title h3{font-size:80px}}.vacancies-el .vacancies-el__toggle{position:absolute;z-index:2}.vacancies-el .vacancies-el__content{align-items:flex-end;display:flex;gap:0 40px;justify-content:space-between;max-width:calc(1090px + clamp(10px, 7vw, 110px)*2);padding:40px calc(clamp(10px, 7vw, 110px) + var(--container-padding))}@media screen and (max-width:768px){.vacancies-el .vacancies-el__content{flex-direction:column;gap:20px 0;padding:30px var(--container-padding)}}.vacancies-el .vacancies-el__content .vacancies-el__text{color:var(--color-primary);font-size:24px;font-weight:400;line-height:1.2;max-width:650px}@media screen and (max-width:768px){.vacancies-el .vacancies-el__content .vacancies-el__text{font-size:16px}}.vacancies-el .vacancies-el__content .vacancies-el__text h4{font-size:48px;font-weight:700;margin-bottom:30px}@media screen and (max-width:768px){.vacancies-el .vacancies-el__content .vacancies-el__text h4{font-size:26px;margin-bottom:20px}}.vacancies-el .vacancies-el__content .vacancies-el__text b,.vacancies-el .vacancies-el__content .vacancies-el__text strong{font-weight:700}.vacancies-el .vacancies-el__content .vacancies-el__text p{margin-bottom:20px}.vacancies-el .vacancies-el__content .vacancies-el__text p:has(+ul){margin-bottom:2px}.vacancies-el .vacancies-el__content .vacancies-el__text ul{font-size:18px;line-height:1.1;list-style:none}@media screen and (max-width:768px){.vacancies-el .vacancies-el__content .vacancies-el__text ul{font-size:14px}}.vacancies-el .vacancies-el__content .vacancies-el__text ul li{margin-bottom:4px;padding-left:16px;position:relative}.vacancies-el .vacancies-el__content .vacancies-el__text ul li:before{background:var(--color-primary);border-radius:100%;content:"";height:4px;left:0;position:absolute;top:7px;width:4px}.vacancies-el .vacancies-el__content .vacancies-el__text ul li p,.vacancies-el .vacancies-el__content .vacancies-el__text ul li:last-child{margin-bottom:0}.vacancies-el .vacancies-el__content .vacancies-el__btn{width:210px}@media screen and (max-width:768px){.vacancies-el .vacancies-el__content .vacancies-el__btn{max-width:140px;width:100%}}.vacancies-el .btn-circle{border-color:var(--color-primary);color:var(--color-primary)}.vacancies-el .btn-circle:hover{border-color:var(--color-white2);color:var(--color-white2)}.franchise-head._load .franchise-head__wrap{opacity:1;top:0}.franchise-head._load .franchise-head__center .franchise-head__title h1,.franchise-head._load .franchise-head__center .franchise-head__title h2,.franchise-head._load .franchise-head__center .franchise-head__title h3,.franchise-head._load .franchise-head__center .franchise-head__title h4,.franchise-head._load .franchise-head__center .franchise-head__title h5{opacity:1;transform:none;transition-duration:.8s}.franchise-head._load .franchise-head__center .franchise-head__btns .br-btn{opacity:1;top:0}.franchise-head._load .franchise-header__social{opacity:1}.franchise-head._load .queue__one .franchise-head__name,.franchise-head._load .queue__one .franchise-head__text{opacity:1;top:0}.franchise-head._load .queue__two:before{top:-100%}.franchise-head{color:var(--color-primary);overflow:hidden;padding-top:130px;position:relative}@media screen and (max-width:992px){.franchise-head{padding-top:90px}}.franchise-head .franchise-head__wrap{border-bottom:1px solid var(--color-primary);border-top:1px solid var(--color-primary);opacity:0;position:relative;top:50px;transition:top .3s ease-in-out,opacity .3s ease-in-out}.franchise-head .franchise-head__row{display:flex;margin:0 auto;max-width:2200px;min-height:780px;position:relative;width:100%}@media screen and (max-width:1200px){.franchise-head .franchise-head__row{flex-wrap:wrap;min-height:auto}}@media screen and (max-width:992px){.franchise-head .franchise-head__row{flex-direction:column}}.franchise-head .franchise-head__left{border-left:1px solid var(--color-primary);display:flex;flex-direction:column;justify-content:space-between;position:relative;width:calc(50% - 165px);z-index:10}@media screen and (max-width:1600px){.franchise-head .franchise-head__left{width:calc(50% - 20px)}}@media screen and (max-width:1200px){.franchise-head .franchise-head__left{width:calc(50% + 50px)}}@media screen and (max-width:992px){.franchise-head .franchise-head__left{order:2;width:100%}}.franchise-head .franchise-head__left .franchise-head__line{border-bottom:1px solid var(--color-primary);flex:1}@media screen and (max-width:992px){.franchise-head .franchise-head__left .franchise-head__line{min-height:200px}}.franchise-head .franchise-head__left .franchise-head__line:last-child{border-bottom:0}@media screen and (max-width:580px){.franchise-head .franchise-head__left .franchise-head__line:first-child{min-height:160px}.franchise-head .franchise-head__left .franchise-head__line:first-child .franchise-head__cube:last-child{width:calc(100% - 195px)}}@media screen and (max-width:420px){.franchise-head .franchise-head__left .franchise-head__line:first-child .franchise-head__cube:last-child{width:calc(100% - 140px)}}@media screen and (max-width:580px){.franchise-head .franchise-head__left .franchise-head__line:first-child .franchise-head__rectangle{display:none}.franchise-head .franchise-head__left .franchise-head__line:first-child .franchise-head__cube.queue__three{border-left:0}}@media screen and (max-width:420px){.franchise-head .franchise-head__left .franchise-head__line:first-child .franchise-head__cube.queue__three{min-width:140px;width:140px}}@media screen and (max-width:580px){.franchise-head .franchise-head__left .franchise-head__line:nth-child(2){min-height:auto}}.franchise-head .franchise-head__left .franchise-head__line:nth-child(2) .franchise-head__name span:last-child{display:none}@media screen and (max-width:580px){.franchise-head .franchise-head__left .franchise-head__line:nth-child(2) .franchise-head__name span:last-child{display:block}.franchise-head .franchise-head__left .franchise-head__line:nth-child(3){flex-wrap:wrap;min-height:auto}.franchise-head .franchise-head__left .franchise-head__line:nth-child(3) .franchise-head__cube{min-height:170px}.franchise-head .franchise-head__left .franchise-head__line:nth-child(3) .franchise-head__cube.queue__two{min-width:auto;width:calc(100% - 195px)}}@media screen and (max-width:420px){.franchise-head .franchise-head__left .franchise-head__line:nth-child(3) .franchise-head__cube.queue__two{width:calc(100% - 140px)}}@media screen and (max-width:580px){.franchise-head .franchise-head__left .franchise-head__line:nth-child(3) .franchise-head__cube.franchise-head__cube.queue__three{border-right:0}}@media screen and (max-width:420px){.franchise-head .franchise-head__left .franchise-head__line:nth-child(3) .franchise-head__cube.franchise-head__cube.queue__three{min-width:140px;width:140px}}@media screen and (max-width:580px){.franchise-head .franchise-head__left .franchise-head__line:nth-child(3) .franchise-head__rectangle{border-top:1px solid var(--color-primary);order:3;padding:30px;width:100%}}@media screen and (max-width:1600px){.franchise-head .franchise-head__left .franchise-head__line:nth-child(4) .franchise-head__name{justify-content:center}}@media screen and (max-width:580px){.franchise-head .franchise-head__left .franchise-head__line:nth-child(4) .franchise-head__cube.queue__two{display:none}}.franchise-head .franchise-head__center{position:relative;width:calc(50% - 60px);z-index:10}@media screen and (max-width:1200px){.franchise-head .franchise-head__center{width:calc(50% - 50px)}}@media screen and (max-width:992px){.franchise-head .franchise-head__center{border-bottom:1px solid var(--color-primary);order:1;width:100%}}.franchise-head .franchise-head__right{border-left:1px solid var(--color-primary);border-right:1px solid var(--color-primary);padding:30px 30px 70px;position:relative;width:225px;z-index:10}@media screen and (max-width:1600px){.franchise-head .franchise-head__right{width:80px}}@media screen and (max-width:1200px){.franchise-head .franchise-head__right{border-top:1px solid var(--color-primary);height:auto;padding:30px;width:100%}}@media screen and (max-width:992px){.franchise-head .franchise-head__right{order:3}}.franchise-head .franchise-head__line{display:flex;font-size:14px;line-height:1.2;text-transform:uppercase}.franchise-head .franchise-head__line .franchise-head__rectangle{align-items:center;border-right:1px solid var(--color-primary);display:flex;flex:1 1 auto;justify-content:center;padding:30px 50px;position:relative}@media screen and (max-width:1200px){.franchise-head .franchise-head__line .franchise-head__rectangle{padding:15px}}.franchise-head .franchise-head__line .franchise-head__rectangle._nopadding{padding:0}.franchise-head .franchise-head__line .franchise-head__cube{align-items:center;border-right:1px solid var(--color-primary);display:flex;justify-content:center;min-width:195px;overflow:hidden;padding:30px;position:relative;width:195px}@media screen and (max-width:1200px){.franchise-head .franchise-head__line .franchise-head__cube{padding:15px}}.franchise-head .franchise-head__line .franchise-head__cube._nopadding{padding:0}.franchise-head .franchise-head__line .franchise-head__cube .franchise-head__cubeimg{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:calc(100% + 200px);left:0;position:absolute;top:-100px;width:100%;z-index:1}.franchise-head .franchise-head__line .franchise-head__name{color:var(--color-primary);display:flex;font-size:260px;justify-content:space-between;line-height:190px;text-align:center;text-transform:uppercase;width:100%}@media screen and (max-width:1400px){.franchise-head .franchise-head__line .franchise-head__name{font-size:220px}}@media screen and (max-width:580px){.franchise-head .franchise-head__line .franchise-head__name{font-size:100px;line-height:1}}.franchise-head .franchise-head__line .franchise-head__name span{display:inline-block;position:relative;top:5px}@media screen and (max-width:580px){.franchise-head .franchise-head__line .franchise-head__name span{top:0}}.franchise-head .franchise-head__center{display:flex;flex-direction:column;justify-content:space-between}.franchise-head .franchise-head__center .franchise-head__title{align-items:center;color:var(--color-primary);display:flex;flex:1 1 auto;justify-content:flex-end;padding:50px 75px}@media screen and (max-width:1600px){.franchise-head .franchise-head__center .franchise-head__title{padding:50px 35px}}@media screen and (max-width:992px){.franchise-head .franchise-head__center .franchise-head__title{justify-content:center;padding:30px;text-align:center}}.franchise-head .franchise-head__center .franchise-head__title h1,.franchise-head .franchise-head__center .franchise-head__title h2,.franchise-head .franchise-head__center .franchise-head__title h3,.franchise-head .franchise-head__center .franchise-head__title h4,.franchise-head .franchise-head__center .franchise-head__title h5,.franchise-head .franchise-head__center .franchise-head__title h6{font-size:60px;font-weight:600;letter-spacing:.1em;line-height:1.2;margin:0;max-width:720px;opacity:0;position:relative;transform:translateY(100%) rotateX(-80deg);transform-origin:center top;transform-style:preserve-3d;transition:opacity 0s cubic-bezier(.215,.61,.355,1) .4s,transform 0s cubic-bezier(.215,.61,.355,1) .4s}@media screen and (max-width:1600px){.franchise-head .franchise-head__center .franchise-head__title h1,.franchise-head .franchise-head__center .franchise-head__title h2,.franchise-head .franchise-head__center .franchise-head__title h3,.franchise-head .franchise-head__center .franchise-head__title h4,.franchise-head .franchise-head__center .franchise-head__title h5,.franchise-head .franchise-head__center .franchise-head__title h6{font-size:55px}}@media screen and (max-width:1400px){.franchise-head .franchise-head__center .franchise-head__title h1,.franchise-head .franchise-head__center .franchise-head__title h2,.franchise-head .franchise-head__center .franchise-head__title h3,.franchise-head .franchise-head__center .franchise-head__title h4,.franchise-head .franchise-head__center .franchise-head__title h5,.franchise-head .franchise-head__center .franchise-head__title h6{font-size:45px}}@media screen and (max-width:1200px){.franchise-head .franchise-head__center .franchise-head__title h1,.franchise-head .franchise-head__center .franchise-head__title h2,.franchise-head .franchise-head__center .franchise-head__title h3,.franchise-head .franchise-head__center .franchise-head__title h4,.franchise-head .franchise-head__center .franchise-head__title h5,.franchise-head .franchise-head__center .franchise-head__title h6{font-size:36px}}.franchise-head .franchise-head__center .franchise-head__btns{align-items:center;border-top:1px solid var(--color-primary);display:flex;height:25%;justify-content:center;padding:50px}@media screen and (max-width:580px){.franchise-head .franchise-head__center .franchise-head__btns{padding:30px}}.franchise-head .franchise-head__center .franchise-head__btns .br-btn{opacity:0;position:relative;top:10px;transition:top .5s ease-in-out .4s,opacity .5s ease-in-out .4s}.franchise-head .franchise-header__social{bottom:70px;color:var(--color-primary);display:flex;font-size:15px;left:5px;letter-spacing:.15em;line-height:17px;list-style:none;opacity:0;position:relative;position:absolute;transform:rotate(-90deg) translate(50%);transition:opacity .5s ease-in-out .7s}@media screen and (max-width:1600px){.franchise-head .franchise-header__social{bottom:120px;left:-70px;transform:rotate(-90deg) translate(0)}}@media screen and (max-width:1200px){.franchise-head .franchise-header__social{bottom:auto;left:auto;line-height:1.2;position:relative;transform:rotate(0deg) translate(0)}}@media screen and (max-width:580px){.franchise-head .franchise-header__social{justify-content:center}}.franchise-head .franchise-header__social li{margin-right:10px}.franchise-head .franchise-header__social li:last-child{margin-right:0}.franchise-head .franchise-header__social a{display:block;padding:5px;text-transform:uppercase;transition:all .3s ease-in-out;white-space:nowrap}.franchise-head .franchise-header__social a,.franchise-head .franchise-header__social a:active,.franchise-head .franchise-header__social a:focus{color:var(--color-primary);text-decoration:none}.franchise-head .franchise-header__social a:hover{color:var(--color-primary);opacity:.8;text-decoration:none}.franchise-head .queue__one{overflow:hidden}.franchise-head .queue__one .franchise-head__name,.franchise-head .queue__one .franchise-head__text{color:var(--color-primary);opacity:0;position:relative;top:40px;transition:top .5s ease-in-out .4s,opacity .5s ease-in-out .4s}.franchise-head .queue__two{overflow:hidden}.franchise-head .queue__two:before{background:var(--color-primary);content:"";height:100%;left:0;position:absolute;top:0;transition:top .7s ease-in-out .6s,opacity .7s ease-in-out .6s;width:100%;z-index:2}.franchise-head .queue__three{overflow:hidden}.franchise-head .queue__three:before{background:var(--color-primary-light);content:"";height:100%;position:absolute;right:-100%;top:0;transition:right .7s ease-in-out .8s,opacity .7s ease-in-out .8s;width:100%;z-index:2}.franchise-about{overflow:hidden;padding-top:310px;position:relative;z-index:5}@media screen and (max-width:1400px){.franchise-about{padding-top:190px}}@media screen and (max-width:992px){.franchise-about{padding-top:90px}}.franchise-about .container{max-width:1830px;position:relative}.franchise-about .franchise-about__title{color:var(--color-primary);font-size:80px;font-weight:600;left:0;letter-spacing:.1em;line-height:1.2;max-width:790px;position:absolute;top:-80px;z-index:10}@media screen and (max-width:1900px){.franchise-about .franchise-about__title{left:30px}}@media screen and (max-width:1300px){.franchise-about .franchise-about__title{font-size:60px}}@media screen and (max-width:992px){.franchise-about .franchise-about__title{left:auto;position:relative;top:auto}}@media screen and (max-width:768px){.franchise-about .franchise-about__title{font-size:40px;margin-bottom:30px;max-width:360px}}@media screen and (max-width:480px){.franchise-about .franchise-about__title{font-size:32px}}.franchise-about .franchise-about__title h1,.franchise-about .franchise-about__title h2,.franchise-about .franchise-about__title h3,.franchise-about .franchise-about__title h4,.franchise-about .franchise-about__title h5,.franchise-about .franchise-about__title h6{font-size:80px;font-weight:600;margin:0}@media screen and (max-width:1300px){.franchise-about .franchise-about__title h1,.franchise-about .franchise-about__title h2,.franchise-about .franchise-about__title h3,.franchise-about .franchise-about__title h4,.franchise-about .franchise-about__title h5,.franchise-about .franchise-about__title h6{font-size:60px}}@media screen and (max-width:768px){.franchise-about .franchise-about__title h1,.franchise-about .franchise-about__title h2,.franchise-about .franchise-about__title h3,.franchise-about .franchise-about__title h4,.franchise-about .franchise-about__title h5,.franchise-about .franchise-about__title h6{font-size:40px}}@media screen and (max-width:480px){.franchise-about .franchise-about__title h1,.franchise-about .franchise-about__title h2,.franchise-about .franchise-about__title h3,.franchise-about .franchise-about__title h4,.franchise-about .franchise-about__title h5,.franchise-about .franchise-about__title h6{font-size:32px}}.franchise-about .franchise-about__row{display:flex}@media screen and (max-width:768px){.franchise-about .franchise-about__row{flex-direction:column}}.franchise-about .franchise-about__row .franchise-about__content{color:var(--color-primary);font-size:14px;font-weight:400;line-height:1.4;padding-bottom:40px;padding-left:80px;padding-top:300px;text-transform:uppercase;width:600px}@media screen and (max-width:1300px){.franchise-about .franchise-about__row .franchise-about__content{padding-left:0;padding-right:30px;padding-top:150px;width:360px}}@media screen and (max-width:992px){.franchise-about .franchise-about__row .franchise-about__content{padding-top:90px}}@media screen and (max-width:768px){.franchise-about .franchise-about__row .franchise-about__content{order:2;padding-top:30px}}.franchise-about .franchise-about__row .franchise-about__content p{max-width:380px}.franchise-about .franchise-about__row .franchise-about__block{width:calc(100% - 600px)}@media screen and (max-width:1300px){.franchise-about .franchise-about__row .franchise-about__block{width:calc(100% - 360px)}}@media screen and (max-width:768px){.franchise-about .franchise-about__row .franchise-about__block{margin-left:auto;max-width:calc(100% - 50px);order:1;width:400px}}.franchise-video{overflow:hidden}.franchise-video,.franchise-video:before{display:block;position:relative;width:100%}.franchise-video:before{content:"";padding-top:60.666%}.franchise-video .franchise-video__play{border:1px solid var(--color-primary);border-radius:50%;content:"";height:148px;left:50%;margin-left:-74px;margin-top:-74px;position:absolute;top:50%;transition:all .3s ease-in-out;width:148px;z-index:10}.franchise-video .franchise-video__play:before{border-bottom:7px solid transparent;border-left:10px solid var(--color-primary);border-top:7px solid transparent;content:"";height:0;left:50%;margin-left:-5px;margin-top:-7px;position:absolute;top:50%;width:0}@media screen and (max-width:992px){.franchise-video .franchise-video__play{animation:vawe 7s linear infinite;background:var(--color-primary);border-radius:38% 62% 55% 45%/32% 53% 47% 68%;height:100px;margin-left:-50px;margin-top:-50px;transform:scale(1.2);width:100px}.franchise-video .franchise-video__play:before{border-left:10px solid var(--color-white2)}}@media screen and (max-width:480px){.franchise-video .franchise-video__play{height:80px;margin-left:-40px;margin-top:-40px;width:80px}}.franchise-video .franchise-video__img{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:calc(100% + 200px);left:0;position:absolute;top:0;width:100%;z-index:1}.franchise-video:hover .franchise-video__play{animation:vawe 7s linear infinite;background:var(--color-primary);border-radius:38% 62% 55% 45%/32% 53% 47% 68%;transform:scale(1.2)}.franchise-video:hover .franchise-video__play:before{border-left:10px solid var(--color-white2)}@keyframes vawe{20%{border-radius:45% 55% 62% 38%/53% 51% 49% 47%}40%{border-radius:45% 55% 49% 51%/36% 51% 49% 64%}60%{border-radius:60% 40% 57% 43%/47% 62% 38% 53%}80%{border-radius:60% 40% 32% 68%/38% 36% 64% 62%}}.franchise-why{position:relative;z-index:6}@media screen and (max-width:1200px){.franchise-why{overflow:hidden}}.franchise-why .franchise-why__top{max-width:600px;position:relative;z-index:40}.franchise-why .franchise-why__logos{content:"";height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.franchise-why .franchise-why__logo{background:url(/local/templates/soda/assets/css/../img/SODA__br.svg) no-repeat 50%;background-size:contain;content:"";height:763px;position:absolute;width:283px;z-index:1}@media screen and (max-width:1300px){.franchise-why .franchise-why__logo{height:400px;opacity:.7;width:200px}}@media screen and (max-width:1100px){.franchise-why .franchise-why__logo{opacity:.1}}.franchise-why .franchise-why__logo:first-child{right:-90px;top:30%}@media screen and (max-width:1300px){.franchise-why .franchise-why__logo:first-child{right:-70px}}.franchise-why .franchise-why__logo:nth-child(2){left:-90px;top:calc(50% + 400px)}@media screen and (max-width:1300px){.franchise-why .franchise-why__logo:nth-child(2){left:-70px}}.franchise-why .franchise-why__logo:nth-child(3){bottom:200px;right:-90px}@media screen and (max-width:1300px){.franchise-why .franchise-why__logo:nth-child(3){right:-70px}}.franchise-why .franchise-why__name{animation:Orbita2 15s linear infinite;background:url(/local/templates/soda/assets/css/../img/krug_sodastudio.svg) no-repeat 50%;background-size:contain;border-radius:50%;content:"";height:130px;position:absolute;right:-65px;top:-65px;width:130px;z-index:10}@media screen and (max-width:1200px){.franchise-why .franchise-why__name{top:20px}}.franchise-why .franchise-why__wrap{overflow:hidden;position:relative;z-index:20}.franchise-why .container{max-width:1830px;position:relative}.franchise-why .franchise-why__title{background:var(--color-primary-light);color:var(--color-primary);max-width:600px;padding:80px 0;position:relative;width:100%;z-index:10}@media screen and (max-width:1200px){.franchise-why .franchise-why__title{margin-bottom:60px}}@media screen and (max-width:768px){.franchise-why .franchise-why__title{padding:60px 0}}.franchise-why .franchise-why__title:before{background:var(--color-primary-light);content:"";height:100%;left:-1440px;position:absolute;top:0;width:1500px;z-index:1}.franchise-why .franchise-why__title h2{font-size:80px;font-weight:600;letter-spacing:.1em;line-height:1.2;margin:0;position:relative;transition:all .5s ease-in-out .2s;z-index:10}@media screen and (max-width:1200px){.franchise-why .franchise-why__title h2{font-size:60px}}@media screen and (max-width:768px){.franchise-why .franchise-why__title h2{font-size:40px}}.franchise-why .franchise-why__arrow{height:260px;overflow:hidden;position:relative}@media screen and (max-width:1200px){.franchise-why .franchise-why__arrow{display:none}}.franchise-why .franchise-why__arrow:before{background:url(/local/templates/soda/assets/css/../img/arrow_nav.svg) no-repeat 50%;background-size:contain;content:"";height:60px;left:50%;margin-left:-30px;margin-top:-30px;position:absolute;top:50%;transform:rotate(90deg);width:60px}.franchise-why .franchise-why__lines{margin:0 auto;max-width:1480px}.franchise-why .franchise-why__line{display:flex;justify-content:space-between;position:relative;width:100%}.franchise-why .franchise-why__line .franchise-why__line__text{color:var(--color-primary);font-size:14px;font-weight:400;letter-spacing:.01em;line-height:1.2;position:relative;text-transform:uppercase;transition:opacity .5s ease-in-out;width:50%}.franchise-why .franchise-why__line .franchise-why__line__text h3{font-size:24px;font-weight:400;letter-spacing:.01em;line-height:1.2;margin-bottom:20px;max-width:380px}@media screen and (max-width:480px){.franchise-why .franchise-why__line .franchise-why__line__text h3{font-size:20px}}.franchise-why .franchise-why__line .franchise-why__line__text p{max-width:425px}.franchise-why .franchise-why__line .franchise-why__line__img{max-width:50%;position:absolute;z-index:10}.franchise-why .franchise-why__line._one{margin-bottom:580px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._one{margin-bottom:280px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._one{margin-bottom:180px}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._one{margin-bottom:120px}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._one{margin-bottom:20px}}.franchise-why .franchise-why__line._one .franchise-why__line__text{margin-left:230px;min-height:300px;position:relative}@media screen and (max-width:1300px){.franchise-why .franchise-why__line._one .franchise-why__line__text{margin-left:120px}}@media screen and (max-width:1200px){.franchise-why .franchise-why__line._one .franchise-why__line__text{margin-left:70px}}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._one .franchise-why__line__text{margin-left:0;padding-bottom:70px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._one .franchise-why__line__text{padding-bottom:40px;width:calc(100% - 300px)}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._one .franchise-why__line__text{min-height:200px;width:calc(100% - 200px)}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._one .franchise-why__line__text{min-height:270px;width:calc(100% - 150px)}}.franchise-why .franchise-why__line._one .franchise-why__line__img{height:615px;overflow:hidden;position:absolute;right:0;top:0;width:460px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._one .franchise-why__line__img{height:480px;width:360px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._one .franchise-why__line__img{height:380px;width:260px}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._one .franchise-why__line__img{height:280px;width:160px}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._one .franchise-why__line__img{height:230px;width:120px}}.franchise-why .franchise-why__line._one .franchise-why__line__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.franchise-why .franchise-why__line._two{margin-bottom:330px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._two{margin-bottom:120px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._two{margin-bottom:90px}}.franchise-why .franchise-why__line._two .franchise-why__line__text{margin-left:auto;order:2}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._two .franchise-why__line__text{min-height:200px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._two .franchise-why__line__text{padding-bottom:30px;width:calc(100% - 300px)}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._two .franchise-why__line__text{width:calc(100% - 200px)}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._two .franchise-why__line__text{width:calc(100% - 135px)}}.franchise-why .franchise-why__line._two .franchise-why__line__img{bottom:0;height:615px;left:0;overflow:hidden;width:460px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._two .franchise-why__line__img{height:480px;width:360px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._two .franchise-why__line__img{height:380px;width:260px}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._two .franchise-why__line__img{height:280px;width:160px}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._two .franchise-why__line__img{height:230px;width:120px}}.franchise-why .franchise-why__line._two .franchise-why__line__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;width:100%;z-index:5}.franchise-why .franchise-why__line._three{margin-bottom:440px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._three{margin-bottom:180px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._three{margin-bottom:80px}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._three{margin-bottom:30px}}.franchise-why .franchise-why__line._three .franchise-why__line__text{margin-left:230px;min-height:300px}@media screen and (max-width:1200px){.franchise-why .franchise-why__line._three .franchise-why__line__text{margin-left:70px}}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._three .franchise-why__line__text{margin-left:0;padding-bottom:50px;padding-right:50px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._three .franchise-why__line__text{min-height:200px;padding-right:30px;width:calc(100% - 300px)}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._three .franchise-why__line__text{width:calc(100% - 220px)}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._three .franchise-why__line__text{padding-right:20px;width:calc(100% - 140px)}}.franchise-why .franchise-why__line._three .franchise-why__line__img{height:350px;overflow:hidden;right:0;top:0;width:530px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._three .franchise-why__line__img{top:-40px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._three .franchise-why__line__img{height:260px;width:300px}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._three .franchise-why__line__img{height:260px;width:220px}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._three .franchise-why__line__img{height:200px;width:140px}}.franchise-why .franchise-why__line._three .franchise-why__line__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.franchise-why .franchise-why__line._four{margin-bottom:250px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._four{margin-bottom:120px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._four{margin-bottom:60px}}.franchise-why .franchise-why__line._four .franchise-why__line__text{margin-left:auto;min-height:300px;order:2}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._four .franchise-why__line__text{padding-bottom:40px;padding-left:30px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._four .franchise-why__line__text{padding-left:0;width:calc(100% - 300px)}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._four .franchise-why__line__text{min-height:200px;width:calc(100% - 200px)}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._four .franchise-why__line__text{min-height:160px;width:calc(100% - 135px)}}.franchise-why .franchise-why__line._four .franchise-why__line__img{bottom:0;height:615px;left:0;overflow:hidden;width:460px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._four .franchise-why__line__img{height:480px;width:360px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._four .franchise-why__line__img{height:380px;width:260px}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._four .franchise-why__line__img{height:280px;width:160px}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._four .franchise-why__line__img{height:230px;width:120px}}.franchise-why .franchise-why__line._four .franchise-why__line__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.franchise-why .franchise-why__line._five{margin-bottom:510px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._five{margin-bottom:180px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._five{margin-bottom:80px}}.franchise-why .franchise-why__line._five .franchise-why__line__text{margin-left:230px;min-height:200px}@media screen and (max-width:1200px){.franchise-why .franchise-why__line._five .franchise-why__line__text{margin-left:70px}}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._five .franchise-why__line__text{margin-left:0;padding-bottom:40px;padding-left:70px;padding-right:40px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._five .franchise-why__line__text{min-height:200px;padding-left:0;padding-right:30px;width:calc(100% - 300px)}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._five .franchise-why__line__text{width:calc(100% - 220px)}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._five .franchise-why__line__text{padding-right:20px;width:calc(100% - 140px)}}.franchise-why .franchise-why__line._five .franchise-why__line__img{height:350px;overflow:hidden;right:0;top:0;width:530px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._five .franchise-why__line__img{top:-60px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._five .franchise-why__line__img{height:260px;width:300px}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._five .franchise-why__line__img{height:260px;width:220px}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._five .franchise-why__line__img{height:200px;width:140px}}.franchise-why .franchise-why__line._five .franchise-why__line__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.franchise-why .franchise-why__line._six{margin-bottom:140px}.franchise-why .franchise-why__line._six .franchise-why__line__text{margin-left:auto;min-height:300px;order:2}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._six .franchise-why__line__text{padding-left:40px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._six .franchise-why__line__text{padding-left:0;width:calc(100% - 300px)}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._six .franchise-why__line__text{min-height:200px;width:calc(100% - 200px)}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._six .franchise-why__line__text{min-height:160px;width:calc(100% - 135px)}}.franchise-why .franchise-why__line._six .franchise-why__line__img{bottom:0;height:615px;left:0;overflow:hidden;width:460px}@media screen and (max-width:1100px){.franchise-why .franchise-why__line._six .franchise-why__line__img{height:480px;width:360px}}@media screen and (max-width:870px){.franchise-why .franchise-why__line._six .franchise-why__line__img{height:380px;width:260px}}@media screen and (max-width:610px){.franchise-why .franchise-why__line._six .franchise-why__line__img{height:280px;width:160px}}@media screen and (max-width:480px){.franchise-why .franchise-why__line._six .franchise-why__line__img{height:230px;width:120px}}.franchise-why .franchise-why__line._six .franchise-why__line__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.franchise-profit{color:var(--color-primary);margin-bottom:180px;overflow:hidden;padding-top:100px;position:relative}@media screen and (max-width:1200px){.franchise-profit{padding-top:0}}.franchise-profit .franchise-profit__wrap{border:1px solid var(--color-primary);position:relative;z-index:10}.franchise-profit .franchise-profit__wrap .franchise-profit__line{border-bottom:1px solid var(--color-primary)}.franchise-profit .franchise-profit__wrap .franchise-profit__line:last-child{border-bottom:0}.franchise-profit .franchise-profit__wrap .franchise-profit__line:last-child .franchise-profit__el .franchise-profit__el_val{border:none;border-radius:0}.franchise-profit .franchise-profit__wrap .franchise-profit__line:last-child .franchise-profit__el .franchise-profit__el_val:after{border:1px solid var(--color-primary);border-radius:50%;content:"";height:50%;left:0;position:absolute;top:26%;transform:rotate(-15deg);width:100%}.franchise-profit .franchise-profit__wrap .franchise-profit__line:last-child .franchise-profit__el .franchise-profit__el_val:before{border-radius:50%;height:50%;top:26%;transform:rotate(-15deg)}.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el{overflow:hidden}.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el:before{left:100%}.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el .franchise-profit__el_val:before{left:-100%}.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el:first-child .franchise-profit__el_val:before,.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el:first-child:before{transition:all .4s ease-in-out .1s}.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el:nth-child(2) .franchise-profit__el_val:before,.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el:nth-child(2):before{transition:all .4s ease-in-out .4s}.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el:nth-child(3) .franchise-profit__el_val:before,.franchise-profit .franchise-profit__wrap .franchise-profit__line:first-child .franchise-profit__right .franchise-profit__el:nth-child(3):before{transition:all .4s ease-in-out .8s}@media screen and (max-width:1200px){.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__left{border-bottom:0;border-top:1px solid var(--color-primary);order:2}.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right{order:1}}.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el{overflow:hidden}.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el:before{left:-100%}.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el .franchise-profit__el_val:before{left:100%}.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el:first-child .franchise-profit__el_val:before,.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el:first-child:before{transition:all .4s ease-in-out 1.9s}.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el:nth-child(2) .franchise-profit__el_val:before,.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el:nth-child(2):before{transition:all .4s ease-in-out 1.6s}.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el:nth-child(3) .franchise-profit__el_val:before,.franchise-profit .franchise-profit__wrap .franchise-profit__line:nth-child(2) .franchise-profit__right .franchise-profit__el:nth-child(3):before{transition:all .4s ease-in-out 1.2s}.franchise-profit .franchise-profit__row{display:flex;margin:0 auto;max-width:1980px;padding-right:0}@media screen and (max-width:1200px){.franchise-profit .franchise-profit__row{flex-direction:column}}.franchise-profit .franchise-profit__row .franchise-profit__left{border-right:1px solid var(--color-primary);display:flex;flex-direction:column;justify-content:center;padding:40px 70px 40px 30px;width:calc(50% - 100px)}@media screen and (max-width:1700px){.franchise-profit .franchise-profit__row .franchise-profit__left{max-width:570px;width:100%}}@media screen and (max-width:1200px){.franchise-profit .franchise-profit__row .franchise-profit__left{border-bottom:1px solid var(--color-primary);border-right:0;max-width:100%;width:100%}}@media screen and (max-width:580px){.franchise-profit .franchise-profit__row .franchise-profit__left{padding-left:20px;padding-right:20px}}.franchise-profit .franchise-profit__row .franchise-profit__left .franchise-profit__subtitle,.franchise-profit .franchise-profit__row .franchise-profit__left .franchise-profit__title{left:-50px;opacity:0;position:relative;transition:all .5s ease-in-out .1s}.franchise-profit .franchise-profit__row .franchise-profit__left .franchise-profit__subtitle,.franchise-profit .franchise-profit__row .franchise-profit__left .franchise-profit__title{left:0;opacity:1}.franchise-profit .franchise-profit__row .franchise-profit__left .franchise-profit__files{position:relative;transition:all .5s ease-in-out .1s}.franchise-profit .franchise-profit__row .franchise-profit__right{display:flex;width:calc(50% + 100px)}@media screen and (max-width:1700px){.franchise-profit .franchise-profit__row .franchise-profit__right{width:calc(100% - 570px)}}@media screen and (max-width:1200px){.franchise-profit .franchise-profit__row .franchise-profit__right{width:100%}}@media screen and (max-width:580px){.franchise-profit .franchise-profit__row .franchise-profit__right{flex-wrap:wrap}}.franchise-profit .franchise-profit__row .franchise-profit__right .franchise-profit__el{border-right:1px solid var(--color-primary);width:33.3333333333%}@media screen and (max-width:580px){.franchise-profit .franchise-profit__row .franchise-profit__right .franchise-profit__el{border-bottom:1px solid var(--color-primary);width:50%}}.franchise-profit .franchise-profit__row .franchise-profit__right .franchise-profit__el:last-child{border-right:0}@media screen and (max-width:580px){.franchise-profit .franchise-profit__row .franchise-profit__right .franchise-profit__el:last-child{border-bottom:0;width:50%}}.franchise-profit .franchise-profit__title{font-size:15px;font-weight:300;line-height:18px;margin-bottom:35px;max-width:155px;text-transform:uppercase}.franchise-profit .franchise-profit__title h2{font-size:15px;font-weight:300;margin:0}.franchise-profit .franchise-profit__subtitle{font-size:80px;font-weight:600;letter-spacing:.1em;line-height:91px;max-width:560px}@media screen and (max-width:768px){.franchise-profit .franchise-profit__subtitle{font-size:50px;line-height:1.3;max-width:400px}}@media screen and (max-width:480px){.franchise-profit .franchise-profit__subtitle{font-size:40px}}.franchise-profit .franchise-profit__subtitle h3{font-size:80px;font-weight:600}@media screen and (max-width:768px){.franchise-profit .franchise-profit__subtitle h3{font-size:50px}}@media screen and (max-width:480px){.franchise-profit .franchise-profit__subtitle h3{font-size:40px}}.franchise-profit .franchise-profit__el{padding:40px 20px 30px;position:relative}@media screen and (max-width:768px){.franchise-profit .franchise-profit__el{padding:30px 10px 20px}}.franchise-profit .franchise-profit__el:before{background:#000;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.franchise-profit .franchise-profit__el .franchise-profit__el_title{font-size:14px;font-weight:400;line-height:1.3;margin-bottom:25px}.franchise-profit .franchise-profit__el .franchise-profit__el_val{border:1px solid var(--color-primary);border-radius:50%;content:"";display:flex;margin:0 auto;overflow:hidden;padding-top:calc(100% - 2px);position:relative;width:100%;z-index:10}.franchise-profit .franchise-profit__el .franchise-profit__el_val:before{background:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.franchise-profit .franchise-profit__el .franchise-profit__el_val .franchise-profit__el_text{align-items:flex-end;display:flex;flex-direction:column;font-size:40px;font-weight:700;height:100%;justify-content:center;left:0;line-height:1.3;padding:30px 50px 30px 20px;position:absolute;top:0;white-space:nowrap;width:100%}@media screen and (max-width:1600px){.franchise-profit .franchise-profit__el .franchise-profit__el_val .franchise-profit__el_text{padding:30px 20px 30px 10px}}@media screen and (max-width:1500px){.franchise-profit .franchise-profit__el .franchise-profit__el_val .franchise-profit__el_text{font-size:30px}}@media screen and (max-width:768px){.franchise-profit .franchise-profit__el .franchise-profit__el_val .franchise-profit__el_text{font-size:24px}}@media screen and (max-width:580px){.franchise-profit .franchise-profit__el .franchise-profit__el_val .franchise-profit__el_text{font-size:7vw}}.franchise-profit .franchise-profit__el .franchise-profit__el_val .franchise-profit__el_text span{font-size:14px;font-weight:400;line-height:1.2}.franchise-profit .franchise-profit__files{display:flex}@media screen and (max-width:580px){.franchise-profit .franchise-profit__files{flex-direction:column}}.franchise-profit .franchise-profit__files .franchise-profit__cont{font-size:15px;font-weight:300;line-height:18px;margin-right:20px;padding-left:25px;position:relative;width:340px}@media screen and (max-width:580px){.franchise-profit .franchise-profit__files .franchise-profit__cont{margin-bottom:30px}}.franchise-profit .franchise-profit__files .franchise-profit__cont .icon{content:"";height:26px;left:0;overflow:hidden;position:absolute;top:-20px;width:22px}.franchise-profit .franchise-profit__files .franchise-profit__cont .icon:before{background:url(/local/templates/soda/assets/css/../img/arrow_nav.svg) no-repeat 100%;background-size:auto 100%;content:"";height:20px;left:-4px;position:absolute;top:0;transform:rotate(90deg);width:31px}.franchise-profit .franchise-profit__files .franchise-profit__cont span{display:block;font-size:60px;font-weight:600;line-height:1.2}.franchise-profit .franchise-profit__pillars{bottom:0;content:"";display:flex;height:calc(100% - 100px);justify-content:space-between;position:absolute;right:0;width:calc(50% + 100px)}@media screen and (max-width:1200px){.franchise-profit .franchise-profit__pillars{width:100%}}.franchise-profit .franchise-profit__pillars span{content:"";display:block;position:relative;width:2.6315789474%}.franchise-profit .franchise-profit__pillars span:before{background:var(--color-primary-light);bottom:0;content:"";height:0;left:0;opacity:.2;position:absolute;width:100%}.franchise-profit .franchise-profit__pillars span:first-child:before{height:5.2631578947%;transition:height .3s ease-in}.franchise-profit .franchise-profit__pillars span:nth-child(2):before{height:10.5263157895%;transition:height .3s ease-in .2s}.franchise-profit .franchise-profit__pillars span:nth-child(3):before{height:15.7894736842%;transition:height .3s ease-in .4s}.franchise-profit .franchise-profit__pillars span:nth-child(4):before{height:21.0526315789%;transition:height .3s ease-in .6s}.franchise-profit .franchise-profit__pillars span:nth-child(5):before{height:26.3157894737%;transition:height .3s ease-in .8s}.franchise-profit .franchise-profit__pillars span:nth-child(6):before{height:31.5789473684%;transition:height .3s ease-in 1s}.franchise-profit .franchise-profit__pillars span:nth-child(7):before{height:36.8421052632%;transition:height .3s ease-in 1.2s}.franchise-profit .franchise-profit__pillars span:nth-child(8):before{height:42.1052631579%;transition:height .3s ease-in 1.4s}.franchise-profit .franchise-profit__pillars span:nth-child(9):before{height:47.3684210526%;transition:height .3s ease-in 1.6s}.franchise-profit .franchise-profit__pillars span:nth-child(10):before{height:52.6315789474%;transition:height .3s ease-in 1.8s}.franchise-profit .franchise-profit__pillars span:nth-child(11):before{height:57.8947368421%;transition:height .3s ease-in 2s}.franchise-profit .franchise-profit__pillars span:nth-child(12):before{height:63.1578947368%;transition:height .3s ease-in 2.2s}.franchise-profit .franchise-profit__pillars span:nth-child(13):before{height:68.4210526316%;transition:height .3s ease-in 2.4s}.franchise-profit .franchise-profit__pillars span:nth-child(14):before{height:73.6842105263%;transition:height .3s ease-in 2.6s}.franchise-profit .franchise-profit__pillars span:nth-child(15):before{height:78.9473684211%;transition:height .3s ease-in 2.8s}.franchise-profit .franchise-profit__pillars span:nth-child(16):before{height:84.2105263158%;transition:height .3s ease-in 3s}.franchise-profit .franchise-profit__pillars span:nth-child(17):before{height:89.4736842105%;transition:height .3s ease-in 3.2s}.franchise-profit .franchise-profit__pillars span:nth-child(18):before{height:94.7368421053%;transition:height .3s ease-in 3.4s}.franchise-profit .franchise-profit__pillars span:nth-child(19):before{height:100%;transition:height .3s ease-in 3.6s}.sec-franchise-stages{color:var(--color-primary);margin-bottom:180px;overflow:hidden;position:relative}@media screen and (max-width:768px){.sec-franchise-stages{margin-bottom:70px}}.sec-franchise-stages .sec-franchise-stages__top{margin:0 auto;max-width:1750px;padding:0 30px;width:100%}.sec-franchise-stages .sec-franchise-stages__title{font-size:15px;font-weight:300;line-height:1.2;margin-bottom:20px;text-transform:uppercase}.sec-franchise-stages .sec-franchise-stages__title h2{font-size:15px;font-weight:300;margin:0}.sec-franchise-stages .sec-franchise-stages__subtitle{font-size:80px;font-weight:600;letter-spacing:.1em;line-height:1.2;margin-bottom:20px;max-width:700px;text-transform:uppercase}@media screen and (max-width:768px){.sec-franchise-stages .sec-franchise-stages__subtitle{font-size:50px}}@media screen and (max-width:480px){.sec-franchise-stages .sec-franchise-stages__subtitle{font-size:40px}}.sec-franchise-stages .sec-franchise-stages__subtitle h3{font-size:80px;font-weight:600;margin:0}@media screen and (max-width:768px){.sec-franchise-stages .sec-franchise-stages__subtitle h3{font-size:50px}}@media screen and (max-width:480px){.sec-franchise-stages .sec-franchise-stages__subtitle h3{font-size:40px}}.franchise-stages__img{background-position:100%;background-repeat:no-repeat;background-size:auto 100%;content:"";height:800px;max-height:100%;position:absolute;right:0;top:70px;width:100%}.sec-franchise-stages__row{border-bottom:1px solid var(--color-primary);display:flex}.sec-franchise-stages__row .sec-franchise-stages__left{position:relative;width:50%}@media screen and (max-width:1200px){.sec-franchise-stages__row .sec-franchise-stages__left{display:none}}.sec-franchise-stages__row .sec-franchise-stages__right{padding-bottom:150px;width:50%}@media screen and (max-width:1200px){.sec-franchise-stages__row .sec-franchise-stages__right{padding-bottom:0;width:100%}}.sec-franchise-stages__row .franchise-stages__list{padding-left:40px}.sec-franchise-stages__row .franchise-stages__el{align-items:center;border-bottom:1px solid var(--color-primary);display:flex;min-height:265px;padding:30px 30px 30px 25px}@media screen and (max-width:1200px){.sec-franchise-stages__row .franchise-stages__el{min-height:200px}}.sec-franchise-stages__row .franchise-stages__el .franchise-stages__el_cont{font-size:40px;font-weight:700;line-height:1.1;position:relative;text-transform:uppercase;transition:all .5s ease-in-out .1s}@media screen and (max-width:768px){.sec-franchise-stages__row .franchise-stages__el .franchise-stages__el_cont{font-size:24px}}.sec-franchise-stages__row .franchise-stages__el .franchise-stages__el_cont span{display:block;font-size:14px;font-weight:400;line-height:20px;margin-bottom:20px}.sec-franchise-form{background:var(--color-primary);color:var(--color-white2);overflow:hidden;padding-bottom:60px;padding-top:120px;position:relative}@media screen and (max-width:768px){.sec-franchise-form{padding-top:60px}}.sec-franchise-form .container{max-width:960px}.sec-franchise-form .franchise-form__block{margin-bottom:100px}.sec-franchise-form .franchise-form__top{border-bottom:5px solid var(--color-white2);font-size:60px;font-weight:600;letter-spacing:.1em;line-height:1.2;margin-bottom:55px;padding:15px 0;text-transform:uppercase}@media screen and (max-width:768px){.sec-franchise-form .franchise-form__top{font-size:40px}}@media screen and (max-width:480px){.sec-franchise-form .franchise-form__top{font-size:20px}}.sec-franchise-form .franchise-form__sub{font-size:14px;font-weight:600;letter-spacing:.1em;line-height:1.2;margin-bottom:50px;text-align:center}@media screen and (max-width:480px){.sec-franchise-form .franchise-form__sub{font-size:12px}}.sec-franchise-form .form-input{background:none;border:1px solid var(--color-white2);color:var(--color-white2);margin-bottom:40px}.sec-franchise-form .form-input.placeholder{color:var(--color-white2)}.sec-franchise-form .form-input:-moz-placeholder,.sec-franchise-form .form-input::-moz-placeholder{color:var(--color-white2)}.sec-franchise-form .form-input:-ms-input-placeholder{color:var(--color-white2)}.sec-franchise-form .form-input::-webkit-input-placeholder{color:var(--color-white2)}.sec-franchise-form .franchise-form__bottom{display:flex;justify-content:center;margin-bottom:30px}@media screen and (max-width:768px){.sec-franchise-form .franchise-form__bottom .btn-circle{max-width:220px}}.sec-franchise-form .franchise-form__manager{color:#fff;text-align:center}.sec-franchise-form .franchise-form__manager .franchise-form__manager_row{display:flex;justify-content:center}@media screen and (max-width:440px){.sec-franchise-form .franchise-form__manager .franchise-form__manager_row{flex-direction:column}}.sec-franchise-form .franchise-form__manager .franchise-form__manager_row .franchise-form__manager_item{padding:0 20px}@media screen and (max-width:440px){.sec-franchise-form .franchise-form__manager .franchise-form__manager_row .franchise-form__manager_item:first-child{margin-bottom:20px}}.sec-franchise-form .franchise-form__manager .franchise-form__manager_t{font-size:14px;font-weight:600;letter-spacing:.1em;line-height:1.2;margin-bottom:20px}.sec-franchise-form .franchise-form__manager .franchise-form__manager_photo{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;content:"";display:inline-block;height:92px;white-space:nowrap;width:92px}.sec-franchise-form .franchise-form__manager .franchise-form__manager_phone{font-size:14px;font-weight:600;letter-spacing:.1em;line-height:1.3;margin-bottom:15px}.sec-franchise-form .franchise-form__manager .franchise-form__manager_phone a,.sec-franchise-form .franchise-form__manager .franchise-form__manager_phone a:active,.sec-franchise-form .franchise-form__manager .franchise-form__manager_phone a:focus{color:#fff;text-decoration:none}.sec-franchise-form .franchise-form__manager .franchise-form__manager_phone a:hover{text-decoration:underline}.sec-franchise-form .franchise-form__manager .franchise-form__manager_name{font-size:14px;font-weight:600;letter-spacing:.1em;line-height:1.3}.sec-franchise-form .privacy-policy{font-size:14px;text-align:center}.main-footer{padding-top:100px}@media screen and (max-width:1200px){.main-footer{padding-top:60px}}@media screen and (max-width:768px){.main-footer{padding-top:40px}}.main-footer .main-footer__top .main-footer__top-row{display:flex;gap:0 40px;justify-content:space-between}@media screen and (max-width:768px){.main-footer .main-footer__top .main-footer__top-row{gap:0 20px}}.main-footer .main-footer__top .main-footer__top-row:first-child{margin-bottom:30px}@media screen and (max-width:768px){.main-footer .main-footer__top .main-footer__top-row:first-child{flex-direction:column;gap:30px 0;margin-bottom:20px}}.main-footer .main-footer__top .main-footer__top-row:last-child .main-footer__top-col{width:50%}@media screen and (max-width:768px){.main-footer .main-footer__top .main-footer__top-row:last-child .main-footer__top-col{flex:1;width:auto}}.main-footer .main-footer__top .main-footer__top-row:last-child .main-footer__top-col:last-child{display:flex;justify-content:flex-end}@media screen and (max-width:768px){.main-footer .main-footer__top .main-footer__top-row:last-child .main-footer__top-col:last-child{max-width:120px}}.footer-logo{max-width:390px}.footer-logo img{margin-bottom:15px}@media screen and (max-width:1200px){.footer-logo img{max-width:140px}}.footer-logo .footer-logo__desc{color:var(--color-primary);font-size:24px;font-weight:400;line-height:1.2}@media screen and (max-width:1600px){.footer-logo .footer-logo__desc{font-size:20px}}@media screen and (max-width:1200px){.footer-logo .footer-logo__desc{font-size:14px;max-width:200px}}.footer-menu .footer-menu__title{color:var(--color-primary);font-size:14px;font-weight:400;margin-bottom:14px;opacity:.5}.footer-menu ul{-moz-columns:2;column-count:2;-moz-column-gap:60px;column-gap:60px;list-style:none}@media screen and (max-width:1200px){.footer-menu ul{-moz-column-gap:30px;column-gap:30px}}@media screen and (max-width:768px){.footer-menu ul{-moz-column-gap:16px;column-gap:16px}}.footer-menu ul a{color:var(--color-primary);display:inline-block;font-size:24px;font-weight:400;padding:4px 0;position:relative;text-decoration:none}@media screen and (max-width:1600px){.footer-menu ul a{font-size:20px}}@media screen and (max-width:1200px){.footer-menu ul a{font-size:16px}}@media screen and (max-width:768px){.footer-menu ul a{font-size:14px}}@media (hover:hover){.footer-menu ul a:hover:before{left:0;right:auto;width:100%}}@media (hover:none){.footer-menu ul a:active:before{left:0;right:auto;width:100%}}.footer-menu ul a:before{background:var(--color-primary);bottom:4px;content:"";height:1px;position:absolute;right:0;transition:all .3s var(--transition);width:0}.social-list{display:flex;gap:0 10px;justify-content:space-between;list-style:none}.social-list .social-list__item{color:var(--color-primary);flex:1;font-size:15px;font-weight:400;overflow:hidden;padding:50px 20px 30px;position:relative;text-decoration:none}@media screen and (max-width:1600px){.social-list .social-list__item{padding:30px 10px 20px}}@media screen and (max-width:768px){.social-list .social-list__item{padding:20px 10px 10px}}@media (hover:hover){.social-list .social-list__item:hover:after{opacity:1}.social-list .social-list__item:hover i{opacity:1;transform:rotate(-45deg)}}@media (hover:none){.social-list .social-list__item:active:after{opacity:1}.social-list .social-list__item:active i{opacity:1;transform:rotate(-45deg)}}.social-list .social-list__item span{position:relative;z-index:3}.social-list .social-list__item:before{background:var(--color-primary);content:"";height:1px;left:20px;position:absolute;top:30px;width:calc(100% - 50px)}@media screen and (max-width:1600px){.social-list .social-list__item:before{left:10px;top:15px;width:calc(100% - 30px)}}.social-list .social-list__item:after{background:url(/local/templates/soda/assets/css/../img/cosial_bg.svg) no-repeat 100% 100%;background-size:cover;bottom:0;content:"";height:100%;opacity:0;position:absolute;right:0;transition:all .3s var(--transition);width:100%;z-index:1}.social-list .social-list__item i{bottom:10px;height:24px;line-height:0px;opacity:0;position:absolute;right:10px;transition:all .3s var(--transition);width:24px}.app-list{display:flex;gap:0 34px;margin-left:auto;margin-right:0}@media screen and (max-width:992px){.app-list{gap:0 12px}}@media screen and (max-width:768px){.app-list{flex-direction:column;gap:6px 0}}.app-list a{display:block;line-height:0px;transition:all .3s var(--transition)}@media (hover:hover){.app-list a:hover{opacity:.7}}@media (hover:none){.app-list a:active{opacity:.7}}.app-list img{height:49px}@media screen and (max-width:992px){.app-list img{height:40px}}@media screen and (max-width:768px){.app-list img{height:30px}}.main-footer__center{border-top:1px solid var(--color-primary);margin-top:40px;padding-top:40px}.footer-branches{-moz-column-count:4;column-count:4;position:relative}@media screen and (max-width:1200px){.footer-branches{-moz-column-count:3;column-count:3}}@media screen and (max-width:992px){.footer-branches{-moz-column-count:2;column-count:2}}.footer-branches .footer-branches__title{color:var(--color-primary);font-size:16px;line-height:15px;margin-bottom:15px;margin-top:20px;transition:all .3s ease-in-out}.footer-branches .footer-branches__title._opacity{opacity:.2}.footer-branches .footer-branches__title:first-child{margin-top:0}.footer-branches .footer-branches__item{line-height:1.2;margin-bottom:10px;position:relative}.footer-branches .footer-branches__item:last-child{margin-bottom:80px}@media screen and (max-width:768px){.footer-branches .footer-branches__item:last-child{margin-bottom:0}}.footer-branches .footer-branches__item a{color:var(--color-primary);display:inline-block;font-size:16px;line-height:1.2;padding:6px 40px 4px 0;position:relative;text-decoration:none;transition:all .3s ease-out;transition:all .3s var(--transition);z-index:1}@media screen and (max-width:768px){.footer-branches .footer-branches__item a{padding-right:0}}@media (hover:hover){.footer-branches .footer-branches__item a:hover{color:var(--color-white2)}.footer-branches .footer-branches__item a:hover:before{opacity:1}.footer-branches .footer-branches__item a:hover .arrow{opacity:1;transform:translateX(0)}}@media (hover:none){.footer-branches .footer-branches__item a:active{color:var(--color-white2)}.footer-branches .footer-branches__item a:active:before{opacity:1}.footer-branches .footer-branches__item a:active .arrow{opacity:1;transform:translateX(0)}}.footer-branches .footer-branches__item a .footer-branches__item_text{position:relative;z-index:2}.footer-branches .footer-branches__item a:before{background-color:var(--color-primary);border-radius:40px;content:"";height:100%;left:-10px;opacity:0;position:absolute;top:0;transition:all .3s var(--transition);width:calc(100% + 10px);z-index:1}.footer-branches .footer-branches__item a .arrow{color:var(--color-white2);line-height:0px;margin-top:-5px;opacity:0;position:absolute;right:16px;top:50%;transform:translateX(-5px);transition:all .3s var(--transition);z-index:2}@media screen and (max-width:768px){.footer-branches .footer-branches__item a .arrow{display:none}}.footer-branches .footer-branches__item .new{color:var(--color-primary);display:block;font-size:10px;padding-right:13px;position:relative}.footer-branches .footer-branches__item .new i{display:inline-block;height:12px;position:relative;width:10px}.footer-branches .footer-branches__item._metro a{padding-left:25px}@media screen and (max-width:768px){.footer-branches .footer-branches__item._metro a{padding-left:20px}}.footer-branches .footer-branches__item .footer-branches__item_m{border-radius:50%;content:"";height:12px;left:0;position:absolute;top:8px;width:12px;z-index:2}.main-footer__bottom{border-top:1px solid var(--color-primary-light);margin-top:40px;padding-bottom:40px;padding-top:26px}@media screen and (max-width:768px){.main-footer__bottom{padding-bottom:20px;padding-top:16px}}.main-footer__bottom .container{display:flex;gap:0 40px}@media screen and (max-width:768px){.main-footer__bottom .container{flex-direction:column;gap:16px 0;text-align:center}}.main-footer__bottom p{margin:0}.footer-coperight{color:var(--color-primary);font-size:14px;font-weight:400;line-height:1.3;opacity:.4}@media screen and (max-width:1200px){.footer-coperight{font-size:12px;opacity:.6}}.footer-coperight a{color:var(--color-primary);text-decoration:none}.footer-year{color:var(--color-primary);font-size:14px;font-weight:400;line-height:1.3;margin-left:auto;opacity:.4}@media screen and (max-width:1200px){.footer-year{font-size:12px;opacity:.6}}@media screen and (max-width:768px){.footer-year{margin-left:0;width:100%}}.developer{font-size:14px;font-weight:400;line-height:1.3}@media screen and (max-width:1200px){.developer{font-size:12px;opacity:.6}}.developer a{color:var(--color-primary);opacity:.4;text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.developer a:hover{opacity:1}}@media (hover:none){.developer a:active{opacity:1}}
/* End */
/* /local/templates/soda/assets/css/libs.css?172816427549700 */
/* /local/templates/soda/assets/css/main.css?1748866025352434 */
