/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

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

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

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

/*
small: till 376
medium: from 377 till 768
large: from 769 till 1000
xlarge: from 1001 till 1200
xxlarge: from 1201
*/
/*
height:
small: till 600
large: from 601
*/
@-webkit-keyframes rotate-plus {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate-plus {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

@-webkit-keyframes flicker {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes flicker {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(calc(0 / var(--c1)), calc(0 / var(--c1)));
    transform: translate(calc(0 / var(--c1)), calc(0 / var(--c1))); }
  25% {
    -webkit-transform: translate(calc(150px / var(--c1)), calc(625px / var(--c1)));
    transform: translate(calc(150px / var(--c1)), calc(625px / var(--c1))); }
  50% {
    -webkit-transform: translate(calc(200px / var(--c1)), calc(225px / var(--c1)));
    transform: translate(calc(200px / var(--c1)), calc(225px / var(--c1))); }
  75% {
    -webkit-transform: translate(calc(410px / var(--c1)), calc(145px / var(--c1)));
    transform: translate(calc(410px / var(--c1)), calc(145px / var(--c1))); }
  100% {
    -webkit-transform: translate(calc(0 / var(--c1)), calc(0 / var(--c1)));
    transform: translate(calc(0 / var(--c1)), calc(0 / var(--c1))); } }

@keyframes move {
  0% {
    -webkit-transform: translate(calc(0 / var(--c1)), calc(0 / var(--c1)));
    transform: translate(calc(0 / var(--c1)), calc(0 / var(--c1))); }
  25% {
    -webkit-transform: translate(calc(150px / var(--c1)), calc(625px / var(--c1)));
    transform: translate(calc(150px / var(--c1)), calc(625px / var(--c1))); }
  50% {
    -webkit-transform: translate(calc(200px / var(--c1)), calc(225px / var(--c1)));
    transform: translate(calc(200px / var(--c1)), calc(225px / var(--c1))); }
  75% {
    -webkit-transform: translate(calc(410px / var(--c1)), calc(145px / var(--c1)));
    transform: translate(calc(410px / var(--c1)), calc(145px / var(--c1))); }
  100% {
    -webkit-transform: translate(calc(0 / var(--c1)), calc(0 / var(--c1)));
    transform: translate(calc(0 / var(--c1)), calc(0 / var(--c1))); } }

@-webkit-keyframes ball-zoom {
  0%, 100% {
    -webkit-transform: scale(var(--s1));
    transform: scale(var(--s1)); }
  50% {
    -webkit-transform: scale(var(--s2));
    transform: scale(var(--s2)); } }

@keyframes ball-zoom {
  0%, 100% {
    -webkit-transform: scale(var(--s1));
    transform: scale(var(--s1)); }
  50% {
    -webkit-transform: scale(var(--s2));
    transform: scale(var(--s2)); } }

@-webkit-keyframes ball-one {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(20%, 60%);
    transform: translate(20%, 60%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(40%, 120%);
    transform: translate(40%, 120%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(60%, 180%);
    transform: translate(60%, 180%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(80%, 240%);
    transform: translate(80%, 240%); } }

@keyframes ball-one {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(20%, 60%);
    transform: translate(20%, 60%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(40%, 120%);
    transform: translate(40%, 120%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(60%, 180%);
    transform: translate(60%, 180%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(80%, 240%);
    transform: translate(80%, 240%); } }

@-webkit-keyframes ball-two {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(1%, 35%);
    transform: translate(1%, 35%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(2%, 70%);
    transform: translate(2%, 70%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(3%, 105%);
    transform: translate(3%, 105%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(4%, 140%);
    transform: translate(4%, 140%); } }

@keyframes ball-two {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(1%, 35%);
    transform: translate(1%, 35%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(2%, 70%);
    transform: translate(2%, 70%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(3%, 105%);
    transform: translate(3%, 105%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(4%, 140%);
    transform: translate(4%, 140%); } }

@-webkit-keyframes ball-three {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(-20%, 65%);
    transform: translate(-20%, 65%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-40%, 130%);
    transform: translate(-40%, 130%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-60%, 195%);
    transform: translate(-60%, 195%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-80%, 260%);
    transform: translate(-80%, 260%); } }

@keyframes ball-three {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(-20%, 65%);
    transform: translate(-20%, 65%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-40%, 130%);
    transform: translate(-40%, 130%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-60%, 195%);
    transform: translate(-60%, 195%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-80%, 260%);
    transform: translate(-80%, 260%); } }

@-webkit-keyframes cyto-one {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(1%, 25%);
    transform: translate(1%, 25%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(2%, 50%);
    transform: translate(2%, 50%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(3%, 75%);
    transform: translate(3%, 75%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(4%, 100%);
    transform: translate(4%, 100%); } }

@keyframes cyto-one {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(1%, 25%);
    transform: translate(1%, 25%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(2%, 50%);
    transform: translate(2%, 50%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(3%, 75%);
    transform: translate(3%, 75%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(4%, 100%);
    transform: translate(4%, 100%); } }

@-webkit-keyframes cyto-two {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(50%, 75%);
    transform: translate(50%, 75%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(100%, 150%);
    transform: translate(100%, 150%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(150%, 225%);
    transform: translate(150%, 225%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(200%, 300%);
    transform: translate(200%, 300%); } }

@keyframes cyto-two {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(50%, 75%);
    transform: translate(50%, 75%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(100%, 150%);
    transform: translate(100%, 150%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(150%, 225%);
    transform: translate(150%, 225%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(200%, 300%);
    transform: translate(200%, 300%); } }

@-webkit-keyframes cyto-three {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(-10%, 45%);
    transform: translate(-10%, 45%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-20%, 90%);
    transform: translate(-20%, 90%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-30%, 135%);
    transform: translate(-30%, 135%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-40%, 180%);
    transform: translate(-40%, 180%); } }

@keyframes cyto-three {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    -webkit-transform: translate(-10%, 45%);
    transform: translate(-10%, 45%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-20%, 90%);
    transform: translate(-20%, 90%); }
  75% {
    opacity: 1;
    -webkit-transform: translate(-30%, 135%);
    transform: translate(-30%, 135%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-40%, 180%);
    transform: translate(-40%, 180%); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@font-face {
  font-family: 'IBMPlexSans';
  src: url("../font/IBMPlexSans-Regular.woff2") format("woff2"), url("../font/IBMPlexSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBMPlexSans';
  src: url("../font/IBMPlexSans-Medium.woff2") format("woff2"), url("../font/IBMPlexSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBMPlexSans';
  src: url("../font/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../font/IBMPlexSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBMPlexSans';
  src: url("../font/IBMPlexSans-Bold.woff2") format("woff2"), url("../font/IBMPlexSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'OceanicGroteskCondensed';
  src: url("../font/OceanicGroteskCondensed-Bold.woff2") format("woff2"), url("../font/OceanicGroteskCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../font/Canela-Condensed-Regular.woff2") format("woff2"), url("../font/Canela-Condensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "IBMPlexSans", sans-serif;
  color: #FFFFFF;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

.body__block-logo {
  display: none;
  position: absolute;
  top: 0;
  padding: 28px 20px;
  width: calc(100% - 40px);
  z-index: 22; }
  @media all and (max-width: 767px) {
    .body__block-logo {
      padding: 20px; } }
  .body__block-logo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }

.attention-body .body__block-logo {
  display: block; }

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.container {
  padding: 0 20px;
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto; }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  scroll-behavior: smooth;
  position: relative;
  z-index: 1;
  padding-top: 60px; }
  @media all and (max-width: 767px) {
    .page {
      max-width: 375px; } }
  @media all and (min-width: 768px) and (max-width: 1000px) {
    .page {
      max-width: 768px; } }
  @media all and (min-width: 1001px) and (max-width: 1360px) {
    .page {
      max-width: 1001px; } }
  @media (min-width: 1361px) and (max-width: 1919px) {
    .page {
      max-width: 1361px; } }
  @media all and (min-width: 1920px) {
    .page {
      max-width: 1920px; } }

.page-main {
  min-width: 0;
  position: relative; }
  .page-main > * {
    min-width: 0; }

.title {
  font-family: "OceanicGroteskCondensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0; }
  @media all and (max-width: 1000px) {
    .title {
      font-size: 45px; } }
  @media all and (max-width: 374px) {
    .title {
      font-size: 27px; } }
  @media all and (min-width: 1001px) {
    .title {
      font-size: 78px; } }
  @media all and (min-width: 1361px) {
    .title {
      font-size: 80px; } }
  .title--gradient {
    font-weight: 400;
    font-family: 'Canela';
    background: -webkit-gradient(linear, left top, right top, from(#B28B57), color-stop(50.52%, #FEFDDD), to(#B28B57));
    background: linear-gradient(90deg, #B28B57 0%, #FEFDDD 50.52%, #B28B57 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }

@media all and (max-width: 767px) {
  .desktop {
    display: none !important; } }

@media all and (min-width: 768px) {
  .mobile {
    display: none !important; } }

@media (max-width: 456px) {
  .no-mobile {
    display: none; } }

.visually-hidden:not(:focus):not(:active),
input[type='file'].visually-hidden,
input[type='checkbox'].visually-hidden,
input[type='radio'].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.overflow-hidden {
  overflow: hidden; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  border: 1px solid transparent;
  border-radius: 20px;
  line-height: 100%;
  text-align: center;
  padding: 15px;
  width: 100%;
  color: #383533;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s; }
  .btn--gradient {
    background: linear-gradient(95.9deg, #B28B57 -4.4%, #FEFDDD 38.92%, #DAB27D 68.85%, #FEFDDD 96.41%, #B28B57 146.82%);
    border: none; }
  .btn--gold-bg {
    border: 1px solid #B29565;
    background-color: #B29565;
    color: #FFFFFF; }
  .btn--gold {
    border: 1px solid #B29565;
    color: #B29565; }

.btn:hover {
  opacity: .8; }

.close-btn {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s; }
  @media all and (max-width: 767px) {
    .close-btn {
      width: 26px;
      height: 26px; } }
  @media all and (min-width: 768px) {
    .close-btn {
      width: 40px;
      height: 40px; } }
  .close-btn::after, .close-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    background-color: #000000; }
    @media all and (max-width: 767px) {
      .close-btn::after, .close-btn::before {
        left: 6px;
        width: 16px; } }
    @media all and (min-width: 768px) {
      .close-btn::after, .close-btn::before {
        left: 9px;
        width: 22px; } }
  .close-btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-btn::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close-btn:hover {
    opacity: 0.5; }

.burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 7;
  width: 101px;
  height: auto;
  border: 0 none;
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  cursor: pointer; }
  .burger-btn__svg {
    width: 100%; }
  .burger-btn__line {
    position: relative;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #4AA149;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform-origin: 1px;
    transform-origin: 1px;
    -webkit-transition: opacity 0.1s linear 0s, background-color 0.2s ease 0s, -webkit-transform 0.2s linear 0s;
    transition: opacity 0.1s linear 0s, background-color 0.2s ease 0s, -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, opacity 0.1s linear 0s, background-color 0.2s ease 0s;
    transition: transform 0.2s linear 0s, opacity 0.1s linear 0s, background-color 0.2s ease 0s, -webkit-transform 0.2s linear 0s; }
  .burger-btn__close {
    display: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF; }
    @media all and (max-width: 374px) {
      .burger-btn__close {
        font-size: 16px; } }
  .burger-btn--opened .burger-btn__close {
    display: block; }
  .burger-btn--opened .burger-btn__svg {
    display: none; }
  .burger-btn--opened .burger-btn__line {
    background-color: #000000; }
    .burger-btn--opened .burger-btn__line:first-child {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .burger-btn--opened .burger-btn__line:nth-child(2) {
      opacity: 0; }
    .burger-btn--opened .burger-btn__line:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.page--light .burger-btn__line {
  background-color: #000000; }

.input-text {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  margin: 0;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  color: #8C8A89;
  border: 1px solid #D8D8D8;
  border-radius: 16px;
  -webkit-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s; }
  @media all and (max-width: 767px) {
    .input-text {
      height: 40px;
      padding: 6px 15px; } }
  @media all and (min-width: 768px) {
    .input-text {
      height: 50px;
      padding: 19px 22px;
      font-size: 18px; } }
  .input-text:focus {
    border-color: #000000; }
  .input-text.valid:valid {
    border-color: #000000; }
  .input-text::-webkit-input-placeholder {
    color: #777777; }
  .input-text::-moz-placeholder {
    color: #777777; }
  .input-text:-ms-input-placeholder {
    color: #777777; }
  .input-text::-ms-input-placeholder {
    color: #777777; }
  .input-text::placeholder {
    color: #777777; }
  .input-text--size {
    max-width: 357px; }
  .input-text--disabled, .input-text:disabled {
    cursor: not-allowed;
    opacity: 0.8; }

.input-label {
  font-size: 16px;
  line-height: 1.1;
  color: #FFFFFF; }
  @media all and (min-width: 768px) {
    .input-label {
      font-size: 18px; } }
  .input-label__text {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px; }
    @media all and (min-width: 768px) {
      .input-label__text {
        margin: 0 0 15px; } }

.textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin: 0;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  resize: none;
  border-radius: 20px;
  -webkit-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s; }
  @media all and (min-width: 768px) {
    .textarea {
      height: 185px;
      padding: 19px 22px;
      font-size: 18px; } }
  .textarea::-webkit-input-placeholder {
    color: #777777; }
  .textarea::-moz-placeholder {
    color: #777777; }
  .textarea:-ms-input-placeholder {
    color: #777777; }
  .textarea::-ms-input-placeholder {
    color: #777777; }
  .textarea::placeholder {
    color: #777777; }
  .textarea_disabled, .textarea:disabled {
    cursor: not-allowed;
    opacity: 0.8; }

.checkbox-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.3; }
  @media all and (min-width: 768px) {
    .checkbox-label {
      font-size: 16px;
      line-height: 1.25; } }
  .checkbox-label__text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #383533; }
  .checkbox-label__link {
    color: inherit;
    font-style: normal;
    cursor: pointer; }
    .checkbox-label__link:hover {
      opacity: 0.7;
      text-decoration: underline; }

.question-form__checkbox-wrapper input,
.spec__checkbox-wrapper input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0); }

.checkbox-label__hidden-checkbox + label {
  position: relative;
  padding-left: 30px;
  top: 0;
  left: 2px;
  cursor: pointer; }

.checkbox-label__hidden-checkbox + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: none;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 3px; }

.checkbox-label__hidden-checkbox:checked + label::after {
  opacity: 1; }

.checkbox-label__hidden-checkbox + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #B29565;
  border-bottom: 2px solid #B29565;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #000000;
  outline: none;
  font-size: 16px;
  line-height: 1;
  font-family: inherit;
  color: #000000;
  -webkit-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s; }
  @media all and (max-width: 767px) {
    .select {
      height: 40px;
      padding: 6px 15px; } }
  @media all and (min-width: 768px) {
    .select {
      height: 50px;
      padding: 10px 15px;
      font-size: 18px; } }
  .select_disabled, .select:disabled {
    cursor: not-allowed;
    opacity: 0.8; }

.form-loading {
  position: relative; }
  .form-loading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5); }

.form-error {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #D80027; }
  @media all and (min-width: 768px) {
    .form-error {
      margin: 0 0 25px;
      font-size: 18px; } }

.body-opened-popup {
  overflow: hidden; }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  backdrop-filter: blur(100px); }
  .popup_hidden {
    display: none; }
  .popup__wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media all and (max-width: 767px) {
      .popup__wrapper {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; } }
    @media all and (min-width: 768px) {
      .popup__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .popup__block {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 20px;
    padding: 45px 20px;
    background-color: #FFFFFF; }
    @media all and (max-width: 767px) {
      .popup__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media all and (min-width: 768px) {
      .popup__block {
        margin: 15px;
        padding: 60px; } }
  .popup__close-btn {
    position: absolute;
    font-family: "IBMPlexSans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #B29565;
    right: 14px;
    top: 17px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer; }
    @media all and (min-width: 768px) {
      .popup__close-btn {
        right: 19px;
        top: 26px; } }
    .popup__close-btn:after {
      content: '';
      position: relative;
      display: block;
      width: 100%;
      height: 1px;
      background: #B29565; }
  .popup__title {
    font-family: "OceanicGroteskCondensed", sans-serif;
    color: #383533;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
    .popup__title span {
      color: #B29565; }
  .popup__text {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    color: #383533; }
    .popup__text.hide {
      display: none; }
  .popup__text-success {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    color: #383533; }
  .popup__btns-wrap {
    margin: 20px 0 0;
    text-align: center; }
    @media all and (min-width: 768px) {
      .popup__btns-wrap {
        margin: 30px 0 0; } }
  @media all and (min-width: 768px) and (max-width: 1000px) {
    .popup_popup-partner .popup__block {
      max-width: 500px;
      padding: 50px 55px; } }
  @media all and (min-width: 1001px) and (max-width: 1360px) {
    .popup_popup-partner .popup__block {
      max-width: 636px;
      padding: 50px 110px; } }
  @media (min-width: 1361px) and (max-width: 1919px) {
    .popup_popup-partner .popup__block {
      max-width: 636px;
      padding: 50px 110px; } }
  @media all and (min-width: 1920px) {
    .popup_popup-partner .popup__block {
      max-width: 636px;
      padding: 50px 110px; } }
  .popup_popup-partner .popup-btn {
    font-family: "IBMPlexSans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #FFFFFF;
    border-radius: 20px;
    background: #B29565;
    padding: 24px 0;
    cursor: pointer; }
  .popup-btn.about-intro-section__btn {
    padding: 0; }
  @media all and (min-width: 1001px) {
    .popup_popup-video-second .popup__block {
      max-width: 850px;
      width: 100%; } }
  @media all and (max-width: 767px) {
    .popup_popup-video-second .popup__wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media all and (min-width: 1001px) {
    .popup_popup-video .popup__block {
      max-width: 850px;
      width: 100%; } }
  @media all and (max-width: 767px) {
    .popup_popup-video .popup__wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.button-icon {
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: transparent; }
  .button-icon__svg {
    fill: #FFFFFF; }
  .button-icon__search {
    fill: transparent;
    stroke: #FFFFFF; }
  @media all and (max-width: 767px) {
    .button-icon--tablet {
      display: none; } }

.page--light .button-icon__svg {
  fill: #000000; }

.page--light .button-icon__search {
  fill: transparent;
  stroke: #000000; }

.page--buy {
  max-width: none; }

.copyright {
  color: #666666;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px; }

.wrapper {
  position: relative; }
  @media all and (max-width: 1000px) {
    .wrapper {
      padding-bottom: 40px; } }
  @media all and (min-width: 1001px) {
    .wrapper {
      padding-bottom: 114px; } }

/* Chrome, Safari, Edge, Opera */
.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
.input-number {
  -moz-appearance: textfield; }

.btn-close {
  background-color: transparent;
  width: 15px;
  height: 15px;
  position: relative; }
  .btn-close::before, .btn-close::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%; }
  .btn-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.error {
  border-color: #D80027; }

.error-text {
  color: #D80027;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  right: 0;
  bottom: -25px; }

.error-color {
  color: #D80027; }

.error-wrap {
  position: relative; }

.up {
  background-color: #000000;
  position: fixed;
  bottom: 18%;
  right: 40px;
  z-index: 10;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  cursor: pointer; }
  .up:focus {
    outline: none; }
  .up--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.empty {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }
  .empty__btn {
    width: 100%; }

.blocked {
  position: relative;
  width: 100%;
  height: 100%; }
  .blocked::before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .blocked::after {
    content: "";
    display: block;
    background-color: transparent;
    background-image: url("../img/icons/loader.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px; }

.agreement {
  display: none;
  margin: 12px 0;
  padding: 5px;
  overflow-y: auto;
  max-height: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #E5E5E5; }
  @media all and (min-width: 768px) {
    .agreement {
      margin: 25px 0;
      padding: 15px; } }
  .agreement_open {
    display: block; }
  .agreement p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 5px; }

.video-for-popup {
  display: none; }

.popup_popup-video .video-for-popup,
.popup_popup-video-second .video-for-popup {
  display: block;
  width: 100%;
  height: 100%; }

@media all and (max-width: 767px) {
  .popup_popup-video .video-content,
  .popup_popup-video-second .video-content {
    width: 300px;
    height: 200px; } }

@media all and (min-width: 768px) {
  .popup_popup-video .video-content,
  .popup_popup-video-second .video-content {
    width: 560px;
    height: 315px; } }

@media all and (min-width: 1001px) {
  .popup_popup-video .video-content,
  .popup_popup-video-second .video-content {
    width: 100%;
    height: 400px; } }

.video-file {
  width: 100%;
  height: auto; }

.header {
  position: absolute;
  top: 0;
  z-index: 11;
  padding: 28px 20px;
  width: calc(100% - 40px); }
  @media all and (max-width: 767px) {
    .header {
      padding: 20px 0;
      width: 100%; } }
  .header.active {
    z-index: 26; }
  @media all and (max-width: 767px) {
    .header__logo-svg {
      width: 100%;
      fill: #000000; } }
  @media all and (max-width: 767px) {
    .header--new {
      padding-top: 34px; } }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2; }
  .header__logo {
    position: relative;
    z-index: 20;
    width: 70px;
    height: auto; }
  .header__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    margin-right: 14px; }
    @media all and (max-width: 767px) {
      .header__button {
        font-size: 14px;
        padding: 4px 14px; } }
    @media all and (max-width: 374px) {
      .header__button {
        font-size: 12px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .header__button {
        font-size: 14px;
        padding: 9px 14px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .header__button {
        padding: 9px 7px; } }
    @media all and (min-width: 1361px) {
      .header__button {
        padding: 15px 18px; } }
    @media all and (min-width: 1361px) {
      .header__button {
        font-size: 16px; } }
  .header.fixed {
    position: fixed;
    top: 0; }
    @media all and (max-width: 1000px) {
      .header.fixed {
        background-color: #1b8b3d; } }
    @media all and (min-width: 1001px) {
      .header.fixed {
        background-color: #FFFFFF;
        -webkit-box-shadow: 30px 20px 50px rgba(0, 0, 0, 0.1);
        box-shadow: 30px 20px 50px rgba(0, 0, 0, 0.1); } }
    @media all and (max-width: 1000px) {
      .header.fixed .header__logo-svg {
        fill: #ffffff; } }

.body-opened-menu {
  overflow: hidden; }

.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 17px 0 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .nav--opened {
    z-index: 2; }
  .nav__buttons {
    position: relative; }
    @media all and (max-width: 1360px) {
      .nav__buttons {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: 60px; } }
  @media all and (max-width: 1360px) {
    .nav__button {
      width: 95px;
      padding: 11px 5px;
      font-size: 12px; } }
  @media all and (min-width: 768px) and (max-width: 1000px) {
    .nav__button {
      width: 145px; } }
  @media all and (min-width: 1001px) and (max-width: 1360px) {
    .nav__button {
      width: 160px; } }
  @media all and (min-width: 1361px) {
    .nav__button {
      width: 182px; } }
  .nav__content {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #B29565;
    background-image: url("../img/bg/bg-menu.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media all and (min-width: 768px) {
      .nav__content {
        padding: 75px 20px 45px; } }
    @media all and (min-width: 1001px) {
      .nav__content::after {
        content: "";
        width: 583px;
        height: 497px;
        background-image: url("../img/svg-sprite/sprite.view.svg#line-nav");
        position: absolute;
        background-size: 583px 497px;
        background-repeat: no-repeat;
        right: 0;
        top: 20%; } }
  .nav--opened .nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: slide-down 0.2s linear 0s 1 forwards;
    animation: slide-down 0.2s linear 0s 1 forwards; }
  .nav__list {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    opacity: 0; }
    @media (min-width: 1200px) {
      .nav__list {
        grid-gap: 1%; } }
    @media all and (min-width: 1361px) {
      .nav__list {
        min-width: 600px;
        width: 100%; } }
  .nav--opened .nav__list {
    -webkit-animation: fade-in 0.3s ease-out 0.2s 1 forwards;
    animation: fade-in 0.3s ease-out 0.2s 1 forwards; }
  .nav__item {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7); }
    @media all and (max-width: 374px) {
      .nav__item {
        font-size: 22px; } }
    @media all and (min-width: 1001px) {
      .nav__item {
        font-size: 48px; } }
    .nav__item:first-child {
      white-space: nowrap; }
    @media all and (max-width: 1000px) {
      .nav__item + .nav__item {
        margin-top: 3px; } }
    .nav__item--active {
      color: #FFFFFF; }
    @media all and (min-width: 768px) {
      .nav__item--only-mobile {
        display: none; } }
    @media all and (max-width: 1000px) {
      .nav__item--top {
        border-bottom: 1px solid #DFDFDF; } }
    .nav__item--bottom .nav__link {
      text-transform: none; }
  .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
    padding: 4px 0 5px; }
    @media all and (min-width: 1361px) {
      .nav__link {
        padding: 7px 10px; } }
    .nav__link:hover {
      text-decoration: none; }
  .nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 10px; }
    @media all and (max-width: 767px) {
      .nav__social {
        margin-top: 20px; } }
    @media all and (min-width: 768px) {
      .nav__social {
        margin-top: 30px; } }
  .nav__social-text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin: 0 5px 0 0; }
  .nav__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav__social-svg {
    width: 40px;
    height: 20px; }

.footer {
  background-color: #041E42;
  background-image: url("../img/svg-sprite/sprite.view.svg#line");
  background-size: 790px 413px;
  background-repeat: no-repeat;
  background-position: right 50%;
  margin-top: -50px;
  padding: 10% 0 0; }
  @media all and (max-width: 767px) {
    .footer {
      padding: 100px 0 0;
      background-size: 340px 470px;
      background-position: right 10%;
      background-image: url("../img/svg-sprite/sprite.view.svg#line-m"); } }
  .footer__disclaimer {
    width: 100%;
    height: auto; }
  .footer__link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
    display: block; }
    @media all and (max-width: 767px) {
      .footer__link {
        text-align: right; } }
  .footer__nav {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px; }
    @media all and (max-width: 1000px) {
      .footer__nav {
        grid-gap: 20px; } }
  .footer__logo {
    display: block;
    width: 148px; }
    @media all and (max-width: 1000px) {
      .footer__logo {
        width: 116px; } }
  .footer__logo-img {
    width: 100%;
    height: auto; }
  .footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (min-width: 768px) {
      .footer__block {
        grid-gap: 22%; } }
    @media all and (max-width: 767px) {
      .footer__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px; } }
  .footer__title {
    font-size: 38px;
    line-height: 120%;
    max-width: 500px; }
    @media all and (max-width: 767px) {
      .footer__title {
        font-size: 30px; }
        .footer__title br {
          display: none; } }
  .footer__btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #383533;
    border-radius: 20px;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: linear-gradient(146deg, #b28b57 0%, #fefddd 28.65%, #dab27d 48.44%, #fefddd 66.67%, #b28b57 100%); }
    @media all and (max-width: 767px) {
      .footer__btn {
        padding: 14px 40px;
        gap: 14px; } }
  .footer__center-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px; }
    @media all and (max-width: 767px) {
      .footer__center-wrap {
        gap: 16px; } }
  @media all and (min-width: 768px) {
    .footer__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; } }
  @media all and (max-width: 767px) {
    .footer__right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 55px; } }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px; }
    @media all and (max-width: 767px) {
      .footer__social {
        margin-top: 48px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .footer__social br {
          display: none; } }
  .footer__social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px; }
  .footer__social-text {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 30px; }
    @media all and (max-width: 767px) {
      .footer__social-text {
        margin-bottom: 20px;
        text-align: right; } }
  .footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px; }
    @media all and (max-width: 767px) {
      .footer__text {
        display: none; } }

.question-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px; }

.screen {
  position: relative;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  width: 100vw;
  overflow-x: hidden;
  -webkit-mask: url("../img/bg/mask.svg");
  mask: url("../img/bg/mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom; }
  .screen::before {
    background-image: url("../img/line.svg");
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center bottom;
    pointer-events: none; }
  .screen-one {
    background-image: url("../img/bg/bg1.png");
    z-index: 10; }
    @media all and (max-width: 767px) {
      .screen-one {
        background-image: url("../img/bg/bg1-min.png"); } }
  .screen-two {
    background-image: url("../img/bg/bg2.png");
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    margin-top: -50px;
    z-index: 9;
    max-height: none !important;
    overflow: hidden; }
  .screen-three {
    background-image: url("../img/bg/bg3.png");
    margin-top: -50px;
    z-index: 8;
    min-height: 600px; }
    @media all and (min-width: 1361px) {
      .screen-three {
        min-height: 745px; } }
  .screen-four {
    background-image: url("../img/bg/bg4.png");
    margin-top: -50px;
    z-index: 7; }
  .screen-five {
    background-image: url("../img/bg/bg5.png");
    margin-top: -50px;
    z-index: 6; }
  .screen-six {
    background-image: url("../img/bg/bg6.png");
    margin-top: -50px;
    z-index: 5; }
  .screen-seven {
    background-image: url("../img/bg/bg7.png");
    margin-top: -50px;
    z-index: 4; }
  .screen-five {
    background-image: url("../img/bg/bg5.png");
    margin-top: -50px;
    z-index: 6; }
  .screen__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.field {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 15px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (min-width: 768px) and (max-width: 1000px) {
    .field {
      padding: 20px 27px; } }
  @media all and (min-width: 1001px) {
    .field {
      padding: 28px 34px; } }
  @media all and (max-width: 767px) {
    .field__cube {
      width: 80px;
      height: 70px; } }
  @media all and (min-width: 768px) and (max-width: 1000px) {
    .field__cube {
      width: 80px;
      height: 70px; } }
  @media all and (min-width: 1001px) and (max-width: 1360px) {
    .field__cube {
      width: 110px;
      height: 97px; } }
  @media all and (min-width: 1361px) {
    .field__cube {
      width: 130px;
      height: 116px; } }
  .field__round {
    width: 100px;
    height: 100px;
    background-image: linear-gradient(131.07deg, #B28B57 6.76%, #FEFDDD 51.17%, #B28B57 94.66%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%; }
    @media all and (max-width: 1000px) {
      .field__round {
        width: 50px;
        height: 50px; } }
    @media all and (max-width: 374px) {
      .field__round {
        width: 30px;
        height: 30px; } }

.exclusive {
  max-width: 1146px;
  padding: 7% 0 0; }
  @media all and (max-width: 767px) {
    .exclusive {
      max-width: 375px;
      padding-top: 130px; } }
  @media all and (min-width: 768px) {
    .exclusive {
      margin-left: auto;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 30%;
      grid-template-columns: 1fr 30%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-right: auto; } }
  @media all and (min-width: 768px) and (max-width: 1000px) {
    .exclusive {
      margin-left: 70px;
      margin-right: 40px;
      padding: 10% 0 0; } }
  @media all and (min-width: 1001px) {
    .exclusive {
      margin-left: 0;
      margin-right: 70px;
      -ms-grid-columns: 1fr 294px;
      grid-template-columns: 1fr 294px;
      width: 70%; } }
  @media all and (min-width: 1920px) {
    .exclusive {
      margin-left: 0;
      width: 100%; } }
  .exclusive__left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 1fr;
    grid-template-columns: 55% 1fr; }
    @media (min-width: 1361px) and (max-width: 1919px) {
      .exclusive__left {
        -ms-grid-columns: 60% 1fr;
        grid-template-columns: 60% 1fr; } }
  .exclusive__right {
    margin-bottom: 40px;
    position: relative; }
  .exclusive__block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .exclusive__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 432px; }
    @media all and (max-width: 767px) {
      .exclusive__block {
        max-width: 212px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .exclusive__block {
        max-width: 302px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .exclusive__block {
        max-width: 430px;
        margin-right: 50px; } }
  .exclusive__logo, .exclusive__text-logo {
    width: 100%;
    height: auto; }
  .exclusive__logo {
    max-width: 154px;
    margin-bottom: 20px; }
    @media all and (min-width: 768px) {
      .exclusive__logo {
        max-width: 200px; } }
    @media all and (min-width: 1361px) {
      .exclusive__logo {
        max-width: 298px; } }
  .exclusive__glas {
    width: 100%;
    max-width: 331px;
    height: auto; }
    @media all and (max-width: 767px) {
      .exclusive__glas {
        max-width: 192px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .exclusive__glas {
        max-width: 210px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .exclusive__glas {
        max-width: 250px; } }
  .exclusive__text {
    font-family: 'IBMPlexSans';
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin: 0 0 10px 0;
    text-align: center; }
  .exclusive__field {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 22px 20px 28px;
    width: 300px;
    position: absolute;
    right: -80px;
    bottom: 80px; }
    @media all and (min-width: 768px) {
      .exclusive__field {
        right: -190px;
        bottom: 40px; } }
    @media all and (max-width: 767px) {
      .exclusive__field {
        position: relative;
        right: auto;
        bottom: auto;
        width: 84%; } }
  .exclusive__btn {
    font-family: 'IBMPlexSans';
    font-weight: 500;
    border-radius: 10px;
    font-size: 16px;
    width: -webkit-fill-available; }

.enjoy {
  max-width: 1194px;
  top: 0;
  padding: 10% 5% 5%;
  position: absolute; }
  @media all and (max-width: 767px) {
    .enjoy {
      padding: 100px 20px 40px;
      width: calc(100% - 40px); } }
  .enjoy__text {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0; }
    @media all and (max-width: 767px) {
      .enjoy__text {
        font-size: 20px; } }
    @media all and (max-width: 374px) {
      .enjoy__text {
        font-size: 16px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .enjoy__text {
        font-size: 28px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .enjoy__text {
        font-size: 34px; } }
    @media (min-width: 1361px) and (max-width: 1919px) {
      .enjoy__text {
        font-size: 38px; } }
  .enjoy__field {
    max-width: 1076px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 40px; }
    @media all and (max-width: 767px) {
      .enjoy__field {
        grid-gap: 15px; } }
  .enjoy__title {
    margin-bottom: 44px; }
    @media all and (max-width: 767px) {
      .enjoy__title {
        margin: 0 0 20px; } }

.balance {
  padding: 10% 0 5%; }
  @media all and (max-width: 767px) {
    .balance {
      padding: 100px 0 90px; } }
  @media all and (min-width: 1001px) {
    .balance {
      max-width: 1230px;
      width: 100%; } }
  .balance__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .balance__block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 50px auto 0; }
  .balance__img {
    max-width: 310px; }
    @media all and (max-width: 767px) {
      .balance__img {
        max-width: 174px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .balance__img {
        max-width: 240px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .balance__img {
        max-width: 254px; } }
  .balance__img-b {
    margin: -50px 0 0 0;
    position: absolute;
    top: 100%; }
    @media all and (min-width: 1920px) {
      .balance__img-b {
        margin: -60px 0 0 0; } }
  .balance__field-title {
    font-family: 'Canela';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#B28B57), color-stop(50.52%, #FEFDDD), to(#B28B57));
    background: linear-gradient(90deg, #B28B57 0%, #FEFDDD 50.52%, #B28B57 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 4px 0; }
    @media all and (max-width: 767px) {
      .balance__field-title {
        font-size: 30px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .balance__field-title {
        font-size: 26px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .balance__field-title {
        font-size: 32px; } }
    @media (min-width: 1361px) and (max-width: 1919px) {
      .balance__field-title {
        font-size: 36px; } }
  .balance__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #D9D9D9;
    margin: 0; }
    @media all and (max-width: 1000px) {
      .balance__text {
        font-size: 16px;
        line-height: 1.2; } }
  .balance__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 355px;
    position: absolute;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
    @media all and (max-width: 767px) {
      .balance__field {
        max-width: 343px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .balance__field {
        max-width: 300px;
        padding: 15px; } }
    .balance__field-slide {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      grid-gap: 15px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      position: absolute;
      max-width: 289px; }
      .balance__field-slide--heart {
        top: 90px;
        left: 2%; }
      .balance__field-slide--color {
        bottom: 46px;
        left: 20%; }
      .balance__field-slide--aroma {
        top: 30%;
        right: -15px; }
      .balance__field-slide--taste {
        bottom: 0;
        right: -20%; }
    @media all and (min-width: 768px) {
      .balance__field--heart {
        top: 20px;
        left: 0;
        z-index: 2; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .balance__field--heart {
        top: 20px;
        left: -15%; } }
    @media all and (min-width: 768px) {
      .balance__field--color {
        bottom: 0;
        left: 20px;
        z-index: 2; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .balance__field--color {
        bottom: 10%;
        left: -19%; } }
    @media all and (min-width: 768px) {
      .balance__field--aroma {
        top: 115px;
        right: 25px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .balance__field--aroma {
        top: 90px;
        right: -10%; } }
    @media all and (min-width: 768px) {
      .balance__field--taste {
        bottom: 20px;
        right: 5%; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .balance__field--taste {
        bottom: 20px;
        right: -5%; } }
  .balance__swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 500px;
    width: 100vw;
    overflow: hidden; }
    .balance__swiper .swiper-wrapper {
      width: 700px; }
  .balance__slide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    position: relative; }
    .balance__slide-inner {
      width: 700px;
      position: relative; }

.industry {
  padding: 15% 0 10%; }
  @media all and (max-width: 767px) {
    .industry {
      padding: 100px 0 60px; } }
  .industry__title {
    margin-bottom: 27px; }
    @media all and (min-width: 768px) {
      .industry__title {
        margin-bottom: 47px; } }
  .industry__round {
    width: 100px;
    height: 100px;
    background-image: linear-gradient(131.07deg, #B28B57 6.76%, #FEFDDD 51.17%, #B28B57 94.66%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%; }
  .industry__name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin: 13px 0 0 0;
    text-align: center; }
    @media all and (max-width: 1000px) {
      .industry__name {
        font-size: 20px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .industry__name {
        font-size: 22px; } }
  .industry__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    opacity: 0; }
    .industry__elem:not(:last-child)::after {
      content: "";
      position: absolute; }
      @media all and (max-width: 767px) {
        .industry__elem:not(:last-child)::after {
          bottom: -33px;
          width: 15px;
          height: 15px;
          background-image: url("../img/arrow.png"); } }
      @media all and (min-width: 768px) {
        .industry__elem:not(:last-child)::after {
          right: -33px;
          top: 50px;
          width: 30px;
          height: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-image: url("../img/arrow-long.png");
          background-size: 30px 14px;
          background-repeat: no-repeat; } }
  .industry__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 56px; }
    @media all and (max-width: 767px) {
      .industry__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media all and (min-width: 768px) {
      .industry__block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 30px; } }

.info {
  padding: 15% 0 25px;
  width: 100%; }
  @media all and (max-width: 767px) {
    .info {
      padding: 100px 0 0; } }
  @media all and (min-width: 768px) {
    .info {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 30%;
      grid-template-columns: 1fr 30%;
      grid-gap: 10%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  .info__stand {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    width: 100%;
    border: 2px solid #FEFDDD; }
    @media all and (max-width: 1000px) {
      .info__stand {
        grid-gap: 10px;
        margin-bottom: 30px; } }
    @media all and (min-width: 1001px) {
      .info__stand {
        margin-bottom: 50px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .info__stand {
        max-width: 500px; } }
    @media (min-width: 1361px) and (max-width: 1919px) {
      .info__stand {
        max-width: 560px; } }
    @media all and (min-width: 1361px) {
      .info__stand {
        margin-bottom: 100px;
        max-width: 700px; } }
  .info__col {
    min-width: 77px; }
    @media all and (max-width: 374px) {
      .info__col {
        min-width: 60px; } }
    @media all and (min-width: 1001px) {
      .info__col--size {
        min-width: 75px; } }
    @media all and (min-width: 1361px) {
      .info__col--size {
        min-width: 100px; } }
    @media all and (min-width: 1920px) {
      .info__col--size {
        min-width: 124px; } }
  .info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 30px; }
  .info__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0; }
    @media all and (max-width: 1000px) {
      .info__title {
        font-size: 20px; } }
    @media all and (max-width: 374px) {
      .info__title {
        font-size: 16px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .info__title {
        font-size: 22px; } }
  .info__text {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media all and (max-width: 1000px) {
      .info__text {
        font-size: 25px; } }
    @media all and (max-width: 374px) {
      .info__text {
        font-size: 20px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .info__text {
        font-size: 30px; } }
    @media (min-width: 1361px) and (max-width: 1919px) {
      .info__text {
        font-size: 38px; } }
  .info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .info__logo {
    margin-bottom: 30px;
    max-width: 300px;
    width: 270px; }
    @media all and (max-width: 767px) {
      .info__logo {
        max-width: 280px; } }
    @media all and (max-width: 374px) {
      .info__logo {
        width: 220px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .info__logo {
        max-width: 290px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .info__logo {
        max-width: 300px; } }
  .info__block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media all and (max-width: 767px) {
      .info__block-img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .info__glas {
    width: 100%; }
    @media all and (max-width: 767px) {
      .info__glas {
        max-width: 133px; } }
    @media all and (min-width: 768px) {
      .info__glas {
        max-width: 230px; } }
    @media all and (min-width: 1001px) {
      .info__glas {
        max-width: 270px; } }
    @media all and (min-width: 1361px) {
      .info__glas {
        max-width: 300px; } }
    @media all and (min-width: 1920px) {
      .info__glas {
        max-width: 367px; } }

.recommendation {
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 2px solid #FEFDDD; }
  @media all and (min-width: 768px) {
    .recommendation {
      padding: 20px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 124px 1fr;
      grid-template-columns: 124px 1fr;
      grid-gap: 40px;
      max-width: 492px; } }
  .recommendation__name {
    font-family: 'IBMPlexSans';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    background: linear-gradient(95.9deg, #B28B57 -4.4%, #FEFDDD 38.92%, #DAB27D 68.85%, #FEFDDD 96.41%, #B28B57 146.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0; }
    @media all and (max-width: 374px) {
      .recommendation__name {
        font-size: 24px; } }
    .recommendation__name--top {
      margin-top: 20px; }
  .recommendation__text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0; }
    @media all and (max-width: 374px) {
      .recommendation__text {
        font-size: 18px; } }
  .recommendation__title {
    font-family: 'Canela';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0; }
    @media all and (max-width: 767px) {
      .recommendation__title {
        margin-bottom: 14px; } }
    @media all and (max-width: 374px) {
      .recommendation__title {
        font-size: 24px; } }

.combination {
  padding: 15% 0 10%;
  width: 100%; }
  @media all and (max-width: 767px) {
    .combination {
      padding: 100px 0 60px; } }
  @media all and (min-width: 1001px) and (max-width: 1360px) {
    .combination {
      max-width: 1010px; } }
  @media (min-width: 1361px) and (max-width: 1919px) {
    .combination {
      max-width: 1200px; } }
  .combination__btn {
    border: 1.5px solid rgba(217, 217, 217, 0.4);
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 1000px) {
      .combination__btn {
        width: 66px;
        height: 66px; } }
    @media all and (max-width: 374px) {
      .combination__btn {
        width: 44px;
        height: 44px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .combination__btn {
        width: 80px;
        height: 80px; } }
    @media all and (min-width: 1361px) {
      .combination__btn {
        width: 120px;
        height: 120px; } }
    @media all and (min-width: 1920px) {
      .combination__btn {
        width: 137px;
        height: 137px; } }
    .combination__btn::after {
      content: "";
      background-image: url("../img/svg-sprite/sprite.view.svg#arrow");
      background-repeat: no-repeat; }
      @media all and (max-width: 1000px) {
        .combination__btn::after {
          width: 19px;
          height: 19px;
          background-size: 17px 19px; } }
      @media all and (max-width: 374px) {
        .combination__btn::after {
          width: 14px;
          height: 14px;
          background-size: 12px 14px; } }
      @media all and (min-width: 1001px) and (max-width: 1360px) {
        .combination__btn::after {
          width: 22px;
          height: 22px;
          background-size: 20px 22px; } }
      @media all and (min-width: 1361px) {
        .combination__btn::after {
          width: 40px;
          height: 40px;
          background-size: 38px 40px; } }
      @media all and (min-width: 1920px) {
        .combination__btn::after {
          width: 50px;
          height: 50px;
          background-size: 48px 50px; } }
  .combination__prev::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media all and (max-width: 1000px) {
    .combination__prev {
      top: 22px; } }
  @media all and (max-width: 1000px) {
    .combination__beer {
      display: none; } }
  @media all and (min-width: 1001px) {
    .combination__beer {
      position: absolute;
      top: 0;
      left: 8%;
      width: 200px;
      height: 200px; } }
  @media all and (min-width: 1361px) {
    .combination__beer {
      top: 45px;
      left: 12%; } }
  @media all and (min-width: 1920px) {
    .combination__beer {
      width: 278px;
      height: 278px; } }
  .combination__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    grid-gap: 8px; }
    @media all and (min-width: 1001px) {
      .combination__nav {
        grid-gap: 40px;
        top: 40%;
        left: auto;
        right: 12%; } }
    @media all and (min-width: 1361px) {
      .combination__nav {
        right: 14%;
        top: 40%; } }
  .combination__swiper--img {
    position: relative;
    overflow: visible; }
    @media all and (max-width: 1000px) {
      .combination__swiper--img {
        margin-left: 80px; } }
    @media all and (max-width: 374px) {
      .combination__swiper--img {
        margin-left: 50px; } }
    @media all and (max-width: 374px) {
      .combination__swiper--img {
        max-width: 240px; } }
    @media all and (min-width: 376px) and (max-width: 767px) {
      .combination__swiper--img {
        max-width: 300px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .combination__swiper--img {
        max-width: 350px; } }
    @media all and (min-width: 1001px) {
      .combination__swiper--img {
        position: absolute;
        right: 0;
        top: 0;
        overflow: visible;
        border: 1.5px solid rgba(217, 217, 217, 0.4);
        border-radius: 50%;
        margin-right: -50px;
        width: 500px;
        height: 500px; } }
    @media all and (min-width: 1361px) {
      .combination__swiper--img {
        width: 600px;
        height: 600px; } }
    @media all and (min-width: 1920px) {
      .combination__swiper--img {
        width: 700px;
        height: 700px; } }
    .combination__swiper--img .swiper-wrapper.next-rotate {
      -webkit-transform: rotate(280deg);
      transform: rotate(280deg); }
    @media all and (min-width: 1001px) {
      .combination__swiper--img.swiper-wrapper {
        position: absolute;
        left: 0;
        top: 0; } }
  .combination__swiper {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    @media all and (max-width: 1000px) {
      .combination__swiper {
        margin-bottom: 20px; } }
    @media all and (min-width: 1001px) {
      .combination__swiper--info {
        width: 400px;
        margin-left: 0;
        margin-top: -300px;
        margin-bottom: 30px; } }
    @media all and (min-width: 1920px) {
      .combination__swiper--info {
        margin-top: -280px; } }
  .combination__title-head {
    position: relative;
    z-index: 2; }
  .combination__block {
    position: relative; }
    @media all and (max-width: 1000px) {
      .combination__block {
        margin-right: -20px;
        max-height: 300px; } }
    @media all and (min-width: 1001px) {
      .combination__block {
        height: 650px; } }
    @media all and (min-width: 1361px) {
      .combination__block {
        height: 750px; } }
    @media all and (min-width: 1920px) {
      .combination__block {
        height: 850px; } }
  .combination__swiper--img .combination__slide {
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%; }
    @media all and (min-width: 1001px) {
      .combination__swiper--img .combination__slide .combination__img {
        opacity: 0;
        visibility: hidden; } }
  .combination__swiper--img .combination__slide--fish {
    padding-right: 0;
    width: 100%; }
  .combination__info-slide {
    opacity: 0 !important; }
  .combination__info-slide.swiper-slide-thumb-active {
    opacity: 1 !important; }
  .combination__title {
    font-family: 'Canela';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 4px 0; }
    @media all and (max-width: 1000px) {
      .combination__title {
        font-size: 30px; } }
  .combination__text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0; }
    @media all and (max-width: 374px) {
      .combination__text {
        font-size: 16px; } }
  .combination__block-img {
    display: none;
    position: absolute;
    top: 0;
    right: 0; }
    @media all and (min-width: 1001px) {
      .combination__block-img {
        display: block;
        width: 500px;
        height: 500px; } }
    @media all and (min-width: 1361px) {
      .combination__block-img {
        width: 700px;
        height: 700px; } }
    @media all and (min-width: 1920px) {
      .combination__block-img {
        width: 700px;
        height: 700px; } }
  .combination__img-meat {
    -webkit-transition: tranform 0.5s ease-in-out;
    transition: tranform 0.5s ease-in-out;
    position: absolute; }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .combination__img-meat {
        -webkit-transform: translate3d(-60%, 22%, 0) scale(0.7);
        transform: translate3d(-60%, 22%, 0) scale(0.7); } }
    @media all and (min-width: 1361px) {
      .combination__img-meat {
        -webkit-transform: translate3d(-45%, 15%, 0) scale(0.7);
        transform: translate3d(-45%, 15%, 0) scale(0.7); } }
    @media all and (min-width: 1920px) {
      .combination__img-meat {
        -webkit-transform: translate3d(-60%, 15%, 0) scale(0.7);
        transform: translate3d(-60%, 15%, 0) scale(0.7); } }
    @media all and (min-width: 1001px) {
      .combination__img-meat._active {
        -webkit-transform: translate3d(-60%, 22%, 0) scale(1);
        transform: translate3d(-60%, 22%, 0) scale(1); } }
    @media all and (min-width: 1361px) {
      .combination__img-meat._active {
        -webkit-transform: translate3d(-45%, 15%, 0) scale(1);
        transform: translate3d(-45%, 15%, 0) scale(1); } }
    @media all and (min-width: 1920px) {
      .combination__img-meat._active {
        -webkit-transform: translate3d(-60%, 15%, 0) scale(1);
        transform: translate3d(-60%, 15%, 0) scale(1); } }
  .combination__img-salad {
    -webkit-transition: tranform 0.5s ease-in-out;
    transition: tranform 0.5s ease-in-out;
    position: absolute; }
    @media all and (min-width: 1001px) {
      .combination__img-salad {
        -webkit-transform: translate3d(60%, -45%, 0) scale(0.7);
        transform: translate3d(60%, -45%, 0) scale(0.7); } }
    @media all and (min-width: 1361px) {
      .combination__img-salad {
        -webkit-transform: translate3d(80%, -45%, 0) scale(0.7);
        transform: translate3d(80%, -45%, 0) scale(0.7); } }
    @media all and (min-width: 1920px) {
      .combination__img-salad {
        -webkit-transform: translate3d(50%, -50%, 0) scale(0.7);
        transform: translate3d(50%, -50%, 0) scale(0.7); } }
    @media all and (min-width: 1001px) {
      .combination__img-salad._active {
        -webkit-transform: translate3d(60%, -45%, 0) scale(1);
        transform: translate3d(60%, -45%, 0) scale(1); } }
    @media all and (min-width: 1361px) {
      .combination__img-salad._active {
        -webkit-transform: translate3d(80%, -45%, 0) scale(1);
        transform: translate3d(80%, -45%, 0) scale(1); } }
    @media all and (min-width: 1920px) {
      .combination__img-salad._active {
        -webkit-transform: translate3d(50%, -50%, 0) scale(1);
        transform: translate3d(50%, -50%, 0) scale(1); } }
  .combination__img-fish {
    -webkit-transition: tranform 0.5s ease-in-out;
    transition: tranform 0.5s ease-in-out;
    position: absolute; }
    @media all and (min-width: 1001px) {
      .combination__img-fish {
        -webkit-transform: translate3d(60%, 110%, 0) scale(0.7);
        transform: translate3d(60%, 110%, 0) scale(0.7); } }
    @media all and (min-width: 1361px) {
      .combination__img-fish {
        -webkit-transform: translate3d(55%, 90%, 0) scale(0.7);
        transform: translate3d(55%, 90%, 0) scale(0.7); } }
    @media all and (min-width: 1920px) {
      .combination__img-fish {
        -webkit-transform: translate3d(40%, 90%, 0) scale(0.7);
        transform: translate3d(40%, 90%, 0) scale(0.7); } }
    @media all and (min-width: 1001px) {
      .combination__img-fish._active {
        -webkit-transform: translate3d(60%, 110%, 0) scale(1) rotate(-120deg);
        transform: translate3d(60%, 110%, 0) scale(1) rotate(-120deg); } }
    @media all and (min-width: 1361px) {
      .combination__img-fish._active {
        -webkit-transform: translate3d(55%, 90%, 0) scale(1) rotate(-120deg);
        transform: translate3d(55%, 90%, 0) scale(1) rotate(-120deg); } }
    @media all and (min-width: 1920px) {
      .combination__img-fish._active {
        -webkit-transform: translate3d(40%, 90%, 0) scale(1) rotate(-120deg);
        transform: translate3d(40%, 90%, 0) scale(1) rotate(-120deg); } }
  @media all and (min-width: 1001px) {
    .combination__img {
      width: 350px; } }
  @media all and (min-width: 1361px) {
    .combination__img {
      width: 450px; } }
  @media all and (min-width: 1920px) {
    .combination__img {
      width: 550px; } }
  @media all and (min-width: 1001px) {
    .combination__img-fish {
      width: 380px; } }
  @media all and (min-width: 1361px) {
    .combination__img-fish {
      width: 530px; } }
  @media all and (min-width: 1920px) {
    .combination__img-fish {
      width: 580px; } }

.place {
  padding: 15% 0 10%;
  width: 100%; }
  @media all and (max-width: 767px) {
    .place {
      padding: 100px 0 60px; } }
  .place__title {
    margin: 0 0 10px 0; }
  .place__text {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin: 0; }
    @media all and (max-width: 767px) {
      .place__text {
        font-size: 20px; } }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .place__text {
        font-size: 24px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .place__text {
        font-size: 36px; } }
  .place__city {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #212121;
    margin: 0; }
  @media all and (max-width: 1000px) {
    .place__block-img {
      width: 111px;
      height: 99px; } }
  @media all and (min-width: 1001px) {
    .place__block-img {
      width: 130px;
      height: 116px; } }
  .place__img-logo {
    width: 100%;
    height: auto; }
  .place__block-city {
    background-image: linear-gradient(95.9deg, #B28B57 -4.4%, #FEFDDD 38.92%, #DAB27D 68.85%, #FEFDDD 96.41%, #B28B57 146.82%);
    padding: 8px 16px;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .place__address {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0; }
  .place__link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 8px;
    margin: 0; }
  .place__line {
    text-decoration: underline; }
  .place__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 30px;
    position: relative;
    padding: 15px; }
    @media all and (max-width: 1000px) {
      .place__field {
        grid-gap: 15px; } }
  .place__block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 14px; }
    @media all and (max-width: 1000px) {
      .place__block-info {
        grid-gap: 6px; } }
  .place__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    border-radius: 20px;
    background: linear-gradient(96deg, #B28B57 -4.4%, #FEFDDD 38.92%, #DAB27D 68.85%, #FEFDDD 96.41%, #B28B57 146.82%);
    padding: 24px 40px; }
  .place__blur::after, .place__blur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    backdrop-filter: blur(22px); }
  .place__blur::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .place__blur::after {
    z-index: 2; }
  .place__slide {
    overflow: hidden;
    border-radius: 20px;
    max-width: 423px; }
    @media all and (max-width: 1000px) {
      .place__slide {
        max-width: 379px; } }
  .place__swiper {
    overflow: visible; }
  .place__swiper--top {
    margin-bottom: 16px;
    margin-top: 50px; }
  .place__swiper--top .place__slide:first-child {
    margin-left: 20%; }
  .place__swiper--bottom {
    margin-bottom: 30px; }

.survey {
  padding: 15% 0 10%;
  width: 100%; }
  @media all and (max-width: 767px) {
    .survey {
      padding: 100px 0 60px; } }
  .survey__title {
    font-style: normal;
    font-weight: 400;
    font-size: 188px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(195.41%, rgba(255, 255, 255, 0.3)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 195.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
    @media all and (max-width: 1000px) {
      .survey__title {
        font-size: 84px; } }
    @media all and (max-width: 374px) {
      .survey__title {
        font-size: 50px; } }
    @media all and (min-width: 1001px) and (max-width: 1360px) {
      .survey__title {
        font-size: 110px; } }
    @media (min-width: 1361px) and (max-width: 1919px) {
      .survey__title {
        font-size: 130px; } }
  .survey__form {
    background-color: #FFFFFF;
    backdrop-filter: blur(2px);
    border-radius: 32px;
    padding: 35px 33px; }
    @media all and (max-width: 1000px) {
      .survey__form {
        max-width: 400px; } }
    @media all and (max-width: 374px) {
      .survey__form {
        padding: 20px; } }
    @media all and (min-width: 1001px) {
      .survey__form {
        padding: 60px 120px;
        max-width: 400px; } }
  .survey__name {
    font-family: "OceanicGroteskCondensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #383533;
    margin: 0 0 15px 0; }
    @media all and (max-width: 1000px) {
      .survey__name {
        font-size: 30px; } }
    @media all and (max-width: 374px) {
      .survey__name {
        font-size: 22px; } }
    .survey__name--gold {
      font-family: 'Canela';
      color: #B29565; }
  .survey__btn {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px; }
  .survey__tab {
    background: rgba(178, 149, 101, 0.3);
    border-radius: 16px;
    width: 100%;
    border: none;
    padding: 0; }
    .survey__tab._active {
      background-color: #B29565; }
  .survey__tabs {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 8px;
    width: 100%;
    height: 2px;
    max-width: 154px;
    margin: 0 auto 20px; }
    .survey__tabs._active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .survey__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .survey__btns--col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 80px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .survey__ask {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #B29565;
    display: block;
    text-align: center; }
    @media all and (max-width: 374px) {
      .survey__ask {
        font-size: 12px; } }

.star__svg {
  fill-opacity: 0.15;
  fill: #202020; }

.star__label._active .star__svg {
  fill-opacity: 1;
  opacity: 1;
  fill: #B29565; }

.star__text {
  color: #000000;
  margin: 0 auto 10px auto;
  display: none; }

.star__text._active {
  display: block; }

.survey__btns:hover .star__text {
  display: block; }

.form {
  margin: 0 auto; }
  .form__step {
    display: none;
    min-height: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px; }
    @media all and (min-width: 768px) {
      .form__step {
        min-width: 389px; } }
    .form__step._active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.attention-body {
  position: relative;
  overflow: hidden; }
  .attention-body::before, .attention-body::after {
    content: "";
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .attention-body::before {
    background-color: rgba(0, 0, 0, 0.5); }
  .attention-body::after {
    backdrop-filter: blur(22px); }

.attention {
  display: none;
  position: fixed;
  z-index: 22;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  padding: 60px 100px;
  border-radius: 32px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media all and (max-width: 1000px) {
    .attention {
      padding: 30px 20px;
      width: 80%;
      max-width: 400px; } }
  @media all and (max-width: 767px) {
    .attention {
      top: 35%; } }
  .attention__ask {
    font-family: "OceanicGroteskCondensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #383533;
    margin: 0; }
    @media all and (max-width: 1000px) {
      .attention__ask {
        font-size: 22px; } }
  .attention__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .attention._active {
    display: block; }

.attention-no {
  display: none;
  position: fixed;
  z-index: 21;
  top: 50%;
  left: 50%;
  border-radius: 32px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden; }
  @media all and (max-width: 767px) {
    .attention-no {
      width: 96%;
      max-width: 450px; } }
  .attention-no._active {
    display: block; }
  .attention-no__bg {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden; }
    @media all and (max-width: 767px) {
      .attention-no__bg {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; } }
    .attention-no__bg::after {
      content: "";
      background-image: url("../img/bg/bg-no-face.png");
      background-repeat: no-repeat;
      background-size: contain;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: -7px;
      bottom: -3px;
      width: 165px;
      height: 177px; }
      @media all and (max-width: 374px) {
        .attention-no__bg::after {
          width: 100px;
          height: 108px; } }
      @media all and (min-width: 376px) and (max-width: 767px) {
        .attention-no__bg::after {
          width: 130px;
          height: 134px; } }
      @media all and (min-width: 768px) and (max-width: 1000px) {
        .attention-no__bg::after {
          width: 140px;
          height: 144px; } }
  .attention-no__ask {
    margin: 0;
    padding: 40px 0; }

@media all and (min-width: 768px) {
  .animation-heart {
    -webkit-animation: fly-left 0.5s forwards;
    animation: fly-left 0.5s forwards; } }

@media all and (min-width: 768px) {
  .animation-color {
    -webkit-animation: fly-left 1s forwards;
    animation: fly-left 1s forwards; } }

@media all and (min-width: 768px) {
  .animation-aroma {
    -webkit-animation: fly 0.2s forwards;
    animation: fly 0.2s forwards; } }

@media all and (min-width: 768px) {
  .animation-taste {
    -webkit-animation: fly 1.3s forwards;
    animation: fly 1.3s forwards; } }

.animation-industry {
  -webkit-animation-name: opacityIn;
  animation-name: opacityIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }
  .animation-industry:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .animation-industry:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .animation-industry:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .animation-industry:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .animation-industry:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

@-webkit-keyframes fly-left {
  0% {
    -webkit-transform: translate(-1000px, 500px);
    transform: translate(-1000px, 500px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes fly-left {
  0% {
    -webkit-transform: translate(-1000px, 500px);
    transform: translate(-1000px, 500px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translate(1000px, 500px);
    transform: translate(1000px, 500px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes fly {
  0% {
    -webkit-transform: translate(1000px, 500px);
    transform: translate(1000px, 500px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes opacityIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1; } }

@keyframes opacityIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1; } }

@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1; } }

@keyframes right-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1; } }

.cookies {
  position: fixed;
  z-index: 21;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 20px 0;
  width: calc(100% - 100px);
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 30px;
  backdrop-filter: blur(6px);
  border: 1px solid #B29565;
  border-radius: 20px;
  max-width: 1300px; }
  @media all and (max-width: 767px) {
    .cookies {
      margin: 15px 0;
      padding: 15px;
      width: calc(100% - 60px);
      grid-gap: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .cookies__btn {
    max-width: 200px; }
  .cookies._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cookies__text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin: 0; }
    @media all and (max-width: 767px) {
      .cookies__text {
        font-size: 16px; } }

.logo__svg {
  width: 100%; }

/*# sourceMappingURL=maps/main.css.map */
