

/* Start:/local/templates/trakt/styles/main.css?1684856460295529*/
@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */

/* FONT_START */

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

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

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

/* CSS Mode */

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

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

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

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.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;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "Ruda";
  src: url("/local/templates/trakt/styles/../fonts/Ruda-Regular.woff2") format("woff2"), url("/local/templates/trakt/styles/../fonts/Ruda-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/trakt/styles/../fonts/Manrope-SemiBold.woff2") format("woff2"), url("/local/templates/trakt/styles/../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/trakt/styles/../fonts/Manrope-Bold.woff2") format("woff2"), url("/local/templates/trakt/styles/../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/trakt/styles/../fonts/Manrope-Regular.woff2") format("woff2"), url("/local/templates/trakt/styles/../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("/local/templates/trakt/styles/../fonts/Ruda-Bold.woff2") format("woff2"), url("/local/templates/trakt/styles/../fonts/Ruda-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("/local/templates/trakt/styles/../fonts/Ruda-SemiBold.woff2") format("woff2"), url("/local/templates/trakt/styles/../fonts/Ruda-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("/local/templates/trakt/styles/../fonts/Ruda-Medium.woff2") format("woff2"), url("/local/templates/trakt/styles/../fonts/Ruda-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/trakt/styles/../fonts/Manrope-Medium.woff2") format("woff2"), url("/local/templates/trakt/styles/../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Ruda", sans-serif;
}

body:not(.active) {
  overflow: hidden !important;
}

*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  background: #C6C6C6;
}

p {
  margin: 0;
}

.title-0,
.title-1,
.title-2,
.title-3,
.title-4-uppercase,
.title-4,
.title-5,
.title-6,
.lead-text-uppercase,
.lead-text-uppercase,
.lead-text,
.text-1,
.text-2,
.small-text-1,
.small-text-2,
.small-text-3 {
  display: block;
  width: fit-content;
}

.title-0,
.title-1,
.title-2,
.title-3,
.title-4-uppercase,
.title-4,
.title-5,
.title-6,
.lead-text-uppercase {
  font-family: "ruda", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 140%;
  color: #000000;
}

.title-0 {
  font-size: 60px;
}

.title-1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
}

.title-2 {
  font-size: 42px;
}

.title-3,
.title-4,
.title-4-uppercase {
  font-size: 24px;
}

.title-4 {
  text-transform: unset;
}

.title-5,
.title-6 {
  font-size: 16px;
}

.lead-text-uppercase,
.lead-text {
  font-size: 36px;
}

.lead-text,
.text-1,
.text-2,
.small-text-1,
.small-text-2,
.small-text-3 {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
}

.lead-text,
.text-1,
.text-2 {
  line-height: 145%;
}

.small-text-1,
.small-text-2,
.small-text-3 {
  line-height: 130%;
}

.text-1 {
  font-size: 24px;
}

.text-2 {
  font-size: 18px;
}

.small-text-1 {
  font-size: 16px;
}

.small-text-2 {
  font-size: 14px;
}

.small-text-3 {
  font-size: 12px;
}

.link-button {
  display: flex;
  width: fit-content;
  align-items: center;
  text-decoration: none;
  color: #000000;
  transition: all 0.5s ease;
}

.link-button svg {
  margin: 0 0 0 12px;
}

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

.link-button:hover {
  color: #1E713F;
}

.link-button:hover svg path {
  stroke: #1E713F;
}

.circle-button {
  position: relative;
  display: block;
  content: "";
  width: 176px;
  height: 176px;
  background: #FDFDFD;
  border-radius: 50%;
  text-decoration: none;
  margin: 22px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.circle-button p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  max-width: 176px;
  width: 100%;
  font-family: "ruda", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 145%;
  text-transform: uppercase;
  color: #1E713F;
  transition: all 0.5s ease;
}

.circle-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #FDFDFD;
  border-radius: 50%;
  width: 220px;
  height: 220px;
}

.circle-button:hover {
  background: #1E713F;
}

.circle-button:hover p {
  color: #FDFDFD;
}

.colored-button,
.transparent-button,
.colored-button-small {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #1E713F;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.colored-button p,
.transparent-button p,
.colored-button-small p {
  color: #FDFDFD;
  font-size: 16px;
  line-height: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.colored-button-small,
.transparent-button-small,
.colored-button-small-small {
  font-size: 14px;
}

.colored-button-small p,
.transparent-button-small p,
.colored-button-small-small p {
  font-family: "Ruda", sans-serif;
  line-height: 130%;
}

.colored-button svg,
.transparent-button svg,
.colored-button-small svg {
  margin: 0 0 0 12px;
  width: 24px;
  height: 24px;
}

.colored-button:hover,
.transparent-button:hover,
.colored-button-small:hover {
  background: #22944F;
}

.colored-button:active,
.transparent-button:active,
.colored-button-small:active {
  background: #2BA85C;
}

.colored-button:focus,
.transparent-button:focus,
.colored-button-small:focus {
  background: #22944F;
  box-shadow: 0px 0px 0px 3px rgba(30, 113, 63, 0.25);
}

.colored-button.disabled,
.transparent-button.disabled,
.colored-button-small.disabled {
  opacity: 0.5;
}

.colored-button.disabled:hover,
.colored-button.disabled:active,
.colored-button.disabled:focus,
.transparent-button.disabled:hover,
.transparent-button.disabled:active,
.transparent-button.disabled:focus,
.colored-button-small.disabled:hover,
.colored-button-small.disabled:active,
.colored-button-small.disabled:focus {
  background: #1E713F;
  box-shadow: unset;
}

.colored-button,
.colored-button-small {
  border: none;
}

.transparent-button {
  background: #FDFDFD;
  box-shadow: 0px 0px 0px 1px #1E713F;
  border: 1px solid #FDFDFD;
  padding: 19px 40px;
}

.transparent-button p {
  color: #3D3D3D;
  line-height: 130%;
}

.transparent-button:hover {
  background: #FDFDFD;
  box-shadow: 0px 0px 0px 2px #1E713F;
}

.transparent-button:active {
  background: #FDFDFD;
  box-shadow: 0px 0px 0px 3px #1E713F;
}

.transparent-button:focus {
  background: #FDFDFD;
  border: 1px solid #22944F;
  box-shadow: 0px 0px 0px 3px rgba(30, 113, 63, 0.25);
}

.transparent-button.disabled:hover,
.transparent-button.disabled:active,
.transparent-button.disabled:focus {
  background: #FDFDFD;
  border: 1px solid #FDFDFD;
  box-shadow: 0px 0px 0px 2px #1E713F;
}

.checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-input + .checkbox-label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.checkbox-input + .checkbox-label::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #FCFCFC;
  border: 1px solid #A4A4A4;
  border-radius: 2px;
  transition: all 0.5s ease;
  margin-right: 8px;
  cursor: pointer;
}

.checkbox-input + .checkbox-label:hover::before {
  border-color: #1E713F;
}

.checkbox-input + .checkbox-label:focus::before {
  box-shadow: 0px 0px 0px 3px rgba(30, 113, 63, 0.15);
}

.checkbox-input:checked + .checkbox-label::before {
  background: url("/local/templates/trakt/styles/../img/svg/check.svg") center center no-repeat;
  background-color: #FCFCFC;
  border-color: #1E713F;
}

.text-error {
  display: none;
  font-size: 14px;
  line-height: 130%;
  color: #F72828;
  margin-top: 8px;
}

.input-text,
textarea {
  display: block;
  outline: none;
  padding: 16px;
  font-size: 14px;
  line-height: 130%;
  color: #6F6F6F;
  background-color: #F7F7F7;
  border: 1px solid #CACACA;
  border-radius: 4px;
  caret-color: #6F6F6F;
  transition: all 0.5s ease;
}

.input-text::placeholder,
textarea::placeholder {
  color: #A4A4A4;
  transition: all 0.5s ease;
}

.input-text:hover,
textarea:hover {
  border-color: #A6A6A6;
}

.input-text:focus,
textarea:focus {
  border: 1px solid #1E713F;
}

.input-text:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

.input-text.error + .text-error,
textarea.error + .text-error {
  display: block;
}

.input-text {
  height: 16px;
}

.textarea {
  height: 96px;
  resize: none;
  overflow-y: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 1.25vh 2.5vw;
  box-sizing: border-box;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  display: block;
  width: 20vw;
}

.header__logo img {
  width: 100%;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__phone {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 130%;
  color: #FDFDFD;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #FDFDFD;
  border-radius: 7.8125vw;
  display: inline-block;
  padding: 0.9375vw 1.875vw;
  margin-right: 19.609375vw;
  transition: 0.3s color, 0.3s background;
  box-sizing: border-box;
}

.header__phone:hover {
  color: #0D0D0D;
  background-color: #FDFDFD;
}

.header__btns {
  display: flex;
  align-items: center;
}

.header__link {
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #FDFDFD;
  border-radius: 50%;
  display: inline-block;
  transition: 0.3s background;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.header__link:not(:first-child) {
  margin-left: 0.625vw;
}

.header__link--burger {
  background-image: url("/local/templates/trakt/styles/../img/svg/header-burger.svg");
  background-size: 1.875vw;
}

.header__link--burger:hover {
  background-image: url("/local/templates/trakt/styles/../img/svg/header-burger-2.svg");
}

.header__link--profile {
  background-image: url("/local/templates/trakt/styles/../img/svg/header-profile.svg");
  background-size: 1.875vw;
}

.header__link--profile:hover {
  background-image: url("/local/templates/trakt/styles/../img/svg/header-profile-2.svg");
}

.header__link:hover {
  background-color: #FDFDFD;
}

.header--dark {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  pointer-events: none;
  mask-image: linear-gradient(90deg, black 0, transparent 0 100%);
  -webkit-mask-image: linear-gradient(90deg, black 0, transparent 0 100%);
}

.header--dark .header__phone {
  color: #3D3D3D;
  border: 1px solid #1E713F;
}

.header--dark .header__link {
  border: 1px solid #1E713F;
}

.header--dark .header__link--burger {
  background-image: url("/local/templates/trakt/styles/../img/svg/header-burger-2.svg");
}

.header--dark .header__link--profile {
  background-image: url("/local/templates/trakt/styles/../img/svg/header-profile-2.svg");
}

.header--static {
  display: none;
}

.header--static + .header {
  position: relative;
  pointer-events: auto;
  background: #F7F7F7;
}

.header--static + .header--white {
  background: #ffffff;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  transition: opacity 0.5s;
  opacity: 0;
}

.menu__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(13, 13, 13, 0.8);
}

.menu__inner {
  background: #1E713F;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10.625vw 0 8.125vw;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: right 0.5s;
}

.menu__scroll {
  max-height: 100vh;
  overflow: auto;
}

.menu__close {
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #FDFDFD;
  border-radius: 50%;
  display: inline-block;
  transition: 0.3s background;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-image: url("/local/templates/trakt/styles/../img/svg/header-close.svg");
  background-size: 1.40625vw;
  position: absolute;
  top: 1.875vw;
  right: 3.125vw;
}

.menu__close:hover {
  background-color: #FDFDFD;
  background-image: url("/local/templates/trakt/styles/../img/svg/header-close-2.svg");
}

.menu__content {
  padding: 12.5vh 0 2.5vh;
}

.menu__top {
  display: flex;
}

.menu__bottom {
  display: flex;
  align-items: center;
  padding-top: 1.5625vw;
}

.menu__left {
  width: 21.875vw;
}

.menu__right {
  width: 21.71875vw;
  margin-left: 10.78125vw;
}

.menu__walk {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8125vw;
  line-height: 145%;
  color: #FDFDFD;
}

.menu__3d {
  position: relative;
  width: 13.75vw;
  height: 13.75vw;
  border-radius: 50%;
  background: #FDFDFD;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1E713F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  margin: 1.71875vw;
}

.menu__3d::before {
  content: "";
  display: block;
  width: 17.1875vw;
  height: 17.1875vw;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}

.menu__3d:hover {
  background: #1E713F;
  color: #FDFDFD;
}

.menu__contact:not(:first-child) {
  margin-top: 2.5vmin;
}

.menu__contact-title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
  color: #FDFDFD;
  margin-bottom: 0.625vw;
}

.menu__contact-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #FDFDFD;
}

.menu__contact-text a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

.menu__contact-text a:hover {
  color: #041C13;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__list li + li {
  margin-top: 1.25vmin;
}

.menu__list li a {
  font-style: normal;
  font-weight: 600;
  font-size: 2.8125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #FDFDFD;
  text-decoration: none;
  transition: color 0.3s;
}

.menu__list li a:hover {
  color: #041C13;
}

.menu__profile {
  margin-top: 1.25vw;
  font-style: normal;
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #FDFDFD;
  flex: none;
  order: 0;
  flex-grow: 0;
  transition: color 0.3s;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.menu__profile::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FDFDFD;
  transition: background 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.menu__profile:hover {
  color: #041C13;
}

.menu__profile:hover::after {
  background: #041C13;
}

.menu.active {
  pointer-events: auto;
  opacity: 1;
}

.menu.active .menu__inner {
  right: 0;
}

.footer {
  background: #FDFDFD;
  padding: 7.03125vw 2.5vw 6.25vw;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 145%;
  color: #6F6F6F;
}

.footer a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s color;
}

.footer a:hover {
  color: #1E713F;
}

.footer__top {
  display: flex;
}

.footer__left {
  width: 30vw;
}

.footer__logo {
  width: 20vw;
}

.footer__logo img {
  width: 100%;
  display: block;
}

.footer__copy {
  margin-top: 3.984375vw;
}

.footer__right {
  display: flex;
  padding-top: 1.40625vw;
}

.footer__col {
  margin-left: 2.5vw;
}

.footer__col-title {
  font-family: "Ruda", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.40625vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  margin-bottom: 1.25vw;
}

.footer__col-rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__col-rows li + li {
  margin-top: 0.625vw;
}

.footer__col:nth-child(1) {
  width: 13.75vw;
}

.footer__col:nth-child(2) {
  width: 21.875vw;
}

.footer__col:nth-child(3) {
  width: 13.75vw;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  padding-top: 1.875vw;
  border-top: 1px solid #1E713F;
}

.to-top {
  position: fixed;
  right: 2.5vw;
  bottom: 1.953125vw;
  z-index: 15;
  width: 4.6875vw;
  height: 4.6875vw;
  background: #1E713F url(/local/templates/trakt/styles/../img/svg/to-top.svg) center center no-repeat;
  background-size: 4.6875vw auto;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid #1E713F;
  box-sizing: border-box;
}

.to-top:hover {
  background-image: url(/local/templates/trakt/styles/../img/svg/to-top-2.svg);
  background-color: #FDFDFD;
}

.to-top:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader__center {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.loader__logo {
  margin-right: 0.9375vw;
  width: 5.078125vw;
}

.loader__logo img {
  width: 100%;
  margin-top: 0.46875vw;
}

.loader__title {
  width: 14.140625vw;
}

.loader__title svg {
  width: 100%;
}

.pagination-list {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  padding: 10.5px 0;
  max-width: 320px;
  width: 100%;
  list-style: none;
  box-sizing: border-box;
}

.pagination-list__unit,
.pagination-list__dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-list__unit a,
.pagination-list__dots a {
  position: relative;
  z-index: 1;
  color: #3D3D3D;
  font-family: "ruda", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.pagination-list__unit.active,
.pagination-list__dots.active {
  position: relative;
  margin: 0 0 0 16px;
}

.pagination-list__unit.active a,
.pagination-list__dots.active a {
  color: #FDFDFD;
}

.pagination-list__unit.active:before,
.pagination-list__dots.active:before {
  z-index: 0;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1E713F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pagination-list__unit:last-child.active,
.pagination-list__dots:last-child.active {
  margin: 0 16px 0 0;
}

.breadcrumbs {
  max-width: 1216px;
  padding: 0 32px;
  margin: 0 auto;
}

.breadcrumbs__list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #A6A6A6;
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  background: url("/local/templates/trakt/styles/../img/svg/arrow-long-gray.svg") center center no-repeat;
  margin: 0 11px;
}

.breadcrumbs__item span {
  color: #3D3D3D;
}

.breadcrumbs__item span::after {
  background: url("/local/templates/trakt/styles/../img/svg/arrow-long-black.svg") center center no-repeat;
}

.form-lk {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
}

.form-lk__wrap {
  max-width: 592px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-lk__title {
  color: #3D3D3D;
  margin-bottom: 24px;
}

.form-lk__subtitle {
  color: #6F6F6F;
  margin-bottom: 24px;
}

.form-lk__label {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-lk__label:first-of-type {
  margin-top: 32px;
}

.form-lk__label:last-of-type {
  margin-bottom: 32px;
}

.form-lk__label-name {
  color: #6F6F6F;
  margin-bottom: 4px !important;
}

.form-lk .input-text {
  margin-bottom: 12px;
}

.form-lk__label .input-text {
  margin-bottom: 0;
}

.form-lk__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-lk__row-block {
  display: flex;
  flex-direction: column;
}

.form-lk .small-text-2,
.form-lk .small-text-3 {
  text-decoration: none;
  color: #6F6F6F;
}

.form-lk .small-text-2:not(:last-child),
.form-lk .small-text-3:not(:last-child) {
  margin-bottom: 8px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 113, 63, 0.5);
  align-items: center;
  justify-content: center;
  padding-top: calc(84px + 2.5vh);
}

.popup.active {
  display: flex;
}

.popup__wrap {
  box-sizing: border-box;
  max-width: 384px;
  width: 100%;
  position: relative;
  background-color: #FDFDFD;
  border: 1px solid #1E713F;
  border-radius: 8px;
  padding: 68px 40px 80px;
  max-height: 100%;
  overflow: auto;
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}

.popup__wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: initial;
}

.popup__wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0 8px 8px 0;
}

.popup__wrap::-webkit-scrollbar-thumb {
  background: #1E713F;
  border-radius: 0;
  border-radius: 8px;
}

.popup__btn-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.popup .title-3 {
  color: #3D3D3D;
  margin-bottom: 16px;
}

.popup .text-2 {
  color: #6F6F6F;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.container-menu {
  display: flex;
  align-items: flex-start;
}

.container-menu__content {
  width: 100%;
  padding-top: 40px;
  box-sizing: border-box;
}

.container-menu__content-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.container-menu__content-main {
  max-width: 100%;
  width: 100%;
}

.container-menu__content-total {
  position: sticky;
  top: 40px;
  width: 100%;
  height: fit-content;
  margin-left: 32px;
}

.container-menu__top {
  padding-top: 80px;
  padding-left: 56px;
  padding-bottom: 60px;
  margin-top: -40px;
  margin-left: -56px;
  background-color: #FDFDFD;
}

.container-menu__top-title {
  color: #3D3D3D;
  margin-bottom: 24px;
}

.container-menu__top-text {
  max-width: 592px;
  color: #6F6F6F;
}

.container-menu .breadcrumbs {
  padding: 0;
  margin: 0;
}

.menu-lk {
  flex-shrink: 0;
  position: sticky;
  top: 0;
  max-width: 104px;
  width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  padding-right: 32px;
  transition: max-width 0.5s ease-out;
}

.menu-lk__elem {
  display: block;
  color: #1E713F;
  transform: rotate(-90deg);
  margin-top: 40px;
  margin-left: 11px;
  margin-bottom: 60px;
}

.menu-lk__btn {
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.menu-lk__btn::before {
  content: "";
  position: absolute;
  left: -2px;
  width: 24px;
  height: 24px;
  background: url("/local/templates/trakt/styles/../img/svg/arrow-circle-right.svg") center center no-repeat;
  transform: rotateY(180deg);
  transition: all 0.5s ease;
}

.menu-lk.active {
  max-width: 312px;
}

.menu-lk.active .menu-lk__elem {
  display: none;
}

.menu-lk.active .menu-lk__btn::before {
  transform: rotateY(0deg);
}

.menu-lk.active .menu-lk__company {
  padding: 60px 16px 0;
  opacity: 1;
  width: auto;
  height: auto;
  transition: 0.5s;
}

.menu-lk.active .menu-lk__company-name {
  font-size: 16px;
  transition: 0.5s ease-out;
}

.menu-lk.active .menu-lk__company-edit {
  font-size: 14px;
  transition: 0.5s ease-out;
}

.menu-lk.active .menu-lk__link {
  padding: 8px 16px;
}

.menu-lk.active .menu-lk__link-title {
  font-size: 16px;
  margin-left: 24px;
}

.menu-lk__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
  background-color: #FDFDFD;
  padding: 40px 0;
  transition: all 0.5s ease;
}

.menu-lk__company {
  display: flex;
  align-items: center;
  padding: 0;
  opacity: 0;
  width: 0;
  height: 0;
  transition: 0.5s;
}

.menu-lk__company-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 24px;
}

.menu-lk__company-name {
  font-size: 0;
  color: #3D3D3D;
  margin-bottom: 4px;
  transition: 0.5s ease-out;
}

.menu-lk__company-edit {
  text-decoration: none;
  color: #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding-bottom: 2px;
  font-size: 0;
  transition: 0.5s ease-out;
}

.menu-lk__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex: 100%;
  align-self: stretch;
  padding-top: 40px;
}

.menu-lk__item--exit {
  padding-top: 24px;
  margin-top: auto;
}

.menu-lk__item.active {
  background-color: #1E713F;
}

.menu-lk__item.active .menu-lk__link-svg {
  fill: #FDFDFD;
}

.menu-lk__item.active .menu-lk__link-title {
  color: #FDFDFD;
}

.menu-lk__link {
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  padding: 12px 24px;
}

.menu-lk__link-svg {
  width: 32px;
  height: 32px;
  fill: #1E713F;
}

.menu-lk__link-title {
  font-size: 0;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-left: 0;
  transition: 0.5s ease-out;
}

.inside {
  padding-top: 41px;
}

.inside__title {
  color: #3D3D3D;
}

.inside__list {
  box-sizing: border-box;
  max-width: 800px;
  list-style: none;
  padding-top: 24px;
}

.inside__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 16px;
}

.inside__item:not(:first-child) {
  margin-top: 8px;
}

.inside__item-sample {
  padding: 8px 16px;
}

.inside__item-total {
  padding: 24px 16px;
}

.inside__item-total .inside__item-name {
  max-width: 120px;
  font-family: "ruda", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #6F6F6F;
  margin-left: auto;
}

.inside__item-block {
  max-width: 681px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inside__item-img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

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

.inside__item-name,
.inside__item-price,
.inside__item-quantity,
.inside__item-sum {
  width: 100%;
}

.inside__item-name,
.inside__item-price,
.inside__item-quantity {
  color: #3D3D3D;
}

.inside__item-name {
  max-width: 260px;
}

.inside__item-price {
  max-width: 100px;
}

.inside__item-quantity {
  max-width: 80px;
}

.inside__item-sum {
  max-width: 100px;
  color: #6F6F6F;
}

.total {
  max-width: 280px;
}

.total__block {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 16px 24px 40px;
}

.total__text {
  color: #6F6F6F;
}

.total__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.total__title,
.total__price {
  color: #3D3D3D;
}

.total__btn {
  width: 100%;
  padding: 20px;
  margin-top: 43px;
}

.total__btn p {
  font-size: 14px;
}

.catalog__top {
  padding-top: 80px;
  padding-bottom: 80px;
}

.catalog__top-title {
  color: #3D3D3D;
  margin-bottom: 24px;
}

.catalog__top-text {
  max-width: 592px;
  color: #6F6F6F;
}

.catalog__list {
  box-sizing: border-box;
  list-style: none;
  max-width: calc(100% - 100px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 32px;
  padding-bottom: 80px;
  margin: -16px 0px;
}

.catalog .item {
  max-width: 48.413%;
  width: 100%;
  padding: 16px 0px;
}

.catalog .item__wrap {
  box-sizing: border-box;
  display: block;
  background-color: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 40px;
}

.catalog .item__title {
  width: 100%;
  color: #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  padding-bottom: 7px;
  margin-bottom: 16px;
}

.catalog .item__img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-right: 32px;
}

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

.catalog .item__block {
  display: flex;
}

.catalog .item__info-text {
  color: #6F6F6F;
  margin-bottom: 32px;
  word-break: break-word;
}

.catalog .item__info-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #041C13;
}

.catalog .item__info-link svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  stroke: #041C13;
  transform: rotate(180deg);
  margin-left: 9px;
}

/*! jQuery UI - v1.13.2 - 2023-02-06
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/local/templates/trakt/styles/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/local/templates/trakt/styles/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/local/templates/trakt/styles/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/local/templates/trakt/styles/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/local/templates/trakt/styles/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/local/templates/trakt/styles/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/local/templates/trakt/styles/images/ui-icons_777777_256x240.png");
}

/* positioning */

/* Three classes needed to override `.ui-button:hover .ui-icon` */

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-page {
  background: #0D0D0D;
  width: 100vw;
  height: 100vh;
}

.first {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
}

.s1__container {
  position: relative;
  width: 100vw;
  height: 100vh;
  perspective: 1500px;
}

.s1__title {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  z-index: 3;
  position: absolute;
  width: 62.5vw;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #FDFDFD;
  transition: opacity 0.75s ease;
  opacity: 1;
  pointer-events: none;
}

.s1__left {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 2;
  right: 51.25vw;
  top: 50%;
  transform: translateY(-50%);
  width: 30vw;
  transition: opacity 0.75s ease;
  opacity: 1;
  pointer-events: none;
}

.s1__left-inner {
  width: 100%;
  padding-bottom: 130.2%;
  overflow: hidden;
}

.s1__left-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.s1__right {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
  left: 51.25vw;
  top: 50%;
  transform: translateY(-50%);
  width: 30vw;
  overflow: hidden;
}

.s1__right-inner {
  width: 100%;
  padding-bottom: 62.23%;
}

.s1__right-inner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.s1__text {
  will-change: transform, opacity;
  position: absolute;
  z-index: 1;
  left: 10.390625vw;
  top: 50%;
  transform: translateY(-50%) translate3d(0px, 0px, -1200px);
  width: 30.234375vw;
  opacity: 0;
}

.s1__text-inner {
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-size: 2.8125vw;
  line-height: 145%;
  color: #FDFDFD;
}

.s1__link {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13.75vw;
  height: 13.75vw;
  border-radius: 50%;
  background: #FDFDFD;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1E713F;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
}

.s1__link::before {
  content: "";
  display: block;
  width: 17.1875vw;
  height: 17.1875vw;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}

.s1__link:hover {
  background: #1E713F;
  color: #FDFDFD;
}

.about {
  will-change: transform;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30vw;
  left: 120%;
}

.about__title {
  font-weight: 600;
  font-size: 3.28125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
}

.about__info {
  margin-top: 10vh;
  width: 21.875vw;
}

.about__block {
  border-bottom: 1px solid #1E713F;
  padding-bottom: 1.875vw;
}

.about__block + .about__block {
  margin-top: 1.875vw;
}

.about__block-title {
  margin-bottom: 0.390625vw;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #1E713F;
}

.about__block-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
  color: #6F6F6F;
}

.second {
  position: relative;
  z-index: 3;
}

.s2 {
  position: absolute;
  left: 40vw;
  top: 100vh;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
}

.s2__img {
  position: absolute;
  width: 62.421875vw;
  height: 31.25vw;
  left: 10.9375vw;
  top: 50%;
  transform: translateY(-65%);
  display: flex;
  justify-content: space-between;
}

.s2__img-inner {
  width: 30vw;
  height: 31.25vw;
  overflow: hidden;
}

.s2__img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.s3 {
  position: absolute;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
}

.s3__left {
  width: 30vw;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 10.625vw;
  top: 50%;
  transform: translateY(-60%);
}

.s3__title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #1E713F;
  width: 21.875vw;
}

.s3__text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #6F6F6F;
  margin-top: 1.25vw;
}

.s3__link {
  margin-top: 3.4375vw;
}

.s3__link a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 130%;
  text-transform: uppercase;
  color: #041C13;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  position: relative;
}

.s3__link a::before,
.s3__link a::after {
  content: "";
  display: block;
  width: 1.875vw;
  height: 1.875vw;
  border: 1px solid #041C13;
  margin-left: 0.9375vw;
  border-radius: 50%;
  background: url("/local/templates/trakt/styles/../img/svg/arrow.svg") center center no-repeat;
  background-size: 0.9375vw 0.78125vw;
  transition: border 0.3s;
  position: relative;
  z-index: 1;
}

.s3__link a::before {
  border-color: transparent;
  pointer-events: none;
  background-image: url("/local/templates/trakt/styles/../img/svg/arrow-green.svg");
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.s3__link a:hover {
  color: #1E713F;
}

.s3__link a:hover::after {
  border-color: #1E713F;
}

.s3__link a:hover::before {
  opacity: 1;
}

.s3__right {
  width: 38.125vw;
  height: 87.5vh;
  max-height: 93.75vh;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 43.125vw;
  top: 12.5vh;
}

.s3__right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.s4 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 100vw;
  top: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
}

.s4 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.assorti {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  z-index: 1;
}

.assorti__intro {
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.assorti__intro-title {
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  width: 38.125vw;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
}

.assorti__intro-title i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.assorti__intro-title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.assorti__intro-title.active::after {
  width: 13.75vw;
}

.assorti__intro-text {
  will-change: transform;
  transform-style: preserve-3d;
  width: 38.125vw;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
}

.assorti__intro-text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.assorti__intro-text i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.assorti__intro-text.active::after {
  width: 13.75vw;
}

.assorti__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.assorti-item {
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: auto;
}

.assorti-item__img {
  overflow: hidden;
  width: 38.125vw;
  height: 72.5vh;
  position: absolute;
  left: 10.625vw;
  top: 17.5vh;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateX(-100vw) translateY(100vw);
}

.assorti-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.assorti-item__content {
  width: 46.25vw;
  position: absolute;
  left: 51.25vw;
  top: 40%;
}

.assorti-item__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
}

.assorti-item__text {
  will-change: transform;
  transform-style: preserve-3d;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
  color: #6F6F6F;
  margin-top: 2.5vw;
  width: 21.875vw;
  transform: translateY(100vh);
}

.portfolio {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  transform-style: preserve-3d;
  width: 100vw;
  height: 100vh;
}

.portfolio__anotation {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  transform-style: preserve-3d;
}

.portfolio__title {
  font-style: normal;
  font-weight: 600;
  font-size: 6.25vw;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #041C13;
}

.portfolio__items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.portfolio-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}

.portfolio-item__first {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}

.portfolio-item__first-img {
  width: 62.5vw;
  height: 33.59375vw;
  max-height: 58.75vh;
  overflow: hidden;
  position: absolute;
  left: 2.5vw;
  top: 50%;
  transform: translateY(-22.5vh);
}

.portfolio-item__first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.portfolio-item__first-content {
  position: absolute;
  width: 30vw;
  left: 67.5vw;
  will-change: transform;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-20vh);
}

.portfolio-item__first-title {
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  margin-bottom: 1.875vw;
}

.portfolio-item__first-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
  color: #6F6F6F;
}

.portfolio-item__first-text > p + p {
  margin-top: 1.3em;
}

.portfolio-item__second {
  position: absolute;
  left: 100%;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}

.portfolio-item__second-img {
  position: absolute;
  width: 21.875vw;
  height: 31.25vw;
  max-height: 57.5vh;
  left: 18.75vw;
  overflow: hidden;
  top: 40%;
  transform: translateY(-16vh);
}

.portfolio-item__second-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.portfolio-item__second-content {
  position: absolute;
  width: 21.875vw;
  left: 43.125vw;
  will-change: transform;
  transform-style: preserve-3d;
  top: 40%;
  transform: translateY(-16vh);
}

.portfolio-item__second-block {
  border-bottom: 1px solid #1E713F;
  padding-bottom: 1.875vw;
}

.portfolio-item__second-block + .portfolio-item__second-block {
  margin-top: 1.875vw;
}

.portfolio-item__second-title {
  margin-bottom: 0.3125vw;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #1E713F;
}

.portfolio-item__second-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
  color: #6F6F6F;
}

.partners {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}

.partners__intro {
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.partners__intro-title {
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  width: 38.125vw;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
}

.partners__intro-title i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.partners__intro-title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.partners__intro-title.active::after {
  width: 13.75vw;
}

.partners__intro-text {
  will-change: transform;
  transform-style: preserve-3d;
  width: 38.125vw;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
}

.partners__intro-text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.partners__intro-text i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.partners__intro-text.active::after {
  width: 13.75vw;
}

.partners__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.partners__item {
  border: 1px solid #1E713F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.875vw;
  height: 21.875vw;
  overflow: hidden;
  margin: 1.25vw;
  box-sizing: border-box;
}

.partners__item img {
  max-width: 18.90625vw;
  max-height: 18.90625vw;
  object-fit: contain;
  display: block;
}

.partner-img-1 {
  width: 18.4375vw;
}

.partner-img-2 {
  width: 17.8125vw;
}

.partner-img-3 {
  width: 18.90625vw;
}

.partner-img-4 {
  width: 10.9375vw;
}

.connect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform, background;
  transform-style: preserve-3d;
  background: #041C13;
}

.connect__first {
  font-style: normal;
  font-weight: 600;
  font-size: 3.28125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #FDFDFD;
  position: absolute;
  top: 50%;
  left: 10.625vw;
  transform: translateY(-50%);
  will-change: transform;
  transform-style: preserve-3d;
  width: 62.5vw;
}

.connect__first::after {
  content: "";
  display: block;
  width: 13.75vw;
  height: 1px;
  background: #C6C6C6;
  position: absolute;
  left: 0;
  bottom: -1.875vw;
}

.connect__second {
  position: absolute;
  left: 10.703125vw;
  top: 23.125vh;
  will-change: transform;
  transform-style: preserve-3d;
  display: flex;
  align-items: flex-start;
}

.connect__images {
  display: flex;
  justify-content: space-between;
  width: 46.25vw;
}

.connect__img {
  width: 21.875vw;
  height: 31.25vw;
  overflow: hidden;
}

.connect__img video,
.connect__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.connect__content {
  width: 38.125vw;
  margin-left: 2.421875vw;
}

.connect__content-title {
  font-weight: 600;
  font-size: 2.8125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #FDFDFD;
}

.connect__content-block {
  font-style: normal;
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #FDFDFD;
  margin-top: 1.875vw;
}

.connect__content-block::after {
  content: "";
  display: block;
  width: 5.625vw;
  height: 1px;
  background: #FDFDFD;
  margin-top: 0.625vw;
}

.connect__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.connect__link a {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13.75vw;
  height: 13.75vw;
  border-radius: 50%;
  background: #FDFDFD;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1E713F;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: color 0.3s, background-color 0.3s;
  pointer-events: none;
  text-decoration: none;
  box-sizing: border-box;
}

.connect__link a::before {
  content: "";
  display: block;
  width: 17.1875vw;
  height: 17.1875vw;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid #FFFFFF;
}

.connect__link a:hover {
  background: #1E713F;
  color: #FDFDFD;
}

.connect__link.active a {
  pointer-events: auto;
}

.about-page {
  width: 100vw;
  height: 100vh;
  background: #FDFDFD;
  opacity: 0;
  transition: opacity 1s;
}

.about-page.active {
  opacity: 1;
}

.ap-activity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  z-index: 1;
}

.ap-activity__intro {
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.ap-activity__intro-title {
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  width: 46.875vw;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1.875vw;
}

.ap-activity__intro-title i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.ap-activity__intro-title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.ap-activity__intro-title.active::after {
  width: 13.75vw;
}

.ap-activity__intro-text {
  will-change: transform;
  transform-style: preserve-3d;
  width: 38.125vw;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1.875vw;
}

.ap-activity__intro-text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.ap-activity__intro-text i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.ap-activity__intro-text.active::after {
  width: 13.75vw;
}

.ap-activity__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.ap-activity-item {
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: auto;
  z-index: 1;
}

.ap-activity-item__img {
  overflow: hidden;
  width: 38.125vw;
  height: 72.5vh;
  position: absolute;
  left: 10.625vw;
  top: 17.5vh;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateX(-100vw) translateY(100vw);
}

.ap-activity-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ap-activity-item__content {
  width: 46.25vw;
  position: absolute;
  left: 51.25vw;
  top: 40%;
}

.ap-activity-item__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 3.75vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
}

.ap-activity-item__text {
  will-change: transform;
  transform-style: preserve-3d;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 130%;
  color: #6F6F6F;
  margin-top: 2.5vw;
  width: 38.28125vw;
  transform: translateY(100vh);
}

.ap-green-logo {
  background: #1E713F;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ap-green-logo__img {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.ap-green-logo__logo {
  margin-right: 0.9375vw;
  width: 5.078125vw;
  transform: translateX(-19%);
}

.ap-green-logo__logo img {
  width: 100%;
  margin-top: 0.46875vw;
}

.ap-green-logo__title {
  width: 14.140625vw;
}

.ap-green-logo__title svg {
  width: 100%;
}

.ap-achivments {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  z-index: 3;
  box-sizing: border-box;
}

.ap-achivments__intro {
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.ap-achivments__intro-title {
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  width: 38.125vw;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1.875vw;
}

.ap-achivments__intro-title i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.ap-achivments__intro-title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.ap-achivments__intro-title.active::after {
  width: 13.75vw;
}

.ap-achivments__items {
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.ap-achivments-item {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  transform-style: preserve-3d;
}

.ap-achivments-item__img {
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
}

.ap-achivments-item__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.ap-achivments-item__content {
  width: 21.875vw;
  position: absolute;
  will-change: transform;
  transform-style: preserve-3d;
  border-bottom: 1px solid #1E713F;
  padding-bottom: 1.875vw;
}

.ap-achivments-item__title {
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #1E713F;
}

.ap-achivments-item__text {
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #6F6F6F;
  margin-top: 0.3125vw;
}

.ap-automation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  z-index: 5;
}

.ap-automation__intro-text {
  will-change: transform;
  transform-style: preserve-3d;
  width: 38.125vw;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  position: absolute;
  left: 18.75vw;
  top: 40%;
  transform: translateY(-50%);
  padding-bottom: 1.875vw;
}

.ap-automation__intro-text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.ap-automation__intro-text i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.ap-automation__intro-text.active::after {
  width: 13.75vw;
}

.ap-automation__content {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  transform-style: preserve-3d;
}

.ap-automation__content video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.contacts-page {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #fff;
}

.contacts-page .c1__container {
  position: relative;
  width: 100vw;
  height: 100vh;
  perspective: 1500px;
}

.contacts-page .c1__title {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  z-index: 3;
  position: absolute;
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.75s ease;
  opacity: 0;
  pointer-events: none;
  font-family: "Ruda", sans-serif;
  color: #041C13;
  left: 15.625vw;
  top: 100vh;
}

.contacts-page .c1__contacts {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 21.71875vw;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 2;
  top: 100vh;
  left: 15.625vw;
  opacity: 0;
}

.contacts-page .c1__contacts--item {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  margin-bottom: 2.5vw;
  color: #041C13;
}

.contacts-page .c1__contacts--title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 130%;
  color: #6F6F6F;
  margin-bottom: 0.78125vw;
}

.contacts-page .c1__contacts--link {
  flex-flow: column nowrap;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #041C13;
  text-decoration: none;
}

.contacts-page__map {
  position: absolute;
  left: 82vw;
  top: 80vh;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.contacts-page__map__container {
  position: relative;
  width: 62.5vw;
  height: 39.0625vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts-page__map__container img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.contacts-page__walk {
  position: absolute;
  left: 100vw;
  top: 100vh;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  flex-flow: column nowrap;
}

.contacts-page__walk--title {
  font-family: "Ruda", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  margin-bottom: 6.25vw;
  width: 38.125vw;
}

.contacts-page__walk--text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #6F6F6F;
  width: 38.125vw;
}

.contacts-page__startWalk {
  position: absolute;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  background-image: url(/local/templates/trakt/styles/../img/contacts-page__startWalk.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.contacts-page__startWalk .s1__link {
  opacity: 1;
}

.grow-page {
  width: 100vw;
  height: 100vh;
  background: #FDFDFD;
  transition: opacity 1s;
}

.grow-page.active {
  opacity: 1;
}

.gp-video {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  z-index: 3;
}

.gp-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.gp-how {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  z-index: 1;
}

.gp-how__intro {
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.gp-how__intro-title {
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  width: 38.125vw;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1.25vw;
}

.gp-how__intro-title i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.gp-how__intro-title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.gp-how__intro-title.active::after {
  width: 13.75vw;
}

.gp-how__intro-text {
  will-change: transform;
  transform-style: preserve-3d;
  width: 38.125vw;
  font-style: normal;
  color: #041C13;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  padding-bottom: 2.5vw;
}

.gp-how__intro-text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.gp-how__intro-text i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.gp-how__intro-text.active::after {
  width: 13.75vw;
}

.gp-how__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.gp-how-item {
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: auto;
}

.gp-how-item__img {
  overflow: hidden;
  width: 38.125vw;
  height: 72.5vh;
  position: absolute;
  left: 10.625vw;
  top: 17.5vh;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateX(-100vw) translateY(100vw);
}

.gp-how-item__img video,
.gp-how-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gp-how-item__content {
  width: 46.25vw;
  position: absolute;
  left: 51.25vw;
  top: 40%;
}

.gp-how-item__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 3.75vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
}

.gp-how-item__text {
  will-change: transform;
  transform-style: preserve-3d;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 130%;
  color: #6F6F6F;
  margin-top: 2.5vw;
  width: 38.125vw;
}

.gp-doble {
  position: absolute;
  left: 40vw;
  top: 100vh;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
}

.gp-doble__img {
  position: absolute;
  width: 62.421875vw;
  height: 31.25vw;
  left: 10.9375vw;
  top: 50%;
  transform: translateY(-65%);
  display: flex;
  justify-content: space-between;
}

.gp-doble__img-inner {
  width: 30vw;
  height: 31.25vw;
  overflow: hidden;
}

.gp-doble__img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gp-poliv {
  position: absolute;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
}

.gp-poliv__left {
  width: 38.125vw;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 10.625vw;
  top: 50%;
  transform: translateY(-60%);
}

.gp-poliv__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 3.75vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
}

.gp-poliv__text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #6F6F6F;
  margin-top: 2.5vw;
}

.gp-poliv__right {
  width: 38.125vw;
  height: 87.5vh;
  max-height: 93.75vh;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 51.25vw;
  top: 17.5vh;
}

.gp-poliv__right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.gp-mineral {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  z-index: 2;
}

.gp-mineral__img {
  width: 38.125vw;
  height: 72.5vh;
  max-height: 93.75vh;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 2.5vw;
  top: 50%;
  transform: translateY(-51%);
}

.gp-mineral__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.gp-mineral__content {
  width: 46.25vw;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  left: 43.125vw;
  top: 50%;
  transform: translateY(-51%);
}

.gp-mineral__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 3.75vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
}

.gp-mineral__text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #6F6F6F;
  margin-top: 2.5vw;
}

.gp-mineral__text p + p {
  margin-top: 1.45em;
}

.gp-grunt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform, background;
  transform-style: preserve-3d;
  background: #041C13;
  z-index: 1;
}

.gp-grunt__first {
  font-style: normal;
  font-weight: 600;
  font-size: 3.28125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #FDFDFD;
  position: absolute;
  top: 50%;
  left: 10.625vw;
  transform: translateY(-50%);
  will-change: transform;
  transform-style: preserve-3d;
  width: 62.5vw;
}

.gp-grunt__second {
  position: absolute;
  left: 10.703125vw;
  top: 23.125vh;
  will-change: transform;
  transform-style: preserve-3d;
  display: flex;
  align-items: flex-start;
}

.gp-grunt__images {
  display: flex;
  justify-content: space-between;
  width: 46.25vw;
}

.gp-grunt__img {
  width: 21.875vw;
  height: 31.25vw;
  overflow: hidden;
}

.gp-grunt__img video,
.gp-grunt__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.gp-grunt__content {
  width: 38.125vw;
  margin-left: 2.421875vw;
}

.gp-grunt__content-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #ffffff;
  margin-bottom: 3.125vw;
}

.gp-grunt__content-bottom {
  max-width: 30vw;
}

.gp-grunt__content-title {
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #FDFDFD;
  position: relative;
  padding-bottom: 0.625vw;
}

.gp-grunt__content-title::after {
  content: "";
  display: block;
  width: 5.625vw;
  height: 1px;
  background: #FDFDFD;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gp-grunt__content-blocks {
  padding-left: 2.109375vw;
  list-style: disc;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #ffffff;
}

.gp-grunt__content-blocks li + li {
  margin-top: 1.25vw;
}

.gp-steps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
}

.gp-step {
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: auto;
}

.gp-step__img {
  overflow: hidden;
  width: 38.125vw;
  height: 72.5vh;
  position: absolute;
  left: 10.625vw;
  top: 17.5vh;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateX(-100vw) translateY(100vw);
}

.gp-step__img video,
.gp-step__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gp-step__content {
  width: 38.125vw;
  position: absolute;
  left: 51.25vw;
  top: 55%;
  transform: translateY(-50%);
}

.gp-step__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 3.75vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
}

.gp-step__text {
  will-change: transform;
  transform-style: preserve-3d;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 130%;
  color: #6F6F6F;
  margin-top: 2.5vw;
  width: 38.125vw;
}

.gp-step__text ul {
  padding-left: 2.109375vw;
  list-style: disc;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
}

.gp-step__text ul li + li {
  margin-top: 1.25vw;
}

.gp-step__text > * + p {
  margin-top: 3.125vw;
}

.gp-step__text > * + ul {
  margin-top: 2.5vw;
}

.faq-page {
  background: #ffffff;
  padding-top: 7.8125vw;
}

.faq-page__container {
  max-width: 1072px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 32px 130px;
}

.faq-page__flex {
  display: flex;
}

.faq-page__left {
  margin-right: 32px;
  width: 280px;
  flex-shrink: 0;
}

.faq-page__right {
  flex-grow: 1;
}

.fp-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  z-index: 1;
  background: #ffffff;
}

.fp-intro__title {
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  width: 54.375vw;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1.875vw;
}

.fp-intro__title i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.fp-title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  margin-bottom: 64px;
}

.fp-tabs {
  width: 100%;
}

.fp-tabs__item {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #3D3D3D;
  padding-bottom: 8px;
  cursor: pointer;
}

.fp-tabs__item::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background: #1E713F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fp-tabs__item:not(:last-child) {
  margin-bottom: 24px;
}

.fp-tabs__item:not(.active) {
  color: #C6C6C6;
}

.fp-tabs__item:not(.active):after {
  background-color: #C6C6C6;
}

.fp-sections__item {
  border-bottom: 1px solid #1E713F;
}

.fp-sections__item-title {
  padding: 24px 32px 24px 0;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #3D3D3D;
  display: block;
  cursor: pointer;
  position: relative;
}

.fp-sections__item-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/trakt/styles/../img/svg/arrow-faq.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -12px;
  transition: 0.3s;
  pointer-events: none;
}

.fp-sections__item-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6F6F6F;
  padding-bottom: 24px;
  display: none;
}

.fp-sections__item-text p:not(:first-child) {
  margin-top: 8px;
}

.fp-sections__item-text h3 {
  color: #1E713F;
  font-weight: 400;
}

.fp-sections__item-text h3:not(:first-child) {
  margin-top: 24px;
}

.fp-sections__item:first-child .fp-sections__item-title {
  padding-top: 0;
}

.fp-sections__item:first-child .fp-sections__item-title::after {
  top: 4px;
  margin-top: 0;
}

.fp-sections__item.active .fp-sections__item-title::after {
  transform: rotate(90deg);
}

.fp-sections:not(.active) {
  display: none;
}

.fp-last {
  margin-top: 80px;
}

.fp-last__text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6F6F6F;
  padding-bottom: 24px;
}

.fp-last__text p:not(:first-child) {
  margin-top: 8px;
}

.fp-last__text h3 {
  color: #1E713F;
  font-weight: 400;
}

.fp-last__text h3:not(:first-child) {
  margin-top: 24px;
}

.fp-last__btn {
  margin-top: 46px;
}

.fp-last__btn a {
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FDFDFD;
  display: inline-flex;
  align-items: center;
  padding: 20px 32px;
  background: #1E713F;
  border-radius: 50px;
  border: 1px solid #1E713F;
  transition: 0.3s;
}

.fp-last__btn a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/trakt/styles/../img/svg/arrow-faq.svg") center center no-repeat;
  background-size: contain;
  pointer-events: none;
  filter: brightness(100);
  margin-left: 12px;
  transition: 0.2s;
}

.fp-last__btn a:hover {
  color: #1E713F;
  background: #ffffff;
}

.fp-last__btn a:hover:after {
  filter: none;
}

.portfolio-page {
  background: #0D0D0D;
}

.portfolio-page__top {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.portfolio-page__container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  perspective: 1500px;
  left: 0;
  top: 0;
  overflow: hidden;
}

.portfolio-page__last {
  padding: 9.375vw 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-page__link {
  z-index: 4;
  position: relative;
  width: 13.75vw;
  height: 13.75vw;
  border-radius: 50%;
  background: #FDFDFD;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1E713F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
}

.portfolio-page__link::before {
  content: "";
  display: block;
  width: 17.1875vw;
  height: 17.1875vw;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}

.portfolio-page__link:hover {
  background: #1E713F;
  color: #FDFDFD;
}

.portfolio-page__title {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  z-index: 3;
  position: absolute;
  width: 62.5vw;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #FDFDFD;
  transition: opacity 0.75s ease;
  opacity: 1;
  pointer-events: none;
}

.portfolio-page__start {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 2;
  right: 51.25vw;
  top: 50%;
  transform: translateY(-50%);
  width: 30vw;
  transition: opacity 0.75s ease;
  opacity: 1;
  pointer-events: none;
}

.portfolio-page__start-inner {
  width: 100%;
  padding-bottom: 130.2%;
  overflow: hidden;
}

.portfolio-page__start-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.portfolio-page__content {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 2;
  right: 59.375vw;
  top: 50%;
  transform: translateY(-50%);
  width: 30vw;
  opacity: 1;
  pointer-events: auto;
}

.portfolio-page__content-inner {
  width: 100%;
}

.portfolio-page__content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #FDFDFD;
  margin-bottom: 1.875vw;
}

.portfolio-page__content-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
  color: #C6C6C6;
}

.portfolio-page__content-link {
  margin-top: 2.34375vw;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 130%;
  text-transform: uppercase;
  color: #FDFDFD;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  position: relative;
}

.portfolio-page__content-link::after {
  content: "";
  display: block;
  width: 1.875vw;
  height: 1.875vw;
  border: 1px solid #C6C6C6;
  margin-left: 0.9375vw;
  border-radius: 50%;
  background: url("/local/templates/trakt/styles/../img/svg/arrow.svg") center center no-repeat;
  background-size: 0.9375vw 0.78125vw;
  position: relative;
  filter: brightness(100);
  z-index: 1;
}

.portfolio-page__img {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
  left: 51.25vw;
  top: 50%;
  transform: translateY(-50%);
  width: 30vw;
  overflow: hidden;
  opacity: 1;
}

.portfolio-page__img-inner {
  width: 100%;
  padding-bottom: 62.23%;
}

.portfolio-page__img-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.portfolio-page__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  box-sizing: border-box;
}

.portfolio-page__item:nth-child(even) .portfolio-page__content {
  right: auto;
  left: 59.375vw;
}

.portfolio-page__item:nth-child(even) .portfolio-page__img {
  left: auto;
  right: 51.25vw;
}

.project-page {
  width: 100vw;
  height: 100vh;
  background: #FDFDFD;
  opacity: 0;
  transition: opacity 1s;
}

.project-page.active {
  opacity: 1;
}

.pp-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  z-index: 1;
}

.pp-intro__title {
  font-weight: 600;
  font-size: 4.6875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  width: 46.875vw;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1.875vw;
}

.pp-intro__title i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.pp-intro__title::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.pp-intro__title.active::after {
  width: 13.75vw;
}

.pp-intro__text {
  will-change: transform;
  transform-style: preserve-3d;
  width: 38.125vw;
  font-style: normal;
  font-weight: 600;
  font-size: 1.40625vw;
  line-height: 140%;
  color: #041C13;
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1.875vw;
}

.pp-intro__text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.pp-intro__text > p + p {
  margin-top: 1.4em;
}

.pp-intro__text i {
  font-style: inherit;
  will-change: opacity;
  pointer-events: auto;
}

.pp-intro__text.active::after {
  width: 13.75vw;
}

.pp-image {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  transform-style: preserve-3d;
}

.pp-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.pp-image__label {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 1.875vw;
  background: #1E713F;
}

.pp-image__label-item {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #C6C6C6;
}

.pp-image__label-item span {
  color: #FDFDFD;
}

.pp-image__label-item:not(:first-child) {
  margin-left: 1.875vw;
}

.pp-task {
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: auto;
  z-index: 1;
}

.pp-task__img {
  overflow: hidden;
  width: 38.125vw;
  height: 72.5vh;
  position: absolute;
  left: 10.625vw;
  top: 17.5vh;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateX(-100vw) translateY(100vw);
}

.pp-task__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pp-task__content {
  width: 46.25vw;
  position: absolute;
  left: 51.25vw;
  top: 40%;
}

.pp-task__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 3.75vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
}

.pp-task__text {
  will-change: transform;
  transform-style: preserve-3d;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 130%;
  color: #6F6F6F;
  margin-top: 2.5vw;
  width: 38.28125vw;
  transform: translateY(100vh);
}

.pp-green {
  background: #1E713F;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  color: #FDFDFD;
  overflow: hidden;
}

.pp-green__inner {
  padding: 17.96875vw 26.875vw 10.15625vw 10.625vw;
}

.pp-green__title {
  font-style: normal;
  font-weight: 600;
  font-size: 3.28125vw;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 3.125vw;
}

.pp-green__text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  margin-bottom: 6.25vw;
}

.pp-green__text > p + p {
  margin-top: 1.45em;
}

.pp-green__block {
  display: flex;
}

.pp-green__block:not(:last-child) {
  margin-bottom: 5vw;
}

.pp-green__block-title {
  width: 21.875vw;
  margin-right: 2.5vw;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
}

.pp-green__block-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
}

.project-scroll {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.project-static {
  width: 100vw;
  background: #FDFDFD;
  padding: 10.15625vw 0 10.546875vw;
}

.ps-sliders__title {
  font-style: normal;
  font-weight: 600;
  font-size: 3.28125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  padding: 0 10.625vw;
  margin-bottom: 5vw;
}

.ps-sliders__team {
  margin-bottom: 6.25vw;
}

.ps-team {
  padding: 0 10.625vw;
}

.ps-team__item {
  box-sizing: border-box;
  width: 24.375vw;
  padding-right: 2.5vw;
  display: flex;
}

.ps-team__item-photo {
  flex-shrink: 0;
  background: #D9D9D9;
  border-radius: 50%;
  width: 4.6875vw;
  height: 4.6875vw;
  margin-right: 1.875vw;
  overflow: hidden;
}

.ps-team__item-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ps-team__item-name {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #3D3D3D;
}

.ps-team__item-who {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.09375vw;
  line-height: 130%;
  color: #6F6F6F;
  margin-top: 0.625vw;
}

.ps-photos {
  padding: 0 10.625vw 3.125vw;
}

.ps-photos__item {
  width: 48.90625vw;
  padding-right: 2.65625vw;
}

.ps-photos__item-inner {
  width: 100%;
  position: relative;
  padding-bottom: 67.57%;
}

.ps-photos__item-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-photos__scrollbar {
  padding: 0 10.625vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.ps-photos__scrollbar-inner {
  width: 100% !important;
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: #A4A4A4 !important;
}

.ps-photos__scrollbar-inner .swiper-scrollbar-drag {
  background: #1E713F;
  height: 3px !important;
  top: -1px !important;
  border-radius: 0 !important;
}

.ps-contacts {
  margin-top: 10.15625vw;
}

.ps-contacts__container {
  padding: 0 10.625vw;
}

.ps-contacts__text {
  max-width: 62.65625vw;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 145%;
  color: #041C13;
  margin-bottom: 5vw;
}

.ps-contacts__table__row {
  display: flex;
}

.ps-contacts__table__row:not(:first-child) {
  margin-top: 1.25vw;
}

.ps-contacts__table__left {
  flex-shrink: 0;
  margin-right: 2.5vw;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #041C13;
  width: 19.0625vw;
}

.ps-contacts__table__right {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.40625vw;
  line-height: 145%;
  color: #000000;
}

.ps-contacts__map {
  width: 100%;
  height: 31.25vw;
  margin-top: 3.125vw;
}

.ps-contacts__map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.ps-other {
  margin-top: 15.625vw;
}

.ps-other__title {
  font-style: normal;
  font-weight: 600;
  font-size: 3.28125vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #041C13;
  padding: 0 10.625vw;
  margin-bottom: 5vw;
}

.ps-other__flex {
  display: flex;
  padding: 0 1.25vw;
}

.ps-other__item {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 1.25vw;
}

.ps-other__item-img {
  width: 100%;
  padding-bottom: 67.7%;
  position: relative;
  display: block;
}

.ps-other__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.ps-other__item-title {
  margin-top: 3.125vw;
  font-style: normal;
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 140%;
  text-transform: uppercase;
  color: #3D3D3D;
  margin-bottom: 1.875vw;
}

.ps-other__item-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
  color: #6F6F6F;
}

.ps-other__item-link {
  margin-top: 2.1875vw;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 130%;
  text-transform: uppercase;
  color: #3D3D3D;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  position: relative;
}

.ps-other__item-link::after {
  content: "";
  display: block;
  width: 1.875vw;
  height: 1.875vw;
  border: 1px solid #C6C6C6;
  margin-left: 0.9375vw;
  border-radius: 50%;
  background: url("/local/templates/trakt/styles/../img/svg/arrow.svg") center center no-repeat;
  background-size: 0.9375vw 0.78125vw;
  position: relative;
  z-index: 1;
}

.login-lk-page {
  background-color: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 130px;
}

.login-lk-page .form-lk .input-text:last-of-type {
  margin-bottom: 32px;
}

.register-lk-page__top {
  background-color: #FDFDFD;
}

.register-lk-page__top-wrap {
  max-width: 1216px;
  padding: 80px 32px 80px;
  margin: 0 auto;
}

.register-lk-page__title {
  color: #3D3D3D;
  margin-bottom: 24px;
}

.register-lk-page__subtitle {
  color: #6F6F6F;
  max-width: 592px;
}

.register-lk-page__wrap {
  background-color: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 120px;
}

.register-lk-page__tabs {
  display: none;
  list-style: none;
  max-width: 1216px;
  padding: 0 32px;
  margin: 0 auto;
  align-items: center;
  padding-top: 80px;
}

.register-lk-page__tabs.active {
  display: flex;
}

.register-lk-page__tab {
  max-width: 504px;
  width: 100%;
}

.register-lk-page__tab-btn {
  outline: none;
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CACACA;
  padding: 8px;
  color: #3D3D3D;
  cursor: pointer;
}

.register-lk-page__tab-btn.active {
  border-bottom: 1px solid #1E713F;
}

.register-lk-page__form {
  display: none;
  padding-top: 80px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 864px;
  margin: 0 auto;
}

.register-lk-page__form.active {
  display: block;
}

.register-lk-page__label {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.register-lk-page__label:last-child {
  margin-bottom: 32px;
}

.register-lk-page__label-name {
  color: #6F6F6F;
  margin-bottom: 4px;
}

.register-lk-page__input {
  background: url("/local/templates/trakt/styles/../img/svg/pencil.svg") right 16px center no-repeat;
  padding-right: 48px;
}

.register-lk-page__checkbox-label,
.register-lk-page__prompt {
  color: #6F6F6F;
}

.register-lk-page__checkbox-label {
  margin: 16px 0;
}

.register-lk-page__prompt {
  margin-bottom: 56px;
}

.register-lk-page__submit {
  margin: 0 auto;
}

.register-lk-page__response {
  display: none;
  max-width: 1216px;
  padding: 80px 32px 0;
  margin: 0 auto;
}

.register-lk-page__response.active {
  display: block;
}

.register-lk-page__response-title {
  color: #3D3D3D;
  margin-bottom: 24px;
}

.register-lk-page__response-text {
  max-width: 488px;
  color: #6F6F6F;
}

.change-password-lk-page {
  padding-top: 40px;
  background-color: #F7F7F7;
}

.change-password-lk-page .form-lk {
  padding-top: 80px;
  padding-bottom: 120px;
}

.new-password-lk-page {
  padding-top: 40px;
  background-color: #F6F6F6;
}

.new-password-lk-page .form-lk {
  display: flex;
  max-width: 1040px;
  padding-top: 80px;
  padding-left: 208px;
  padding-right: 32px;
  padding-bottom: 120px;
}

.new-password-lk-page .form-lk__label {
  margin-bottom: 32px;
}

.new-password-lk-page .form-lk__input {
  background: url("/local/templates/trakt/styles/../img/svg/optic.svg") right 16px center no-repeat;
  padding-right: 48px;
}

.new-password-lk-page .form-lk__requirements {
  list-style: none;
  flex-shrink: 0;
  padding-top: 115px;
  margin-left: 32px;
}

.new-password-lk-page .form-lk__requirements-item {
  display: flex;
  align-items: center;
  color: #6F6F6F;
}

.new-password-lk-page .form-lk__requirements-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6F6F6F;
  margin: 0 10px;
}

.new-password-lk-page .form-lk__requirements-title {
  color: #3D3D3D;
  padding-left: 8px;
  margin-bottom: 12px;
}

.new-password-lk-page .form-lk__requirements-title::before {
  content: none;
}

.new-password-lk-page .popup__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-lk-page {
  background-color: #F6F6F6;
  padding-right: 32px;
}

.main-lk-page .form-lk {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 80px;
}

.main-lk-page .form-lk__wrap {
  max-width: 904px;
}

.main-lk-page .form-lk .input-text {
  margin-bottom: 0;
}

.main-lk-page__form {
  display: none;
  padding-top: 80px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 864px;
  margin: 0 auto;
}

.main-lk-page__form.active {
  display: block;
}

.main-lk-page__label {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.main-lk-page__label:last-child {
  margin-bottom: 0;
}

.main-lk-page__label-name {
  color: #6F6F6F;
  margin-bottom: 4px;
}

.main-lk-page__input {
  background: url("/local/templates/trakt/styles/../img/svg/pencil.svg") right 16px center no-repeat;
  padding-right: 48px;
}

.main-lk-page__top {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 81px;
}

.main-lk-page__top img {
  display: block;
  max-width: 120px;
  width: 100%;
  max-height: 120px;
  height: 100%;
  object-fit: cover;
  margin-right: 24px;
}

.main-lk-page__top-title {
  color: #3D3D3D;
  margin-bottom: 4px;
}

.main-lk-page__btn {
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding: 0;
  padding-bottom: 2px;
  cursor: pointer;
}

.main-lk-page__block {
  max-width: 904px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1E713F;
  padding-bottom: 6px;
}

.main-lk-page__block-title {
  color: #3D3D3D;
}

.main-lk-page__save {
  display: none;
  align-items: center;
}

.main-lk-page__save.active {
  display: flex;
}

.main-lk-page__save-btn:not(:last-child) {
  margin-right: 24px;
}

.main-lk-page__order {
  display: none;
}

.main-lk-page__order.active {
  display: block;
}

.main-lk-page .catalog__list {
  padding-right: 0;
}

.main-lk-page .order__list {
  list-style: none;
  padding-top: 30px;
  padding-bottom: 41px;
}

.main-lk-page .order__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

.main-lk-page .order__item:not(:last-child) {
  margin-bottom: 15px;
}

.main-lk-page .order__name {
  flex-shrink: 0;
  width: 176px;
  color: #6F6F6F;
  margin-right: 32px;
}

.main-lk-page .order__meaning {
  color: #3D3D3D;
}

.main-lk-page .popup__wrap {
  box-sizing: border-box;
  max-width: 800px;
  padding: 44px 32px 40px;
  border: 1px solid #1E713F;
}

.main-lk-page .popup h6 {
  color: #3D3D3D;
  margin-bottom: 24px;
}

.main-lk-page .popup__form {
  background-color: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 40px;
}

.main-lk-page .popup__form-wrap {
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  border: none;
  padding: 40px;
  margin: 0;
}

.main-lk-page .popup__form-label {
  box-sizing: border-box;
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px dashed #A6A6A6;
  padding: 100px 16px;
}

.main-lk-page .popup__form-input {
  display: none;
}

.main-lk-page .popup__form-clue {
  color: #3D3D3D;
  text-align: center;
}

.main-lk-page .popup__form-clue::after {
  content: "Перетащите изображение в эту область";
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: #A4A4A4;
  margin-top: 8px;
}

.main-lk-page .popup__form-clue--mob {
  display: none;
  text-decoration: underline;
}

.main-lk-page .popup__form-clue--mob::after {
  content: none;
}

.main-lk-page .popup__form svg {
  flex-shrink: 0;
  margin: 0 40px;
}

.main-lk-page .popup__form img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.main-lk-page .popup__form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}

.main-lk-page .popup__form-btn:not(:last-child) {
  margin-right: 24px;
}

.catalog-lk-page {
  background-color: #F6F6F6;
}

.catalog-lk-page .container-menu__content {
  padding-bottom: 130px;
}

.catalog-lk-page .breadcrumbs {
  padding-top: 40px;
}

.catalog-lk-page .advantages {
  box-sizing: border-box;
  max-width: 1040px;
  padding-right: 32px;
}

.catalog-lk-page .advantages__title {
  color: #3D3D3D;
  margin-bottom: 24px;
}

.catalog-lk-page .advantages__subtitle,
.catalog-lk-page .advantages__text {
  color: #6F6F6F;
}

.catalog-lk-page .advantages__list {
  list-style: none;
  margin-top: 40px;
}

.catalog-lk-page .advantages__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #1E713F;
  padding: 16px 0 24px;
}

.catalog-lk-page .advantages__name {
  color: #3D3D3D;
  margin-right: 32px;
}

.catalog-lk-page .advantages__text {
  max-width: 696px;
}

.profile-order-page,
.profile-order-list-page,
.profile-order-null-page {
  background-color: #F6F6F6;
  padding-right: 32px;
}

.profile-order-page__wrap,
.profile-order-list-page__wrap,
.profile-order-null-page__wrap {
  padding-top: 80px;
  padding-bottom: 130px;
}

.profile-order-page__title,
.profile-order-list-page__title,
.profile-order-null-page__title {
  color: #3D3D3D;
}

.profile-order-page__client {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 32px;
}

.profile-order-page__client-type {
  width: 176px;
  color: #A4A4A4;
  margin-right: 32px;
}

.profile-order-page__client-name {
  color: #3D3D3D;
}

.profile-order-page__list {
  max-width: 904px;
  width: 100%;
  list-style: none;
  padding-top: 40px;
}

.profile-order-page .item {
  background-color: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 40px;
}

.profile-order-page .item:not(:last-child) {
  margin-bottom: 40px;
}

.profile-order-page .item__block {
  max-width: 904px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1E713F;
  padding-bottom: 6px;
}

.profile-order-page .item__block-title {
  color: #3D3D3D;
}

.profile-order-page .item__btn {
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding: 0;
  padding-bottom: 2px;
  cursor: pointer;
}

.profile-order-page .form-lk {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.profile-order-page .form-lk__wrap {
  max-width: 824px;
}

.profile-order-page .form-lk .input-text {
  margin-bottom: 0;
}

.profile-order-page__form {
  display: none;
  padding-top: 80px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 864px;
  margin: 0 auto;
}

.profile-order-page__form.active {
  display: block;
}

.profile-order-page__label {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.profile-order-page__label:last-child {
  margin-bottom: 0;
}

.profile-order-page__label-name {
  color: #6F6F6F;
  margin-bottom: 4px;
}

.profile-order-page__input {
  background: url("/local/templates/trakt/styles/../img/svg/pencil.svg") right 16px center no-repeat #F6F6F6;
  padding-right: 48px;
}

.profile-order-page__save {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 36px;
  margin-bottom: -4px;
}

.profile-order-page__save-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.profile-order-page__save-btn:not(:last-child) {
  margin-right: 24px;
}

.profile-order-list-page__list {
  max-width: 904px;
  list-style: none;
  padding-top: 40px;
}

.profile-order-list-page .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 24px 16px 23.5px 16px;
}

.profile-order-list-page .item:not(:last-child) {
  margin-bottom: 7px;
}

.profile-order-list-page .item__block {
  max-width: 551px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-order-list-page .item__func {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.profile-order-list-page .item__number,
.profile-order-list-page .item__time,
.profile-order-list-page .item__client,
.profile-order-list-page .item__change {
  color: #6F6F6F;
}

.profile-order-list-page .item__number {
  width: 64px;
}

.profile-order-list-page .item__change,
.profile-order-list-page .item__del {
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.profile-order-list-page .item__change::before,
.profile-order-list-page .item__del::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 159px;
  height: 40px;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s 0.3s;
}

.profile-order-list-page .item__change {
  border-bottom: 1px solid #6F6F6F;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.profile-order-list-page .item__change:hover::before {
  background: url("/local/templates/trakt/styles/../img/svg/clue-change.svg") center center no-repeat;
  transform: translate(-50%, -50%) scale(1);
}

.profile-order-list-page .item__del {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
}

.profile-order-list-page .item__del::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  display: inline-block;
  width: 2px;
  height: 100%;
  margin: 0;
  background-color: #6F6F6F;
}

.profile-order-list-page .item__del:hover::before {
  background: url("/local/templates/trakt/styles/../img/svg/clue-del.svg") center center no-repeat;
  transform: translate(-50%, -50%) scale(1);
}

.profile-order-null-page__title {
  margin-bottom: 24px;
}

.profile-order-null-page__subtitle {
  color: #6F6F6F;
  max-width: 592px;
}

.profile-order-null-page__link {
  margin-top: 32px;
}

.order-page,
.order-list-page,
.order-null-page {
  background-color: #F6F6F6;
  padding-right: 32px;
}

.order-page__wrap,
.order-list-page__wrap,
.order-null-page__wrap {
  padding-top: 80px;
  padding-bottom: 130px;
}

.order-page__title,
.order-list-page__title,
.order-null-page__title {
  color: #3D3D3D;
  margin-right: -5px;
}

.order-page__back {
  text-decoration: none;
  color: #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding-bottom: 3px;
  margin-top: 16px;
}

.order-page__back:last-child {
  margin-top: 23px;
}

.order-page__block {
  max-width: 904px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1E713F;
  padding-bottom: 6px;
  margin-bottom: 28px;
  margin-top: 80px;
}

.order-page__block-title {
  color: #6F6F6F;
  padding-left: 4px;
}

.order-page .info__container {
  display: flex;
  max-width: 904px;
  box-sizing: border-box;
  background: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 40px;
  margin-top: 24px;
  transition: all 0.5s ease;
}

.order-page .info__container-btns {
  flex-shrink: 0;
}

.order-page .info__container-btn {
  width: 100%;
}

.order-page .info__container-btn:not(:first-child) {
  margin-top: 9px;
}

.order-page .info__container-btn p {
  font-family: "ruda", sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.order-page .content {
  width: 100%;
}

.order-page .content__table {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 26px;
}

.order-page .content__table-column {
  max-width: 156px;
  width: 100%;
}

.order-page .content__table-column:not(:last-child) {
  max-width: 195px;
}

.order-page .content__table-type {
  color: #6F6F6F;
  margin-top: 16px;
}

.order-page .content__table-value {
  color: #3D3D3D;
  margin-top: 16px;
}

.order-page .content__btn {
  outline: none;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #6F6F6F;
  background-color: transparent;
  padding: 0 0 3px;
  margin-top: 31px;
  cursor: pointer;
}

.order-page .content__btn span {
  color: #6F6F6F;
  margin-right: 4px;
}

.order-page .content__btn svg {
  transition: all 0.5s ease;
}

.order-page .content__btn.active svg {
  transform: rotateX(180deg);
}

.order-page .personal {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding-top: 0;
}

.order-page .personal.active {
  height: 100%;
  overflow: visible;
  visibility: visible;
  padding-top: 30px;
}

.order-page .personal__title,
.order-page .personal__value {
  color: #3D3D3D;
}

.order-page .personal__list {
  list-style: none;
  padding-top: 24px;
}

.order-page .personal__item:not(:last-child) {
  padding-bottom: 24px;
}

.order-page .personal__type {
  color: #A4A4A4;
  margin-bottom: 8px;
}

.order-list-page__subtitle {
  color: #3D3D3D;
  margin-top: 40px;
}

.order-list-page__list {
  max-width: 904px;
  list-style: none;
  padding-top: 40px;
}

.order-list-page .item {
  background-color: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 40px;
}

.order-list-page .item:not(:last-child) {
  margin-bottom: 40px;
}

.order-list-page .item__block {
  max-width: 904px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1E713F;
  padding-bottom: 6px;
  margin-bottom: 16px;
}

.order-list-page .item__block-title {
  color: #6F6F6F;
  padding-left: 4px;
}

.order-list-page .item__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -1px;
  margin-bottom: -4px;
}

.order-list-page .item__btns-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.order-list-page .item__btns-btn:not(:last-child) {
  margin-right: 24px;
}

.order-list-page .item__btns-btn p {
  font-family: "ruda", sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.order-list-page .item__section:not(:last-child) {
  margin-bottom: 28px;
}

.order-list-page .item__row {
  display: flex;
  align-items: center;
}

.order-list-page .item__row-column {
  flex-direction: column;
  align-items: flex-start;
}

.order-list-page .item__row-column .item__value {
  padding-left: 0;
}

.order-list-page .item__type,
.order-list-page .item__value {
  margin-bottom: 12px;
}

.order-list-page .item__type {
  color: #6F6F6F;
}

.order-list-page .item__value {
  display: flex;
  align-items: center;
  color: #3D3D3D;
  padding-left: 8px;
}

.order-list-page .item__value p {
  padding-right: 8px;
}

.order-list-page .item__value-error {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #F72828;
  border: 1px solid #F72828;
  border-radius: 4px;
  padding: 4px 8px;
  margin-left: 8px;
}

.order-null-page__title {
  margin-bottom: 24px;
}

.order-null-page__subtitle {
  color: #6F6F6F;
  max-width: 592px;
}

.order-null-page__link {
  margin-top: 32px;
}

.change-password-page {
  background-color: #F6F6F6;
}

.change-password-page .container-menu__content {
  padding-right: 32px;
}

.change-password-page .form-lk {
  padding-top: 81px;
  padding-bottom: 130px;
  margin: 0;
}

.change-password-page .form-lk__label {
  position: relative;
}

.change-password-page .form-lk__label:first-of-type {
  margin-top: 48px;
}

.change-password-page .form-lk__label:last-of-type {
  margin-top: 16px;
}

.change-password-page .form-lk__requirements {
  list-style: none;
  flex-shrink: 0;
  padding-top: 11px;
  padding-bottom: 65px;
}

.change-password-page .form-lk__requirements-item {
  display: flex;
  align-items: center;
  color: #6F6F6F;
}

.change-password-page .form-lk__requirements-item:not(:last-child) {
  margin-bottom: 3px;
}

.change-password-page .form-lk__requirements-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6F6F6F;
  margin: 0 10px;
}

.change-password-page .form-lk__requirements-title {
  color: #3D3D3D;
  padding-left: 8px;
  margin-bottom: 12px !important;
}

.change-password-page .form-lk__requirements-title::before {
  content: none;
}

.change-password-page .form-lk__btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-bottom: -4px;
}

.change-password-page .form-lk__btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.change-password-page .form-lk__btn:not(:last-child) {
  margin-right: 17px;
}

.change-password-page .form-lk__btn p {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

.change-password-page .form-lk__password-btn {
  outline: none;
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 16px;
  height: 16px;
  background: url("/local/templates/trakt/styles/../img/svg/optic.svg") center center no-repeat transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.catalog-inside-lk-page {
  background-color: #F6F6F6;
}

.catalog-inside-lk-page .container-menu__top,
.catalog-inside-lk-page .breadcrumbs,
.catalog-inside-lk-page__list,
.catalog-inside-lk-page__sorting {
  padding-right: 32px;
}

.catalog-inside-lk-page .container-menu__content {
  padding-bottom: 130px;
}

.catalog-inside-lk-page .breadcrumbs {
  padding-top: 40px;
}

.catalog-inside-lk-page__sorting {
  display: flex;
  align-items: center;
  padding-top: 28px;
}

.catalog-inside-lk-page__sorting p {
  max-width: 140px;
  width: 100%;
  color: #3D3D3D;
  text-transform: uppercase;
  margin-right: 24px;
  margin-left: auto;
}

.catalog-inside-lk-page__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 32px;
  padding-top: 30px;
}

.catalog-inside-lk-page .item {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.catalog-inside-lk-page .item__img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 384px;
  object-fit: cover;
  overflow: hidden;
}

.catalog-inside-lk-page .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-inside-lk-page .item__block {
  padding: 16px 0 24px;
}

.catalog-inside-lk-page .item__title,
.catalog-inside-lk-page .item__text {
  margin-bottom: 16px;
}

.catalog-inside-lk-page .item__title,
.catalog-inside-lk-page .item__price {
  color: #3D3D3D;
}

.catalog-inside-lk-page .item__title {
  font-size: 18px;
  line-height: 130%;
}

.catalog-inside-lk-page .item__text {
  color: #6F6F6F;
}

.catalog-inside-lk-page .item__btn {
  width: 100%;
  padding: 20px 20px;
}

.catalog-inside-lk-page .item__btn p {
  font-family: "Manrope", sans-serif;
  text-align: center;
}

.catalog-inside-lk-page__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 32px;
  padding-top: 82px;
}

.catalog-inside-lk-page__btn {
  grid-column: 2/3;
}

.catalog-inside-lk-page .pagination-list {
  grid-column: 3/4;
}

.catalog-inside-lk-page .ui-selectmenu-button.ui-button {
  outline: none;
  max-width: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: -3px;
  margin-right: 0;
}

.catalog-inside-lk-page .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-icon {
  transform: rotateX(180deg);
}

.catalog-inside-lk-page .ui-selectmenu-button .ui-selectmenu-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #3D3D3D;
  margin-right: 0;
}

.catalog-inside-lk-page .ui-selectmenu-button .ui-selectmenu-text .ui-state-active {
  background-color: transparent;
  border: none;
  color: #1E713F;
}

.catalog-inside-lk-page .ui-selectmenu-button .ui-icon {
  background-image: url("/local/templates/trakt/styles/../img/svg/arrow-down.svg");
  background-position: 100% 100%;
  transform: rotateX(0);
  transition: all 0.5s ease;
}

.ui-widget.ui-widget-content {
  position: relative;
  top: -1px;
  background: #FDFDFD;
  border: none;
  border-top: 1px solid #1E713F;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 16px;
}

.ui-widget.ui-widget-content .ui-menu-item-wrapper {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #6F6F6F;
  padding: 0;
}

.ui-widget.ui-widget-content .ui-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.ui-widget.ui-widget-content .ui-state-active,
.ui-widget.ui-widget-content .ui-widget-content .ui-state-active,
.ui-widget.ui-widget-content .ui-widget-header .ui-state-active,
.ui-widget.ui-widget-content a.ui-button:active,
.ui-widget.ui-widget-content .ui-button:active,
.ui-widget.ui-widget-content .ui-button.ui-state-active:hover {
  border: none;
  background-color: transparent;
  color: #1E713F;
  margin: 0;
}

.cart-product-page {
  background-color: #F6F6F6;
  padding-right: 32px;
}

.cart-product-page__wrap {
  padding-top: 80px;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: minmax(43%, 488px) minmax(50%, 592px);
  gap: 102px 32px;
}

.cart-product-page__slider {
  width: 100%;
  grid-row: 1/3;
}

.cart-product-page .info {
  width: 100%;
}

.cart-product-page .info__title,
.cart-product-page .info__price,
.cart-product-page .info .title-5,
.cart-product-page .info .title-3 {
  color: #3D3D3D;
}

.cart-product-page .info__title {
  margin-bottom: 24px;
}

.cart-product-page .info__price {
  margin-bottom: 56px;
}

.cart-product-page .info__block {
  display: flex;
  max-width: 321px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5px;
  margin-bottom: -4px;
}

.cart-product-page .info__counter,
.cart-product-page .info__order {
  margin-top: 4px;
  margin-bottom: 4px;
}

.cart-product-page .info__counter {
  display: flex;
  align-items: center;
}

.cart-product-page .info__counter-minus,
.cart-product-page .info__counter-plus,
.cart-product-page .info__counter-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #3D3D3D;
  background-color: transparent;
}

.cart-product-page .info__counter-minus,
.cart-product-page .info__counter-plus {
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.cart-product-page .info__counter-number {
  width: 38px;
  height: 38px;
  border: 1px solid #1E713F;
  border-radius: 50%;
}

.cart-product-page .info__order p {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.cart-product-page .info__design {
  max-width: 321px;
  width: 100%;
  margin-top: 47px;
}

.cart-product-page .info__design p {
  font-family: "ruda", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #3D3D3D;
}

.cart-product-page .text__block:not(:last-child) {
  margin-bottom: 57px;
}

.cart-product-page .text .title-3 {
  margin-bottom: 23px;
}

.cart-product-page .text .text-2 {
  color: #6F6F6F;
}

.cart-product-page .slider-big,
.cart-product-page .slider-small {
  max-width: 100%;
  width: 100%;
}

.cart-product-page .slider-big img,
.cart-product-page .slider-small img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-product-page .slider-big {
  max-height: 488px;
  margin-bottom: 24px;
}

.cart-product-page .slider-big img {
  height: 488px;
}

.cart-product-page .slider-small .slick-track {
  max-width: 100%;
  display: flex;
}

.cart-product-page .slider-small__item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cart-product-page .slider-small__item:nth-child(n+2) {
  margin-left: 20px;
}

.cart-product-page .slider-small img {
  max-width: 100%;
  height: 144px;
  cursor: pointer;
}

.cart-product-page .ui-selectmenu-button.ui-button {
  outline: none;
  max-width: 158px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid #1E713F;
  border-radius: 0;
  padding: 7px 8px;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 32px;
}

.cart-product-page .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-icon {
  transform: rotateX(180deg);
}

.cart-product-page .ui-selectmenu-button .ui-selectmenu-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #3D3D3D;
  margin-right: 0;
}

.cart-product-page .ui-selectmenu-button .ui-selectmenu-text .ui-state-active {
  background-color: transparent;
  border: none;
  color: #1E713F;
}

.cart-product-page .ui-selectmenu-button .ui-icon {
  background-image: url("/local/templates/trakt/styles/../img/svg/arrow-down.svg");
  background-position: 100% 100%;
  transform: rotateX(0);
  transition: all 0.5s ease;
}

.cart-product-page .popup h3.title-3 {
  margin-bottom: 0;
}

.cart-product-page .popup p.text-2 {
  margin-top: 16px;
}

.cart-product-page .popup__wrap {
  overflow: auto;
  display: flex;
  flex-direction: column;
  max-width: 544px;
  max-height: 900px;
  height: 100%;
  padding: 68px 40px 40px;
}

.cart-product-page .popup__btn-close {
  top: 19px;
  right: 38px;
  padding: 0;
}

.cart-product-page .popup .colored-button-small {
  width: 100%;
  margin-top: 35px;
}

.cart-product-page .popup .colored-button-small p {
  font-family: "Manrope", sans-serif;
}

.cart-product-page .popup .basket__list {
  list-style: none;
  padding-top: 23px;
  padding-bottom: 70px;
}

.cart-product-page .popup .basket .item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  background-color: transparent;
  border-top: 1px solid #1E713F;
  padding: 15px 0 13px;
}

.cart-product-page .popup .basket .item:last-child {
  border-bottom: 1px solid #1E713F;
}

.cart-product-page .popup .basket .item__img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.cart-product-page .popup .basket .item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-product-page .popup .basket .item__block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.cart-product-page .popup .basket .item__block-row {
  display: flex;
  margin-bottom: 8px;
}

.cart-product-page .popup .basket .item__block-info {
  margin-right: 35px;
}

.cart-product-page .popup .basket .item__block-counter {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-top: 18px;
}

.cart-product-page .popup .basket .item__title {
  color: #3D3D3D;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cart-product-page .popup .basket .item__feature {
  color: #6F6F6F;
  margin-bottom: 8px;
}

.cart-product-page .popup .basket .item__height-title {
  color: #6F6F6F;
}

.cart-product-page .popup .basket .item__height-number {
  color: #3D3D3D;
  margin-left: 8px;
}

.cart-product-page .popup .basket .item__counter-minus,
.cart-product-page .popup .basket .item__counter-plus,
.cart-product-page .popup .basket .item__counter-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: #3D3D3D;
}

.cart-product-page .popup .basket .item__counter-minus,
.cart-product-page .popup .basket .item__counter-plus {
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.cart-product-page .popup .basket .item__counter-number {
  width: 22px;
  height: 22px;
  border: 1px solid #1E713F;
  border-radius: 50%;
}

.cart-product-page .popup .basket .item__price {
  color: #3D3D3D;
}

.cart-product-page .popup .basket .item__price:not(.item__price-product) {
  margin-left: 8px;
}

.cart-product-page .popup .basket .item__price-product {
  margin-right: auto;
}

.cart-product-page .popup .basket .item__del {
  outline: none;
  position: absolute;
  top: 18px;
  right: -2px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.cart-product-page .popup .basket .item__del svg {
  width: 16px;
  height: 16px;
}

.cart-product-page .popup .total {
  max-width: 100%;
  border-top: 1px solid #1E713F;
  border-bottom: 1px solid #1E713F;
  padding: 4.5px 0;
  margin-top: auto;
}

.cart-product-page .popup .total__top {
  align-items: center;
}

.cart-product-page .popup .total__clear {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #A4A4A4;
  padding: 0;
  margin-right: auto;
  cursor: pointer;
}

.cart-product-page .popup .total__clear svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.cart-product-page .popup .total__price {
  margin-left: 16px;
}

.basket-page,
.basket-order-reg-page,
.basket-order-options-page {
  background-color: #F6F6F6;
}

.basket-page .container-menu__content,
.basket-order-reg-page .container-menu__content,
.basket-order-options-page .container-menu__content {
  padding-right: 32px;
  padding-bottom: 130px;
}

.basket-page__title,
.basket-order-reg-page__title,
.basket-order-options-page__title {
  color: #3D3D3D;
  margin-top: 80px;
}

.basket-page__back,
.basket-order-reg-page__back,
.basket-order-options-page__back {
  text-decoration: none;
  color: #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding-bottom: 3px;
  margin-top: 16px;
}

.basket-page__back:last-child,
.basket-order-reg-page__back:last-child,
.basket-order-options-page__back:last-child {
  margin-top: 23px;
}

.basket-page__products {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-page__products-title {
  color: #3D3D3D;
  width: 100%;
  padding-right: 24px;
}

.basket-page__products-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #A4A4A4;
  padding: 0;
}

.basket-page__products-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.basket-page .container-menu__content-wrap {
  padding-top: 40px;
}

.basket-page__list {
  list-style: none;
  padding-top: 24px;
}

.basket-page .item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  background-color: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 16px;
}

.basket-page .item:not(:last-child) {
  margin-bottom: 16px;
}

.basket-page .item__img {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  margin-right: 16px;
}

.basket-page .item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.basket-page .item__block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.basket-page .item__block-row {
  display: flex;
  margin-bottom: 8px;
}

.basket-page .item__block-info {
  margin-right: 35px;
}

.basket-page .item__block-counter {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.basket-page .item__title {
  color: #3D3D3D;
  text-transform: uppercase;
  padding-top: 7px;
  margin-bottom: 8px;
}

.basket-page .item__feature {
  color: #6F6F6F;
  margin-bottom: 8px;
}

.basket-page .item__height-title {
  color: #6F6F6F;
}

.basket-page .item__height-number {
  color: #3D3D3D;
  margin-left: 8px;
}

.basket-page .item__counter-minus,
.basket-page .item__counter-plus,
.basket-page .item__counter-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #3D3D3D;
  background-color: transparent;
}

.basket-page .item__counter-minus,
.basket-page .item__counter-plus {
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.basket-page .item__counter-number {
  width: 38px;
  height: 38px;
  border: 1px solid #1E713F;
  border-radius: 50%;
}

.basket-page .item__price {
  color: #3D3D3D;
  margin-left: 8px;
  margin-right: 32px;
}

.basket-page .item__del {
  outline: none;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.basket-page .total {
  margin-top: 58px;
}

.basket-order-reg-page__list,
.basket-order-options-page__list {
  max-width: 100%;
  width: 100%;
  list-style: none;
  padding-top: 40px;
}

.basket-order-reg-page .item,
.basket-order-options-page .item {
  background-color: #FDFDFD;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 40px;
}

.basket-order-reg-page .item:not(:last-child),
.basket-order-options-page .item:not(:last-child) {
  margin-bottom: 40px;
}

.basket-order-reg-page .item__block,
.basket-order-options-page .item__block {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #1E713F;
  padding-bottom: 6px;
}

.basket-order-reg-page .item__block-title,
.basket-order-options-page .item__block-title {
  color: #3D3D3D;
}

.basket-order-reg-page .item__block-tabs,
.basket-order-options-page .item__block-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.basket-order-reg-page .item__btn,
.basket-order-reg-page .item__tab,
.basket-order-options-page .item__btn,
.basket-order-options-page .item__tab {
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  padding: 0;
  padding-bottom: 2px;
  cursor: pointer;
}

.basket-order-reg-page .item__tab,
.basket-order-options-page .item__tab {
  margin-top: 8px;
}

.basket-order-reg-page .item__tab:not(:last-child),
.basket-order-options-page .item__tab:not(:last-child) {
  margin-right: 16px;
}

.basket-order-reg-page .item__tab:not(.active),
.basket-order-options-page .item__tab:not(.active) {
  border-bottom: none;
  padding-bottom: 3px;
}

.basket-order-reg-page .form-lk,
.basket-order-options-page .form-lk {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.basket-order-reg-page .form-lk__wrap,
.basket-order-options-page .form-lk__wrap {
  max-width: 100%;
}

.basket-order-reg-page .form-lk .input-text,
.basket-order-options-page .form-lk .input-text {
  margin-bottom: 0;
}

.basket-order-reg-page .form-lk .small-text-2:not(:last-child),
.basket-order-reg-page .form-lk .small-text-3:not(:last-child),
.basket-order-options-page .form-lk .small-text-2:not(:last-child),
.basket-order-options-page .form-lk .small-text-3:not(:last-child) {
  margin-bottom: 4px;
}

.basket-order-reg-page__form,
.basket-order-options-page__form {
  display: none;
  padding-top: 80px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 864px;
  margin: 0 auto;
}

.basket-order-reg-page__form.active,
.basket-order-options-page__form.active {
  display: block;
}

.basket-order-reg-page__label,
.basket-order-options-page__label {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.basket-order-reg-page__label:last-child,
.basket-order-options-page__label:last-child {
  margin-bottom: 0;
}

.basket-order-reg-page__label-name,
.basket-order-options-page__label-name {
  color: #6F6F6F;
  margin-bottom: 4px;
}

.basket-order-reg-page__save,
.basket-order-options-page__save {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: -4px;
}

.basket-order-reg-page__save-btn,
.basket-order-options-page__save-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.basket-order-reg-page__save-btn:not(:last-child),
.basket-order-options-page__save-btn:not(:last-child) {
  margin-right: 24px;
}

.basket-order-reg-page__save-btn p,
.basket-order-options-page__save-btn p {
  font-family: "Manrope", sans-serif;
}

.basket-order-reg-page .total,
.basket-order-options-page .total {
  margin-top: 40px;
}

.basket-order-reg-page .total__block,
.basket-order-options-page .total__block {
  margin-bottom: 24px;
}

.basket-order-reg-page .total__btn,
.basket-order-options-page .total__btn {
  margin-top: 41px;
}

.basket-order-options-page__subtitle {
  max-width: 523px;
  color: #3D3D3D;
  padding-top: 40px;
  padding-bottom: 40px;
}

.basket-order-options-page__input {
  background: url("/local/templates/trakt/styles/../img/svg/pencil.svg") right 16px center no-repeat;
  padding-right: 48px;
}

.basket-order-options-page__save {
  align-items: center;
}

.basket-order-options-page .selector__title {
  color: #3D3D3D;
}

.basket-order-options-page .ui-selectmenu-button.ui-button {
  box-sizing: border-box;
  outline: none;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: #FFFFFF;
  border: 1px solid #1E713F;
  border-radius: 0;
  padding: 7px 8px;
  margin-top: 16px;
  margin-right: 0;
  transition: 0.3s;
}

.basket-order-options-page .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-icon {
  transform: rotateX(180deg);
}

.basket-order-options-page .ui-selectmenu-button .ui-selectmenu-text {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #3D3D3D;
  margin-right: 0;
}

.basket-order-options-page .ui-selectmenu-button .ui-selectmenu-text .ui-state-active {
  font-size: 18px;
  background-color: transparent;
  border: none;
  color: #3D3D3D;
}

.basket-order-options-page .ui-selectmenu-button .ui-icon {
  background-image: url("/local/templates/trakt/styles/../img/svg/arrow-down.svg");
  background-position: 100% 100%;
  transform: rotateX(0);
  transition: all 0.5s ease;
}

.basket-order-options-page__select-menu {
  height: 0;
}

.basket-order-options-page__select-menu.ui-selectmenu-open {
  height: auto;
}

.basket-order-options-page__select-menu .ui-selectmenu-menu {
  position: relative;
}

.basket-order-options-page__select-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper {
  font-size: 14px;
  line-height: 130%;
  transition: 0.1s ease-out;
}

.basket-order-options-page__select-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active,
.basket-order-options-page__select-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
  font-size: 16px;
  line-height: 130%;
  color: #3D3D3D;
}

.basket-order-options-page .total {
  margin-top: 16px;
}

.basket-order-formed-page {
  background-color: #F6F6F6;
}

.basket-order-formed-page__wrap {
  max-width: 695px;
  padding-top: 84px;
  padding-bottom: 130px;
}

.basket-order-formed-page__title,
.basket-order-formed-page__subtitle {
  color: #3D3D3D;
}

.basket-order-formed-page__title {
  margin-bottom: 36px;
}

@media only screen and (min-width: 500px) {
  .cart-product-page .popup {
    align-items: flex-start;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1000px) {
  .assorti__intro-title i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .assorti__intro-title i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .assorti__intro-text i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .assorti__intro-text i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .portfolio__title span {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .portfolio__title span:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .partners__intro-title i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .partners__intro-title i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .partners__intro-text i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .partners__intro-text i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .ap-activity__intro-title i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .ap-activity__intro-title i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .ap-activity__intro-text i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .ap-activity__intro-text i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .ap-achivments__intro-title i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .ap-achivments__intro-title i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .ap-achivments-item--1 .ap-achivments-item__img {
    width: 62.5vw;
    height: 60vh;
    max-height: 81.25vh;
    left: 2.5vw;
    top: 50%;
    transform: translateY(-49%);
  }

  .ap-achivments-item--1 .ap-achivments-item__content {
    left: 67.5vw;
    top: 50%;
    transform: translateY(-61%);
  }

  .ap-achivments-item--2 .ap-achivments-item__img {
    width: 62.5vw;
    height: 60vh;
    max-height: 81.25vh;
    left: 10.703125vw;
    top: 50%;
    transform: translateY(-49%);
  }

  .ap-achivments-item--2 .ap-achivments-item__content {
    left: 75.625vw;
    top: 48%;
    transform: translateY(-64%);
  }

  .ap-achivments-item--3 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12.5vh;
    left: 43.125vw;
  }

  .ap-achivments-item--3 .ap-achivments-item__img {
    width: 38.125vw;
    height: 87.5vh;
    max-height: 112.5vh;
    position: relative;
  }

  .ap-achivments-item--3 .ap-achivments-item__content {
    position: relative;
    margin-top: 6.25vw;
  }

  .ap-automation__intro-text i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .ap-automation__intro-text i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .gp-how__intro-title i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .gp-how__intro-title i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .gp-how__intro-text i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .gp-how__intro-text i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .fp-intro__title i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .fp-intro__title i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .pp-intro__title i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .pp-intro__title i:hover {
    color: #1E713F;
    transition: color 0s;
  }

  .pp-intro__text i {
    transition: color 3s;
    transition-delay: 1s;
    color: #041C13;
    will-change: color;
    cursor: cell;
  }

  .pp-intro__text i:hover {
    color: #1E713F;
    transition: color 0s;
  }
}

@media only screen and (min-width: 1280px) {
  .basket-page .item__block {
    width: 100%;
  }
}

@media only screen and (min-width: 1301px) {
  .header__logo {
    width: 256px;
  }

  .header__phone {
    font-size: 16px;
    border-radius: 100px;
    padding: 12px 24px;
    margin-right: 251px;
  }

  .header__link {
    width: 48px;
    height: 48px;
  }

  .header__link--burger {
    background-size: 24px;
  }

  .header__link--profile {
    background-size: 1.40625vw;
  }

  .menu__close {
    width: 48px;
    height: 48px;
    background-size: 18px;
    top: 24px;
  }

  .menu__bottom {
    padding-top: 20px;
  }

  .menu__left {
    width: 280px;
  }

  .menu__right {
    width: 278px;
    margin-left: 138px;
  }

  .menu__walk {
    font-size: 36px;
  }

  .menu__3d {
    width: 176px;
    height: 176px;
    font-size: 16px;
    margin: 22px;
  }

  .menu__3d::before {
    width: 220px;
    height: 220px;
  }

  .menu__contact:not(:first-child) {
    margin-top: 32px;
  }

  .menu__contact-title {
    margin-bottom: 8px;
  }

  .menu__contact-text {
    font-size: 18px;
  }

  .menu__list li + li {
    margin-top: 16px;
  }

  .menu__list li a {
    font-size: 36px;
  }

  .menu__profile {
    font-size: 24px;
    margin-top: 16px;
  }

  .to-top {
    bottom: 25px;
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }

  .about__info {
    margin-top: 3.75vh;
  }

  .about__block {
    padding-bottom: 2.5vh;
  }

  .about__block + .about__block {
    margin-top: 2.5vh;
  }

  .s2__img {
    transform: translateY(-50%);
    height: 50vh;
    width: 99.875vh;
    max-width: 62.421875vw;
  }

  .s2__img-inner {
    height: 50vh;
    width: 48vh;
    max-width: 30vw;
  }

  .portfolio-item__second-content {
    width: 25vw;
  }

  .gp-doble__img {
    transform: translateY(-50%);
    height: 50vh;
    width: 99.875vh;
    max-width: 62.421875vw;
  }

  .gp-doble__img-inner {
    height: 50vh;
    width: 48vh;
    max-width: 30vw;
  }

  .faq-page {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1300px) {
  .popup {
    padding-top: 9.140625vw;
  }
}

@media only screen and (max-width: 999px) {
  .title-1 {
    color: #1E713F;
  }

  .header {
    padding: 1.3020833333vw 4.1666666667vw;
  }

  .header__logo {
    width: 33.3333333333vw;
  }

  .header__phone {
    display: none;
  }

  .header__link {
    width: 6.25vw;
    height: 6.25vw;
  }

  .header__link:not(:first-child) {
    margin-left: 1.0416666667vw;
  }

  .header__link--burger {
    background-size: 3.125vw;
  }

  .header__link--profile {
    background-size: 3.125vw;
  }

  .menu__inner {
    width: 83.8541666667vw;
    padding: 0 28.125vw 0 11.9791666667vw;
  }

  .menu__close {
    width: 6.25vw;
    height: 6.25vw;
    background-size: 2.34375vw;
    top: 2.8645833333vw;
    right: 5.2083333333vw;
  }

  .menu__content {
    padding: 13.0208333333vw 0 9.1145833333vw;
  }

  .menu__top {
    display: block;
  }

  .menu__bottom {
    display: block;
    padding-top: 5.2083333333vw;
  }

  .menu__left {
    width: 43.75vw;
  }

  .menu__right {
    margin-left: 0;
    margin-top: 3.125vw;
    width: 43.75vw;
  }

  .menu__walk {
    display: none;
  }

  .menu__3d {
    width: 22.9166666667vw;
    height: 22.9166666667vw;
    font-size: 2.0833333333vw;
    margin: 2.8645833333vw;
  }

  .menu__3d::before {
    width: 28.6458333333vw;
    height: 28.6458333333vw;
  }

  .menu__contact:not(:first-child) {
    margin-top: 4.1666666667vw;
  }

  .menu__contact-title {
    font-size: 2.0833333333vw;
    margin-bottom: 1.0416666667vw;
  }

  .menu__contact-text {
    font-size: 2.34375vw;
  }

  .menu__list li + li {
    margin-top: 2.0833333333vw;
  }

  .menu__list li a {
    font-size: 4.6875vw;
  }

  .menu__profile {
    font-size: 3.125vw;
    margin-top: 2.0833333333vw;
  }

  .footer {
    padding: 11.71875vw 4.1666666667vw 10.4166666667vw;
    font-size: 2.0833333333vw;
  }

  .footer__top {
    display: block;
  }

  .footer__left {
    width: 50vw;
  }

  .footer__logo {
    width: 33.3333333333vw;
  }

  .footer__copy {
    margin-top: 6.640625vw;
  }

  .footer__right {
    padding-top: 8.3333333333vw;
  }

  .footer__col {
    margin-left: 4.1666666667vw;
  }

  .footer__col:first-child {
    margin-left: 0;
  }

  .footer__col-title {
    font-size: 2.34375vw;
    margin-bottom: 2.0833333333vw;
  }

  .footer__col-rows li + li {
    margin-top: 1.0416666667vw;
  }

  .footer__col:nth-child(1) {
    width: 22.9166666667vw;
  }

  .footer__col:nth-child(2) {
    width: 36.4583333333vw;
  }

  .footer__col:nth-child(3) {
    width: 22.9166666667vw;
  }

  .footer__bottom {
    margin-top: 5.2083333333vw;
    padding-top: 3.125vw;
  }

  .loader__logo {
    width: 8.4635416667vw;
  }

  .loader__logo img {
    margin-top: 0.78125vw;
  }

  .loader__title {
    width: 23.5677083333vw;
  }

  .form-lk {
    max-width: 336px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .popup {
    padding-top: 13.4114583333vw;
  }

  .container-menu__content-wrap {
    flex-direction: column;
  }

  .container-menu__content-total {
    position: relative;
    top: 0;
    margin-top: 24px;
    margin-left: 0;
  }

  .container-menu__top {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .container-menu__top-title {
    margin-bottom: 16px;
  }

  .menu-lk {
    padding-right: 20px;
  }

  .inside__item-sample .inside__item-img {
    display: none;
  }

  .inside__item-img {
    margin-right: 16px;
  }

  .inside__item-name {
    max-width: 202px;
  }

  .inside__item-price {
    max-width: 114px;
    margin-left: auto;
  }

  .inside__item-quantity {
    max-width: 94px;
  }

  .total {
    max-width: 100%;
    display: flex;
  }

  .total__text {
    max-width: 244px;
    width: 100%;
    margin-left: 32px;
  }

  .catalog__top {
    padding-bottom: 64px;
  }

  .catalog__top-title {
    margin-bottom: 16px;
  }

  .catalog__list {
    margin: -12px 0;
    padding-bottom: 64px;
    max-width: 100%;
  }

  .catalog .item {
    max-width: 100%;
    padding: 12px 0px;
  }

  .home-page {
    height: auto;
    background: #FDFDFD;
  }

  .first {
    position: relative;
    height: auto;
  }

  .s1__container {
    background: #0D0D0D;
  }

  .s1__title {
    width: 91.6666666667vw;
    font-size: 5.46875vw;
  }

  .s1__left {
    right: 51.3020833333vw;
    width: 32.5520833333vw;
  }

  .s1__right {
    left: 51.3020833333vw;
    width: 32.5520833333vw;
  }

  .s1__text {
    width: 43.75vw;
    left: 4.1666666667vw;
  }

  .s1__text-inner {
    font-size: 4.6875vw;
  }

  .s1__link {
    width: 22.9166666667vw;
    height: 22.9166666667vw;
    font-size: 2.0833333333vw;
  }

  .s1__link::before {
    width: 28.6458333333vw;
    height: 28.6458333333vw;
  }

  .about {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 16.9270833333vw 4.1666666667vw 5.2083333333vw;
    box-sizing: border-box;
  }

  .about__title {
    font-size: 5.46875vw;
    width: 43.75vw;
  }

  .about__info {
    margin-top: 0;
    margin-left: 4.1666666667vw;
    width: 31.7708333333vw;
  }

  .about__block {
    padding-bottom: 3.125vw;
  }

  .about__block + .about__block {
    margin-top: 3.125vw;
  }

  .about__block-title {
    margin-bottom: 0.5208333333vw;
    font-size: 3.125vw;
  }

  .about__block-text {
    font-size: 2.0833333333vw;
  }

  .s2 {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 5.2083333333vw 4.1666666667vw;
    box-sizing: border-box;
    will-change: auto;
    transform-style: initial;
  }

  .s2__img {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  .s2__img-inner {
    width: 43.75vw;
    height: 45.8333333333vw;
  }

  .s3 {
    position: relative;
    left: 0;
    height: auto;
    width: 100%;
    padding: 5.2083333333vw 4.1666666667vw 16.9270833333vw;
    will-change: auto;
    transform-style: initial;
    box-sizing: border-box;
  }

  .s3__left {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    height: auto;
    width: 100%;
    will-change: auto;
    transform-style: initial;
  }

  .s3__title {
    font-size: 3.125vw;
    width: 100%;
  }

  .s3__text {
    font-size: 2.34375vw;
    margin-top: 2.0833333333vw;
  }

  .s3__link {
    margin-top: 5.7291666667vw;
  }

  .s3__link a {
    font-size: 2.0833333333vw;
  }

  .s3__link a::before,
  .s3__link a::after {
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 1.5625vw;
    background-size: 1.5625vw 1.3020833333vw;
  }

  .s3__right {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 131.5104166667vw;
    max-height: none;
    margin-top: 8.3333333333vw;
    will-change: auto;
    transform-style: initial;
  }

  .s4 {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .assorti {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .assorti__intro {
    position: relative;
    height: 100vh;
    width: 100%;
    will-change: auto;
    transform-style: initial;
  }

  .assorti__intro-title {
    font-size: 7.8125vw;
    width: 63.5416666667vw;
    left: 16.1458333333vw;
  }

  .assorti__intro-title.active::after {
    width: 19.7916666667vw;
  }

  .assorti__intro-text {
    width: 67.7083333333vw;
    font-size: 4.6875vw;
    left: 16.1458333333vw;
  }

  .assorti__intro-text.active::after {
    width: 19.7916666667vw;
  }

  .assorti__items {
    position: relative;
    height: auto;
  }

  .assorti-item {
    will-change: auto;
    transform-style: initial;
    position: static;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 16.9270833333vw 16.1458333333vw 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .assorti-item__img {
    width: 100%;
    height: 80.46875vw;
    position: static;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
    transform: none;
    margin-top: 8.3333333333vw;
  }

  .assorti-item__content {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
  }

  .assorti-item__title {
    font-size: 7.8125vw;
  }

  .assorti-item__text {
    will-change: auto;
    transform-style: initial;
    font-size: 2.0833333333vw;
    margin-top: 3.125vw;
    width: 100%;
    transform: none;
  }

  .portfolio {
    position: relative;
    width: 100%;
    height: auto;
    will-change: auto;
    transform-style: initial;
  }

  .portfolio__anotation {
    position: relative;
    will-change: auto;
    transform-style: initial;
    width: 100vw;
    height: 100vh;
  }

  .portfolio__title {
    font-size: 10.4166666667vw;
  }

  .portfolio__items {
    position: static;
    height: auto;
    pointer-events: auto;
  }

  .portfolio-item {
    position: static;
    will-change: auto;
    transform-style: initial;
    height: auto;
    padding: 6.5104166667vw 4.1666666667vw 10.4166666667vw;
    box-sizing: border-box;
  }

  .portfolio-item__first {
    position: static;
    height: auto;
  }

  .portfolio-item__first-img {
    width: 100%;
    height: 48.4375vw;
    max-height: none;
    position: static;
    left: 0;
    top: 0;
    transform: none;
  }

  .portfolio-item__first-content {
    will-change: auto;
    transform-style: initial;
    position: static;
    width: 55.7291666667vw;
    left: 0;
    top: 0;
    transform: none;
    padding-left: 11.9791666667vw;
    margin-top: 10.4166666667vw;
  }

  .portfolio-item__first-title {
    font-size: 3.125vw;
    margin-bottom: 3.125vw;
  }

  .portfolio-item__first-text {
    font-size: 2.0833333333vw;
  }

  .portfolio-item__second {
    will-change: auto;
    transform-style: initial;
    position: static;
    left: 0;
    top: 0;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 10.4166666667vw;
  }

  .portfolio-item__second-img {
    position: relative;
    width: 43.75vw;
    height: 62.5vw;
    max-height: none;
    left: 0;
    top: 0;
    transform: none;
  }

  .portfolio-item__second-content {
    will-change: auto;
    transform-style: initial;
    position: relative;
    width: 43.75vw;
    left: 0;
    top: 0;
    transform: none;
  }

  .portfolio-item__second-block {
    padding-bottom: 3.125vw;
  }

  .portfolio-item__second-block + .portfolio-item__second-block {
    margin-top: 3.125vw;
  }

  .portfolio-item__second-title {
    margin-bottom: 0.5208333333vw;
    font-size: 1.5625vw;
  }

  .portfolio-item__second-text {
    font-size: 2.0833333333vw;
  }

  .partners {
    position: relative;
    will-change: auto;
    transform-style: initial;
    height: auto;
  }

  .partners__intro {
    position: relative;
    height: 100vh;
    width: 100%;
    will-change: auto;
    transform-style: initial;
  }

  .partners__intro-title {
    font-size: 7.8125vw;
    width: 63.5416666667vw;
    left: 16.1458333333vw;
  }

  .partners__intro-title.active::after {
    width: 19.7916666667vw;
  }

  .partners__intro-text {
    width: 67.7083333333vw;
    font-size: 4.6875vw;
    left: 16.1458333333vw;
  }

  .partners__intro-text.active::after {
    width: 19.7916666667vw;
  }

  .partners__items {
    position: relative;
    height: auto;
    will-change: auto;
    transform-style: initial;
    opacity: 1;
    padding: 0 2.0833333333vw 15.3645833333vw;
    width: 100%;
    box-sizing: border-box;
  }

  .partners__item {
    width: 43.75vw;
    height: 43.75vw;
    margin: 2.0833333333vw;
  }

  .partners__item img {
    max-width: 37.890625vw;
    max-height: 37.890625vw;
  }

  .partner-img-1 {
    width: 36.8489583333vw;
  }

  .partner-img-2 {
    width: 35.546875vw;
  }

  .partner-img-3 {
    width: 37.7604166667vw;
  }

  .partner-img-4 {
    width: 21.875vw;
  }

  .connect {
    position: relative;
    height: auto;
    will-change: auto;
    transform-style: initial;
    background: #0D0D0D;
    box-sizing: border-box;
  }

  .connect__first {
    will-change: auto;
    transform-style: initial;
    font-size: 5.46875vw;
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 82.8125vw;
    box-sizing: border-box;
    padding: 16.9270833333vw 4.1666666667vw 0;
  }

  .connect__first::after {
    display: none;
  }

  .connect__second {
    will-change: auto;
    transform-style: initial;
    position: static;
    left: 0;
    top: 0;
    display: block;
    margin-top: 8.3333333333vw;
    box-sizing: border-box;
    padding: 0 4.1666666667vw 16.9270833333vw;
  }

  .connect__images {
    width: 100%;
  }

  .connect__img {
    width: 43.75vw;
    height: 61.9791666667vw;
  }

  .connect__content {
    width: 67.7083333333vw;
    margin-left: 0;
    margin-top: 8.3333333333vw;
  }

  .connect__content-title {
    font-size: 4.6875vw;
  }

  .connect__content-block {
    font-size: 3.125vw;
    margin-top: 3.125vw;
  }

  .connect__content-block::after {
    width: 9.375vw;
    margin-top: 1.0416666667vw;
  }

  .connect__link {
    background: #1E713F;
    height: 100vh;
    width: 100vw;
    position: relative;
  }

  .connect__link a {
    width: 22.9166666667vw;
    height: 22.9166666667vw;
    font-size: 2.0833333333vw;
    pointer-events: auto;
    opacity: 1;
  }

  .connect__link a::before {
    width: 28.6458333333vw;
    height: 28.6458333333vw;
  }

  .about-page {
    height: auto;
  }

  .ap-activity {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .ap-activity {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .ap-activity__intro {
    position: relative;
    height: 100vh;
    width: 100%;
    will-change: auto;
    transform-style: initial;
  }

  .ap-activity__intro-title {
    font-size: 7.8125vw;
    width: 78.125vw;
    left: 16.1458333333vw;
    padding-bottom: 3.125vw;
  }

  .ap-activity__intro-title.active::after {
    width: 19.7916666667vw;
  }

  .ap-activity__intro-text {
    width: 67.7083333333vw;
    font-size: 4.6875vw;
    left: 16.1458333333vw;
    padding-bottom: 3.125vw;
  }

  .ap-activity__intro-text.active::after {
    width: 19.7916666667vw;
  }

  .ap-activity__items {
    position: relative;
    height: auto;
  }

  .ap-activity-item {
    will-change: auto;
    transform-style: initial;
    position: static;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 16.9270833333vw 16.1458333333vw 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .ap-activity-item__img {
    width: 100%;
    height: 80.46875vw;
    position: static;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
    transform: none;
    margin-top: 8.3333333333vw;
  }

  .ap-activity-item__content {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
  }

  .ap-activity-item__title {
    font-size: 5.46875vw;
  }

  .ap-activity-item__text {
    will-change: auto;
    transform-style: initial;
    font-size: 2.34375vw;
    margin-top: 3.125vw;
    width: 100%;
    transform: none;
  }

  .ap-green-logo {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
    pointer-events: auto;
    height: 104.1666666667vw;
    opacity: 1;
    margin-top: 16.9270833333vw;
  }

  .ap-green-logo__img {
    opacity: 1;
  }

  .ap-green-logo__logo {
    width: 15.1041666667vw;
    margin-right: 2.734375vw;
  }

  .ap-green-logo__logo img {
    margin-top: 0.78125vw;
  }

  .ap-green-logo__title {
    width: 42.3177083333vw;
  }

  .ap-achivments {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
    margin-top: 15.625vw;
    padding: 0 4.1666666667vw;
    height: auto;
  }

  .ap-achivments__intro {
    position: relative;
    height: auto;
    width: 100%;
    will-change: auto;
    transform-style: initial;
  }

  .ap-achivments__intro-title {
    font-size: 7.8125vw;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding-bottom: 0;
  }

  .ap-achivments__intro-title::after {
    display: none;
  }

  .ap-achivments__items {
    position: relative;
    will-change: auto;
    transform-style: initial;
    margin-top: 8.3333333333vw;
    height: auto;
    width: 100%;
  }

  .ap-achivments-item {
    position: relative;
    will-change: auto;
    transform-style: initial;
    margin-bottom: 10.4166666667vw;
    width: 100%;
    height: auto;
  }

  .ap-achivments-item__img {
    position: relative;
    will-change: auto;
    transform-style: initial;
    width: 100%;
    height: 54.9479166667vw;
  }

  .ap-achivments-item__content {
    width: 100%;
    padding-bottom: 3.125vw;
    margin-top: 5.2083333333vw;
    position: relative;
  }

  .ap-achivments-item__title {
    font-size: 7.8125vw;
  }

  .ap-achivments-item__text {
    margin-top: 0.5208333333vw;
    font-size: 3.125vw;
  }

  .ap-automation {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
    height: auto;
  }

  .ap-automation__intro {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: relative;
  }

  .ap-automation__intro-text {
    width: 67.7083333333vw;
    box-sizing: border-box;
    font-size: 4.6875vw;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding-bottom: 3.125vw;
  }

  .ap-automation__intro-text.active::after {
    width: 19.7916666667vw;
  }

  .ap-automation__content {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .contacts-page {
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    height: auto;
  }

  .contacts-page .c1__container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15.625vw 16.2760416667vw 4.1666666667vw;
  }

  .contacts-page .c1__title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 5.46875vw;
    opacity: 1;
    text-align: left;
    margin-bottom: 5.2083333333vw;
  }

  .contacts-page .c1__contacts {
    top: 0;
    opacity: 1;
    position: relative;
    left: 0;
    font-size: 2.34375vw;
    max-width: 31.640625vw;
  }

  .contacts-page .c1__contacts--item {
    font-size: 2.34375vw;
    margin-bottom: 4.1666666667vw;
  }

  .contacts-page .footer {
    position: relative;
    display: block;
  }

  .contacts-page__map {
    position: relative;
    left: 0;
    top: 0;
    width: 95vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-page__map__container {
    width: 100%;
    height: 52.0833333333vw;
  }

  .contacts-page__walk {
    position: relative;
    left: 0;
    top: 0;
    width: 95vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
  }

  .contacts-page__walk--title {
    font-size: 4.6875vw;
    width: 100%;
  }

  .contacts-page__walk--text {
    font-size: 2.34375vw;
    width: 100%;
  }

  .contacts-page__startWalk {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .grow-page {
    height: auto;
  }

  .gp-video {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .gp-how {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .gp-how__intro {
    position: relative;
    height: 100vh;
    width: 100%;
    will-change: auto;
    transform-style: initial;
  }

  .gp-how__intro-title {
    font-size: 7.8125vw;
    width: 63.5416666667vw;
    left: 16.1458333333vw;
    padding-bottom: 2.0833333333vw;
  }

  .gp-how__intro-title.active::after {
    width: 19.7916666667vw;
  }

  .gp-how__intro-text {
    width: 67.7083333333vw;
    font-size: 2.34375vw;
    left: 16.1458333333vw;
    padding-bottom: 4.1666666667vw;
  }

  .gp-how__intro-text.active::after {
    width: 19.7916666667vw;
  }

  .gp-how__items {
    position: relative;
    height: auto;
  }

  .gp-how-item {
    will-change: auto;
    transform-style: initial;
    position: static;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 16.9270833333vw 16.1458333333vw 0;
    display: flex;
    flex-direction: column;
  }

  .gp-how-item__img {
    width: 100%;
    height: 80.7291666667vw;
    position: static;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
    transform: none;
    margin-bottom: 10.4166666667vw;
  }

  .gp-how-item__content {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
  }

  .gp-how-item__title {
    font-size: 5.46875vw;
  }

  .gp-how-item__text {
    will-change: auto;
    transform-style: initial;
    font-size: 2.34375vw;
    margin-top: 5.2083333333vw;
    width: 100%;
    transform: none;
  }

  .gp-doble {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 10.4166666667vw 4.1666666667vw 5.2083333333vw;
    box-sizing: border-box;
    will-change: auto;
    transform-style: initial;
  }

  .gp-doble__img {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  .gp-doble__img-inner {
    width: 43.75vw;
    height: 45.8333333333vw;
  }

  .gp-poliv {
    position: relative;
    left: 0;
    height: auto;
    width: 100%;
    padding: 13.0208333333vw 16.1458333333vw 16.9270833333vw;
    will-change: auto;
    transform-style: initial;
    box-sizing: border-box;
  }

  .gp-poliv__left {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    height: auto;
    width: 100%;
    will-change: auto;
    transform-style: initial;
  }

  .gp-poliv__title {
    font-size: 5.46875vw;
  }

  .gp-poliv__text {
    font-size: 2.34375vw;
    margin-top: 4.1666666667vw;
  }

  .gp-poliv__right {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 131.5104166667vw;
    max-height: none;
    margin-top: 8.3333333333vw;
    will-change: auto;
    transform-style: initial;
  }

  .gp-mineral__content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    height: auto;
    width: 100%;
    will-change: auto;
    transform-style: initial;
  }

  .gp-mineral__title {
    font-size: 5.46875vw;
  }

  .gp-mineral__text {
    font-size: 2.34375vw;
    margin-top: 4.1666666667vw;
  }

  .gp-grunt {
    position: relative;
    height: auto;
    will-change: auto;
    transform-style: initial;
    background: #0D0D0D;
    box-sizing: border-box;
  }

  .gp-grunt__first {
    will-change: auto;
    transform-style: initial;
    font-size: 5.46875vw;
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 82.8125vw;
    box-sizing: border-box;
    padding: 15.625vw 4.1666666667vw 0;
  }

  .gp-grunt__second {
    will-change: auto;
    transform-style: initial;
    position: static;
    left: 0;
    top: 0;
    display: block;
    margin-top: 8.3333333333vw;
    box-sizing: border-box;
    padding: 0 4.1666666667vw 16.9270833333vw;
  }

  .gp-grunt__images {
    width: 100%;
  }

  .gp-grunt__img {
    width: 43.75vw;
    height: 61.9791666667vw;
  }

  .gp-grunt__content {
    width: 67.7083333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.4166666667vw;
  }

  .gp-grunt__content-text {
    font-size: 2.34375vw;
    margin-bottom: 5.2083333333vw;
  }

  .gp-grunt__content-bottom {
    max-width: 100%;
  }

  .gp-grunt__content-title {
    font-size: 3.125vw;
    margin-bottom: 5.2083333333vw;
    padding-bottom: 1.0416666667vw;
  }

  .gp-grunt__content-title::after {
    width: 9.375vw;
  }

  .gp-grunt__content-blocks {
    font-size: 2.34375vw;
    padding-left: 3.515625vw;
  }

  .gp-grunt__content-blocks li + li {
    margin-top: 2.0833333333vw;
  }

  .gp-steps {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    will-change: auto;
    transform-style: initial;
    padding-bottom: 15.625vw;
  }

  .gp-step {
    will-change: auto;
    transform-style: initial;
    position: static;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 16.9270833333vw 16.1458333333vw 0;
    display: flex;
    flex-direction: column;
  }

  .gp-step__img {
    width: 100%;
    height: 80.46875vw;
    position: static;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
    transform: none;
    margin-bottom: 8.3333333333vw;
  }

  .gp-step__content {
    position: static;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
  }

  .gp-step__title {
    font-size: 5.46875vw;
  }

  .gp-step__text {
    will-change: auto;
    transform-style: initial;
    font-size: 2.34375vw;
    margin-top: 5.2083333333vw;
    width: 100%;
    transform: none;
  }

  .gp-step__text ul {
    font-size: 2.34375vw;
    padding-left: 3.515625vw;
  }

  .gp-step__text ul li + li {
    margin-top: 2.0833333333vw;
  }

  .gp-step__text > * + p {
    margin-top: 5.2083333333vw;
  }

  .gp-step__text > * + ul {
    margin-top: 4.1666666667vw;
  }

  .faq-page {
    padding-top: 13.0208333333vw;
  }

  .faq-page__left {
    width: 152px;
  }

  .fp-intro__title {
    font-size: 7.8125vw;
    width: 55.7291666667vw;
    left: 16.1458333333vw;
    padding-bottom: 3.125vw;
  }

  .fp-title {
    margin-bottom: 40px;
  }

  .fp-tabs__item {
    font-size: 14px;
  }

  .portfolio-page__top {
    position: relative;
    height: auto;
  }

  .portfolio-page__container {
    height: auto;
    padding: 23.4375vw 0 0;
    perspective: initial;
    box-sizing: border-box;
    position: relative;
  }

  .portfolio-page__last {
    padding: 15.625vw 2.6041666667vw;
  }

  .portfolio-page__link {
    width: 22.9166666667vw;
    height: 22.9166666667vw;
    font-size: 2.0833333333vw;
  }

  .portfolio-page__link::before {
    width: 28.6458333333vw;
    height: 28.6458333333vw;
  }

  .portfolio-page__title {
    will-change: auto;
    transform-style: initial;
    width: 55.7291666667vw;
    font-size: 7.8125vw;
    padding: 0 4.1666666667vw;
    position: static;
    left: 0;
    top: 0;
    transform: none;
    box-sizing: border-box;
    text-align: left;
  }

  .portfolio-page__start {
    width: 100%;
    will-change: auto;
    transform-style: initial;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 4.1666666667vw;
    margin-top: 5.1851851852vw;
    transform: none;
    box-sizing: border-box;
  }

  .portfolio-page__start-inner {
    padding-bottom: 0;
    height: 117.1875vw;
  }

  .portfolio-page__start-inner img {
    position: static;
  }

  .portfolio-page__content {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-top: 5.2083333333vw;
    width: 100%;
  }

  .portfolio-page__content-title {
    margin-bottom: 3.125vw;
    font-size: 3.125vw;
  }

  .portfolio-page__content-text {
    font-size: 2.0833333333vw;
  }

  .portfolio-page__content-link {
    font-size: 2.0833333333vw;
    margin-top: 3.90625vw;
  }

  .portfolio-page__content-link::after {
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 1.5625vw;
    background-size: 1.5625vw 1.3020833333vw;
  }

  .portfolio-page__img {
    position: relative;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    will-change: auto;
    transform-style: initial;
    height: 57.2916666667vw;
  }

  .portfolio-page__img-inner {
    height: 100%;
    padding-bottom: 0;
  }

  .portfolio-page__img-inner img {
    position: static;
  }

  .portfolio-page__item {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 15.625vw 4.1666666667vw 0;
    position: relative;
  }

  .portfolio-page__item:nth-child(even) .portfolio-page__content {
    left: 0;
  }

  .portfolio-page__item:nth-child(even) .portfolio-page__img {
    right: 0;
  }

  .project-page {
    height: auto;
  }

  .pp-intro {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .pp-intro__title {
    font-size: 7.8125vw;
    width: 78.125vw;
    left: 16.1458333333vw;
    padding-bottom: 3.125vw;
  }

  .pp-intro__title.active::after {
    width: 19.7916666667vw;
  }

  .pp-intro__text {
    width: 67.7083333333vw;
    font-size: 2.34375vw;
    left: 16.1458333333vw;
    padding-bottom: 3.125vw;
  }

  .pp-intro__text.active::after {
    width: 19.7916666667vw;
  }

  .pp-image {
    position: relative;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
  }

  .pp-image__label {
    padding: 3.125vw;
  }

  .pp-image__label-item {
    font-size: 2.34375vw;
  }

  .pp-image__label-item:not(:first-child) {
    margin-left: 3.125vw;
  }

  .pp-task {
    will-change: auto;
    transform-style: initial;
    position: static;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 16.9270833333vw 16.1458333333vw 15.625vw;
    display: flex;
    flex-direction: column-reverse;
  }

  .pp-task__img {
    width: 100%;
    height: 80.46875vw;
    position: static;
    left: 0;
    top: 0;
    will-change: auto;
    transform-style: initial;
    transform: none;
    margin-top: 7.03125vw;
  }

  .pp-task__content {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
  }

  .pp-task__title {
    font-size: 5.46875vw;
  }

  .pp-task__text {
    will-change: auto;
    transform-style: initial;
    font-size: 2.34375vw;
    margin-top: 3.125vw;
    width: 100%;
    transform: none;
  }

  .pp-green {
    position: static;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
    pointer-events: auto;
  }

  .pp-green__inner {
    padding: 16.9270833333vw 16.1458333333vw;
  }

  .pp-green__title {
    font-size: 5.46875vw;
    margin-bottom: 5.2083333333vw;
  }

  .pp-green__text {
    font-size: 2.34375vw;
    margin-bottom: 10.4166666667vw;
  }

  .pp-green__block {
    display: block;
  }

  .pp-green__block:not(:last-child) {
    margin-bottom: 8.3333333333vw;
  }

  .pp-green__block-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.1666666667vw;
    font-size: 3.125vw;
  }

  .pp-green__block-text {
    font-size: 2.0833333333vw;
  }

  .project-scroll {
    position: static;
    height: auto;
  }

  .project-static {
    font-size: 2.0833333333vw;
    padding: 15.625vw 0;
  }

  .ps-sliders__title {
    font-size: 5.46875vw;
    padding: 0 16.1458333333vw;
    margin-bottom: 8.3333333333vw;
  }

  .ps-sliders__team {
    margin-bottom: 10.4166666667vw;
  }

  .ps-team {
    padding: 0 16.1458333333vw;
  }

  .ps-team__item {
    width: 40.625vw;
    padding-right: 4.1666666667vw;
  }

  .ps-team__item-photo {
    width: 7.8125vw;
    height: 7.8125vw;
    margin-right: 3.125vw;
  }

  .ps-team__item-name {
    font-size: 2.34375vw;
  }

  .ps-team__item-who {
    font-size: 1.8229166667vw;
    margin-top: 1.0416666667vw;
  }

  .ps-photos {
    padding: 0 16.1458333333vw 5.2083333333vw;
  }

  .ps-photos__item {
    width: 65.7552083333vw;
    padding-right: 4.1666666667vw;
  }

  .ps-photos__scrollbar {
    padding: 0 16.1458333333vw;
  }

  .ps-contacts {
    margin-top: 15.625vw;
  }

  .ps-contacts__container {
    padding: 0 4.1666666667vw;
  }

  .ps-contacts__text {
    max-width: 100%;
    font-size: 3.125vw;
    margin-bottom: 8.3333333333vw;
  }

  .ps-contacts__table__row:not(:first-child) {
    margin-top: 2.0833333333vw;
  }

  .ps-contacts__table__left {
    margin-right: 4.1666666667vw;
    font-size: 2.34375vw;
    width: 31.7708333333vw;
  }

  .ps-contacts__table__right {
    font-size: 2.34375vw;
  }

  .ps-contacts__map {
    height: 52.0833333333vw;
    margin-top: 5.2083333333vw;
  }

  .ps-other {
    margin-top: 15.625vw;
  }

  .ps-other__title {
    padding: 0 16.1458333333vw;
    font-size: 5.46875vw;
    margin-bottom: 8.3333333333vw;
  }

  .ps-other__flex {
    padding: 0 16.1458333333vw;
    display: block;
  }

  .ps-other__item {
    width: 100%;
    padding: 0;
    margin-bottom: 5.2083333333vw;
  }

  .ps-other__item-title {
    margin-top: 5.2083333333vw;
    font-size: 3.125vw;
    margin-bottom: 3.125vw;
  }

  .ps-other__item-text {
    font-size: 2.0833333333vw;
  }

  .ps-other__item-link {
    font-size: 2.0833333333vw;
    margin-top: 3.6458333333vw;
  }

  .ps-other__item-link::after {
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 1.5625vw;
    background-size: 1.5625vw 1.3020833333vw;
  }

  .register-lk-page__top-wrap {
    padding: 64px 32px 64px;
  }

  .register-lk-page__title {
    margin-bottom: 16px;
  }

  .new-password-lk-page .form-lk {
    padding-left: 32px;
    flex-direction: column;
  }

  .new-password-lk-page .form-lk__requirements {
    padding-top: 40px;
    margin-left: 0;
  }

  .main-lk-page .form-lk {
    padding-bottom: 64px;
  }

  .main-lk-page__top {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .main-lk-page .popup__form-clue {
    display: none;
  }

  .main-lk-page .popup__form-clue--mob {
    display: block;
  }

  .catalog-lk-page .container-menu__content {
    padding-bottom: 120px;
  }

  .catalog-lk-page .advantages {
    padding-right: 0;
  }

  .profile-order-page__wrap,
  .profile-order-list-page__wrap,
  .profile-order-null-page__wrap {
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .profile-order-page__client {
    padding-top: 24px;
  }

  .profile-order-page .item:not(:last-child) {
    margin-bottom: 32px;
  }

  .profile-order-list-page__list {
    padding-top: 24px;
  }

  .profile-order-list-page .item__number {
    width: 88px;
  }

  .order-page__wrap,
  .order-list-page__wrap,
  .order-null-page__wrap {
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .order-page__block {
    margin-top: 64px;
    margin-bottom: 25px;
  }

  .order-page .info__container {
    flex-direction: column;
  }

  .order-page .info__container-btns {
    display: flex;
    align-items: center;
    padding-top: 40px;
  }

  .order-page .info__container-btn {
    max-width: 200px;
  }

  .order-page .info__container-btn:not(:first-child) {
    margin-top: 0;
    margin-left: 9px;
  }

  .order-page .content__table {
    padding-right: 0;
    padding-bottom: 31px;
  }

  .order-page .content__table-column {
    max-width: 96px;
  }

  .order-page .content__table-column:not(:last-child) {
    max-width: 240px;
  }

  .order-page .content__table-column:first-child {
    max-width: 160px;
  }

  .order-page .content__btn {
    margin-top: 0;
  }

  .order-list-page__subtitle {
    margin-top: 32px;
  }

  .order-list-page__list {
    padding-top: 32px;
  }

  .order-list-page .item:not(:last-child) {
    margin-bottom: 32px;
  }

  .change-password-page .form-lk {
    max-width: 520px;
    padding-top: 64px;
    padding-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .change-password-page .form-lk__wrap {
    max-width: 100%;
  }

  .change-password-page .form-lk__label:first-of-type {
    margin-top: 16px;
  }

  .catalog-inside-lk-page .container-menu__content {
    padding-bottom: 120px;
  }

  .catalog-inside-lk-page__sorting {
    padding-top: 16px;
  }

  .catalog-inside-lk-page__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 32px;
    padding-top: 22px;
  }

  .catalog-inside-lk-page__bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 66px;
  }

  .cart-product-page__wrap {
    grid-template-columns: minmax(auto, 243px) minmax(auto, 592px);
    padding-top: 64px;
    padding-bottom: 120px;
    gap: 66px 32px;
  }

  .cart-product-page__slider {
    grid-row: 1/2;
  }

  .cart-product-page .info__title {
    margin-bottom: 16px;
  }

  .cart-product-page .info__price {
    margin-bottom: 24px;
  }

  .cart-product-page .text {
    grid-column: 1/3;
  }

  .cart-product-page .text__block:not(:last-child) {
    margin-bottom: 41px;
  }

  .cart-product-page .slider-big {
    max-height: 243px;
    margin-bottom: 12px;
  }

  .cart-product-page .slider-big img {
    height: 243px;
  }

  .cart-product-page .slider-small img {
    max-width: 71.91px;
    height: 72px;
  }

  .cart-product-page .popup__wrap {
    max-width: 380px;
    max-height: 600px;
  }

  .cart-product-page .popup .colored-button-small {
    margin-top: 39px;
  }

  .cart-product-page .popup .basket .item__img {
    margin-bottom: 16px;
  }

  .cart-product-page .popup .basket .item__block {
    flex-direction: column;
  }

  .cart-product-page .popup .basket .item__title {
    padding-top: 0px;
    margin-bottom: 7px;
  }

  .cart-product-page .popup .basket .item__del {
    top: 16px;
  }

  .cart-product-page .popup .total {
    padding: 3.5px 0 1px;
  }

  .basket-page .container-menu__content,
  .basket-order-reg-page .container-menu__content,
  .basket-order-options-page .container-menu__content {
    padding-bottom: 120px;
  }

  .basket-page__title,
  .basket-order-reg-page__title,
  .basket-order-options-page__title {
    margin-top: 64px;
  }

  .basket-page .item {
    flex-wrap: wrap;
    padding: 16px 16px 0;
  }

  .basket-page .item__img {
    margin-bottom: 16px;
  }

  .basket-page .item__block {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .basket-page .item__title {
    padding-top: 0px;
    margin-bottom: 7px;
  }

  .basket-page .item__del {
    top: 16px;
  }

  .basket-page .total {
    margin-top: 24px;
  }

  .basket-order-reg-page .total,
  .basket-order-options-page .total {
    margin-top: 24px;
    margin-bottom: -24px;
  }

  .basket-order-reg-page__list {
    padding-top: 64px;
  }

  .basket-order-options-page__subtitle {
    max-width: 100%;
  }

  .basket-order-options-page__list {
    padding-top: 64px;
  }

  .basket-order-formed-page__wrap {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 699px) {
  .header {
    padding: 2.7777777778vw 2.2222222222vw;
  }

  .header__logo {
    width: 41.6666666667vw;
  }

  .header__link {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }

  .header__link:not(:first-child) {
    margin-left: 1.4814814815vw;
  }

  .header__link--burger {
    background-size: 4.4444444444vw;
  }

  .header__link--profile {
    background-size: 4.4444444444vw;
  }

  .menu__inner {
    width: 100%;
    padding: 0 18.8888888889vw;
  }

  .menu__close {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    background-size: 3.3333333333vw;
    top: 2.2222222222vw;
    right: 3.7037037037vw;
  }

  .menu__content {
    padding: 18.5185185185vw 0 16.6666666667vw;
  }

  .menu__bottom {
    padding-top: 7.4074074074vw;
  }

  .menu__left {
    width: 62.2222222222vw;
  }

  .menu__right {
    margin-top: 4.4444444444vw;
    width: 62.2222222222vw;
  }

  .menu__3d {
    width: 32.5925925926vw;
    height: 32.5925925926vw;
    font-size: 2.962962963vw;
    opacity: 1;
    margin: 4.0740740741vw;
  }

  .menu__3d::before {
    width: 40.7407407407vw;
    height: 40.7407407407vw;
  }

  .menu__contact:not(:first-child) {
    margin-top: 5.9259259259vw;
  }

  .menu__contact-title {
    font-size: 2.962962963vw;
    margin-bottom: 1.4814814815vw;
  }

  .menu__contact-text {
    font-size: 3.3333333333vw;
  }

  .menu__list li + li {
    margin-top: 2.962962963vw;
  }

  .menu__list li a {
    font-size: 6.6666666667vw;
  }

  .menu__profile {
    font-size: 4.4444444444vw;
    margin-top: 2.962962963vw;
  }

  .footer {
    padding: 16.6666666667vw 2.2222222222vw 14.8148148148vw;
    font-size: 2.962962963vw;
  }

  .footer__left {
    width: 71.1111111111vw;
  }

  .footer__logo {
    width: 47.4074074074vw;
  }

  .footer__copy {
    margin-top: 9.4444444444vw;
  }

  .footer__right {
    padding-top: 11.8518518519vw;
    justify-content: space-between;
  }

  .footer__col {
    margin-left: 0;
  }

  .footer__col-title {
    font-size: 3.3333333333vw;
    margin-bottom: 2.962962963vw;
  }

  .footer__col-rows li + li {
    margin-top: 1.4814814815vw;
  }

  .footer__col:nth-child(1) {
    width: 28.8888888889vw;
  }

  .footer__col:nth-child(2) {
    width: 28.8888888889vw;
  }

  .footer__col:nth-child(3) {
    width: 28.8888888889vw;
  }

  .footer__bottom {
    margin-top: 7.4074074074vw;
    padding-top: 4.4444444444vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__bottom-item:not(:first-child) {
    margin-top: 1.4814814815vw;
  }

  .to-top {
    right: 2.2222222222vw;
    bottom: 3.7037037037vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 11.1111111111vw auto;
  }

  .loader__logo {
    width: 12.037037037vw;
  }

  .loader__logo img {
    margin-top: 1.1111111111vw;
  }

  .loader__title {
    width: 33.5185185185vw;
  }

  .breadcrumbs {
    padding: 0 12px;
  }

  .popup {
    padding-top: 19.2592592593vw;
  }

  .container-menu__content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-menu__top {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-lk {
    position: fixed;
    z-index: 9;
    max-width: 100%;
    top: auto;
    bottom: 0px;
    padding-right: 0;
  }

  .menu-lk__elem {
    display: none;
  }

  .menu-lk__btn {
    display: none;
  }

  .menu-lk.active {
    max-width: 100%;
  }

  .menu-lk.active .menu-lk__link-title {
    font-size: 0;
    margin-left: 0;
  }

  .menu-lk__wrap {
    height: auto;
    background-color: transparent;
    padding: 0;
  }

  .menu-lk__company {
    display: none;
  }

  .menu-lk__list {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
    background: #F7F7F7;
  }

  .menu-lk__item {
    background-color: #FFFFFF;
    width: calc(20% - 3px);
  }

  .menu-lk__item--exit {
    display: none;
  }

  .menu-lk__link {
    padding: 2.5vw 5vw;
    justify-content: center;
  }

  .menu-lk__link-svg {
    width: 7.5vw;
    height: 7.5vw;
  }

  .inside__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .inside__item-total .inside__item-name {
    max-width: 71px;
  }

  .inside__item-total .inside__item-name {
    margin-left: 0;
    margin-bottom: 0;
  }

  .inside__item-total .inside__item-sum {
    max-width: 65px;
  }

  .inside__item-total {
    flex-direction: row;
  }

  .inside__item-img {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .inside__item-name {
    max-width: 216px;
    flex-shrink: 0;
  }

  .inside__item-quantity {
    max-width: 96px;
  }

  .inside__item-sum {
    max-width: 60px;
  }

  .total {
    flex-direction: column;
  }

  .total__text {
    max-width: 336px;
    margin-left: 0;
  }

  .catalog__top {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .catalog__list {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .s1__container {
    height: auto;
    padding: 24.0740740741vw 0 0;
    perspective: initial;
    box-sizing: border-box;
  }

  .s1__title {
    will-change: auto;
    transform-style: initial;
    width: 100%;
    font-size: 7.7777777778vw;
    position: static;
    left: 0;
    top: 0;
    transform: none;
    box-sizing: border-box;
    padding: 0 2.2222222222vw;
  }

  .s1__left {
    will-change: auto;
    transform-style: initial;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin-top: 5.1851851852vw;
    box-sizing: border-box;
    padding: 0 2.2222222222vw;
  }

  .s1__left-inner {
    height: 100%;
    padding-bottom: 0;
    height: 123.7037037037vw;
  }

  .s1__left-inner img {
    position: static;
  }

  .s1__right {
    will-change: auto;
    transform-style: initial;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 7.4074074074vw;
    box-sizing: border-box;
    transform: none;
    height: 100vh;
  }

  .s1__right-inner {
    height: 100%;
    padding-bottom: 0;
  }

  .s1__right-inner video {
    position: static;
  }

  .s1__text {
    will-change: auto;
    transform-style: initial;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 22.2222222222vw;
    box-sizing: border-box;
    padding: 0 2.2222222222vw;
    transform: none;
    opacity: 1;
  }

  .s1__text-inner {
    font-size: 6.6666666667vw;
  }

  .s1__link {
    width: 32.5925925926vw;
    height: 32.5925925926vw;
    font-size: 2.962962963vw;
    opacity: 1;
  }

  .s1__link::before {
    width: 40.7407407407vw;
    height: 40.7407407407vw;
  }

  .about {
    padding: 22.2222222222vw 2.2222222222vw 7.4074074074vw;
    display: block;
  }

  .about__title {
    font-size: 7.7777777778vw;
    width: 62.2222222222vw;
  }

  .about__info {
    margin-top: 7.4074074074vw;
    margin-left: 16.6666666667vw;
    width: 45.1851851852vw;
  }

  .about__block {
    padding-bottom: 4.4444444444vw;
  }

  .about__block + .about__block {
    margin-top: 4.4444444444vw;
  }

  .about__block-title {
    margin-bottom: 0.7407407407vw;
    font-size: 4.4444444444vw;
  }

  .about__block-text {
    font-size: 2.962962963vw;
  }

  .s2 {
    padding: 4.4444444444vw 2.2222222222vw 7.4074074074vw;
  }

  .s2__img-inner {
    width: 45.5555555556vw;
    height: 47.5925925926vw;
  }

  .s3 {
    padding: 7.4074074074vw 1.5625vw 22.2222222222vw;
  }

  .s3__title {
    font-size: 4.4444444444vw;
  }

  .s3__text {
    font-size: 3.3333333333vw;
    margin-top: 2.962962963vw;
  }

  .s3__link {
    margin-top: 8.1481481481vw;
  }

  .s3__link a {
    font-size: 2.962962963vw;
  }

  .s3__link a::before,
  .s3__link a::after {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
    margin-left: 2.2222222222vw;
    background-size: 2.2222222222vw 1.8518518519vw;
  }

  .s3__right {
    height: 137.037037037vw;
    margin-top: 11.8518518519vw;
  }

  .assorti__intro-title {
    font-size: 11.1111111111vw;
    width: 95.5555555556vw;
    left: 2.2222222222vw;
  }

  .assorti__intro-title.active::after {
    width: 28.8888888889vw;
  }

  .assorti__intro-text {
    width: 95.5555555556vw;
    font-size: 6.6666666667vw;
    left: 2.2222222222vw;
  }

  .assorti__intro-text.active::after {
    width: 28.8888888889vw;
  }

  .assorti-item {
    padding: 22.2222222222vw 2.2222222222vw 0;
  }

  .assorti-item__img {
    height: 114.4444444444vw;
    margin-top: 11.8518518519vw;
  }

  .assorti-item__title {
    font-size: 11.1111111111vw;
  }

  .assorti-item__text {
    font-size: 2.962962963vw;
    margin-top: 4.4444444444vw;
  }

  .portfolio__title {
    font-size: 14.8148148148vw;
  }

  .portfolio-item {
    padding: 9.2592592593vw 1.5625vw 9.1145833333vw;
  }

  .portfolio-item__first-img {
    height: 51.4814814815vw;
  }

  .portfolio-item__first-content {
    width: 100%;
    padding-left: 0;
    margin-top: 11.8518518519vw;
  }

  .portfolio-item__first-title {
    font-size: 4.4444444444vw;
    margin-bottom: 4.4444444444vw;
  }

  .portfolio-item__first-text {
    font-size: 2.962962963vw;
  }

  .portfolio-item__second {
    margin-top: 11.8518518519vw;
    display: block;
  }

  .portfolio-item__second-img {
    width: 100%;
    height: 136.6666666667vw;
  }

  .portfolio-item__second-content {
    width: 100%;
    margin-top: 11.8518518519vw;
  }

  .portfolio-item__second-block {
    padding-bottom: 4.4444444444vw;
  }

  .portfolio-item__second-block + .portfolio-item__second-block {
    margin-top: 4.4444444444vw;
  }

  .portfolio-item__second-title {
    margin-bottom: 0.7407407407vw;
    font-size: 2.4074074074vw;
  }

  .portfolio-item__second-text {
    font-size: 2.962962963vw;
  }

  .partners__intro-title {
    font-size: 11.1111111111vw;
    width: 62.2222222222vw;
    left: 18.8888888889vw;
  }

  .partners__intro-title.active::after {
    width: 28.8888888889vw;
  }

  .partners__intro-text {
    width: 62.2222222222vw;
    font-size: 5.5555555556vw;
    left: 18.8888888889vw;
  }

  .partners__intro-text.active::after {
    width: 28.8888888889vw;
  }

  .partners__items {
    padding: 0 0 20vw;
  }

  .partners__item {
    width: 45.5555555556vw;
    height: 45.5555555556vw;
    margin: 2.2222222222vw;
  }

  .partners__item img {
    max-width: 39.4444444444vw;
    max-height: 39.4444444444vw;
  }

  .partner-img-1 {
    width: 38.3333333333vw;
  }

  .partner-img-2 {
    width: 37.037037037vw;
  }

  .partner-img-3 {
    width: 39.2592592593vw;
  }

  .partner-img-4 {
    width: 22.7777777778vw;
  }

  .connect__first {
    font-size: 7.7777777778vw;
    width: 100%;
    padding: 22.2222222222vw 2.2222222222vw 0;
  }

  .connect__second {
    margin-top: 11.8518518519vw;
    padding: 0 2.2222222222vw 22.2222222222vw;
  }

  .connect__images {
    display: block;
  }

  .connect__img {
    width: 100%;
    height: 135.3703703704vw;
  }

  .connect__img:not(:first-child) {
    margin-top: 4.4444444444vw;
  }

  .connect__content {
    width: 100%;
    margin-top: 11.8518518519vw;
  }

  .connect__content-title {
    font-size: 6.6666666667vw;
  }

  .connect__content-block {
    font-size: 4.4444444444vw;
    margin-top: 4.4444444444vw;
  }

  .connect__content-block::after {
    width: 13.3333333333vw;
    margin-top: 1.4814814815vw;
  }

  .connect__link a {
    width: 32.5925925926vw;
    height: 32.5925925926vw;
    font-size: 2.962962963vw;
  }

  .connect__link a::before {
    width: 40.7407407407vw;
    height: 40.7407407407vw;
  }

  .ap-activity__intro-title {
    font-size: 11.1111111111vw;
    width: 95.5555555556vw;
    left: 2.2222222222vw;
    padding-bottom: 4.4444444444vw;
  }

  .ap-activity__intro-title.active::after {
    width: 28.8888888889vw;
  }

  .ap-activity__intro-text {
    width: 95.5555555556vw;
    font-size: 6.6666666667vw;
    left: 2.2222222222vw;
    padding-bottom: 4.4444444444vw;
  }

  .ap-activity__intro-text.active::after {
    width: 28.8888888889vw;
  }

  .ap-activity-item {
    padding: 22.2222222222vw 2.2222222222vw 0;
  }

  .ap-activity-item__img {
    height: 114.4444444444vw;
    margin-top: 11.8518518519vw;
  }

  .ap-activity-item__title {
    font-size: 7.7777777778vw;
  }

  .ap-activity-item__text {
    font-size: 3.3333333333vw;
    margin-top: 4.4444444444vw;
  }

  .ap-green-logo {
    height: 100vw;
  }

  .ap-green-logo__logo {
    width: 16.1111111111vw;
    margin-right: 2.962962963vw;
  }

  .ap-green-logo__logo img {
    margin-top: 0.3703703704vw;
  }

  .ap-green-logo__title {
    width: 44.4444444444vw;
  }

  .ap-achivments {
    margin-top: 22.2222222222vw;
    padding: 0 2.2222222222vw;
  }

  .ap-achivments__intro-title {
    font-size: 11.1111111111vw;
  }

  .ap-achivments__items {
    margin-top: 11.8518518519vw;
  }

  .ap-achivments-item {
    margin-bottom: 14.8148148148vw;
  }

  .ap-achivments-item__img {
    height: 78.1481481481vw;
  }

  .ap-achivments-item__content {
    padding-bottom: 4.4444444444vw;
    margin-top: 7.4074074074vw;
  }

  .ap-achivments-item__title {
    font-size: 11.1111111111vw;
  }

  .ap-achivments-item__text {
    margin-top: 0.7407407407vw;
    font-size: 4.4444444444vw;
  }

  .ap-automation__intro-text {
    width: 62.2222222222vw;
    font-size: 5.5555555556vw;
    padding-bottom: 4.4444444444vw;
  }

  .ap-automation__intro-text.active::after {
    width: 28.8888888889vw;
  }

  .contacts-page .c1__container {
    padding: 22.2222222222vw 17.5925925926vw 5.9259259259vw;
  }

  .contacts-page .c1__title {
    font-size: 7.7777777778vw;
    margin-bottom: 7.4074074074vw;
  }

  .contacts-page .c1__contacts {
    font-size: 3.3333333333vw;
    max-width: 45vw;
  }

  .contacts-page .c1__contacts--item {
    font-size: 3.3333333333vw;
    margin-bottom: 5.9259259259vw;
  }

  .contacts-page .c1__contacts--title {
    font-size: 2.962962963vw;
    margin-bottom: 1.8518518519vw;
  }

  .contacts-page .c1__contacts--link {
    font-size: 2.962962963vw;
  }

  .contacts-page__map__container {
    height: 74.0740740741vw;
  }

  .contacts-page__walk {
    padding-top: 14.8148148148vw;
    padding-bottom: 14.8148148148vw;
  }

  .contacts-page__walk--title {
    font-size: 6.6666666667vw;
  }

  .contacts-page__walk--text {
    font-size: 3.3333333333vw;
  }

  .gp-how__intro-title {
    font-size: 11.1111111111vw;
    width: 95.5555555556vw;
    left: 2.2222222222vw;
    padding-bottom: 2.962962963vw;
  }

  .gp-how__intro-title.active::after {
    width: 28.8888888889vw;
  }

  .gp-how__intro-text {
    width: 95.5555555556vw;
    font-size: 3.3333333333vw;
    left: 2.2222222222vw;
    padding-bottom: 5.9259259259vw;
  }

  .gp-how__intro-text.active::after {
    width: 28.8888888889vw;
  }

  .gp-how-item {
    padding: 22.2222222222vw 2.2222222222vw 0;
  }

  .gp-how-item__img {
    height: 114.8148148148vw;
    margin-bottom: 14.8148148148vw;
  }

  .gp-how-item__title {
    font-size: 7.7777777778vw;
  }

  .gp-how-item__text {
    font-size: 3.3333333333vw;
    margin-top: 7.4074074074vw;
  }

  .gp-doble {
    padding: 14.8148148148vw 2.2222222222vw 7.4074074074vw;
  }

  .gp-doble__img-inner {
    width: 45.5555555556vw;
    height: 47.5925925926vw;
  }

  .gp-poliv {
    padding: 7.4074074074vw 1.5625vw 22.2222222222vw;
  }

  .gp-poliv__title {
    font-size: 7.7777777778vw;
  }

  .gp-poliv__text {
    font-size: 3.3333333333vw;
    margin-top: 5.9259259259vw;
  }

  .gp-poliv__right {
    height: 137.037037037vw;
    margin-top: 11.8518518519vw;
  }

  .gp-mineral__title {
    font-size: 7.7777777778vw;
  }

  .gp-mineral__text {
    font-size: 3.3333333333vw;
    margin-top: 5.9259259259vw;
  }

  .gp-grunt__first {
    font-size: 7.7777777778vw;
    width: 100%;
    padding: 22.2222222222vw 2.2222222222vw 0;
  }

  .gp-grunt__second {
    margin-top: 11.8518518519vw;
    padding: 0 2.2222222222vw 22.2222222222vw;
  }

  .gp-grunt__images {
    display: block;
  }

  .gp-grunt__img {
    width: 100%;
    height: 135.3703703704vw;
  }

  .gp-grunt__img:not(:first-child) {
    margin-top: 4.4444444444vw;
  }

  .gp-grunt__content {
    width: 100%;
    margin-top: 14.8148148148vw;
  }

  .gp-grunt__content-text {
    font-size: 3.3333333333vw;
    margin-bottom: 7.4074074074vw;
  }

  .gp-grunt__content-title {
    font-size: 4.4444444444vw;
    margin-bottom: 7.4074074074vw;
    padding-bottom: 1.4814814815vw;
  }

  .gp-grunt__content-title::after {
    width: 13.3333333333vw;
  }

  .gp-grunt__content-blocks {
    font-size: 3.3333333333vw;
    padding-left: 5vw;
  }

  .gp-grunt__content-blocks li + li {
    margin-top: 2.962962963vw;
  }

  .gp-steps {
    padding-bottom: 22.2222222222vw;
  }

  .gp-step {
    padding: 22.2222222222vw 2.2222222222vw 0;
  }

  .gp-step__img {
    height: 114.4444444444vw;
    margin-bottom: 11.8518518519vw;
  }

  .gp-step__title {
    font-size: 7.7777777778vw;
  }

  .gp-step__text {
    font-size: 3.3333333333vw;
    margin-top: 7.4074074074vw;
  }

  .gp-step__text ul {
    font-size: 3.3333333333vw;
    padding-left: 5vw;
  }

  .gp-step__text ul li + li {
    margin-top: 2.962962963vw;
  }

  .gp-step__text > * + p {
    margin-top: 7.4074074074vw;
  }

  .gp-step__text > * + ul {
    margin-top: 5.9259259259vw;
  }

  .faq-page {
    padding-top: 18.5185185185vw;
  }

  .faq-page__container {
    padding: 40px 12px 80px;
  }

  .faq-page__flex {
    display: block;
  }

  .faq-page__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .fp-intro__title {
    font-size: 11.1111111111vw;
    width: 95.5555555556vw;
    left: 2.2222222222vw;
    padding-bottom: 4.4444444444vw;
  }

  .portfolio-page__container {
    height: auto;
    padding: 33.3333333333vw 0 0;
    perspective: initial;
    box-sizing: border-box;
  }

  .portfolio-page__last {
    padding: 22.2222222222vw 3.7037037037vw;
  }

  .portfolio-page__link {
    width: 32.5925925926vw;
    height: 32.5925925926vw;
    font-size: 2.962962963vw;
    opacity: 1;
  }

  .portfolio-page__link::before {
    width: 40.7407407407vw;
    height: 40.7407407407vw;
  }

  .portfolio-page__title {
    width: 100%;
    font-size: 11.1111111111vw;
    padding: 0 2.2222222222vw;
  }

  .portfolio-page__start {
    margin-top: 11.8518518519vw;
    box-sizing: border-box;
    padding: 0 2.2222222222vw;
  }

  .portfolio-page__start-inner {
    height: 129.6296296296vw;
  }

  .portfolio-page__content {
    margin-top: 7.4074074074vw;
  }

  .portfolio-page__content-title {
    margin-bottom: 4.4444444444vw;
    font-size: 4.4444444444vw;
  }

  .portfolio-page__content-text {
    font-size: 2.962962963vw;
  }

  .portfolio-page__content-link {
    font-size: 2.962962963vw;
    margin-top: 5.5555555556vw;
  }

  .portfolio-page__content-link::after {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
    margin-left: 2.2222222222vw;
    background-size: 2.2222222222vw 1.8518518519vw;
  }

  .portfolio-page__img {
    height: 81.4814814815vw;
  }

  .portfolio-page__item {
    padding: 22.2222222222vw 2.2222222222vw 0;
  }

  .pp-intro__title {
    font-size: 10vw;
    width: 95.5555555556vw;
    left: 2.2222222222vw;
    padding-bottom: 4.4444444444vw;
  }

  .pp-intro__title.active::after {
    width: 28.8888888889vw;
  }

  .pp-intro__text {
    width: 95.5555555556vw;
    font-size: 3.3333333333vw;
    left: 2.2222222222vw;
    padding-bottom: 4.4444444444vw;
  }

  .pp-intro__text.active::after {
    width: 28.8888888889vw;
  }

  .pp-image__label {
    padding: 4.4444444444vw;
    display: block;
  }

  .pp-image__label-item {
    font-size: 3.3333333333vw;
  }

  .pp-image__label-item:not(:first-child) {
    margin-top: 1.4814814815vw;
    margin-left: 0;
  }

  .pp-task {
    padding: 22.2222222222vw 2.2222222222vw 22.2222222222vw;
  }

  .pp-task__img {
    height: 114.4444444444vw;
    margin-top: 10vw;
  }

  .pp-task__title {
    font-size: 7.7777777778vw;
  }

  .pp-task__text {
    font-size: 3.3333333333vw;
    margin-top: 4.4444444444vw;
  }

  .pp-green__inner {
    padding: 24.0740740741vw 2.2222222222vw;
  }

  .pp-green__title {
    font-size: 7.7777777778vw;
    margin-bottom: 7.4074074074vw;
  }

  .pp-green__text {
    font-size: 3.3333333333vw;
    margin-bottom: 14.8148148148vw;
  }

  .pp-green__block:not(:last-child) {
    margin-bottom: 11.8518518519vw;
  }

  .pp-green__block-title {
    margin-bottom: 5.9259259259vw;
    font-size: 4.4444444444vw;
  }

  .pp-green__block-text {
    font-size: 2.962962963vw;
  }

  .project-static {
    font-size: 2.962962963vw;
    padding: 22.2222222222vw 0;
  }

  .ps-sliders__title {
    font-size: 7.7777777778vw;
    padding: 0 2.2222222222vw;
    margin-bottom: 11.8518518519vw;
  }

  .ps-sliders__team {
    margin-bottom: 14.8148148148vw;
  }

  .ps-team {
    padding: 0 2.2222222222vw;
  }

  .ps-team__item {
    width: 57.7777777778vw;
    padding-right: 5.9259259259vw;
  }

  .ps-team__item-photo {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    margin-right: 4.4444444444vw;
  }

  .ps-team__item-name {
    font-size: 3.3333333333vw;
  }

  .ps-team__item-who {
    font-size: 2.5925925926vw;
    margin-top: 1.4814814815vw;
  }

  .ps-photos {
    padding: 0 2.2222222222vw 7.4074074074vw;
  }

  .ps-photos__item {
    width: 92.037037037vw;
    padding-right: 4.4444444444vw;
  }

  .ps-photos__scrollbar {
    padding: 0 2.2222222222vw;
  }

  .ps-contacts {
    margin-top: 22.2222222222vw;
  }

  .ps-contacts__container {
    padding: 0 2.2222222222vw;
  }

  .ps-contacts__text {
    font-size: 4.4444444444vw;
    margin-bottom: 5.9259259259vw;
  }

  .ps-contacts__table__row:not(:first-child) {
    margin-top: 5.9259259259vw;
    display: block;
  }

  .ps-contacts__table__left {
    margin-right: 0;
    font-size: 3.3333333333vw;
    width: 100%;
  }

  .ps-contacts__table__right {
    font-size: 3.3333333333vw;
  }

  .ps-contacts__map {
    height: 51.8518518519vw;
    margin-top: 7.4074074074vw;
  }

  .ps-other {
    margin-top: 22.2222222222vw;
  }

  .ps-other__title {
    padding: 0 2.2222222222vw;
    font-size: 7.7777777778vw;
    margin-bottom: 11.8518518519vw;
  }

  .ps-other__flex {
    padding: 0 2.2222222222vw;
  }

  .ps-other__item {
    margin-bottom: 7.4074074074vw;
  }

  .ps-other__item-title {
    margin-top: 7.4074074074vw;
    font-size: 4.4444444444vw;
    margin-bottom: 4.4444444444vw;
  }

  .ps-other__item-text {
    font-size: 2.962962963vw;
  }

  .ps-other__item-link {
    font-size: 2.962962963vw;
    margin-top: 5.1851851852vw;
  }

  .ps-other__item-link::after {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
    margin-left: 2.2222222222vw;
    background-size: 2.2222222222vw 1.8518518519vw;
  }

  .register-lk-page__top-wrap {
    padding: 64px 12px 64px;
  }

  .register-lk-page__tabs {
    padding: 16px 12px 0;
  }

  .register-lk-page__tab-btn {
    font-size: 18px;
    text-align: left;
  }

  .register-lk-page__form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .register-lk-page__response {
    padding: 80px 12px 0;
  }

  .new-password-lk-page .form-lk {
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-lk-page {
    padding-right: 0;
  }

  .main-lk-page__form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-lk-page__top {
    padding-bottom: 40px;
  }

  .main-lk-page .popup__form-wrap {
    flex-direction: column-reverse;
  }

  .main-lk-page .popup__form-label {
    border: none;
    padding: 30px 16px 20px;
  }

  .main-lk-page .popup__form svg {
    display: none;
  }

  .main-lk-page .popup__form img {
    margin-bottom: 40px;
  }

  .catalog-lk-page .container-menu__content {
    padding-bottom: 80px;
  }

  .catalog-lk-page .advantages__item {
    flex-direction: column;
  }

  .catalog-lk-page .advantages__name {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .profile-order-page,
  .profile-order-list-page,
  .profile-order-null-page {
    padding-right: 0;
  }

  .profile-order-page__client-type {
    width: 181px;
    margin-right: 16px;
  }

  .profile-order-page__form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .profile-order-list-page .item {
    align-items: flex-start;
  }

  .profile-order-list-page .item__block {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-order-list-page .item__block-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .profile-order-list-page .item__number {
    width: 151px;
  }

  .order-page,
  .order-list-page,
  .order-null-page {
    padding-right: 0;
  }

  .order-page .info__container {
    padding: 20px;
  }

  .order-page .info__container-btns {
    padding-top: 32px;
  }

  .order-page .content__table-column:first-child {
    max-width: 139px;
  }

  .order-list-page__subtitle {
    margin-top: 24px;
  }

  .order-list-page .item {
    padding: 40px 20px;
  }

  .change-password-page .container-menu__content {
    padding-right: 12px;
  }

  .catalog-inside-lk-page .container-menu__top,
  .catalog-inside-lk-page .breadcrumbs,
  .catalog-inside-lk-page__list,
  .catalog-inside-lk-page__sorting {
    padding-right: 0;
  }

  .catalog-inside-lk-page .container-menu__content {
    padding-bottom: 80px;
  }

  .catalog-inside-lk-page__list {
    gap: 34px 24px;
  }

  .cart-product-page {
    padding-right: 0;
  }

  .cart-product-page__wrap {
    display: flex;
    flex-direction: column;
    padding-top: 56px;
    gap: 0;
  }

  .cart-product-page__slider {
    max-width: 100%;
    margin-right: 0;
  }

  .cart-product-page .text {
    padding-top: 40px;
  }

  .cart-product-page .slider-big img,
  .cart-product-page .slider-small img {
    object-fit: cover;
  }

  .cart-product-page .slider-big {
    max-height: 100%;
    margin-bottom: 19px;
  }

  .cart-product-page .slider-big img {
    height: 516px;
    padding-right: 12px;
  }

  .cart-product-page .slider-small {
    margin-bottom: 40px;
  }

  .cart-product-page .slider-small img {
    max-width: 100%;
    height: 156px;
  }

  .cart-product-page .slick-track {
    display: flex;
  }

  .cart-product-page .popup .basket .item__title {
    line-height: 142%;
  }

  .basket-page .container-menu__content,
  .basket-order-reg-page .container-menu__content,
  .basket-order-options-page .container-menu__content {
    padding-right: 12px;
  }

  .basket-page .item__block-counter {
    margin-top: 1px;
  }

  .basket-page .item__title {
    line-height: 130%;
  }

  .basket-order-reg-page__form,
  .basket-order-options-page__form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .basket-order-reg-page .total__block,
  .basket-order-options-page .total__block {
    margin-bottom: 16px;
  }

  .basket-order-reg-page .total,
  .basket-order-options-page .total {
    margin-bottom: 0;
  }

  .basket-order-reg-page__list {
    padding-top: 40px;
  }

  .basket-order-options-page__list {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 499px) {
  .title-0 {
    font-size: 40px;
    color: #1E713F;
  }

  .title-1 {
    font-size: 30px;
  }

  .title-2 {
    font-size: 28px;
    color: #1E713F;
  }

  .title-3,
  .title-4,
  .title-4-uppercase {
    font-size: 18px;
  }

  .lead-text-uppercase,
  .lead-text {
    color: #1E713F;
  }

  .circle-button {
    width: 128px;
    height: 128px;
  }

  .circle-button p {
    max-width: 128px;
    font-size: 12px;
  }

  .circle-button::before {
    width: 160px;
    height: 160px;
  }

  .colored-button p,
  .transparent-button p,
  .colored-button-small p {
    font-size: 14px;
  }

  .input-text:focus,
  textarea:focus {
    box-shadow: 0px 0px 0px 3px rgba(30, 113, 63, 0.15);
  }

  .header {
    padding: 3.125vw 3.75vw;
  }

  .header__logo {
    width: 39.0625vw;
  }

  .header__link {
    width: 15vw;
    height: 15vw;
  }

  .header__link:not(:first-child) {
    margin-left: 2.5vw;
  }

  .header__link--burger {
    background-size: 7.5vw;
  }

  .header__link--profile {
    background-size: 7.5vw;
  }

  .menu__inner {
    padding: 0 3.75vw;
  }

  .menu__close {
    width: 15vw;
    height: 15vw;
    background-size: 5.625vw;
    top: 3.75vw;
    right: 6.25vw;
  }

  .menu__content {
    padding: 26.25vw 0 25vw;
  }

  .menu__bottom {
    padding-top: 12.5vw;
  }

  .menu__left {
    width: 100%;
  }

  .menu__right {
    margin-top: 7.5vw;
    width: 100%;
  }

  .menu__3d {
    width: 40vw;
    height: 40vw;
    font-size: 3.75vw;
    margin: 6.25vw;
  }

  .menu__3d::before {
    width: 50vw;
    height: 50vw;
  }

  .menu__contact:not(:first-child) {
    margin-top: 10vw;
  }

  .menu__contact-title {
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }

  .menu__contact-text {
    font-size: 5.625vw;
  }

  .menu__list li + li {
    margin-top: 5vw;
  }

  .menu__list li a {
    font-size: 7.5vw;
  }

  .menu__profile {
    font-size: 5.625vw;
    margin-top: 5vw;
  }

  .footer {
    padding: 15.625vw 3.75vw 12.5vw;
    font-size: 5vw;
  }

  .footer__left {
    width: 100%;
  }

  .footer__logo {
    width: 80vw;
  }

  .footer__copy {
    margin-top: 8.4375vw;
  }

  .footer__right {
    padding-top: 5vw;
    display: block;
  }

  .footer__col:not(:first-child) {
    margin-top: 10vw;
  }

  .footer__col-title {
    font-size: 5.625vw;
    margin-bottom: 5vw;
  }

  .footer__col-rows li + li {
    margin-top: 2.5vw;
  }

  .footer__col:nth-child(1) {
    width: 100%;
  }

  .footer__col:nth-child(2) {
    width: 100%;
  }

  .footer__col:nth-child(3) {
    width: 100%;
  }

  .footer__bottom {
    margin-top: 10vw;
    padding-top: 7.5vw;
  }

  .footer__bottom-item:not(:first-child) {
    margin-top: 2.5vw;
  }

  .to-top {
    right: 3.75vw;
    bottom: 6.25vw;
    width: 18.75vw;
    height: 18.75vw;
    background-size: 18.75vw auto;
  }

  .loader__logo {
    width: 20.3125vw;
  }

  .loader__logo img {
    margin-top: 1.875vw;
  }

  .loader__title {
    width: 56.5625vw;
  }

  .pagination-list {
    max-width: 280px;
  }

  .form-lk__label:first-of-type {
    margin-top: 16px;
  }

  .popup {
    padding-top: 21.875vw;
  }

  .popup__wrap {
    max-width: 296px;
  }

  .inside {
    padding-top: 24px;
  }

  .inside__list {
    padding-top: 16px;
  }

  .inside__item {
    flex-direction: row;
  }

  .inside__item-sample {
    display: none;
  }

  .inside__item-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .inside__item-img {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .inside__item-name,
  .inside__item-price,
  .inside__item-quantity {
    margin-bottom: 8px;
  }

  .inside__item-price {
    margin-left: 0;
  }

  .total__top {
    align-items: center;
  }

  .s1__container {
    padding: 31.5625vw 0 0;
  }

  .s1__title {
    font-size: 9.375vw;
    padding: 0 3.75vw;
  }

  .s1__left {
    margin-top: 12.5vw;
    padding: 0 3.75vw;
  }

  .s1__left-inner {
    height: 120vw;
  }

  .s1__right {
    margin-top: 12.5vw;
  }

  .s1__text {
    margin-top: 25vw;
    padding: 0 3.75vw;
  }

  .s1__text-inner {
    font-size: 7.5vw;
  }

  .s1__link {
    width: 40vw;
    height: 40vw;
    font-size: 3.75vw;
  }

  .s1__link::before {
    width: 50vw;
    height: 50vw;
  }

  .about {
    padding: 25vw 3.75vw 6.25vw;
  }

  .about__title {
    font-size: 8.75vw;
    width: 100%;
  }

  .about__info {
    margin-top: 12.5vw;
    margin-left: 0;
    width: 100%;
  }

  .about__block {
    padding-bottom: 7.5vw;
  }

  .about__block + .about__block {
    margin-top-bottom: 7.5vw;
  }

  .about__block-title {
    margin-bottom: 1.25vw;
    font-size: 7.5vw;
  }

  .about__block-text {
    font-size: 5vw;
  }

  .s2 {
    padding: 6.25vw 3.75vw 10vw;
  }

  .s2__img {
    display: block;
  }

  .s2__img-inner {
    width: 100%;
    height: 96.5625vw;
  }

  .s2__img-inner:not(:first-child) {
    margin-top: 5vw;
  }

  .s3 {
    padding: 10vw 3.75vw 25vw;
  }

  .s3__title {
    font-size: 7.5vw;
  }

  .s3__text {
    font-size: 5.625vw;
    margin-top: 5vw;
  }

  .s3__link {
    margin-top: 13.75vw;
  }

  .s3__link a {
    font-size: 5vw;
  }

  .s3__link a::before,
  .s3__link a::after {
    width: 7.5vw;
    height: 7.5vw;
    margin-left: 3.75vw;
    background-size: 3.75vw 3.125vw;
  }

  .s3__right {
    height: 132.8125vw;
    margin-top: 13.75vw;
  }

  .assorti__intro-title {
    font-size: 12.5vw;
    width: 92.5vw;
    left: 3.75vw;
  }

  .assorti__intro-title.active::after {
    width: 42.5vw;
  }

  .assorti__intro-text {
    width: 92.5vw;
    font-size: 7.5vw;
    left: 3.75vw;
  }

  .assorti__intro-text.active::after {
    width: 42.5vw;
  }

  .assorti-item {
    padding: 25vw 3.75vw 0;
  }

  .assorti-item__img {
    height: 125vw;
    margin-top: 12.5vw;
  }

  .assorti-item__title {
    font-size: 7.5vw;
  }

  .assorti-item__text {
    font-size: 5vw;
    margin-top: 5vw;
  }

  .portfolio__title {
    font-size: 15.625vw;
  }

  .portfolio-item {
    padding: 6.25vw 3.75vw 18.75vw;
  }

  .portfolio-item__first-img {
    height: 93.75vw;
  }

  .portfolio-item__first-content {
    margin-top: 12.5vw;
  }

  .portfolio-item__first-title {
    font-size: 7.5vw;
    margin-bottom: 5vw;
  }

  .portfolio-item__first-text {
    font-size: 5vw;
  }

  .portfolio-item__second {
    margin-top: 25vw;
  }

  .portfolio-item__second-img {
    height: 143.75vw;
  }

  .portfolio-item__second-content {
    margin-top: 12.5vw;
  }

  .portfolio-item__second-block {
    padding-bottom: 7.5vw;
  }

  .portfolio-item__second-block + .portfolio-item__second-block {
    margin-top: 7.5vw;
  }

  .portfolio-item__second-title {
    margin-bottom: 1.25vw;
    font-size: 4.0625vw;
  }

  .portfolio-item__second-text {
    font-size: 5vw;
  }

  .partners__intro-title {
    font-size: 12.5vw;
    width: 92.5vw;
    left: 3.75vw;
  }

  .partners__intro-title.active::after {
    width: 42.5vw;
  }

  .partners__intro-text {
    width: 92.5vw;
    font-size: 7.5vw;
    left: 3.75vw;
  }

  .partners__intro-text.active::after {
    width: 42.5vw;
  }

  .partners__items {
    padding: 0 0 25vw;
  }

  .partners__item {
    width: 42.5vw;
    height: 42.5vw;
    margin: 3.75vw;
  }

  .partners__item img {
    max-width: 36.5625vw;
    max-height: 36.5625vw;
  }

  .partner-img-1 {
    width: 64.6875vw;
  }

  .partner-img-2 {
    width: 34.375vw;
  }

  .partner-img-3 {
    width: 36.5625vw;
  }

  .partner-img-4 {
    width: 21.25vw;
  }

  .connect__first {
    font-size: 8.75vw;
    padding: 25vw 3.75vw 0;
  }

  .connect__second {
    margin-top: 12.5vw;
    padding: 0 3.75vw 25vw;
  }

  .connect__img {
    height: 112.5vw;
  }

  .connect__img:not(:first-child) {
    margin-top: 5vw;
  }

  .connect__content {
    margin-top: 12.5vw;
  }

  .connect__content-title {
    font-size: 7.5vw;
  }

  .connect__content-block {
    font-size: 5.625vw;
    margin-top: 7.5vw;
  }

  .connect__content-block::after {
    width: 22.5vw;
    margin-top: 2.5vw;
  }

  .connect__link a {
    width: 40vw;
    height: 40vw;
    font-size: 3.75vw;
  }

  .connect__link a::before {
    width: 50vw;
    height: 50vw;
  }

  .ap-activity__intro-title {
    font-size: 12.5vw;
    width: 92.5vw;
    left: 3.75vw;
    padding-bottom: 5vw;
  }

  .ap-activity__intro-title.active::after {
    width: 42.5vw;
  }

  .ap-activity__intro-text {
    width: 92.5vw;
    font-size: 7.5vw;
    left: 3.75vw;
    padding-bottom: 5vw;
  }

  .ap-activity__intro-text.active::after {
    width: 42.5vw;
  }

  .ap-activity-item {
    padding: 25vw 3.75vw 0;
  }

  .ap-activity-item__img {
    height: 125vw;
    margin-top: 12.5vw;
  }

  .ap-activity-item__title {
    font-size: 9.375vw;
  }

  .ap-activity-item__text {
    font-size: 5.625vw;
    margin-top: 7.5vw;
  }

  .ap-green-logo {
    height: 100vw;
  }

  .ap-green-logo__logo {
    width: 15.625vw;
    margin-right: 2.8125vw;
  }

  .ap-green-logo__logo img {
    margin-top: 0;
  }

  .ap-green-logo__title {
    width: 43.125vw;
  }

  .ap-achivments {
    margin-top: 25vw;
    padding: 0 3.75vw;
  }

  .ap-achivments__intro-title {
    font-size: 12.5vw;
  }

  .ap-achivments__items {
    margin-top: 12.5vw;
  }

  .ap-achivments-item {
    margin-bottom: 12.5vw;
  }

  .ap-achivments-item__img {
    height: 100vw;
  }

  .ap-achivments-item__content {
    padding-bottom: 7.5vw;
    margin-top: 7.5vw;
  }

  .ap-achivments-item__title {
    font-size: 12.5vw;
  }

  .ap-achivments-item__text {
    margin-top: 1.25vw;
    font-size: 7.5vw;
  }

  .ap-automation__intro-text {
    width: 92.5vw;
    font-size: 7.5vw;
    padding-bottom: 5vw;
  }

  .ap-automation__intro-text.active::after {
    width: 42.5vw;
  }

  .contacts-page .c1__container {
    padding: 25vw 3.75vw 2.5vw;
  }

  .contacts-page .c1__title {
    font-size: 8.75vw;
    margin-bottom: 7.5vw;
  }

  .contacts-page .c1__contacts {
    font-size: 5.625vw;
    max-width: 75.9375vw;
  }

  .contacts-page .c1__contacts--item {
    font-size: 5.625vw;
    margin-bottom: 10vw;
  }

  .contacts-page .c1__contacts--title {
    font-size: 5vw;
    margin-bottom: 3.125vw;
  }

  .contacts-page .c1__contacts--link {
    font-size: 5vw;
  }

  .contacts-page__map__container {
    height: 74.0740740741vw;
  }

  .contacts-page__walk {
    position: relative;
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  .contacts-page__walk--title {
    font-size: 7.5vw;
  }

  .contacts-page__walk--text {
    font-size: 3.3333333333vw;
  }

  .gp-how__intro-title {
    font-size: 12.5vw;
    width: 92.5vw;
    left: 3.75vw;
    padding-bottom: 5vw;
  }

  .gp-how__intro-title.active::after {
    width: 42.5vw;
  }

  .gp-how__intro-text {
    width: 92.5vw;
    font-size: 5.625vw;
    left: 3.75vw;
    padding-bottom: 10vw;
  }

  .gp-how__intro-text.active::after {
    width: 42.5vw;
  }

  .gp-how-item {
    padding: 25vw 3.75vw 0;
  }

  .gp-how-item__img {
    height: 125vw;
    margin-bottom: 12.5vw;
  }

  .gp-how-item__title {
    font-size: 9.375vw;
  }

  .gp-how-item__text {
    font-size: 5.625vw;
    margin-top: 7.5vw;
  }

  .gp-doble {
    padding: 25vw 3.75vw 10vw;
  }

  .gp-doble__img {
    display: block;
  }

  .gp-doble__img-inner {
    width: 100%;
    height: 96.5625vw;
  }

  .gp-doble__img-inner:not(:first-child) {
    margin-top: 5vw;
  }

  .gp-poliv {
    padding: 10vw 3.75vw 25vw;
  }

  .gp-poliv__title {
    font-size: 9.375vw;
  }

  .gp-poliv__text {
    font-size: 5.625vw;
    margin-top: 10vw;
  }

  .gp-poliv__right {
    height: 132.8125vw;
    margin-top: 13.75vw;
  }

  .gp-mineral__title {
    font-size: 9.375vw;
  }

  .gp-mineral__text {
    font-size: 5.625vw;
    margin-top: 10vw;
  }

  .gp-grunt__first {
    font-size: 8.75vw;
    padding: 25vw 3.75vw 0;
  }

  .gp-grunt__second {
    margin-top: 12.5vw;
    padding: 0 3.75vw 25vw;
  }

  .gp-grunt__img {
    height: 112.5vw;
  }

  .gp-grunt__img:not(:first-child) {
    margin-top: 5vw;
  }

  .gp-grunt__content {
    margin-top: 12.5vw;
  }

  .gp-grunt__content-text {
    font-size: 5.625vw;
    margin-bottom: 12.5vw;
  }

  .gp-grunt__content-title {
    font-size: 7.5vw;
    margin-bottom: 12.5vw;
    padding-bottom: 2.5vw;
  }

  .gp-grunt__content-title::after {
    width: 22.5vw;
  }

  .gp-grunt__content-blocks {
    font-size: 5.625vw;
    padding-left: 8.4375vw;
  }

  .gp-grunt__content-blocks li + li {
    margin-top: 5vw;
  }

  .gp-steps {
    padding-bottom: 25vw;
  }

  .gp-step {
    padding: 25vw 3.75vw 0;
  }

  .gp-step__img {
    height: 125vw;
    margin-bottom: 12.5vw;
  }

  .gp-step__title {
    font-size: 9.375vw;
  }

  .gp-step__text {
    font-size: 5.625vw;
    margin-top: 7.5vw;
  }

  .gp-step__text ul {
    font-size: 5.625vw;
    padding-left: 8.4375vw;
  }

  .gp-step__text ul li + li {
    margin-top: 5vw;
  }

  .gp-step__text > * + p {
    margin-top: 12.5vw;
  }

  .gp-step__text > * + ul {
    margin-top: 10vw;
  }

  .faq-page {
    padding-top: 18.75vw;
  }

  .fp-intro__title {
    font-size: 12.5vw;
    width: 92.5vw;
    left: 3.75vw;
    padding-bottom: 5vw;
  }

  .fp-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .fp-tabs__item {
    font-size: 12px;
  }

  .portfolio-page__container {
    padding: 37.5vw 0 0;
  }

  .portfolio-page__last {
    padding: 25vw 6.25vw;
  }

  .portfolio-page__link {
    width: 40vw;
    height: 40vw;
    font-size: 3.75vw;
  }

  .portfolio-page__link::before {
    width: 50vw;
    height: 50vw;
  }

  .portfolio-page__title {
    font-size: 12.5vw;
    padding: 0 3.75vw;
  }

  .portfolio-page__start {
    margin-top: 12.5vw;
    padding: 0 3.75vw;
  }

  .portfolio-page__start-inner {
    height: 143.75vw;
  }

  .portfolio-page__content {
    margin-top: 12.5vw;
  }

  .portfolio-page__content-title {
    margin-bottom: 7.5vw;
    font-size: 7.5vw;
  }

  .portfolio-page__content-text {
    font-size: 5vw;
  }

  .portfolio-page__content-link {
    font-size: 5vw;
    margin-top: 9.375vw;
  }

  .portfolio-page__content-link::after {
    width: 7.5vw;
    height: 7.5vw;
    margin-left: 3.75vw;
    background-size: 3.75vw 3.125vw;
  }

  .portfolio-page__img {
    height: 87.5vw;
  }

  .portfolio-page__item {
    padding: 25vw 3.75vw 0;
  }

  .pp-intro__title {
    font-size: 9.375vw;
    width: 92.5vw;
    left: 3.75vw;
    padding-bottom: 5vw;
  }

  .pp-intro__title.active::after {
    width: 42.5vw;
  }

  .pp-intro__text {
    width: 92.5vw;
    font-size: 5.625vw;
    left: 3.75vw;
    padding-bottom: 5vw;
  }

  .pp-intro__text.active::after {
    width: 42.5vw;
  }

  .pp-image__label {
    padding: 7.5vw;
  }

  .pp-image__label-item {
    font-size: 5.625vw;
  }

  .pp-image__label-item:not(:first-child) {
    margin-top: 2.5vw;
  }

  .pp-task {
    padding: 25vw 3.75vw 25vw;
  }

  .pp-task__img {
    height: 125vw;
    margin-top: 16.875vw;
  }

  .pp-task__title {
    font-size: 9.375vw;
  }

  .pp-task__text {
    font-size: 5.625vw;
    margin-top: 7.5vw;
  }

  .pp-green__inner {
    padding: 25vw 3.75vw;
  }

  .pp-green__title {
    font-size: 8.75vw;
    margin-bottom: 10vw;
  }

  .pp-green__text {
    font-size: 5.625vw;
    margin-bottom: 25vw;
  }

  .pp-green__block:not(:last-child) {
    margin-bottom: 12.5vw;
  }

  .pp-green__block-title {
    margin-bottom: 10vw;
    font-size: 5.625vw;
  }

  .pp-green__block-text {
    font-size: 5vw;
  }

  .project-static {
    font-size: 5vw;
    padding: 25vw 0;
  }

  .ps-sliders__title {
    font-size: 8.75vw;
    padding: 0 3.75vw;
    margin-bottom: 12.5vw;
  }

  .ps-sliders__team {
    margin-bottom: 20vw;
  }

  .ps-team {
    padding: 0 3.75vw;
  }

  .ps-team__item {
    width: 72.5vw;
    padding-right: 10vw;
  }

  .ps-team__item-photo {
    width: 18.75vw;
    height: 18.75vw;
    margin-right: 5vw;
  }

  .ps-team__item-name {
    font-size: 5.625vw;
  }

  .ps-team__item-who {
    font-size: 3.75vw;
    margin-top: 2.5vw;
  }

  .ps-photos {
    padding: 0 3.75vw 7.5vw;
  }

  .ps-photos__item {
    width: 75vw;
    padding-right: 7.5vw;
  }

  .ps-photos__scrollbar {
    padding: 0 3.75vw;
  }

  .ps-contacts {
    margin-top: 25vw;
  }

  .ps-contacts__container {
    padding: 0 3.75vw;
  }

  .ps-contacts__text {
    font-size: 7.5vw;
    margin-bottom: 12.5vw;
  }

  .ps-contacts__table__row:not(:first-child) {
    margin-top: 7.5vw;
  }

  .ps-contacts__table__left {
    font-size: 5.625vw;
  }

  .ps-contacts__table__right {
    font-size: 5.625vw;
  }

  .ps-contacts__map {
    height: 68.75vw;
    margin-top: 10vw;
  }

  .ps-other {
    margin-top: 25vw;
  }

  .ps-other__title {
    padding: 0 3.75vw;
    font-size: 8.75vw;
    margin-bottom: 12.5vw;
  }

  .ps-other__flex {
    padding: 0 3.75vw;
  }

  .ps-other__item {
    margin-bottom: 10vw;
  }

  .ps-other__item-title {
    margin-top: 7.5vw;
    font-size: 5.625vw;
    margin-bottom: 7.5vw;
  }

  .ps-other__item-text {
    font-size: 5vw;
  }

  .ps-other__item-link {
    font-size: 5vw;
    margin-top: 8.75vw;
  }

  .ps-other__item-link::after {
    width: 7.5vw;
    height: 7.5vw;
    margin-left: 3.75vw;
    background-size: 3.75vw 3.125vw;
  }

  .login-lk-page {
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .register-lk-page__top-wrap {
    padding: 40px 12px;
  }

  .register-lk-page__wrap {
    padding-bottom: 80px;
  }

  .register-lk-page__tabs {
    flex-direction: column;
  }

  .register-lk-page__tab:not(:last-child) {
    margin-bottom: 8px;
  }

  .register-lk-page__form {
    padding-top: 40px;
  }

  .register-lk-page__prompt {
    margin-bottom: 40px;
  }

  .change-password-lk-page {
    padding-top: 24px;
  }

  .change-password-lk-page .form-lk {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .new-password-lk-page {
    padding-top: 24px;
  }

  .new-password-lk-page .form-lk {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .new-password-lk-page .popup__wrap {
    padding: 68px 13.5px 80px;
  }

  .main-lk-page__form {
    padding-top: 40px;
  }

  .main-lk-page__save-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .main-lk-page .popup__form-btns {
    flex-direction: column;
  }

  .main-lk-page .popup__form-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .profile-order-page__client {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
  }

  .profile-order-page__client-type {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .profile-order-page .item {
    padding: 20px 12px;
  }

  .profile-order-page .item:not(:last-child) {
    margin-bottom: 24px;
  }

  .profile-order-page .item__block {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-order-page__form {
    padding-top: 40px;
  }

  .profile-order-page__save {
    margin-top: 20px;
    flex-direction: column;
  }

  .profile-order-page__save-btn {
    width: 100%;
  }

  .profile-order-page__save-btn:not(:last-child) {
    margin-right: 0;
  }

  .profile-order-list-page .item {
    padding: 16px 7px;
  }

  .profile-order-list-page .item__block-item:not(:last-child) {
    margin-bottom: 8px;
  }

  .profile-order-list-page .item__func {
    align-self: flex-end;
    align-items: flex-end;
    flex-direction: column-reverse;
  }

  .profile-order-list-page .item__number {
    width: 83px;
  }

  .profile-order-list-page .item__change::before,
  .profile-order-list-page .item__del::before {
    content: none;
  }

  .profile-order-list-page .item__change {
    font-size: 12px;
    line-height: 130%;
    margin-right: 0;
  }

  .profile-order-list-page .item__del {
    position: absolute;
    top: 16px;
    right: 7px;
    width: 16px;
    height: 16px;
  }

  .profile-order-list-page .item__del::after {
    content: none;
  }

  .order-page__back {
    margin-top: 7px;
  }

  .order-page__back:last-child {
    margin-top: 14px;
  }

  .order-page__block {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5px;
  }

  .order-page .info__container {
    padding: 20px 12px;
    margin-top: 16px;
  }

  .order-page .content__table {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }

  .order-page .content__table-column {
    max-width: 100%;
  }

  .order-page .content__table-column:not(:last-child) {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .order-page .content__table-column:first-child {
    max-width: 100%;
  }

  .order-page .content__table-type {
    margin-top: 0;
  }

  .order-page .content__table-value {
    margin-top: 4px;
  }

  .order-list-page .item {
    padding: 20px 12px;
  }

  .order-list-page .item:not(:last-child) {
    margin-bottom: 24px;
  }

  .order-list-page .item__block {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-list-page .item__btns {
    margin-top: 20px;
    flex-direction: column;
  }

  .order-list-page .item__btns-btn {
    width: 100%;
  }

  .order-list-page .item__btns-btn:not(:last-child) {
    margin-right: 0;
  }

  .order-list-page .item__section:not(:last-child) {
    margin-bottom: 12px;
  }

  .order-list-page .item__row-column .item__value.error-pay::after,
  .order-list-page .item__row-column .item__value.error-delivery::after,
  .order-list-page .item__row-column .item__value.error-processing::after {
    margin-top: 6px;
    margin-left: 0;
  }

  .order-list-page .item__value {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-list-page .item__value p {
    padding-right: 0;
    margin-right: -5px;
  }

  .order-list-page .item__value-error {
    margin-left: 0;
  }

  .change-password-page .form-lk {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .change-password-page .form-lk__label:first-of-type {
    margin-top: 0;
  }

  .change-password-page .form-lk__btns {
    flex-direction: column;
  }

  .change-password-page .form-lk__btn {
    width: 100%;
  }

  .change-password-page .form-lk__btn:not(:last-child) {
    margin-right: 0;
  }

  .catalog-inside-lk-page__sorting {
    padding-top: 20px;
  }

  .catalog-inside-lk-page__sorting p {
    font-size: 14px;
  }

  .catalog-inside-lk-page__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 26px 32px;
  }

  .catalog-inside-lk-page .item__price {
    font-size: 24px;
  }

  .catalog-inside-lk-page .item__btn p {
    font-size: 16px;
  }

  .catalog-inside-lk-page__bottom {
    padding-top: 44px;
    flex-direction: column;
    align-items: center;
  }

  .catalog-inside-lk-page .ui-selectmenu-button .ui-selectmenu-text {
    font-size: 16px;
  }

  .cart-product-page__wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .cart-product-page .info__counter,
  .cart-product-page .info__order {
    margin-bottom: 0;
  }

  .cart-product-page .info__order {
    width: 100%;
    margin-top: 40px;
  }

  .cart-product-page .info__design {
    margin-top: 12px;
  }

  .cart-product-page .text .title-3 {
    margin-bottom: 15px;
  }

  .cart-product-page .slider-big {
    margin-bottom: 12px;
  }

  .cart-product-page .slider-big img {
    height: 296px;
  }

  .cart-product-page .slider-small {
    margin-bottom: 24px;
  }

  .cart-product-page .slider-small img {
    height: 90px;
  }

  .cart-product-page .ui-selectmenu-button.ui-button {
    max-width: 100%;
    box-sizing: border-box;
  }

  .cart-product-page .popup__wrap {
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }

  .cart-product-page .popup .colored-button-small {
    padding: 20px 35px;
  }

  .cart-product-page .popup .colored-button-small p {
    font-size: 16px;
  }

  .cart-product-page .popup .basket .item {
    flex-direction: column;
  }

  .cart-product-page .popup .basket .item__img {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .cart-product-page .popup .basket .item__block-info {
    margin-right: 0;
  }

  .cart-product-page .popup .total {
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .cart-product-page .popup .total__clear {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .basket-page .container-menu__content,
  .basket-order-reg-page .container-menu__content,
  .basket-order-options-page .container-menu__content {
    padding-bottom: 80px;
  }

  .basket-page__title,
  .basket-order-reg-page__title,
  .basket-order-options-page__title {
    margin-top: 40px;
  }

  .basket-page__back,
  .basket-order-reg-page__back,
  .basket-order-options-page__back {
    margin-top: 7px;
  }

  .basket-page__back:last-child,
  .basket-order-reg-page__back:last-child,
  .basket-order-options-page__back:last-child {
    margin-top: 14px;
  }

  .basket-page .item {
    flex-direction: column;
  }

  .basket-page .item__img {
    width: 200px;
    height: 200px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .basket-page .item__block-info {
    margin-right: 0;
  }

  .basket-order-reg-page__list,
  .basket-order-options-page__list {
    padding-top: 24px;
  }

  .basket-order-reg-page .item,
  .basket-order-options-page .item {
    padding: 20px 12px;
  }

  .basket-order-reg-page .item:not(:last-child),
  .basket-order-options-page .item:not(:last-child) {
    margin-bottom: 24px;
  }

  .basket-order-reg-page .item__block,
  .basket-order-options-page .item__block {
    flex-direction: column;
    align-items: flex-start;
  }

  .basket-order-reg-page__form,
  .basket-order-options-page__form {
    padding-top: 40px;
  }

  .basket-order-reg-page__save,
  .basket-order-options-page__save {
    margin-top: 20px;
    flex-direction: column;
  }

  .basket-order-reg-page__save-btn:not(:last-child),
  .basket-order-options-page__save-btn:not(:last-child) {
    margin-right: 0;
  }

  .basket-order-reg-page .total,
  .basket-order-options-page .total {
    margin-top: 16px;
  }

  .basket-order-reg-page .total__block,
  .basket-order-options-page .total__block {
    padding: 16px 12px 24px;
  }

  .basket-order-reg-page .total__btn,
  .basket-order-options-page .total__btn {
    margin-top: 24px;
  }

  .basket-order-reg-page .inside,
  .basket-order-options-page .inside {
    padding-top: 40px;
  }

  .basket-order-reg-page__save {
    margin-top: 26px;
    align-items: baseline;
  }

  .basket-order-reg-page__save-btn {
    width: fit-content;
  }

  .basket-order-reg-page__save-btn p {
    font-size: 16px;
  }

  .basket-order-options-page__subtitle {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .basket-order-options-page__save-btn {
    width: 100%;
  }

  .basket-order-formed-page__wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .basket-order-formed-page__title {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .container-menu__top {
    padding-top: 40px;
  }

  .catalog__top {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .catalog .item__wrap {
    padding: 40px 20px;
  }

  .catalog .item__img {
    width: 215px;
    height: 215px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .catalog .item__block {
    flex-direction: column;
  }

  .catalog .item__info-text {
    margin-bottom: 16px;
  }

  .register-lk-page__response {
    padding: 40px 12px 0;
  }

  .main-lk-page .form-lk {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .main-lk-page__top {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 40px;
  }

  .main-lk-page__top img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .main-lk-page__block {
    padding-bottom: 7px;
  }

  .main-lk-page .order__list {
    padding-top: 26px;
  }

  .main-lk-page .order__item:not(:last-child) {
    margin-bottom: 21px;
  }

  .main-lk-page .order__item {
    flex-direction: column;
  }

  .main-lk-page .order__name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9px;
  }

  .main-lk-page .popup__form {
    padding: 16px 12px;
  }

  .main-lk-page .popup__form-wrap {
    padding: 40px 16px;
  }

  .main-lk-page .popup__form img {
    width: 120px;
    height: 120px;
  }

  .catalog-lk-page .advantages__title {
    margin-bottom: 16px;
  }

  .profile-order-page__wrap,
  .profile-order-list-page__wrap,
  .profile-order-null-page__wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .profile-order-page .item__block {
    padding-bottom: 7px;
  }

  .order-page__wrap,
  .order-list-page__wrap,
  .order-null-page__wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .order-page__block-title {
    word-break: break-all;
    margin-right: -2px;
  }

  .order-page .info__container-btns {
    flex-direction: column;
  }

  .order-page .info__container-btn {
    max-width: 100%;
  }

  .order-page .info__container-btn:not(:first-child) {
    margin-top: 9px;
    margin-left: 0;
  }

  .order-list-page .item__block {
    padding-bottom: 7px;
  }

  .order-list-page .item__block-title {
    word-break: break-all;
    margin-right: -2px;
  }

  .ui-selectmenu-open {
    left: auto !important;
    right: auto !important;
    max-width: calc(100% - 24px);
    width: 100%;
    padding: 0 12px;
  }

  .basket-order-reg-page .item__block,
  .basket-order-options-page .item__block {
    padding-bottom: 9px;
  }

  .basket-order-reg-page .item__block-tabs,
  .basket-order-options-page .item__block-tabs {
    flex-direction: column;
    align-items: baseline;
    margin-top: 8px;
  }

  .basket-order-reg-page .item__tab:not(:last-child),
  .basket-order-options-page .item__tab:not(:last-child) {
    margin-right: 0;
  }

  .basket-order-reg-page .form-lk,
  .basket-order-options-page .form-lk {
    padding-top: 32px;
  }
}
/*# sourceMappingURL=maps/main.css.map */

/* End */


/* Start:/local/templates/trakt/js/custom-select/itc-custom-select.css?16848564592111*/
.itc-select {
  position: relative;
  width: 100%;
  max-width: 158px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid #1E713F;
  border-radius: 0;
  padding: 7px 8px;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 32px;
}

.itc-select__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 0;
  user-select: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #3D3D3D;
  border: 0;
  outline: none;
  background: none;
}

.itc-select__toggle::after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  background-size: cover;
  content: "";
  background-image: url(/local/templates/trakt/styles/../img/svg/arrow-down.svg);
  background-position: 100% 100%;
  transform: rotateX(0);
  transition: all 0.5s ease;
}

.itc-select__toggle:focus {
  outline: none;
}

.itc-select_show .itc-select__toggle::after {
  transform: rotateX(180deg);
}

.itc-select__dropdown {
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.itc-select_show .itc-select__dropdown {
  display: block;
}

.itc-select_show .itc-select__backdrop {
  display: block;
}

.itc-select__options {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: -1px;
  background: #FDFDFD;
  border: none;
  box-shadow: 0px 4px 12px rgba(30, 113, 63, 0.15);
  padding: 16px;
}

.itc-select__option {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #6F6F6F;
  padding: 2px 0;
}

.itc-select__option_selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1E713F;
}

.itc-select__option:hover {
  color: #1E713F;
  cursor: pointer;
  transition: 0.2s background-color ease-in-out;
}

@media (max-width: 420px) {
  .itc-select__option, .itc-select__toggle {
    font-size: 14px;
  }
}
/* End */


/* Start:/local/templates/trakt/components/bitrix/menu/footer/style.css?16848564603*/




/* End */


/* Start:/local/templates/trakt/styles.css?168485645957*/
#bx-panel,
#bx-panel {
    z-index: 1100 !important;
}
/* End */


/* Start:/local/templates/trakt/template_styles.css?1699362316892*/
.shader{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:1000;
	display:none;
}
.generalContainer{
	width:90vw;
	height:100%;
	position:absolute;
	z-index:1001;
	left:50%;
	/* top:50%; */
	transform:translate(-50%,0);
	left:-9999px;
	/*display:none;*/
}
.inlineConter{
	display:inline-block;
	position:relative;
}
.realImage{
	width:100%;
	    border-radius: 10px;
}
area{
	cursor:pointer;
}
.tesster{
	position: absolute;
	width: 760px;
	height: 550px;
	border: 1px solid red;
	left: 0;
}
.mateFrame{
	position: absolute;
	z-index: 1002;
	width: 100%;
	height: 100%;
	display:none;
}
.closeFrame img{
	width:100%;
}
.closeFrame.frameOp{
	filter: invert(100%);
}
.closeFrame{
	display: inline-block;
	position: absolute;
	z-index: 1003;
	width: 25px;
	right: 10px;
	top: 10px;				
}
/* End */
/* /local/templates/trakt/styles/main.css?1684856460295529 */
/* /local/templates/trakt/js/custom-select/itc-custom-select.css?16848564592111 */
/* /local/templates/trakt/components/bitrix/menu/footer/style.css?16848564603 */
/* /local/templates/trakt/styles.css?168485645957 */
/* /local/templates/trakt/template_styles.css?1699362316892 */
