/* stylelint-disable */

/*! 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 {
  scroll-behavior: smooth;
  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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

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

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

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

/* 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  border: none;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  display: block;
}

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

/**
* 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 {
  padding: 0;
  border-style: none;
}

/**
* 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 {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

/**
* 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

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

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:root {
  --swiper-navigation-size: 48px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-color: #000000;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev.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 svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

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

/* Navigation font start */

.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: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";
}

/* Navigation font end */

:root {
  --swiper-pagination-color: #441961;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 0;
  --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: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-border-color: #441961;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: transparent;
  --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;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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 {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  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: 1px solid var(--swiper-pagination-bullet-border-color, #441961);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-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%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

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

.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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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;
}

/**
 * Swiper 10.3.1
 * 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: September 28, 2023
 */

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

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

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

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

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

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

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

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

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

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

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

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

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

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

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

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

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

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

/* Slide styles start */

/* 3D Shadows */

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  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-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

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

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

/* Slide styles end */

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite;
}

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

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

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  -o-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
  -ms-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.fancybox__container::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image>.fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content>.f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide>.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: -o-linear-gradient(#ebeff2, #e2e8f0);
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  -o-transition: transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: -webkit-clip-path 0.33s ease;
  transition: -webkit-clip-path 0.33s ease;
  -o-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease, -webkit-clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  src: url(../fonts/OpenSans-Regular.woff2), url(../fonts/OpenSans-Regular.woff);
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url(../fonts/Inter-Regular.woff2), url(../fonts/Inter-Regular.woff);
}

@font-face {
  font-family: "Raleway";
  font-weight: 400;
  src: url(../fonts/Raleway-Regular.woff2), url(../fonts/Raleway-Regular.woff);
}

@font-face {
  font-family: "Raleway";
  font-weight: 500;
  src: url(../fonts/Raleway-Medium.woff2), url(../fonts/Raleway-Medium.woff);
}

@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: url(../fonts/Raleway-SemiBold.woff2), url(../fonts/Raleway-SemiBold.woff);
}

@font-face {
  font-family: "Raleway";
  font-weight: 700;
  src: url(../fonts/Raleway-Bold.woff2), url(../fonts/Raleway-Bold.woff);
}

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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: "Blinker", "Arial", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #101126;
}

a {
  /* color: #000000; */
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #f5f5f5;
  box-shadow: inset 0 0 0 1000px #f5f5f5;
  -webkit-text-fill-color: #1a1a1a;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type=email],
  [type=number],
  [type=password],
  [type=search],
  [type=tel],
  [type=text],
  [type=url]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

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

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

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

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.header {
  width: 100%;
  /* -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.25); */
  -webkit-box-shadow: inset 0px -10px 15px -6px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px -10px 15px -6px rgba(255, 255, 255, 0.25);
  background: #343547;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header.is-open .main-nav__toggle span:nth-child(1) {
  width: 20px;
  top: 25px;
  -webkit-transform: rotate(-47deg) translate(4px, -50%);
  -ms-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(4px, -50%);
}

.header.is-open .main-nav__toggle span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.header.is-open .main-nav__toggle span:nth-child(3) {
  width: 20px;
  top: 17px;
  -webkit-transform: rotate(45deg) translate(0px, 50%);
  -ms-transform: rotate(45deg) translate(0, 50%);
  transform: rotate(45deg) translate(5px, 50%);
}

.header.is-open .main-nav__menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header__logo,
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
  height: 95px;
}

.header__logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-nav {
  width: 100%;
  margin: 0 0 0 150px;
}

.main-nav__toggle {
  position: relative;
  display: none;
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity #182c8f;
  -o-transition: opacity #182c8f;
  transition: opacity #182c8f;
}

.main-nav__toggle span {
  display: block;
  position: absolute;
  left: 10px;
  width: 26px;
  height: 2px;
  border-radius: 0 !important;
  background-color: #182c8f;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.main-nav__toggle span:nth-child(1) {
  top: 15px;
}

.main-nav__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-nav__toggle span:nth-child(3) {
  bottom: 15px;
}

.main-nav__toggle.focus-visible:focus {
  opacity: 0.8;
}

.main-nav__list,
.main-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav__menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
}

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

.main-nav__item {
  position: relative;
  margin: 0 70px 0 0;
}

.main-nav__item:last-child,
.main-nav__subitem:last-child {
  margin: 0;
}

.main-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-nav__link::after {
  content: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}

.main-nav__link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  color: #000;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav__link {
  color: #FFFFFF;
}

.nav #nav-menu-item-17::after {
  filter: brightness(10);
}

.nav #nav-menu-item-15215::after {
  filter: brightness(10);
}


.nav__link.link.sub-menu-link {
  color: #000000;
}

.main-nav__sublist {
  z-index: 10;
  position: absolute;
  top: calc(100% + 10px);
  left: -30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 317px;
  margin: 0;
  padding: 20px 30px 30px;
  list-style: none;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px 0 rgba(80, 80, 80, 0.1);
  box-shadow: 0 4px 5px 0 rgba(80, 80, 80, 0.1);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.main-nav__subitem {
  margin: 10px 0px 30px;
}

.main-nav__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.main-nav__sublist1 {
  display: none;
}

.main-nav__subitem1 {
  margin-top: 20px;
}

.main-nav__sublink1 {
  color: rgb(26, 26, 26);
  font-family: Blinker;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  display: block;
  width: 100%;
}

.main-nav__sublist li:hover>.main-nav__sublist1 {
  display: block;
}

.main-nav__sublist li {
  position: relative;
}

.main-nav__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
}

.main-nav__phone {
  color: #172a87;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contact-phone--header {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.contact-phone--header:hover {
  color: #9fb4ff;
  background: transparent;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .contact-phone--header {
    border: none;
  }

  .contact-phone--header:hover {
    color: #9fb4ff;
    background: transparent;
    border: none;
  }
}

.btn.focus-visible:focus,
.main-nav__email.focus-visible:focus,
.main-nav__phone.focus-visible:focus {
  color: #1d36af;
}

.main-nav__email {
  color: #172a87;
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.grecaptcha-badge {
  visibility: hidden;
}

.main-nav {
  width: 100%;
  margin: 0 0 0 0px;
}

.main-nav__toggle {
  position: relative;
  display: none;
  width: 48px;
  height: 49px;
  padding: 8px 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity #D81119;
  -o-transition: opacity #D81119;
  transition: opacity #D81119;
}

.main-nav__toggle span {
  display: block;
  position: absolute;
  left: 10px;
  width: 40px;
  height: 1.5px;
  background-color: white;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.main-nav__toggle span:nth-child(1) {
  top: 13px;
}

.main-nav__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-nav__toggle span:nth-child(3) {
  bottom: 13px;
}

.main-nav__toggle.focus-visible:focus {
  opacity: 0.8;
}

.main-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  gap: 60px;
  list-style: none;
}

.main-nav__list>li {
  position: relative;
  margin: 0 0px 0 0;
}

.main-nav__item {
  position: relative;
  margin: 0 0px 0 0;
}

.main-nav__item:last-child {
  margin: 0;
}

.main-nav__list>li>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-nav__list>li>a::after {
  display: block;
  content: "";
  height: 2px;
  width: 0;
  background-color: rgb(159, 180, 255);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main-nav__list>li>a:hover::after {
  width: 100%;
}

.main-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-nav__link::after {
  content: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}

.main-nav__link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 0 0 0 4px;
  color: white;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.main-nav__link svg path {
  stroke: white;
}

.main-nav__sublist {
  z-index: 10;
  position: absolute;
  top: calc(100% + 0px);
  left: -30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 317px;
  margin: 0;
  padding: 20px 30px 30px;
  list-style: none;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 5px 0 rgba(80, 80, 80, 0.1);
  box-shadow: 0 4px 5px 0 rgba(80, 80, 80, 0.1);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.main-nav__subitem {
  margin: 0 0 20px;
}

.main-nav__subitem:last-child {
  margin: 0;
}

.main-nav__sublist>li>a {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.main-nav__sublist>li>a.focus-visible:focus {
  color: #9fb4ff;
}

.main-nav__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.main-nav__sublink.focus-visible:focus {
  color: rgb(24, 44, 143);
}

.main-nav__sublink_active {
  background-color: rgb(24, 44, 143) !important;
}

.main-nav__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-nav__contacts--mobile {
  display: none;
}

.main-nav__phone {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  padding: 7px 19px;
}

.main-nav__phone.focus-visible:focus {
  color: #9fb4ff;
}

.footer {
  /*
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  */
  background: #010314;
}

.footer__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.footer__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 155px;
  height: 100px;
}

.footer__logo img {
  width: 155px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__phone {
  display: none;
}

.footer__links {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.footer__dudes {
  margin: 0 auto 0 440px;
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 13px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__dudes:hover {
  color: #D5D5D5;
}

.footer__info {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 2fr 1fr;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.footer__adress {
  max-width: 370px;
  width: 100%;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

.footer__adress .footer__name {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.footer__adress a {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.footer__name {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 10px 0;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: 130px;
}

.footer__contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__contacts-info>a,
.footer__contacts-info>p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__contacts-info>a {
  display: inline;
  margin-bottom: 10px;
}

.footer__contacts-info>a:hover {
  color: #9fb4ff;
}

.footer__contacts-info>a:last-child {
  margin-bottom: 0;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

.footer__menu>li>a {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer__menu>li>a svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__menu>li>a:hover {
  color: #9fb4ff;
}

.footer__menu>li>a:hover svg path {
  fill: #9fb4ff;
}

.footer__sub-menu {
  margin-left: 50px;
  margin-top: 10px;
}

.footer__sub-menu>li>a {
  list-style-type: disc;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 176.5%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__sub-menu>li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__sub-menu>li:hover {
  color: #9fb4ff;
}

.footer__sub-menu>li>a:hover {
  color: #9fb4ff;
}

.footer__sub-menu>li {
  list-style-type: disc;
  color: rgb(255, 255, 255);
}

.footer__policy {
  text-align: right;
}

.footer__policy-text {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0px;
  max-width: 200px;
  width: 100%;
  -ms-grid-column-align: end;
  justify-self: end;
}

.footer__policy-text--mobile {
  display: none;
}

.footer__documents {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.footer__documents p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 5px;
}

.footer__documents h3 {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 20px;
}

.footer__license {
  margin-top: 45px;
}

.footer__license p {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.footer__social-mobile {
  display: none;
}

.footer__contacts div a {
  color: rgb(255, 255, 255);
}

.footer__contacts-phone a {
  color: rgb(255, 255, 255);
}

.footer__nav-link.link {
  color: rgb(255, 255, 255);
  transition: .3s;
}

.footer__nav-link.link:hover {
  color: var(--perano-color);
}

.footer__security a {
  color: rgb(255, 255, 255);
  transition: .3s;
}

.footer__security a:hover {
  color: var(--perano-color);
}

/* .footer__nav-item {
  transition: .3s;
}

.footer__nav-item:hover::before {
  color: var(--perano-color);
} */

.footer__tel-mobile {
  display: none;
}

.social {
  position: fixed;
  z-index: 10;
  bottom: 10%;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 15px 20px;
  color: rgb(24, 44, 143);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  background: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color rgb(24, 44, 143);
  -o-transition: background-color rgb(24, 44, 143);
  transition: background-color rgb(24, 44, 143);
  outline: none;
}

.btn.focus-visible:focus {
  color: #1D36AF;
}

.title {
  margin: 0;
}

.title--h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}

[data-accordion=element].is-active>[data-accordion=content] {
  max-height: 100%;
}

[data-accordion=content] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.intro {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

.intro__bg {
  position: absolute;
  left: -50px;
  top: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 650px;
  height: 750px;
  z-index: 0;
}

.intro__bg:last-child {
  position: absolute;
  top: 0px;
  right: 240px;
  left: auto;
  width: 450px;
  height: 770px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.intro__bg:last-child img {
  -webkit-filter: blur(80px);
  filter: blur(80px);
}

.intro__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px 50px;
  position: relative;
}

.intro__gif-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: -150px;
  z-index: 1;
  max-width: 100%;
}

.intro__gif-block1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -50px;
  left: 100px;
  width: 450px;
}

.intro__gif1 {
  position: absolute;
  left: -100px;
  bottom: 150px;
}

.intro__gif2 {
  position: absolute;
  left: 0px;
  bottom: 180px;
}

.intro__gif12 {
  position: absolute;
  left: 90px;
  bottom: 240px;
}

.price__form-form .wpcf7-response-output {
  color: #ffffff;
}

@-webkit-keyframes rotateAnimation12 {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes rotateAnimation12 {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.intro .intro__gif12 img {
  -webkit-animation: rotateAnimation12 10s linear infinite;
  animation: rotateAnimation12 10s linear infinite;
  backdrop-filter: blur(20px);
  border-radius: 100px;
}

.intro__gif3 {
  position: absolute;
  left: 250px;
  bottom: 150px;
}

.intro__gif13 {
  position: absolute;
  left: 270px;
  bottom: 250px;
}

@-webkit-keyframes rotateAnimation13 {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes rotateAnimation13 {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

.intro .intro__gif13 img {
  -webkit-animation: rotateAnimation13 10s linear infinite;
  animation: rotateAnimation13 10s linear infinite;
  backdrop-filter: blur(20px);
  border-radius: 100px;
}

@-webkit-keyframes rotateAnimation1 {
  0% {
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
  }

  100% {
    -webkit-transform: rotate(398deg);
    transform: rotate(398deg);
  }
}

@keyframes rotateAnimation1 {
  0% {
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
  }

  100% {
    -webkit-transform: rotate(398deg);
    transform: rotate(398deg);
  }
}

.intro .intro__gif1 img {
  -webkit-animation: rotateAnimation1 10s linear infinite;
  animation: rotateAnimation1 10s linear infinite;
}

@-webkit-keyframes rotateAnimation2 {
  0% {
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
  }

  100% {
    -webkit-transform: rotate(-398deg);
    transform: rotate(-398deg);
  }
}

@keyframes rotateAnimation2 {
  0% {
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
  }

  100% {
    -webkit-transform: rotate(-398deg);
    transform: rotate(-398deg);
  }
}

.intro .intro__gif2 img {
  -webkit-animation: rotateAnimation2 10s linear infinite;
  animation: rotateAnimation2 10s linear infinite;
}

@-webkit-keyframes rotateAnimation3 {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

@keyframes rotateAnimation3 {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

.intro .intro__gif3 img {
  -webkit-animation: rotateAnimation3 10s linear infinite;
  animation: rotateAnimation3 10s linear infinite;
}

.intro__gif-block2 {
  position: relative;
  top: -170px;
  left: 60px;
  z-index: 1;
}

.intro__gif4 {
  position: absolute;
  top: -10px;
  z-index: 1;
}

.intro__gif6 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes rotateAnimation4 {
  0% {
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
  }

  100% {
    -webkit-transform: rotate(398deg);
    transform: rotate(398deg);
  }
}

@keyframes rotateAnimation4 {
  0% {
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
  }

  100% {
    -webkit-transform: rotate(398deg);
    transform: rotate(398deg);
  }
}

.intro .intro__gif4 img {
  -webkit-animation: rotateAnimation4 10s linear infinite;
  animation: rotateAnimation4 10s linear infinite;
}

@-webkit-keyframes rotateAnimation5 {
  0% {
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
  }

  100% {
    -webkit-transform: rotate(-398deg);
    transform: rotate(-398deg);
  }
}

@keyframes rotateAnimation5 {
  0% {
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
  }

  100% {
    -webkit-transform: rotate(-398deg);
    transform: rotate(-398deg);
  }
}

.intro .intro__gif5 img {
  -webkit-animation: rotateAnimation5 10s linear infinite;
  animation: rotateAnimation5 10s linear infinite;
}

.intro__gif-block3 {
  position: relative;
  width: 10%;
  top: -300px;
  z-index: 2;
  right: -190px;
}

.intro__gif7 {
  position: absolute;
  bottom: -60px;
  left: -100px;
}

.intro__gif8 {
  position: absolute;
  bottom: 100px;
  left: -120px;
}

.intro__gif9 {
  position: absolute;
  width: 217px;
  left: -150px;
}

.intro__gif10 {
  position: absolute;
  bottom: 270px;
  left: -180px;
}

.intro__gif11 {
  position: absolute;
  left: -30px;
  top: -130px;
}

@-webkit-keyframes rotateAnimation6 {
  0% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
}

@keyframes rotateAnimation6 {
  0% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
}

.intro .intro__gif6 img {
  -webkit-animation: rotateAnimation6 10s linear infinite;
  animation: rotateAnimation6 10s linear infinite;
  backdrop-filter: blur(20px);
  border-radius: 50px 100px;
}

@-webkit-keyframes rotateAnimation7 {
  0% {
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
  }

  100% {
    -webkit-transform: rotate(398deg);
    transform: rotate(398deg);
  }
}

@keyframes rotateAnimation7 {
  0% {
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
  }

  100% {
    -webkit-transform: rotate(398deg);
    transform: rotate(398deg);
  }
}

.intro .intro__gif7 img {
  -webkit-animation: rotateAnimation7 10s linear infinite;
  animation: rotateAnimation7 10s linear infinite;
}

@-webkit-keyframes rotateAnimation8 {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes rotateAnimation8 {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

.intro .intro__gif8 img {
  -webkit-animation: rotateAnimation8 10s linear infinite;
  animation: rotateAnimation8 10s linear infinite;
  backdrop-filter: blur(20px);
  border-radius: 100px;
}

@-webkit-keyframes rotateAnimation9 {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes rotateAnimation9 {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

.intro .intro__gif9 img {
  -webkit-animation: rotateAnimation9 10s linear infinite;
  animation: rotateAnimation9 10s linear infinite;
}

@-webkit-keyframes rotateAnimation10 {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes rotateAnimation10 {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

.intro .intro__gif10 img {
  -webkit-animation: rotateAnimation10 10s linear infinite;
  animation: rotateAnimation10 10s linear infinite;
  backdrop-filter: blur(20px);
  border-radius: 100px;
}

@-webkit-keyframes rotateAnimation11 {
  0% {
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
  }

  100% {
    -webkit-transform: rotate(-398deg);
    transform: rotate(-398deg);
  }
}

@keyframes rotateAnimation11 {
  0% {
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
  }

  100% {
    -webkit-transform: rotate(-398deg);
    transform: rotate(-398deg);
  }
}

.intro .intro__gif11 img {
  -webkit-animation: rotateAnimation11 10s linear infinite;
  animation: rotateAnimation11 10s linear infinite;
}

.intro__gif-content-mobile {
  display: none;
}


@media screen and (max-width: 390px) {
  .intro {
    padding-bottom: 0;
  }

  .intro__gif-content {
    display: none;
  }

  .intro__gif-content-mobile {
    display: block;
    position: absolute;
    top: 160px;
    right: 0;
    z-index: 1;
  }

  .intro__gif-block-mobile {
    display: flex;
  }

  .intro__gif-m1 {
    position: relative;
    right: 0px;
    top: -5px;
  }

  .intro__gif-m2 {
    position: relative;
    top: -50px;
    right: -25px;
  }

  .intro__gif-m3 {
    position: relative;
    top: -80px;
  }

  @keyframes rotateAnimation1 {
    0% {
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg);
    }

    100% {
      -webkit-transform: rotate(400deg);
      transform: rotate(400deg);
    }
  }

  .intro__gif-m1 img {
    -webkit-animation: rotateAnimation1 5s linear infinite;
    animation: rotateAnimation1 5s linear infinite;
  }

  @keyframes rotateAnimation10 {
    0% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }

    50% {
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px);
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
  }

  .intro__gif-m2 img {
    -webkit-animation: rotateAnimation10 10s linear infinite;
    animation: rotateAnimation10 10s linear infinite;
  }

  @keyframes rotateAnimation2 {
    0% {
      -webkit-transform: rotate(-38deg);
      transform: rotate(-38deg);
    }

    100% {
      -webkit-transform: rotate(-398deg);
      transform: rotate(-398deg);
    }
  }

  .intro__gif-m3 img {
    -webkit-animation: rotateAnimation2 10s linear infinite;
    animation: rotateAnimation2 10s linear infinite;
  }
}

@media screen and (max-width: 370px) {
  .intro__gif-m1 {
    right: -70px;
  }
}


.intro__inner {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  padding: 60px 60px 70px;
}

.intro .hidden {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.intro .show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.intro__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 40px;
}

.intro__text {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 80px;
  max-width: 700px;
  width: 100%;
}

.intro__link {
  display: block;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#6687FC), to(#CA43AF));
  background: -o-linear-gradient(left, #6687FC 0%, #CA43AF 100%);
  background: linear-gradient(90deg, #6687FC 0%, #CA43AF 100%);
  max-width: 300px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  padding: 17px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.intro__link::before {
  background: -webkit-gradient(linear, left top, right top, from(#CA43AF), to(#6687FC));
  background: -o-linear-gradient(left, #CA43AF 0%, #6687FC 100%);
  background: linear-gradient(90deg, #CA43AF 0%, #6687FC 100%);
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.intro__link:hover::before {
  opacity: 1;
}

.accordion {
  height: 275px;
}

.accordion__button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 800px;
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
}

.modal__close-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 10px;
  right: 10px;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal__close-button svg {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.modal__close-btn.btn {
  background: transparent;
  padding: 0;
  top: 3px;
  right: 3px;
}

.modal--preload {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: auto;
}

.modal iframe {
  max-width: 100%;
  border: none;
}

.modal--gallery .modal__content {
  position: static;
  background-color: rgba(255, 255, 255, 0);
}

.modal--gallery .modal__close-button svg {
  width: 48px;
  height: 48px;
}

.modal .feedback__input--textarea {
  height: 120px;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-checkbox__icon img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.custom-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-checkbox input:checked+.custom-checkbox__icon img {
  visibility: visible;
  opacity: 1;
}

.custom-checkbox input:checked~.custom-checkbox__text {
  opacity: 1;
  visibility: visible;
}

.custom-checkbox__label {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox__text {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 4px 0 0;
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.custom-input label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.custom-input__label {
  display: block;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.custom-input input {
  width: 100%;
  padding: 16px 20px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  outline: none;
}

.custom-input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-input input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-input input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-radio label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.custom-radio__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-radio__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}

.custom-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-radio input:checked+.custom-radio__icon::after {
  visibility: visible;
  opacity: 1;
}

.custom-radio__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.is-open .custom-select__button {
  border-radius: 5px 5px 0 0;
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
}

.custom-select__label {
  display: block;
  margin: 0 0 10px;
  font-weight: 0;
  font-size: 16px;
  line-height: 24px;
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  background-color: lightgray;
  cursor: pointer;
  outline: none;
}

.custom-select__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.custom-select__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
  clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
}

.custom-select__list {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 102px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  background-color: lightgrey;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
}

.custom-select__item {
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.custom-select__item.focus-visible:focus {
  background-color: chartreuse;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.custom-textarea {
  position: relative;
}

.custom-textarea label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.custom-textarea textarea {
  height: 100%;
  padding: 16px 20px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  outline: none;
}

.custom-textarea textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-textarea textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-textarea textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-textarea textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.custom-textarea__label {
  display: block;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.section {
  position: relative;
}

.section__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.section__wrapper {
  position: relative;
  padding: 80px 0;
}

.section__wrapper_reset {
  padding: 0 0 80px;
}

.section__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 520px 1fr;
  grid-template-columns: 520px 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 40px;
}

.section__integrations {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.section__integrations ul {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 0;
  width: 100%;
}

.section__integrations ul li {
  margin: 0;
}

.section__integrations ul li:first-child {
  pointer-events: none;
  display: block;
}

.section__integrations ul li:first-child svg {
  display: block;
}

.section__integrations ul li a {
  margin-bottom: 5px;
  padding: 20px 15px 20px 20px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__integrations ul li a svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: auto;
}

.section__parts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 1fr;
  grid-template-columns: 360px 1fr;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
}

.section__about {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__link {
  background-color: #B9B9B9;
  height: 360px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-top: 475px;
  cursor: pointer;
}

.section__catalog {
  margin-top: 102px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.section__photo {
  background-color: #F5F5F5;
  width: 320px;
  height: 319px;
}

.section__photo img {
  margin: 0 auto;
}

.section__text {
  width: 61%;
}

.section__text h3 {
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 40px;
  cursor: default;
}

.section__text p {
  cursor: default;
  margin: 0;
}

.section__two-columns {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
  list-style: none;
  margin-top: 54px;
  margin-bottom: 0;
}

.section__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 640px auto;
  grid-template-columns: 640px auto;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}

.section__container h3 {
  margin: 0;
  font-size: 40px;
  line-height: 140%;
  width: 550px;
  font-weight: 500;
}

.section__block {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.section__block p {
  margin: 0 0 40px 0;
}

.section__call {
  align-self: flex-start;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.section__call span {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.section__call a {
  font-weight: 600;
  color: #f28e06;
}

.section__slider {
  margin: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}

.section__navigation {
  cursor: pointer;
}

.section__paragraph {
  margin: 0 0 20px;
}

.section__paragraph~ul {
  margin: 0;
}

.section__paragraph:last-child {
  margin: 0 0 0 0;
}

.section__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__table table {
  width: 60%;
}

.section__table table tr {
  line-height: 2.5;
}

.section__table table tr:nth-child(even) {
  background-color: #F5F5F5;
  -webkit-box-sizing: 4px;
  box-sizing: 4px;
}

.section__table table tr td:nth-child(even) {
  width: 287px;
  text-align: end;
}

.section__net {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 43% auto;
  grid-template-columns: 43% auto;
  -webkit-column-gap: 115px;
  -moz-column-gap: 115px;
  column-gap: 115px;
}

.section__net_left {
  -ms-grid-columns: auto 43%;
  grid-template-columns: auto 43%;
}

.section__part p {
  margin: 0;
}

.section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 0 54px;
  cursor: default;
}

.section__heading svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 28px;
  margin: 0 10px 0 0;
}

.section__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.section__content p {
  margin: 0 0 20px;
}

.section__content ul {
  padding: 0 0 0 15px;
}

.section__content li::marker {
  content: "- ";
}

.section__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  max-width: 300px;
}

.section__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

.section__gallery {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 321px;
  grid-template-columns: 1fr 321px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

.section__gallery .section__image:last-child {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.section__gallery .section__image img {
  -o-object-position: top;
  object-position: top;
}

.section__image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.section__image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__form {
  width: 100%;
  max-width: 700px;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  background-color: transparent;
}

.category-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 269px;
}

.category-card.focus-visible:focus .category-card__button {
  color: #faa633;
}

.category-card.focus-visible:focus .category-card__button svg {
  color: #faa633;
}

.category-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.category-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
}

.category-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-card__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 80px 24px 40px;
}

.category-card__title {
  max-width: 270px;
  margin: 0 0 60px;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #ffffff;
}

.category-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.category-card__button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 16px;
  margin: 0 0 0 10px;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.advantage-card__title {
  min-height: 58px;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.advantage-card__description {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.feedback.section {
  background: transparent;
}

.feedback.section .feedback__wrapper {
  background-color: transparent;
}

.feedback.section .feedback__title {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

.feedback.section .feedback__text-textarea {
  color: #ffffff;
}

.feedback.section .feedback__processing {
  color: #ffffff;
}

.feedback.section .feedback__underline {
  color: #ffffff;
}

.feedback.section .feedback__text {
  color: #ffffff;
}

.feedback.section .feedback__text-info {
  color: #ffffff;
}

.feedback.section .wpcf7-response-output {
  color: #ffffff;
}

.feedback__title {
  max-width: 100%;
  margin: 0 0 20px;
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2%;
}

@media screen and (max-width: 1199px) {
  .feedback__title {
    max-width: 100%;
    width: 100%;
  }

  .footer__wrapper {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 50px 1fr;
    gap: 50px;
  }

  .footer__address {
    grid-row: 2;
    grid-column: 1;
  }

  .footer__nav {
    grid-row: 2;
    justify-self: center;
  }

  .footer__contacts {
    grid-row: 2;
    margin-top: 220px;
    position: relative;
    z-index: 1;
  }

  .footer__contacts div a {
    display: inline;
  }

  .footer__contacts-phone {
    margin-bottom: 0;
    align-items: flex-start;
  }

  .footer__security {
    grid-row: 2;
    margin-top: 150px;
  }
}

.feedback__picture {
  display: flex;
  flex-direction: column;
  align-items: end;
}

@media screen and (max-width: 1199px) {
  .feedback__picture {
    display: none;
  }
}

.feedback__text.text {
  max-width: 460px;
  font-family: Raleway, sans-serif;
}

.feedback__image {
  margin-right: -60px;
  display: flex;
  justify-content: end;
}

.feedback__description {
  margin: 0 0 20px;
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 2%;
}

.feedback__input {
  margin: 0 0 20px;
}

.feedback__input--textarea {
  height: 150px;
}

.feedback__textarea {
  height: auto;
  margin-bottom: 20px;
}

.feedback__textarea p {
  font-family: Raleway, sans-serif;
}

.feedback__button {
  margin-top: 0px;
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.feedback__agreement {
  margin: 20px 0 0;
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.feedback__agreement a {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.feedback__agreement a.focus-visible:focus {
  color: #faa633;
}

.cover {
  position: relative;
  margin-bottom: 80px;
  background-color: #BFBFBF;
  height: 372px;
}

.cover__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cover__background video {
  width: 100%;
  height: 372px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover__wrapper {
  position: relative;
}

.card {
  border: 1px solid #DBDBDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__image {
  margin-right: 10px;
  width: 37%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card__info {
  padding: 20px 0;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}

.card__title {
  margin: 0 0 20px 0;
}

.card__row {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__row p {
  margin: 0;
  font-size: 16px;
}

.card__row span {
  font-weight: 600;
  font-size: 16px;
}

.card__button {
  cursor: pointer;
  width: 76%;
  height: 50px;
  margin-top: auto;
  color: #f28e06;
  border: 1px solid #f28e06;
  border-radius: 4px;
}

.block__title {
  margin: 0;
}

.block__paragraph {
  font-weight: 600;
}

.block__list {
  margin-top: 20px;
  padding-left: 10px;
}

.block__list li::marker {
  content: "- ";
}

.gallery {
  overflow: hidden;
}

.gallery__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.gallery__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 40px;
}

.gallery__item {
  max-width: 320px;
}

.gallery__item>a {
  max-width: 320px;
  height: 300px;
}

.gallery__item>a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__link {
  max-width: 320px;
  width: 100%;
  border-radius: 2px;
  background: rgb(51, 91, 76);
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding: 14px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

.gallery__link:hover {
  background: #3B6957;
}

.breadcrumbs {
  width: 100%;
  padding: 60px 0 10px;
  /*@include vp-1023 {
    padding: 30px 0 40px;
  }

  @include vp-767 {
    padding: 20px 0 40px;
  }*/
}

.breadcrumbs--absolute {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin: 0 7px;
  color: white;
}

.breadcrumbs__item:last-child svg {
  display: none;
}

.breadcrumbs__item:last-child>p {
  color: rgb(255, 255, 255);
  pointer-events: none;
  margin: 0;
}

.breadcrumbs__item:first-child>svg {
  display: none;
}

.breadcrumbs a:hover>svg>path {
  stroke: gold;
}

.breadcrumbs__link {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 300;
  line-height: 115.5%;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumbs__link svg {
  width: 17px;
  height: 17px;
  margin: 0;
}

.breadcrumbs__link.focus-visible:focus {
  color: gold;
}

.breadcrumbs__link.is-active {
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.breadcrumbs__item:first-child>.breadcrumbs__link::after {
  content: url(../img/sprite/home-icon.svg);
}

.vacancy__paragraph {
  width: 917px;
}

.machine {
  overflow: hidden;
}

.machine__content {
  max-width: 1420px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.machine__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 30px;
}

.machine__info {
  max-width: 718px;
  width: 100%;
}

.machine__title {
  margin: 0 0 40px;
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.machine__text {
  color: rgb(0, 0, 0);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 1px;
  margin: 0;
}

.machine__img {
  max-width: 100%;
  width: 820px;
  position: absolute;
  top: 0;
  right: -250px;
}

.category__content {
  max-width: 1420px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}

.category__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.category__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  gap: 40px;
  margin-bottom: 70px;
}

.category__item {
  max-width: 680px;
  width: 100%;
  background: rgb(245, 245, 245);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category__item:hover {
  -webkit-box-shadow: -2px 4px 30px 5px rgba(151, 151, 151, 0.2);
  box-shadow: -2px 4px 30px 5px rgba(151, 151, 151, 0.2);
}

.category__item:hover>.category__link {
  color: rgb(12, 48, 207);
}

.category__item:hover>.category__link svg path {
  fill: rgb(12, 48, 207);
}

.category__img {
  margin-bottom: 25px;
}

.category__link {
  color: rgb(24, 44, 143);
  font-family: Blinker, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 2%;
  text-transform: uppercase;
  padding-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category__link svg {
  width: 57px;
  height: 50px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.category__text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 1px;
  margin: 20px 0 73px;
  padding: 0 53px 0 20px;
}

.bending__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.bending__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 70px 0;
  gap: 0 60px;
}

.bending__info {
  max-width: 662px;
  width: 100%;
  text-align: right;
}

.bending__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.bending__text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 1px;
  margin: 0;
}

.choose {
  background-image: url(../img/content/bg-choose.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.choose__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.choose__title {
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2%;
  text-transform: uppercase;
  padding-top: 70px;
  margin: 0 0 40px 0;
}

.choose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 70px;
}

.choose__item {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 16px;
}

.choose__name {
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1px;
  text-align: center;
  max-width: 170px;
  width: 100%;
  min-height: 70px;
  margin: 0 auto;
}

.choose__text {
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1px;
  text-align: center;
  margin: 20px 0 0 0;
  max-width: 320px;
  width: 100%;
}

.buy {
  background: #FBFBFB;
}

.buy__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto 70px;
  padding: 70px 40px;
}

.buy__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.buy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 50px 0;
}

.buy__item {
  max-width: 320px;
  width: 100%;
  -webkit-box-shadow: 1px 1px 15px 9px rgba(133, 126, 126, 0.1);
  box-shadow: 1px 1px 15px 9px rgba(133, 126, 126, 0.1);
  background: rgb(255, 255, 255);
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.buy__item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.buy__item:hover>button {
  background: rgb(29, 54, 175);
}

.buy__img {
  width: 280px;
  margin: 0 auto;
}

.buy__title-item {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  margin: 22px 0 10px;
  min-height: 60px;
}

.buy__list-card {
  margin-bottom: 40px;
  min-height: 90px;
}

.buy__text {
  color: rgb(128, 128, 128);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 5px 0;
}

.buy__item-btn {
  border-radius: 2px;
  background: rgb(24, 44, 143);
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  padding: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.buy__more-link {
  border-radius: 2px;
  border: 1px solid #19357D;
  max-width: 320px;
  width: 100%;
  color: #19357D;
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  padding: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
}

.buy__more-link:hover {
  border: 1px solid rgb(12, 48, 207);
  color: rgb(12, 48, 207);
}

.buy__list-mobile {
  display: none;
}

.articles__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.articles__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 38px;
  border: 1px solid rgb(224, 223, 223);
  padding: 20px;
  margin-bottom: 40px;
}

.articles__info {
  max-width: 912px;
  width: 100%;
}

.articles__date {
  color: rgb(128, 128, 128);
  font-family: Blinker, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}

.articles__name {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.articles__text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin: 20px 0 40px;
  letter-spacing: 1px;
}

.articles__link {
  color: rgb(24, 44, 143);
  font-family: Blinker, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 2%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  padding-bottom: 20px;
}

.articles__link:hover {
  color: rgb(12, 48, 207);
}

.articles__link:hover svg path {
  fill: rgb(12, 48, 207);
}

.articles__all-link {
  border-radius: 2px;
  border: 1px solid #19357D;
  max-width: 320px;
  width: 100%;
  color: #19357D;
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  padding: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 70px;
  display: block;
  text-align: center;
}

.articles__all-link:hover {
  border: 1px solid rgb(12, 48, 207);
  color: rgb(12, 48, 207);
}

.articles__list-mobile {
  display: none;
}

.form {
  overflow: hidden;
}

.form__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px 100px;
}

.form__inner {
  border-radius: 5px;
  -webkit-box-shadow: 0px 23px 59px 0px rgba(56, 83, 181, 0.2);
  box-shadow: 0px 23px 59px 0px rgba(56, 83, 181, 0.2);
  background: rgb(255, 255, 255);
  padding: 60px 0 60px 60px;
  overflow: hidden;
}

.form__title {
  max-width: 620px;
  width: 100%;
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
  color: transparent;
  font-size: 36px;
  background: -webkit-gradient(44.13deg, rgb(13, 48, 138), rgb(96, 48, 138), rgb(179, 24, 79));
  background: -o-linear-gradient(44.13deg, rgb(13, 48, 138), rgb(96, 48, 138), rgb(179, 24, 79));
  background: -o-linear-gradient(45.87deg, rgb(13, 48, 138), rgb(96, 48, 138), rgb(179, 24, 79));
  background: linear-gradient(44.13deg, rgb(13, 48, 138), rgb(96, 48, 138), rgb(179, 24, 79));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 30px;
}

.form__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.form__answer {
  margin-right: -80px;
}

.form__image {
  width: 600px;
  height: 580px;
}

.form__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.form .custom-input input,
.form .custom-input__label,
.form .custom-textarea textarea,
.form .custom-textarea__label {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.form .custom-input input,
.form .custom-textarea textarea {
  border-radius: 5px;
  background: rgb(231, 237, 248);
  color: rgb(16, 14, 14);
}

.form input::-webkit-input-placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.form input::-moz-placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.form input:-ms-input-placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.form input::-ms-input-placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.form input::placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.form .custom-textarea.form__input-text {
  margin: 30px 0 60px;
}

.form .custom-textarea textarea {
  height: 100px;
}

.form__btn {
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 20px 20px 120px 0px rgba(126, 152, 233, 0.8);
  box-shadow: 20px 20px 120px 0px rgba(126, 152, 233, 0.8);
  background: -o-linear-gradient(45.87deg, rgb(13, 48, 138) 3.309%, rgb(96, 48, 138) 45.537%, rgb(179, 24, 79) 98.476%);
  background: linear-gradient(44.13deg, rgb(13, 48, 138) 3.309%, rgb(96, 48, 138) 45.537%, rgb(179, 24, 79) 98.476%);
  max-width: 380px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.form__btn::before {
  background: -o-linear-gradient(134.13deg, rgb(13, 48, 138) 3.309%, rgb(96, 48, 138) 45.537%, rgb(179, 24, 79) 98.476%);
  background: linear-gradient(-44.13deg, rgb(13, 48, 138) 3.309%, rgb(96, 48, 138) 45.537%, rgb(179, 24, 79) 98.476%);
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__btn:hover::before {
  opacity: 1;
}

.form__agreement {
  color: rgb(48, 50, 58);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  max-width: 340px;
  width: 100%;
}

.form .form__sub-link {
  color: rgb(48, 50, 58);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  display: inline;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form .form__sub-link:hover {
  opacity: 0.8;
}

.form__text {
  max-width: 470px;
  margin: 0 0 30px;
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.form__text--mobile {
  display: none;
}

.pipe-machines__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.pipe-machines__title,
.pipe-machines__mobile-title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.pipe-machines__mobile-title {
  display: none;
}

.pipe-machines__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

.pipe-machines__list {
  max-width: 320px;
  width: 100%;
  position: relative;
}

.pipe-machines__item:first-child {
  margin-bottom: 0;
}

.pipe-machines__item {
  margin-bottom: 3px;
}

.pipe-machines__item:nth-child(2)>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 50px;
}

.pipe-machines__item:nth-child(2)>a svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pipe-machines__item:hover:nth-child(2) svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pipe-machines__item:hover:nth-child(2) svg path {
  stroke: rgb(24, 44, 143);
}

.pipe-machines__link {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  background: rgb(245, 245, 245);
  padding: 20px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pipe-machines__link--active {
  color: rgb(255, 255, 255);
  background: rgb(24, 44, 143);
  font-size: 24px;
  font-weight: 600;
  pointer-events: none;
}

.pipe-machines__link:hover {
  color: rgb(24, 44, 143);
}

.pipe-machines__sublist {
  max-width: 320px;
  width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.pipe-machines__list li:hover>.pipe-machines__sublist {
  position: static;
  visibility: visible;
  opacity: 1;
}

.pipe-machines__link-depth1 {
  color: rgb(26, 26, 26);
  font-family: Blinker;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgb(245, 245, 245);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.pipe-machines__item-depth1:last-child>a {
  border-bottom: none;
}

.pipe-machines__link-depth1:hover {
  color: rgb(24, 44, 143);
}

.pipe-machines .buy__list {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.pipe-machines .buy__title-item {
  min-height: 85px;
}

.pipe-machines .buy__text {
  min-height: 90px;
}

.pipe-machines__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 22px;
  margin-bottom: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pipe-machines__page-icon svg {
  width: 7px;
  height: 15px;
}

.pipe-machines__page-icon--disabled svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pipe-machines__page-icon--disabled svg path {
  opacity: 0.5;
}

.pipe-machines__page-link {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: rgb(255, 255, 255);
  padding: 8px 16px;
}

.pipe-machines__page-link--active {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(133, 126, 126, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(133, 126, 126, 0.15);
}

.automatic__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.automatic__title,
.automatic__mobile-title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.automatic__mobile-title {
  display: none;
}

.automatic__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

.automatic__list {
  max-width: 320px;
  width: 100%;
  position: relative;
}

.automatic__item:first-child {
  margin-bottom: 0;
}

.automatic__item {
  margin-bottom: 3px;
}

.automatic__item:nth-child(2)>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 50px;
}

.automatic__item:nth-child(2)>a svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.automatic__item:hover:nth-child(2) svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.automatic__item:hover:nth-child(2) svg path {
  stroke: rgb(24, 44, 143);
}

.automatic__link {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  background: rgb(245, 245, 245);
  padding: 20px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.automatic__link--active {
  color: rgb(255, 255, 255);
  background: rgb(24, 44, 143);
  font-size: 24px;
  font-weight: 600;
  pointer-events: none;
}

.automatic__link:hover {
  color: rgb(24, 44, 143);
}

.automatic__sublist {
  max-width: 320px;
  width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.automatic__list li:hover>.automatic__sublist {
  position: static;
  visibility: visible;
  opacity: 1;
}

.automatic__link-depth1 {
  color: rgb(26, 26, 26);
  font-family: Blinker;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgb(245, 245, 245);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.automatic__item-depth1:last-child>a {
  border-bottom: none;
}

.automatic__link-depth1:hover {
  color: rgb(24, 44, 143);
}

.automatic .buy__list {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.automatic .buy__title-item {
  min-height: 85px;
}

.automatic .buy__text {
  min-height: 90px;
}

.automatic__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 22px;
  margin-bottom: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.automatic__page-icon svg {
  width: 7px;
  height: 15px;
}

.automatic__page-icon--disabled svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.automatic__page-icon--disabled svg path {
  opacity: 0.5;
}

.automatic__page-link {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.automatic__page-link--active {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(133, 126, 126, 0.15);
  box-shadow: 0px 4px 20px 0px rgba(133, 126, 126, 0.15);
  background: rgb(255, 255, 255);
  padding: 8px 16px;
}

.automatic__page-link {
  padding: 8px 16px;
}

.view__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.view__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 70px;
  gap: 20px;
}

.view__title-mobile {
  display: none;
}

.view .swiper-container {
  width: 100%;
  max-width: 560px;
  overflow: hidden;
  position: relative;
  margin-left: 50px;
}

.view .swiper-slide {
  max-width: 100%;
}

.view__img {
  margin: 0 auto;
}

.view .swiper-button-prev,
.view .swiper-button-next {
  position: absolute;
  z-index: 1;
}

.view .swiper-button-next:after,
.view .swiper-button-prev::after {
  font-size: 18px;
}

.view .swiper-thumbs {
  max-width: 100px;
  width: 100%;
  margin-top: 20px;
}

.view .swiper-thumbs .swiper-wrapper {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.view .swiper-thumbs .swiper-slide {
  width: 100px;
  cursor: pointer;
}

.view .swiper-thumbs .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.view .swiper-thumbs .swiper-slide-active {
  border: 2px solid rgb(24, 44, 143);
}

.view__title,
.view__title-mobile {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 30px;
  max-width: 635px;
  width: 100%;
}

.view__text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 20px;
  line-height: 180%;
  margin: 0 0 40px;
  max-width: 400px;
  width: 100%;
}

.view__btn {
  border-radius: 2px;
  background: rgb(24, 44, 143);
  color: rgb(255, 255, 255);
  max-width: 320px;
  width: 100%;
  padding: 17px;
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.view__btn:hover {
  background: rgb(12, 48, 207);
}

.view__small-text {
  color: rgb(128, 128, 128);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin: 20px 0 0;
  max-width: 335px;
  width: 100%;
}

.view__tabs-box {
  background: rgb(245, 245, 245);
}

.view__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 10px;
  max-width: 1420px;
  margin: 0 auto 40px;
}

.view__tab-btn {
  color: rgb(128, 128, 128);
  font-family: Blinker, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.view__tab-btn--active {
  color: rgb(24, 44, 143);
  pointer-events: none;
}

.view__tab-btn:hover {
  color: rgb(12, 48, 207);
}

.view__tab-btn:active {
  color: rgb(24, 44, 143);
}

.view__tab-inner {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.view__tab-info {
  display: none;
}

.view__tab-info--active {
  display: block;
}

.view #tab-2 {
  outline: none;
}

.view__tab-text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  line-height: 200%;
  margin: 0 0 70px;
}

.view__param-text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 40px;
}

.view__table {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
  max-width: 720px;
  width: 100%;
}

.view__lvl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view__line {
  border: 1px solid rgb(217, 217, 217);
  padding: 13px 20px;
  margin: 0;
  max-width: 360px;
  width: 100%;
}

.about-page {
  overflow: hidden;
  /*&__item:nth-child(1n) > .machine__images {
      transform: translateX(60px);
  }*/
}

.about-page__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.about-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px 0;
  margin-bottom: 70px;
}

.about-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
}

.about-page__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page__item:nth-child(2n)>.machine__images {
  left: -500px;
  top: 600px;
}

.about-page__item:nth-child(3)>.machine__images {
  top: 1100px;
}

.about-page__item:nth-child(2n)>.machine__info {
  text-align: right;
}

.about-page .machine__info {
  width: 700px;
  margin-bottom: 140px;
}

.about-page .machine__title {
  font-size: 40px;
}

.about-page .machine__text {
  margin: 0;
}

.about-page .machine__images {
  height: 535px;
  width: 820px;
  position: absolute;
  top: 0;
  right: 0px;
}

.about-page .machine__img {
  /*position: absolute;
  top: 0;
  right: -250px;*/
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sertificates {
  background-image: url(../img/content/group600.png);
  background-position: center;
  background-repeat: no-repeat;
}

.sertificates__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
}

.sertificates__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.sertificates__info {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.sertificates__info img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sertificates__info p {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  max-width: 510px;
  width: 100%;
}

.sertificates__image {
  margin-right: 50px;
  width: 380px;
  height: 500px;
}

.sertificates__image img {
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
}

.know__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 10px;
}

.know__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.know__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.know__item {
  border: 1px solid rgb(217, 217, 217);
  max-width: 320px;
  width: 100%;
  padding: 40px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.know__title-card {
  color: rgb(24, 44, 143);
  font-family: Blinker, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 20px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  min-height: auto;
}

.know__text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2%;
  text-align: center;
  margin: 0;
  min-height: auto;
}

.news .pipe-machines__pagination {
  margin-bottom: 70px;
}

.articles-page .pipe-machines__pagination {
  margin-bottom: 70px;
}

.selected__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.selected__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 40px;
}

.selected__img {
  margin-bottom: 25px;
}

.selected__mobile-img {
  display: none;
}

.selected__text,
.selected__small-text {
  margin: 0;
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 1px;
}

.selected__group-img {
  margin: 25px 0;
}

.selected__small-text {
  margin: 0 0 70px;
}

.contacts {
  /*&__map {
      overflow:hidden;
      clip-path: polygon(0 25%, 100% 25%, 100% 100%, 0% 100%);
      margin-top: -150px;
  }*/
}

.contacts__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.contacts__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 45px;
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 20px;
  margin-bottom: 70px;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.contacts__name {
  color: rgb(24, 44, 143);
  font-family: Blinker, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 10px;
}

.contacts__desc {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 20px;
  line-height: 150%;
  max-width: 520px;
  width: 100%;
  margin: 0;
}

.contacts iframe {
  max-width: 100%;
}

.contacts iframe>.place-card .place-card-large {
  display: none;
}

.contacts iframe>.gm-style.place-card-large {
  display: none;
}

.page404 {
  background-image: url(../img/content/bg404.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page404__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.page404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 0 120px;
}

.page404__title {
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.page404__text {
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 30px;
  max-width: 560px;
  width: 100%;
}

.page404__link {
  display: block;
  border-radius: 2px;
  background: rgb(255, 255, 255);
  max-width: 320px;
  width: 100%;
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  padding: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page404__link:hover {
  color: rgb(29, 54, 175);
}

.thanks__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.thanks__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 200px;
  padding: 70px 0;
}

.thanks__image {
  width: 600px;
  height: auto;
  max-width: 100%;
}

.thanks__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.thanks__text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 32px;
  line-height: 150%;
  margin: 0 0 5px;
}

.thanks__text-small {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 30px;
}

.thanks__link {
  display: block;
  border-radius: 2px;
  background: rgb(24, 44, 143);
  max-width: 370px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  padding: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.thanks__link:hover {
  background: rgb(29, 54, 175);
}

.news-page__content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.news-page__title {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 40px;
}

.news-page__text {
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 30px;
  letter-spacing: 1px;
}

.news-page .br {
  display: none;
}

.news-page__fields {
  display: inline-block;
  border-bottom: 1px solid rgb(217, 217, 217);
}

.news-page__fields--tablet {
  display: none;
}

.news-page__table {
  margin-bottom: 70px;
}

.popup {
  padding: 50px 20px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}

.popup--hide {
  display: none;
}

.popup__content {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  background: rgb(255, 255, 255);
  padding: 10px 20px;
}

.popup__background {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  cursor: pointer;
}

.popup__close:hover svg path {
  stroke: rgb(24, 44, 143);
}

.popup__title {
  color: rgb(0, 0, 0);
  font-family: Blinker, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 10px 0;
}

.popup__text {
  color: rgb(0, 0, 0);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px 0;
}

.popup .form__agreement {
  margin-bottom: 0;
  color: rgb(26, 26, 26);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 20px 0;
}

.popup .custom-input input,
.popup .custom-input__label,
.popup .custom-textarea textarea,
.popup .custom-textarea__label {
  color: rgb(26, 26, 26);
  background: transparent;
  font-family: Blinker, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  display: inline-block !important;
}

.popup .custom-input input,
.popup .custom-textarea textarea {
  background: rgb(243, 243, 243) !important;
}

.popup .custom-input input {
  height: 50px !important;
}

.popup .custom-textarea textarea {
  height: 130px;
}

.popup .form__btn {
  border-radius: 2px;
  background: rgb(24, 44, 143);
  max-width: 440px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: Blinker, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.training__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
}

.training__slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.training__list.swiper-wrapper {
  height: auto;
}

.training__item {
  cursor: pointer;
}

.training__link {
  position: relative;
}

.training__image {
  width: 100%;
  height: 300px;
}

.training__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 40px;
}

.training__image img:nth-child(2) {
  display: none;
}

.training__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(242, 190, 111)), color-stop(28.103%, rgba(242, 190, 111, 0.8)), color-stop(75.904%, rgba(242, 190, 111, 0)));
  background-image: -o-linear-gradient(left, rgb(242, 190, 111) 0%, rgba(242, 190, 111, 0.8) 28.103%, rgba(242, 190, 111, 0) 75.904%);
  background-image: linear-gradient(90deg, rgb(242, 190, 111) 0%, rgba(242, 190, 111, 0.8) 28.103%, rgba(242, 190, 111, 0) 75.904%);
  z-index: -1;
}

.training__link-content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}

.training__title {
  color: #343434;
  font-family: OpenSans;
  font-size: 35px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 10px;
  max-width: 710px;
  width: 100%;
}

.training__title span {
  color: #335B4C;
}

.training__text {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 28px;
  max-width: 450px;
  width: 100%;
}

.training__btn {
  border-radius: 2px;
  background: rgb(51, 91, 76);
  max-width: 310px;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 11px;
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.training__item:hover>.training__link>.training__link-content>.training__btn {
  background: #3B6957;
}

.training .swiper-bottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 240px;
  width: 100%;
  height: 30px;
  z-index: 10;
  margin: 40px auto 0;
}

.training .swiper-button-prev.swiper-button-prev-two,
.training .swiper-button-next.swiper-button-next-two {
  position: relative;
  z-index: 10;
}

.training .swiper-button-prev.swiper-button-prev-two::after,
.training .swiper-button-next.swiper-button-next-two::after {
  content: "";
  background-image: url(../img/sprite/arrow-left.svg);
  background-size: cover;
  width: 29px;
  height: 20px;
  position: absolute;
  z-index: 10;
  display: block;
}

.training .swiper-button-next.swiper-button-next-two::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.training .swiper-pagination.training-swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.training .swiper-pagination-bullet {
  width: 10px;
  height: 9px;
  border: 1px solid rgb(189, 189, 189);
  background: rgb(255, 255, 255);
  margin: 0 !important;
}

.training .swiper-pagination-bullet-active {
  width: 10px;
  height: 9px;
  background: rgb(51, 91, 76);
  border: 1px solid transparent;
}

.class__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.class__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.class__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.class__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 3px;
}

.class__item:hover>.class__link>.class__link-content>.class__btn {
  background: rgba(255, 255, 255, 0.2);
}

.class__link {
  width: 100%;
}

.class__image {
  max-width: 100%;
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.class__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: auto;
}

.class__image img:nth-child(2) {
  display: none;
}

.class__item:first-child>a>.class__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.168%, rgb(132, 65, 47)), color-stop(47.034%, rgb(132, 65, 47)), color-stop(52.474%, rgba(132, 65, 47, 0.89)), color-stop(56.973%, rgba(132, 65, 47, 0.46)), color-stop(65.701%, rgba(132, 65, 47, 0.09)));
  background: -o-linear-gradient(top, rgb(132, 65, 47) 32.168%, rgb(132, 65, 47) 47.034%, rgba(132, 65, 47, 0.89) 52.474%, rgba(132, 65, 47, 0.46) 56.973%, rgba(132, 65, 47, 0.09) 65.701%);
  background: linear-gradient(180deg, rgb(132, 65, 47) 32.168%, rgb(132, 65, 47) 47.034%, rgba(132, 65, 47, 0.89) 52.474%, rgba(132, 65, 47, 0.46) 56.973%, rgba(132, 65, 47, 0.09) 65.701%);
  z-index: 0;
}

.class__item:nth-child(2)>a>.class__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31.963%, rgb(44, 74, 85)), color-stop(50.464%, rgb(44, 74, 85)), color-stop(52.065%, rgba(44, 74, 85, 0.89)), color-stop(57.234%, rgba(44, 74, 85, 0.46)), color-stop(65.327%, rgba(44, 74, 85, 0.09)));
  background: -o-linear-gradient(top, rgb(44, 74, 85) 31.963%, rgb(44, 74, 85) 50.464%, rgba(44, 74, 85, 0.89) 52.065%, rgba(44, 74, 85, 0.46) 57.234%, rgba(44, 74, 85, 0.09) 65.327%);
  background: linear-gradient(180deg, rgb(44, 74, 85) 31.963%, rgb(44, 74, 85) 50.464%, rgba(44, 74, 85, 0.89) 52.065%, rgba(44, 74, 85, 0.46) 57.234%, rgba(44, 74, 85, 0.09) 65.327%);
  z-index: 0;
}

.class__item:nth-child(3)>a>.class__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.463%, rgb(83, 71, 117)), color-stop(46.018%, rgb(83, 71, 117)), color-stop(52.393%, rgba(83, 71, 117, 0.89)), color-stop(59.496%, rgba(83, 71, 117, 0.46)), color-stop(65.765%, rgba(83, 71, 117, 0.09)));
  background: -o-linear-gradient(top, rgb(83, 71, 117) 32.463%, rgb(83, 71, 117) 46.018%, rgba(83, 71, 117, 0.89) 52.393%, rgba(83, 71, 117, 0.46) 59.496%, rgba(83, 71, 117, 0.09) 65.765%);
  background: linear-gradient(180deg, rgb(83, 71, 117) 32.463%, rgb(83, 71, 117) 46.018%, rgba(83, 71, 117, 0.89) 52.393%, rgba(83, 71, 117, 0.46) 59.496%, rgba(83, 71, 117, 0.09) 65.765%);
  z-index: 0;
}

.class__item:nth-child(4)>a>.class__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.042%, rgb(83, 71, 117)), color-stop(52.734%, rgb(83, 71, 117)), color-stop(57.046%, rgba(83, 71, 117, 0.89)), color-stop(63.71%, rgba(83, 71, 117, 0.46)), color-stop(70.104%, rgba(83, 71, 117, 0.09)));
  background: -o-linear-gradient(top, rgb(83, 71, 117) 36.042%, rgb(83, 71, 117) 52.734%, rgba(83, 71, 117, 0.89) 57.046%, rgba(83, 71, 117, 0.46) 63.71%, rgba(83, 71, 117, 0.09) 70.104%);
  background: linear-gradient(180deg, rgb(83, 71, 117) 36.042%, rgb(83, 71, 117) 52.734%, rgba(83, 71, 117, 0.89) 57.046%, rgba(83, 71, 117, 0.46) 63.71%, rgba(83, 71, 117, 0.09) 70.104%);
  z-index: 0;
}

.class__item:nth-child(5)>a>.class__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(84, 34, 34)), color-stop(40.214%, rgb(84, 34, 34)), color-stop(52.485%, rgba(84, 34, 34, 0.89)), color-stop(60.379%, rgba(84, 34, 34, 0.46)), color-stop(92.759%, rgba(84, 34, 34, 0)));
  background: -o-linear-gradient(top, rgb(84, 34, 34), rgb(84, 34, 34) 40.214%, rgba(84, 34, 34, 0.89) 52.485%, rgba(84, 34, 34, 0.46) 60.379%, rgba(84, 34, 34, 0) 92.759%);
  background: linear-gradient(180deg, rgb(84, 34, 34), rgb(84, 34, 34) 40.214%, rgba(84, 34, 34, 0.89) 52.485%, rgba(84, 34, 34, 0.46) 60.379%, rgba(84, 34, 34, 0) 92.759%);
  z-index: 0;
}

.class__item:nth-child(6)>a>.class__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 65, 47)), color-stop(44.302%, rgb(132, 65, 47)), color-stop(54.707%, rgba(132, 65, 47, 0.89)), color-stop(63.593%, rgba(132, 65, 47, 0.46)), to(rgba(132, 65, 47, 0.09)));
  background: -o-linear-gradient(top, rgb(132, 65, 47), rgb(132, 65, 47) 44.302%, rgba(132, 65, 47, 0.89) 54.707%, rgba(132, 65, 47, 0.46) 63.593%, rgba(132, 65, 47, 0.09) 100%);
  background: linear-gradient(180deg, rgb(132, 65, 47), rgb(132, 65, 47) 44.302%, rgba(132, 65, 47, 0.89) 54.707%, rgba(132, 65, 47, 0.46) 63.593%, rgba(132, 65, 47, 0.09) 100%);
  z-index: 0;
}

.class__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.class__link-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  height: 260px;
  padding: 50px 10px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 10px;
}

.class__text {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.class__btn {
  max-width: 250px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 2px;
  padding: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-block__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.about-block__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.about-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.about-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 660px;
  width: 100%;
}

.about-block__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-block__image-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 40px;
}

.about-block__image-content img {
  position: relative;
  z-index: 1;
}

.about-block__info-content:last-child>.about-block__image-content>.about-block__line {
  display: none;
}

.about-block__line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: rgb(11, 89, 71);
  z-index: 0;
}

.about-block__info-content>p {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 20px;
  text-align: justify;
}

.about-block__info-content:last-child>p {
  margin-bottom: 0;
}

.about-block__image {
  width: 630px;
  height: 440px;
}

.about-block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.team {
  overflow: hidden;
}

.team__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.team__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.team__slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team__list.swiper-wrapper {
  height: auto;
}

.team__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.team__image {
  width: 480px;
  height: 555px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team__info {
  max-width: 780px;
  width: 100%;
}

.team__name {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
  border-radius: 2px;
  background: rgb(255, 237, 209);
  display: inline-block;
  padding: 9px 30px;
}

.team__info>p {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 20px;
}

.team__info>p:last-child {
  margin-bottom: 0;
}

.team .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  height: 30px;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 530px;
}

.team .swiper-button-prev.swiper-button-prev-team,
.team .swiper-button-next.swiper-button-next-team {
  position: relative;
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team .swiper-button-prev.swiper-button-prev-team::after,
.team .swiper-button-next.swiper-button-next-team::after {
  content: "";
  background-image: url(../img/sprite/arrow-left.svg);
  background-size: cover;
  width: 29px;
  height: 20px;
  position: absolute;
  z-index: 10;
  display: block;
}

.team .swiper-button-next.swiper-button-next-team::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.team .swiper-pagination.team-swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.team .swiper-pagination-bullet {
  width: 10px;
  height: 9px;
  border: 1px solid rgb(189, 189, 189);
  background: rgb(255, 255, 255);
  margin: 0 !important;
}

.team .swiper-pagination-bullet-active {
  width: 10px;
  height: 9px;
  background: rgb(51, 91, 76);
  border: 1px solid transparent;
}

.events {
  overflow: hidden;
}

.events__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.events .events__content.content__two {
  padding-top: 34px;
}

.events .events__content.content__two .event {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.events .events__content.content__two .events__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 40px;
}

.events .events__content.content__two .events__list li .events__image a {
  height: 100%;
}

.events .events__content.content__two .events__list>li:hover>.events__image>a>.events__info>p {
  color: #ECC164;
}

.events .events__content.content__two .events__button.intro__link {
  color: rgb(11, 89, 71);
  margin: 0 auto;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.events .events__content.content__two .events__item:nth-child(3n+2)>a>.events__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(44, 74, 85)), color-stop(0.01%, rgb(44, 74, 85)), color-stop(26.984%, rgb(44, 74, 85)), color-stop(51.587%, rgba(44, 74, 85, 0.64)), to(rgba(44, 74, 85, 0)));
  background: -o-linear-gradient(bottom, rgb(44, 74, 85), rgb(44, 74, 85) 0.01%, rgb(44, 74, 85) 26.984%, rgba(44, 74, 85, 0.64) 51.587%, rgba(44, 74, 85, 0) 100%);
  background: linear-gradient(0deg, rgb(44, 74, 85), rgb(44, 74, 85) 0.01%, rgb(44, 74, 85) 26.984%, rgba(44, 74, 85, 0.64) 51.587%, rgba(44, 74, 85, 0) 100%);
  z-index: 0;
}

.events .events__content.content__two .events__item:nth-child(3n)>a>.events__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(83, 71, 117)), color-stop(0.01%, rgb(83, 71, 117)), color-stop(26.984%, rgb(83, 71, 117)), color-stop(51.587%, rgba(83, 71, 117, 0.64)), to(rgba(83, 71, 117, 0)));
  background: -o-linear-gradient(bottom, rgb(83, 71, 117), rgb(83, 71, 117) 0.01%, rgb(83, 71, 117) 26.984%, rgba(83, 71, 117, 0.64) 51.587%, rgba(83, 71, 117, 0) 100%);
  background: linear-gradient(0deg, rgb(83, 71, 117), rgb(83, 71, 117) 0.01%, rgb(83, 71, 117) 26.984%, rgba(83, 71, 117, 0.64) 51.587%, rgba(83, 71, 117, 0) 100%);
  z-index: 0;
}

.events__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.events__slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.events__list.swiper-wrapper {
  height: auto;
}

.events__item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
  overflow: hidden;
}

.events__item:hover>.events__link>.events__info>p {
  color: #ECC164;
}

.events__link {
  position: relative;
}

.events__image {
  height: 500px;
  width: 100%;
}

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

.events__item:nth-child(3n+1)>a>.events__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(132, 65, 47)), color-stop(0.01%, rgb(132, 65, 47)), color-stop(26.984%, rgb(132, 65, 47)), color-stop(51.587%, rgba(132, 65, 47, 0.64)), to(rgba(132, 65, 47, 0)));
  background: -o-linear-gradient(bottom, rgb(132, 65, 47), rgb(132, 65, 47) 0.01%, rgb(132, 65, 47) 26.984%, rgba(132, 65, 47, 0.64) 51.587%, rgba(132, 65, 47, 0) 100%);
  background: linear-gradient(0deg, rgb(132, 65, 47), rgb(132, 65, 47) 0.01%, rgb(132, 65, 47) 26.984%, rgba(132, 65, 47, 0.64) 51.587%, rgba(132, 65, 47, 0) 100%);
  z-index: 0;
}

.events__item:nth-child(3n+2)>a>.events__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(83, 71, 117)), color-stop(0.01%, rgb(83, 71, 117)), color-stop(26.984%, rgb(83, 71, 117)), color-stop(51.587%, rgba(83, 71, 117, 0.64)), to(rgba(83, 71, 117, 0)));
  background: -o-linear-gradient(bottom, rgb(83, 71, 117), rgb(83, 71, 117) 0.01%, rgb(83, 71, 117) 26.984%, rgba(83, 71, 117, 0.64) 51.587%, rgba(83, 71, 117, 0) 100%);
  background: linear-gradient(0deg, rgb(83, 71, 117), rgb(83, 71, 117) 0.01%, rgb(83, 71, 117) 26.984%, rgba(83, 71, 117, 0.64) 51.587%, rgba(83, 71, 117, 0) 100%);
  z-index: 0;
}

.events__item:nth-child(3n)>a>.events__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(44, 74, 85)), color-stop(0.01%, rgb(44, 74, 85)), color-stop(26.984%, rgb(44, 74, 85)), color-stop(51.587%, rgba(44, 74, 85, 0.64)), to(rgba(44, 74, 85, 0)));
  background: -o-linear-gradient(bottom, rgb(44, 74, 85), rgb(44, 74, 85) 0.01%, rgb(44, 74, 85) 26.984%, rgba(44, 74, 85, 0.64) 51.587%, rgba(44, 74, 85, 0) 100%);
  background: linear-gradient(0deg, rgb(44, 74, 85), rgb(44, 74, 85) 0.01%, rgb(44, 74, 85) 26.984%, rgba(44, 74, 85, 0.64) 51.587%, rgba(44, 74, 85, 0) 100%);
  z-index: 0;
}

.events__info {
  position: absolute;
  bottom: 0;
  padding: 0 25px 30px;
}

.events__info>p {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}

.events__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 250px;
  width: 100%;
  height: 30px;
  z-index: 10;
  margin: 40px auto 0;
  gap: 20px;
}

.events .swiper-button-prev.events-swiper-button-prev,
.events .swiper-button-next.events-swiper-button-next {
  position: relative;
  z-index: 10;
}

.events .swiper-button-prev.events-swiper-button-prev::after,
.events .swiper-button-next.events-swiper-button-next::after {
  content: "";
  background-image: url(../img/sprite/arrow-left.svg);
  background-size: cover;
  width: 29px;
  height: 20px;
  position: absolute;
  z-index: 10;
  display: block;
}

.events .swiper-button-next.events-swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.events .swiper-pagination.events-swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.events .swiper-pagination-bullet {
  width: 10px;
  height: 9px;
  border: 1px solid rgb(189, 189, 189);
  background: rgb(255, 255, 255);
  margin: 0 !important;
}

.events .swiper-pagination-bullet-active {
  width: 10px;
  height: 9px;
  background: rgb(51, 91, 76);
  border: 1px solid transparent;
}

.events.extra .breadcrumbs {
  padding-top: 30px;
}

.events.extra .breadcrumbs .breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.events.extra .breadcrumbs .breadcrumbs__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  color: #343434;
}

.events.extra .breadcrumbs .breadcrumbs__item:last-child svg {
  display: none;
}

.events.extra .breadcrumbs .breadcrumbs__item:last-child>p {
  color: #343434;
  pointer-events: none;
  margin: 0;
}

.events.extra .breadcrumbs .breadcrumbs__link {
  color: #343434;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 300;
  line-height: 115.5%;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.events.extra .breadcrumbs .breadcrumbs__link.focus-visible:focus {
  color: gold;
}

.events.extra .breadcrumbs .breadcrumbs__link.is-active {
  color: #343434;
  pointer-events: none;
}

.events.extra .breadcrumbs .breadcrumbs__item:first-child>.breadcrumbs__link::after {
  content: url(../img/sprite/home-b.svg);
}

.events.extra .breadcrumbs .breadcrumbs__item svg {
  margin: 0;
}

.events.extra .breadcrumbs .breadcrumbs__item:last-child>p::before {
  content: ">";
  margin: 0 7px;
  font-size: 15px;
}

.base-block {
  overflow: hidden;
  position: relative;
}

.base-block__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px 120px;
}

.base-block .base-block__content.content__next {
  padding-top: 120px;
}

.base-block__inner {
  position: relative;
}

.base-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 620px;
  z-index: -1;
}

.base-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.base-block__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(5.71deg, rgb(51, 91, 76) 0.491%, rgba(29, 51, 43, 0.73) 43.715%, rgba(0, 0, 0, 0) 99.392%);
  background: linear-gradient(84.29deg, rgb(51, 91, 76) 0.491%, rgba(29, 51, 43, 0.73) 43.715%, rgba(0, 0, 0, 0) 99.392%);
  z-index: 1;
}

.base-block__title,
.base-block .big {
  color: #FFFFFF;
  font-family: OpenSans;
  font-size: 64px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.base-block__title span,
.base-block .big span {
  color: #EEC066;
}

.base-block .big {
  margin-top: -50px;
  max-width: 1140px;
}

.base-block .title__next {
  max-width: 980px;
}

.base-block .image__next {
  max-height: 690px;
}

.whant__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.whant__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.whant__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
}

.whant__list>li {
  max-width: 330px;
  width: 100%;
}

.whant__item-content>img {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}

.whant__item-content>p {
  color: rgb(61, 61, 61);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.path__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.path__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.path__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.path__list>li {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.path__list>li>p {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.path__list>li:nth-child(1),
.path__list>li:nth-child(4) {
  background: rgb(51, 91, 76);
}

.path__list>li:nth-child(2),
.path__list>li:nth-child(3) {
  background: rgb(238, 192, 102);
}

.path__list>li:nth-child(2)>p,
.path__list>li:nth-child(3)>p {
  color: rgb(52, 52, 52);
}

.program__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.program__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.program__box>img {
  width: 65px;
  height: 65px;
  margin-bottom: 33px;
}

.program__box {
  counter-reset: item 0;
}

.program__box .program__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  gap: 50px;
}

.program__box .program__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.program__box .program__list img {
  display: none;
}

.program .program__box.another__list {
  counter-reset: item 0;
}

.program .program__box.another__list .program__block,
.program .program__box.another__list-two .program__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  gap: 50px;
}

.program .program__box.another__list .program__list,
.program .program__box.another__list-two .program__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.program .program__box.another__list .program__list img,
.program .program__box.another__list-two .program__list img {
  display: none;
}

.program__list>li>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  border-bottom: 1px solid rgb(224, 224, 224);
  max-width: 620px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.program__box>.program__list>li>p::before {
  content: "" counter(item, decimal-leading-zero);
  counter-increment: item;
  color: rgb(51, 91, 76);
  font-family: OpenSans;
  font-size: 25px;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.days {
  overflow: hidden;
}

.days__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.days__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 31px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.days__slider {
  margin-bottom: 40px;
}

.days__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.days__item {
  border-radius: 3px;
  background: rgb(51, 91, 76);
  padding: 40px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.days__item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.days__item>a>h3 {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  border-bottom: 0.7px solid rgb(238, 192, 102);
  padding-bottom: 30px;
  margin: 0 0 30px;
}

.days__item>a>h4 {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 20px;
}

.days__item>a>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
}

.days__item>a>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 54px;
}

.days__item>a>ul>li>p {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.days__item>a>p {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 34px;
}

.days__item:hover>a>.intro__link {
  background: rgb(240, 198, 117);
}

.days .intro__link {
  max-width: 100%;
  margin-top: auto;
}

.days__extra>p {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: justify;
  margin: 0;
  max-width: 1100px;
  width: 100%;
}

.days .small {
  max-width: 100%;
}

.days__buttons {
  display: none;
}

.video__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}

.video__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.video__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.video__list>li {
  max-width: 450px;
  width: 100%;
}

.video__list>li>a {
  position: relative;
  height: 100%;
}

.video__list>li>a>img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.video__list>li>a>svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video__list>li:hover>a>svg path {
  fill: #335B4C;
}

.video__list>li>a>svg>path {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.video__list>li:hover>a>svg>path {
  fill: #335B4C;
}

.single-event__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px 80px;
}

.single-event__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 34px;
}

.single-event__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.single-event__info {
  max-width: 650px;
  width: 100%;
}

.single-event__info p {
  color: rgb(61, 61, 61);
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: justify;
  margin: 0;
}

.single-event__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.single-event__image-main {
  width: 566px;
}

.single-event__image-main img {
  -o-object-fit: cover;
  object-fit: cover;
}

.single-event__image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.single-event__image-second {
  width: 273px;
  height: 245px;
}

.single-event__image-second img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.single-event.extra .breadcrumbs {
  padding-top: 30px;
}

.single-event.extra .breadcrumbs .breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-event.extra .breadcrumbs .breadcrumbs__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  color: #343434;
}

.single-event.extra .breadcrumbs .breadcrumbs__item:last-child svg {
  display: none;
}

.single-event.extra .breadcrumbs .breadcrumbs__item:last-child>p {
  color: #343434;
  pointer-events: none;
  margin: 0;
}

.single-event.extra .breadcrumbs .breadcrumbs__link {
  color: #343434;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 300;
  line-height: 115.5%;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.single-event.extra .breadcrumbs .breadcrumbs__link.focus-visible:focus {
  color: gold;
}

.single-event.extra .breadcrumbs .breadcrumbs__link.is-active {
  color: #343434;
  pointer-events: none;
}

.single-event.extra .breadcrumbs .breadcrumbs__item:first-child>.breadcrumbs__link::after {
  content: url(../img/sprite/home-b.svg);
}

.single-event.extra .breadcrumbs .breadcrumbs__item svg {
  margin: 0;
}

.single-event.extra .breadcrumbs .breadcrumbs__item>a::before,
.single-event.extra .breadcrumbs .breadcrumbs__item>a::after {
  content: ">";
  margin: 0 7px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-event.extra .breadcrumbs .breadcrumbs__item>a:hover::before,
.single-event.extra .breadcrumbs .breadcrumbs__item>a:hover::after {
  color: #343434;
}

.single-event.extra .breadcrumbs .breadcrumbs__item:first-child>a::before {
  display: none;
}

.single-event.extra .breadcrumbs .breadcrumbs__item>svg {
  display: none;
}

.time-block__content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px 80px;
}

.time-block__title {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.time-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.time-block__list>li {
  max-width: 100%;
  border-radius: 3px;
  background: rgb(51, 91, 76);
  padding: 15px 30px;
  height: 120px;
  display: -ms-grid;
  display: grid;
}

.time-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.time-block__info {
  max-width: 500px;
  width: 100%;
}

.time-block__info>p {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
}

.time-block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.time-block__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-right: 17px;
}

.time-block__date img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.time-block__date p {
  color: rgb(255, 255, 255);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  max-width: 70px;
}

.time-block__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.time-block__form .custom-select {
  max-width: 255px;
  width: 100%;
}

.time-block__form .form__input-select {
  max-width: 255px;
  width: 100%;
}

.time-block__form .custom-select__label {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.time-block__form .custom-select__text {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 0 10px 15px;
  text-transform: lowercase;
}

.time-block__form .custom-select__list {
  min-height: 155px;
  bottom: 44.5px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
}

.time-block__form .custom-select__list>li {
  color: rgb(52, 52, 52);
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid gold;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: lowercase;
}

.time-block__form .custom-select__list>li:hover {
  color: gold;
  background: transparent;
}

.time-block__form .custom-select__list>li:last-child {
  border-bottom: none;
}

.time-block__form .custom-select__list,
.time-block__form .custom-select__button {
  background: white;
  border-radius: 3px;
}

.time-block__form .custom-select__button {
  padding: 0;
}

.time-block__form .custom-select__icon {
  width: 15px;
  height: 7px;
  margin-right: 15px;
  color: gold;
  background-color: gold;
  position: relative;
  z-index: 2;
}

.time-block__form .form__input {
  margin-top: 35px;
}

.time-block .time-block__btn.intro__link {
  max-width: 270px;
  padding: 10px;
  margin-left: 40px;
}

.time-block.extra .breadcrumbs {
  padding-top: 30px;
}

.time-block.extra .breadcrumbs .breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.time-block.extra .breadcrumbs .breadcrumbs__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  color: #343434;
}

.time-block.extra .breadcrumbs .breadcrumbs__item:last-child svg {
  display: none;
}

.time-block.extra .breadcrumbs .breadcrumbs__item:last-child>p {
  color: #343434;
  pointer-events: none;
  margin: 0;
}

.time-block.extra .breadcrumbs .breadcrumbs__link {
  color: #343434;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 300;
  line-height: 115.5%;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.time-block.extra .breadcrumbs .breadcrumbs__link.focus-visible:focus {
  color: gold;
}

.time-block.extra .breadcrumbs .breadcrumbs__link.is-active {
  color: #343434;
  pointer-events: none;
}

.time-block.extra .breadcrumbs .breadcrumbs__item:first-child>.breadcrumbs__link::after {
  content: url(../img/sprite/home-b.svg);
}

.time-block.extra .breadcrumbs .breadcrumbs__item svg {
  margin: 0;
}

.time-block.extra .breadcrumbs .breadcrumbs__item:last-child>p::before {
  content: ">";
  margin: 0 7px;
  font-size: 15px;
}

.offer {
  overflow: hidden;
}

.offer__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}

.offer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.offer .hidden {
  opacity: 0;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.offer .show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.offer li {
  max-width: 390px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offer li:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 0.8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #6687FC), to(#CA43AF));
  background: -o-linear-gradient(left, #6687FC 20%, #CA43AF 100%);
  background: linear-gradient(to right, #6687FC 20%, #CA43AF 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: 0px solid transparent;
}

.offer li:last-child>h2>br {
  display: none;
}

.offer h2 {
  color: rgb(167, 186, 254);
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 0 20px;
}

.offer h2 span {
  font-size: 35px;
}

.offer .mobile {
  font-size: 24px;
}

.offer p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}

.plus {
  position: relative;
  overflow: hidden;
}

.plus__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 50px;
}

.plus__bg {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plus__bg:first-child {
  left: 200px;
  top: 0;
  width: 550px;
}

.plus__bg:last-child {
  right: 200px;
  top: 0;
  width: 690px;
}

.plus__title {
  display: inline-block;
  color: transparent;
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  background: -webkit-gradient(linear, left top, right top, from(#6687FC), to(#CA43AF));
  background: -o-linear-gradient(left, #6687FC, #CA43AF);
  background: linear-gradient(to right, #6687FC, #CA43AF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 50px;
}

.plus__slider {
  width: 100%;
  height: 250px;
  padding: 0 0 10px;
}

.plus__list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 370px 370px 370px;
  grid-template-columns: 370px 370px 370px;
}

.plus__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 220px;
}

.plus__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.plus .hidden {
  opacity: 0;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}

.plus .show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.plus__info {
  position: relative;
  max-width: 320px;
  left: calc(50% - 100px);
  padding: 20px 0 0;
}

.plus h3 {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 25px;
}

.plus p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.site-features {
  min-height: 300vh !important;
}

.site-features__wrapper {
  min-height: auto;
}

.site-features__title-wrapper {
  background: none;
  padding: 0;
}

.site-features__list {
  /* display: flex; */
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .site-features__list {
    padding-bottom: 40px;
  }
}

.site-features__item--blue {
  background: transparent;
  min-width: 100%;
  /* Каждый слайд занимает 100% ширины контейнера */
  transition: transform 0.5s ease;
  padding: 60px 0 0;
}

@media screen and (max-width: 590px) {
  .site-features__item--blue {
    padding: 30px 0 0;
  }
}

.site-features__info-wrapper {
  align-items: flex-start;
}

.site-features__item--blue .grade__info-title {
  display: none;
}

@media screen and (max-width: 1199px) {
  .site-features__item--blue .grade__info-title {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 40px;
    position: relative;
    padding-bottom: 3px;

  }

  .site-features__item--blue .grade__info-title .grade__info-title-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
  }

  .site-features__item--blue .grade__info-title .grade__info-title-line.active {
    width: 100%;
  }
}

@media screen and (max-width: 590px) {
  .site-features__item--blue .grade__info-title {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

.site-features__title.plus__title {
  margin: 0;
  padding: 30px 0;
}

@media screen and (max-width: 1199px) {
  .site-features__title.plus__title {
    padding-bottom: 0;
  }

  .site-features__text-wrapper {
    max-width: 100% !important;
  }

  .site-features__image-wrapper img {
    width: 80%;
    height: 100%;
    object-fit: cover;
  }
}

.site-features__label {
  font-family: Raleway;
  background: transparent;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
}

@media screen and (max-width: 1199px) {
  .site-features__label {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .site-features__label {
    font-size: 17px;
  }
}

.site-features__label::after {
  background: rgb(255, 255, 255);
}

.site-features__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .site-features__image-wrapper {
    align-items: center;
    justify-content: center;
  }

  .site-features__image-wrapper img {
    width: 75%;
  }
}

@media screen and (max-width: 590px) {
  .site-features__image-wrapper img {
    width: 100%;
  }
}

.site-features__text {
  font-family: Raleway;
  color: rgb(255, 255, 255);
}

.grade {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.grade__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
}

.grade__list {
  padding-bottom: 180px;
}

.grade__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-opacity 1s, -webkit-transform 1s;
  transition: -webkit-opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, -webkit-opacity 1s, transform 1s, -webkit-transform 1s;
  opacity: 0;
  position: absolute;
}

.grade__item:nth-child(2)>.grade__image,
.grade__item:nth-child(3)>.grade__image {
  position: static;
  width: 500px;
  height: 400px;
}

.grade .grade__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  position: relative;
}

.grade .grade__item.enter-from-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.grade .grade__item.enter-from-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.grade__info {
  max-width: 540px;
}

.grade h3 {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 40px;
  position: relative;
  padding-bottom: 3px;
}

.grade .grade__info-title-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.grade .grade__info-title-line.active {
  width: 100%;
}

.grade p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 20px;
}

.grade p:last-child {
  font-weight: 700;
  margin-bottom: 0;
}

.grade__images {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.grade__image {
  position: absolute;
  width: 300px;
  height: 340px;
}

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

.grade__image:first-child {
  left: -50px;
  bottom: -200px;
  z-index: 2;
}

.grade__image:nth-child(2) {
  left: 15%;
  top: 80px;
  z-index: 1;
}

.grade__image:last-child {
  right: 0;
}

.grade.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background: #101126;
}

.ticker {
  position: relative;
  overflow: hidden;
}

.ticker__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px 180px;
}

.ticker__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 50px;
}

.ticker__marquee {
  width: 100%;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#7F77EA), color-stop(50%, #9965D6), to(#B055C4));
  background: -o-linear-gradient(left, #7F77EA 0%, #9965D6 50%, #B055C4 100%);
  background: linear-gradient(to right, #7F77EA 0%, #9965D6 50%, #B055C4 100%);
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.ticker__marquee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  padding: 35px 0;
}

.ticker__slide {
  width: 250px;
  /* height: 50px; */
}

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

.why {
  position: relative;
  overflow: hidden;
}

.why__bg {
  position: absolute;
}

.why__bg:first-child {
  width: 870px;
  height: 470px;
  top: 0;
  z-index: -1;
}

.why__bg:last-child {
  width: 870px;
  height: 230px;
  right: -100px;
  top: 0;
  z-index: -1;
}

.why__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
}

.why__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 50px;
}

.why__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.why .why__item {
  position: relative;
  padding: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
}

.why .why__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150%;
  width: 300%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 0;
}

.why .why__item:hover {
  -webkit-box-shadow: 0 7px 50px 10px rgba(0, 0, 0, 0.6666666667);
  box-shadow: 0 7px 50px 10px rgba(0, 0, 0, 0.6666666667);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.why .why__item:hover::before {
  opacity: 1;
  left: 150%;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.why__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #6687FC), to(#CA43AF));
  background: -o-linear-gradient(left, #6687FC 20%, #CA43AF 100%);
  background: linear-gradient(to right, #6687FC 20%, #CA43AF 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: 0 solid transparent;
}

.why h3 {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 10px;
}

.why p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.how {
  overflow: hidden;
}

.how__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
}

.how__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 50px;
}

.how__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.how__image {
  width: 390px;
  height: 420px;
  margin-top: -85px;
}

.how__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.how__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
  counter-reset: item 0;
}

.how__item {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  position: relative;
  padding-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.how .how__item.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.how__item::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #9fb4ff;
  left: 80px;
  width: 90%;
  bottom: 0;
}

.how h3 {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.how h3:before {
  content: "" counter(item, decimal-leading-zero);
  counter-increment: item;
  font-family: Raleway;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.how__item:nth-of-type(1)>h3:before {
  color: rgb(229, 82, 200);
}

.how__item:nth-of-type(2)>h3:before {
  color: rgb(234, 136, 214);
}

.how__item:nth-of-type(3)>h3:before {
  color: rgb(218, 171, 255);
}

.how__item:nth-of-type(4)>h3:before {
  color: rgb(159, 180, 255);
}

.how p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.price {
  position: relative;
  overflow: hidden;
}

.price--page .price__content {
  padding: 40px 40px;
}

.price__bg {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.price__bg:first-child {
  top: 0;
  left: 0;
  z-index: -1;
  width: 880px;
}

.price__bg:last-child {
  right: 0;
  top: 0;
  z-index: -1;
  width: 450px;
}

.price__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
}

.price__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px;
}

.price__text {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 950px;
  width: 100%;
  margin: 0 0 50px;
}

.price__text p {
  margin: 0 0 16px;
}

.price__text p:last-child {
  margin: 0;
}

.price__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  max-width: 580px;
  width: 100%;
}

.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(103, 96, 141);
  padding: 0 20px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.price__item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.price__info {
  position: relative;
}

.price__label {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.price__description {
  margin: 2px 0 0;
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.price__price {
  color: rgb(33, 52, 106);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 120.5%;
  border-radius: 5px;
  background: rgb(206, 217, 255);
  max-width: 150px;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.price__image {
  display: none;
}

.price__form {
  max-width: 555px;
  width: 100%;
}

.price__form-form .side-form-textarea {
  width: 100%;
}

.price__form-form .side-form-button {
  border: none;
}

.price h3 {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 34px;
}

.price .custom-input.form__input::-webkit-input-placeholder,
.price .custom-textarea.form__input-text::-webkit-input-placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.price .custom-input.form__input::-moz-placeholder,
.price .custom-textarea.form__input-text::-moz-placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.price .custom-input.form__input:-ms-input-placeholder,
.price .custom-textarea.form__input-text:-ms-input-placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.price .custom-input.form__input::-ms-input-placeholder,
.price .custom-textarea.form__input-text::-ms-input-placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.price .custom-input.form__input::placeholder,
.price .custom-textarea.form__input-text::placeholder {
  color: rgb(35, 36, 38);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.price .custom-input.form__input {
  margin-bottom: 20px;
}

.price .custom-input input,
.price .custom-textarea textarea {
  border-radius: 5px;
  background: rgb(231, 237, 248);
  color: black;
}

.price .custom-textarea textarea {
  height: 200px;
  margin-bottom: 40px;
}

.price .price__btn.intro__link {
  max-width: 380px;
  margin-bottom: 15px;
}

.price .form__agreement,
.price .form__sub-link {
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 350px;
  width: 100%;
}

.price .form__sub-link {
  display: inline;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.price .form__sub-link:hover {
  opacity: 0.8;
}

.works {
  overflow: hidden;
  padding-bottom: 50px;
}

.works__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px 0;
}

.works__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px;
}

.works__text {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 50px;
  max-width: 700px;
  width: 100%;
}

.works__slider.swiper {
  width: 800px;
  height: 100%;
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
}

.works .swiper-wrapper {
  height: auto;
}

.works__item.swiper-slide {

  width: 100%;
  height: 440px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.works__item.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.works__item.swiper-slide-active::after {
  background: transparent;
}

.works__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  bottom: 200px;
}

.works .swiper-button-next.swiper-button-next-works,
.works .swiper-button-prev.swiper-button-prev-works {
  position: relative;
  z-index: 15;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.works .swiper-button-prev.swiper-button-prev-works::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.works .swiper-button-next.swiper-button-next-works::after,
.works .swiper-button-prev.swiper-button-prev-works::after {
  content: "";
  background-image: url(../img/white/sprite/arrow-left.svg);
  background-size: cover;
  display: block;
  position: absolute;
  width: 40px;
  height: 20px;
  z-index: 15;
}

.works .swiper-button-next.swiper-button-next-works {
  left: -40px;
}

.works .swiper-button-prev.swiper-button-prev-works {
  left: 40px;
}

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

.works .works__link.intro__link {
  margin: 0 auto;
}

.ways {
  overflow: hidden;
}

.ways__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px 30px;
}

.ways__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px;
}

.ways__text {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 50px;
  max-width: 790px;
  width: 100%;
}

.ways__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.ways__item {
  width: 100%;
  height: 100px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.ways__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.ways .ways__item.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.server {
  overflow: hidden;
}

.server__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px 50px;
}

.server__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px;
}

.server__text {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 50px;
  max-width: 890px;
  width: 100%;
}

.server__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.server__item {
  width: 100%;
  height: 130px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.server__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.server .server__item.visible {
  width: 100%;
  height: 130px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.faq__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
}

.faq__title {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px;
}

.faq__text {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 50px;
  max-width: 585px;
  width: 100%;
}

.faq__accordion {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.faq__element {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
  padding: 30px;
}

.faq__element::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #6687FC), to(#CA43AF));
  background: -o-linear-gradient(left, #6687FC 20%, #CA43AF 100%);
  background: linear-gradient(to right, #6687FC 20%, #CA43AF 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: 0 solid transparent;
  z-index: -1;
}

.faq .faq__element.is-active .faq__info {
  max-width: 900px;
  width: 100%;
}

.faq .faq__element.is-active .faq__info>p {
  height: auto;
}

.faq__btn {
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq .faq__btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq .faq__element.is-active .faq__btn svg {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq .faq__info {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, padding 0.3s ease;
  -o-transition: height 0.3s ease, padding 0.3s ease;
  transition: height 0.3s ease, padding 0.3s ease;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  max-width: 700px;
}

.faq .faq__element.is-active .faq__info {
  height: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}

.faq__text-info {
  margin: 0;
}

@media (min-width: 1023px) {
  .main-nav__item.menu-item-has-children:has(.focus-visible) .main-nav__link {
    color: #9fb4ff;
  }

  .main-nav__item.menu-item-has-children:has(.focus-visible) .main-nav__link::after {
    content: "";
  }

  .main-nav__item.menu-item-has-children:has(.focus-visible) .main-nav__link svg {
    color: #182c8f;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav__item.menu-item-has-children:has(.focus-visible) .main-nav__sublist {
    opacity: 1;
    visibility: visible;
  }

  .main-nav__item.menu-item-has-children.focus-visible:focus .main-nav__link {
    color: #9fb4ff;
  }

  .main-nav__item.menu-item-has-children.focus-visible:focus .main-nav__link::after {
    content: "";
  }

  .main-nav__item.menu-item-has-children.focus-visible:focus .main-nav__link svg {
    color: #182c8f;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav__item.menu-item-has-children.focus-visible:focus .main-nav__sublist {
    opacity: 1;
    visibility: visible;
  }

  .main-nav__item.menu-item-has-children:has(.focus-visible) .main-nav__link {
    color: #9fb4ff;
  }

  .main-nav__item.menu-item-has-children:has(.focus-visible) .main-nav__link::after {
    content: "";
  }

  .main-nav__item.menu-item-has-children:has(.focus-visible) .main-nav__link svg {
    color: rgb(24, 44, 143);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav__item.menu-item-has-children:has(.focus-visible) .main-nav__sublist {
    opacity: 1;
    visibility: visible;
  }

  .main-nav__item.menu-item-has-children.focus-visible:focus .main-nav__link::after {
    content: "";
  }

  .main-nav__item.menu-item-has-children.focus-visible:focus .main-nav__link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav__item.menu-item-has-children.focus-visible:focus .main-nav__sublist {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1023px) and (hover: hover) {
  .main-nav__item.menu-item-has-children:hover:not(.focus-visible) .main-nav__link::after {
    content: "";
  }

  .main-nav__item.menu-item-has-children:hover:not(.focus-visible) .main-nav__link svg {
    color: #182c8f;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav__item.menu-item-has-children:hover:not(.focus-visible) .main-nav__sublist {
    opacity: 1;
    visibility: visible;
  }

  .main-nav__item.menu-item-has-children:hover:not(.focus-visible) .main-nav__link::after {
    content: "";
  }

  .main-nav__item.menu-item-has-children:hover:not(.focus-visible) .main-nav__link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav__item.menu-item-has-children:hover:not(.focus-visible) .main-nav__sublist {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1920px) {
  .machine__inner {
    margin-bottom: 210px;
  }

  .machine__info {
    margin-top: 65px;
  }

  .about-page__item:nth-child(3)>.machine__images {
    top: 1200px;
  }
}

@media screen and (max-width: 1730px) {
  .machine__img {
    right: -200px;
  }
}

@media screen and (max-width: 1700px) {
  .intro__content {

    margin-bottom: 0px;
  }

  .intro__gif-content {
    right: 200px;
    bottom: -250px;
  }

  .about-page__item:nth-child(2n)>.machine__images {
    left: -400px;
    top: 600px;
  }
}

@media screen and (max-width: 1660px) {
  .works__buttons {
    max-width: 870px;
    bottom: 220px;
  }

  .works__item.swiper-slide {
    height: 450px;
  }
}

@media screen and (max-width: 1600px) {
  .intro__content {
    padding: 60px 40px 40px;
  }

  .intro__title {
    font-size: 70px;
  }

  .intro__text {
    max-width: 550px;
  }

  .intro__gif-content {
    bottom: -180px;
  }

  .base-block__content {
    padding-bottom: 80px;
  }

  .base-block .base-block__content.content__next {
    padding-top: 100px;
  }

  .base-block__title {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .base-block .big {
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: -40px;
    max-width: 1040px;
  }
}

@media screen and (max-width: 1440px) {
  .machine__img {
    max-width: 120%;
    position: static;
  }

  .machine__inner {
    margin-bottom: 70px;
  }

  .machine__info {
    margin-top: 0;
  }

  .about-page .machine__images {
    position: static;
  }

  .about-page__item:nth-child(1n)>.machine__images {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }

  .about-page__item:nth-child(2n)>.machine__images {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  .about-page .machine__info {
    margin-bottom: 0;
  }
}

@media (max-width: 1439px) {
  .container {
    padding: 0 40px;
  }

  .main-nav__item {
    margin: 0 30px 0 0;
  }

  .main-nav__item {
    margin: 0 0px 0 0;
  }

  .section__columns {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .section__photo {
    margin-right: 20px;
  }

  .section__text h3 {
    margin: 0 0 20px;
    font-size: 30px;
  }

  .section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section__container h3 {
    font-size: 30px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 40px;
  }

  .section__block {
    margin-top: 30px;
  }

  .section__call {
    margin-top: 40px;
  }

  .section__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section__table table {
    width: 100%;
  }

  .section__table img {
    width: 100%;
  }

  .section__net {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
    padding-bottom: 60px;
  }

  .section__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .section__gallery {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1380px) {
  .sertificates {
    background-size: cover;
    background-position: right -250px top 20px;
  }
}

@media screen and (max-width: 1360px) {
  .main-nav {
    margin: 0 0 0 0px;
  }
}

@media screen and (max-width: 1330px) {
  .training__image img {
    left: 0;
  }
}

@media screen and (max-width: 1310px) {
  .class__text {
    font-size: 20px;
  }

  .class__image>img {
    height: 75%;
  }
}

@media screen and (max-width: 1280px) {
  .main-nav__list>li {
    margin: 0 0px 0 0;
  }

  .intro__gif-content {
    bottom: -220px;
    right: 100px;
  }

  .form__columns {
    gap: 30px;
  }

  .about-block__image {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 530px;
    height: 350px;
  }

  .about-block__info {
    -ms-flex-negative: 10;
    flex-shrink: 10;
  }

  .plus__slider {
    max-width: 1100px;
  }

  .plus__list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 330px 330px 330px;
    grid-template-columns: 330px 330px 330px;
  }

  .plus__image {
    width: 390px;
    height: 220px;
  }

  .plus__info {
    max-width: 280px;
    left: 90px;
  }

  .plus h3 {
    font-size: 21px;
  }

  .plus__info p {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .main-nav {
    margin: 0 0 0 0px;
  }

  .main-nav__menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main-nav__item {
    margin: 0 20px 0 0;
  }

  .main-nav {
    margin: 0 0 0 0px;
  }

  .main-nav__item {
    margin: 0 0px 0 0;
  }

  .section__columns {
    -ms-grid-columns: 480px 1fr;
    grid-template-columns: 480px 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .section__integrations ul li {
    display: none;
  }

  .section__integrations ul li:first-child svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .section__integrations ul li a svg {
    display: none;
  }

  .section__parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .section__link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 320px;
    margin-top: 0;
  }

  .section__catalog {
    margin-top: 0;
  }

  .section__two-columns {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1270px) {
  .days__list {
    gap: 10px;
  }

  .days__item>a>ul>li {
    gap: 5px;
  }

  .days__item {
    padding: 40px 20px 50px;
  }

  .days__item>a>ul>li>p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1240px) {
  .time-block__list>li {
    height: auto;
    padding: 20px;
  }

  .time-block__info {
    max-width: 280px;
  }

  .time-block .time-block__btn.intro__link {
    margin-left: 20px;
  }

  .works__slider.swiper {
    max-width: 700px;
    width: 100%;
  }

  .works__item.swiper-slide {
    height: 100%;
  }

  .works__item.swiper-slide img {
    object-fit: contain;
  }

  .works__buttons {
    max-width: 700px;
    bottom: 150px;
  }

  .swiper-button-next.swiper-button-next-works {
    left: -10px;
  }

  .swiper-button-prev.swiper-button-prev-works {
    left: 10px;
  }
}

@media screen and (max-width: 1230px) {
  .offer li {
    padding: 20px;
  }

  .offer h2 {
    font-size: 20px;
  }

  .offer h2 span {
    font-size: 31px;
  }

  .offer .mobile {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .machine__img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .about-page .machine__images {
    height: auto;
  }

  .single-event__image-main {
    max-width: 566px;
    height: 50%;
    width: 100%;
  }

  .single-event__image-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .single-event__image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .single-event__image-second {
    max-width: 220px;
  }

  .single-event__image-second img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 1199px) {
  .header.is-open .header__inner {
    /* background-color: #101126; */
    background-color: transparent;
  }

  .header__inner {
    /* background-color: #101126; */
    background-color: transparent;
  }

  .nav__link {
    color: #000000;
  }
}

@media screen and (max-width: 1180px) {
  .category__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1170px) {
  .grade__list {
    padding-bottom: 0;
  }

  .grade .grade__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grade .grade__info {
    width: 100%;
    max-width: none;
  }

  .grade .grade__images {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .grade .grade__image {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 220px;
  }

  .grade .grade__image:first-child {
    left: 95px;
    bottom: 0;
    z-index: 3;
  }

  .grade .grade__image:nth-child(2) {
    left: 0;
    top: -120px;
    z-index: 2;
  }

  .grade .grade__image:last-child {
    right: 75px;
    top: -200px;
    z-index: 1;
  }

  .grade__item:nth-child(2)>.grade__image,
  .grade__item:nth-child(3)>.grade__image {
    margin-top: 0;
    width: 640px;
    height: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1150px) {
  .intro__gif-content {
    right: -50px;
  }

  .plus__slider {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
  }

  .plus__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    overflow: visible;
    margin: 0;
  }

  .plus__item {
    width: 300px;
  }

  .plus__image {
    width: 360px;
    height: 220px;
  }

  .plus__info {
    max-width: 250px;
  }

  .plus__info h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

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

@media screen and (max-width: 1100px) {
  .sertificates {
    background-size: 1900px;
  }

  .sertificates__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 46px;
  }

  .sertificates__image {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: auto;
  }

  .sertificates__info {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 50px;
  }

  .sertificates__info p {
    font-size: 25px;
  }

  .whant__list {
    gap: 50px;
  }
}

@media screen and (max-width: 1090px) {
  .about-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }

  .about-block__image {
    width: 100%;
    height: 100%;
  }

  .about-block__info {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
  }
}

@media (max-width: 1080px) {
  .container {
    padding: 0 40px;
  }

  .header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo {
    margin-right: auto;
  }

  .main-nav {
    width: auto;
  }

  .main-nav__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-nav__menu {
    z-index: 10;
    position: fixed;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: auto;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 44px 60px;
    background-color: #fff;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .main-nav__list,
  .main-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 0;
  }

  .main-nav__item {
    margin: 0 0 20px;
  }

  .main-nav__item.menu-item-has-children.is-active .main-nav__link {
    color: white;
  }

  .main-nav__item.menu-item-has-children.is-active .main-nav__link svg {
    color: #182c8f;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav__item.menu-item-has-children.is-active .main-nav__sublist,
  .section__integrations ul {
    display: block;
  }

  .main-nav__list>li>a {
    color: white;
  }

  .main-nav__list>li>a svg path {
    stroke: #fff;
  }

  .main-nav__link {
    font-size: 20px;
    line-height: 20px;
  }

  .main-nav__sublist {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: auto;
    min-width: unset;
    padding: 20px 0 10px;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .main-nav__sublist>li>a {
    color: white;
  }

  .main-nav__phone {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }

  .main-nav__email {
    margin-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .main-nav__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .main-nav__menu {
    z-index: 10;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: auto;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 44px 60px;
    background: #343547;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .main-nav__contacts {
    display: none;
  }

  .main-nav__contacts--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
  }

  .pipe-machines .buy__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .automatic .buy__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 1060px) {
  .plus__slider {
    width: 100%;
    max-width: 100%;
    height: 280px;
    margin: 0;
    overflow: visible;
  }

  .plus__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    overflow: visible;
    margin: 0;
    gap: 0;
  }

  .plus__item {
    width: 330px;
  }

  .plus__image {
    width: 430px;
    height: auto;
    margin-bottom: 5px;
  }

  .plus__info {
    max-width: 280px;
  }

  .plus__info h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .plus__info p {
    font-size: 16px;
  }

  .plus .plus-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #57575B;
    padding: 0;
    bottom: 0;
    position: relative;
    margin-top: 100px;
  }

  .plus .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #A7BAFE;
  }
}

@media screen and (max-width: 1050px) {
  .intro__gif-content {
    bottom: -100px;
    right: -250px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

@media screen and (max-width: 1024px) {
  .logo.logo--footer.link {
    height: auto;
  }

  .footer__info {
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    -ms-grid-rows: 50px 1fr;
    grid-template-rows: 50px 1fr;
    gap: 40px 20px;
  }

  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .footer__phone {
    max-width: 210px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    padding: 7px 18px;
    text-align: center;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .footer__contacts {
    display: none;
  }

  .footer__documents {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .footer__menu {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .footer__policy-text {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .footer__tel-mobile {
    display: block;
    max-width: 175px;
    width: 100%;
    border-radius: 5px;
    grid-column: 3;
    grid-row: 1;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 10px;
    white-space: nowrap;
    text-align: center;
    transition: .3s;
  }

  .footer__tel-mobile:hover {
    color: #9fb4ff;
  }

  .machine__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .machine__img {
    max-width: 100%;
  }

  .bending__inner {
    gap: 10px;
  }

  .choose__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .choose__text {
    margin: 20px auto 0;
  }

  .form__title {
    max-width: 100%;
  }

  .form__inner {
    padding: 40px;
  }

  .form__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form__answer {
    display: none;
  }

  .form .form__box .custom-input.form__input:nth-child(3) {
    display: none;
  }

  .form .form__input.form__input--mobile {
    display: none;
  }

  .form .custom-textarea.form__input-text {
    margin: 30px 0 40px;
  }

  .form__text--mobile {
    display: block;
    max-width: 100%;
  }

  .form__btn {
    max-width: 100%;
  }

  .form__agreement {
    max-width: 100%;
  }

  .view__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }

  .view__title-mobile {
    display: block;
    max-width: 100%;
    margin: 0;
  }

  .view .swiper-container {
    margin: 0 auto;
  }

  .view .swiper-thumbs {
    margin-top: 40px;
  }

  .view__title {
    display: none;
  }

  .view__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .view__btn {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
  }

  .view__text {
    margin: 30px 0 0;
  }

  .view__small-text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
  }

  .about-page__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .about-page__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-page__item:nth-child(2n)>.machine__info {
    text-align: left;
  }

  .about-page__item:nth-child(1n)>.machine__images {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .about-page .machine__info {
    margin-bottom: 30px;
    width: 100%;
  }

  .about-page .machine__images {
    max-width: 100%;
  }

  .about-page .machine__title {
    margin-bottom: 30px;
  }

  .thanks__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .thanks__image {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  .time-block__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .time-block__info {
    max-width: 100%;
  }

  .time-block__info p {
    font-size: 17px;
  }

  .time-block__form {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }

  .time-block__date {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-right: 0;
  }

  .time-block .custom-select.form__input-select {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    max-width: 100%;
  }

  .time-block .time-block__btn.intro__link {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2;
    max-width: 100%;
    margin: 0;
  }

  .offer li:last-child>h2>br {
    display: block;
  }

  .offer .mobile {
    display: none;
  }

  .offer p {
    margin-top: auto;
  }

  .grade {
    display: block;
  }

  .grade__slider {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .grade__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    height: auto;
  }

  .grade__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    position: relative;
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    overflow: hidden;
  }

  .grade__item.active {
    gap: 60px;
  }

  .grade__item:nth-child(1) {
    padding-bottom: 0;
  }

  .grade.fixed {
    display: none;
  }

  .how__image {
    width: 360px;
    height: 380px;
  }

  .how__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .how__item::before {
    width: 85%;
  }

  .ways__list {
    gap: 20px;
  }

  .ways__item {
    height: 80px;
  }

  .why .why__item::before {
    height: 50%;
  }
}

@media (max-width: 1023px) {
  .main-nav {
    width: auto;
  }

  .main-nav__item {
    margin: 0 0 0px;
  }

  .main-nav__item.menu-item-has-children.is-active .main-nav__link {
    color: white;
  }

  .main-nav__item.menu-item-has-children.is-active .main-nav__link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav__item.menu-item-has-children.is-active .main-nav__sublist {
    display: block;
  }

  .main-nav__link {
    font-size: 20px;
    line-height: 20px;
  }

  .main-nav__sublist {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: auto;
    min-width: unset;
    padding: 20px 0 10px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .title--h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .modal__wrapper {
    padding: 60px 44px;
  }

  .modal__content {
    width: 100%;
  }

  .modal--gallery .modal__close-button {
    top: 0;
    right: 0;
  }

  .section__wrapper {
    padding: 60px 0;
  }

  .section__wrapper_reset {
    padding: 0 0 60px;
  }

  .section__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }

  .section__integrations ul {
    display: block;
  }

  .section__heading {
    margin: 0 0 30px;
  }

  .section__button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .section__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }

  .section__gallery {
    -ms-grid-columns: 1fr 221px;
    grid-template-columns: 1fr 221px;
  }

  .feedback__title {
    font-size: 30p;
    line-height: 45px;
  }

  .feedback__description {
    font-weight: 400;
  }
}

@media screen and (max-width: 990px) {
  .grade .grade__images {
    width: 130%;
    left: -100px;
  }

  .grade__item:nth-child(2)>.grade__image,
  .grade__item:nth-child(3)>.grade__image {
    width: 540px;
    height: 400px;
    margin: 0 auto;
  }

  .why__list {
    gap: 20px;
  }

  .how__image {
    display: none;
  }

  .how__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .how__list {
    width: 100%;
  }

  .how__item::before {
    width: 90%;
  }

  .price__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price__list {
    max-width: 100%;
  }

  .price__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 100%;
  }


  .price__form-form .side-form-textarea {
    width: 100%;
  }

  .price__form-form .side-form-button {
    border: none;
  }

  .price .form__agreement {
    max-width: 100%;
  }

  .price__image {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .price__image img {
    width: 650px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .price .price__btn.intro__link {
    max-width: 100%;
  }

  .server .server__item.visible {
    height: 100px;
  }

  .feedback--no-tablet {
    display: none;
  }
}

@media screen and (max-width: 970px) {
  .days__slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }

  .days__list.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    gap: 0;
  }

  .days__item {
    height: auto;
    padding: 30px 18px;
  }

  .days__item>a>h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .days__item>a>p {
    font-size: 16px;
  }

  .days__item>a>ul {
    gap: 10px;
    margin-bottom: 40px;
  }

  .days .intro__link {
    padding: 11px;
  }

  .days__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 240px;
    width: 100%;
    height: 30px;
    z-index: 10;
    margin: 30px auto;
  }

  .days .swiper-button-prev.days-swiper-button-prev,
  .days .swiper-button-next.days-swiper-button-next {
    position: relative;
    z-index: 10;
  }

  .days .swiper-button-prev.days-swiper-button-prev::after,
  .days .swiper-button-next.days-swiper-button-next::after {
    content: "";
    background-image: url(../img/sprite/arrow-left.svg);
    background-size: cover;
    width: 29px;
    height: 20px;
    position: absolute;
    z-index: 10;
    display: block;
  }

  .days .swiper-button-next.days-swiper-button-next::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .days .swiper-pagination.days-swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }

  .days .swiper-pagination-bullet {
    width: 10px;
    height: 9px;
    border: 1px solid rgb(189, 189, 189);
    background: rgb(255, 255, 255);
    margin: 0 !important;
  }

  .days .swiper-pagination-bullet-active {
    width: 10px;
    height: 9px;
    background: rgb(51, 91, 76);
    border: 1px solid transparent;
  }

  .server__list {
    gap: 20px;
  }

  .server__item {
    height: 100px;
  }
}

@media screen and (max-width: 950px) {
  .video__list>li>a>svg {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 920px) {
  .whant__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }

  .whant__list>li {
    max-width: 100%;
  }

  .path__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .single-event__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .single-event__info {
    max-width: 100%;
  }

  .single-event__info>p {
    margin-bottom: 10px;
  }

  .single-event__info>p:last-child {
    margin-bottom: 0;
  }

  .single-event__image-main {
    max-width: 100%;
    height: auto;
  }

  .single-event__image-main img {
    height: auto;
  }

  .single-event__image-second {
    max-width: 100%;
    width: 100%;
  }

  .single-event__image-second img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 910px) {
  .class__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .class__link-content {
    height: 260px;
  }

  .class__text {
    font-size: 22px;
  }

  .team__item-content {
    gap: 30px;
  }

  .team__image {
    width: 350px;
    height: 400px;
  }

  .team__name {
    margin-bottom: 30px;
  }

  .team .swiper-buttons {
    padding-left: 380px;
    width: 620px;
  }
}

@media screen and (max-width: 905px) {
  .articles__content {
    padding: 0 45px;
    position: relative;
  }

  .articles__list {
    display: none;
  }

  .articles__list-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px 15px 10px;
  }

  .articles__img {
    margin: 0 auto 10px;
  }

  .articles__slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .articles .swiper-button-prev,
  .articles .swiper-button-next {
    position: absolute;
  }

  .articles .swiper-button-next:after,
  .articles .swiper-button-prev::after {
    font-size: 15px;
  }

  .articles .swiper-button-next::after {
    padding-right: 20px;
  }

  .articles .swiper-button-prev::after {
    padding-left: 20px;
  }

  .news .articles__list-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .articles-page .articles__list-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 900px) {
  .gallery__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery__item {
    max-width: 100%;
  }

  .gallery__item a {
    max-width: 100%;
    max-height: 100%;
  }

  .gallery__item a img {
    width: 100%;
  }

  .events .events__content.content__two .events__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .program__box,
  .program .program__box.another__list,
  .program .program__box.another__list-two {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
    position: relative;
  }

  .program__box .program__block,
  .program .program__box.another__list .program__block,
  .program .program__box.another__list-two .program__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    gap: 50px;
  }

  .program__box .program__block img:last-child,
  .program .program__box.another__list .program__block img:last-child,
  .program .program__box.another__list-two .program__block img:last-child {
    display: none;
  }

  .program__box .program__list>li>p,
  .program .program__box.another__list .program__list>li>p,
  .program .program__box.another__list-two .program__list>li>p {
    max-width: 100%;
  }

  .program__box .program__list,
  .program .program__box.another__list .program__list,
  .program .program__box.another__list-two .program__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .program__box .program__list img,
  .program .program__box.another__list .program__list img,
  .program .program__box.another__list-two .program__list img {
    display: block;
    margin: 50px 0 40px;
  }

  .works__buttons {
    display: none;
  }

  .works__slider.swiper {
    padding: 0 45px;
  }

  /* .works__item.swiper-slide {
    height: 280px;
  } */

  .works .works-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #57575B;
    padding: 0 45px;
    bottom: 0;
    position: relative;
    margin-top: 20px;
  }

  .works .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #A7BAFE;
  }

}

@media screen and (max-width: 890px) {
  .intro__gif-content {
    right: -350px;
    bottom: -120px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 840px) {
  .time-block__box {
    -ms-grid-columns: 0.7fr 1fr;
    grid-template-columns: 0.7fr 1fr;
  }
}

@media screen and (max-width: 820px) {
  .pipe-machines__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 40px;
  }

  .pipe-machines__list {
    max-width: 100%;
  }

  .pipe-machines__item:nth-child(2)>a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pipe-machines__sublist {
    max-width: 100%;
  }

  .pipe-machines .buy__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .automatic__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 40px;
  }

  .automatic .buy__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .offer h2 {
    font-size: 18px;
  }

  .offer h2 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 790px) {
  .team__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team .swiper-buttons {
    position: static;
    padding-left: 0px;
    max-width: 240px;
    width: 100%;
    height: 30px;
    z-index: 10;
    margin: 40px auto 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 45px;
  }
}

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

  .footer__content {
    padding: 0 45px;
  }

  .footer__info {
    margin: 50px 0;
  }

  .footer__logo {
    width: 145px;
    height: 52px;
  }

  .footer__documents p,
  .footer__documents h3 {
    font-size: 14px;
  }

  .footer__menu li>a {
    font-size: 14px;
  }

  .footer__sub-menu>li>a {
    font-size: 14px;
  }

  .footer__policy-text {
    font-size: 14px;
  }

  .social a svg {
    width: 50px;
    height: 50px;
  }

  .intro__bg:last-child img {
    -webkit-filter: blur(1000px);
    filter: blur(1000px);
  }

  .intro__content {
    padding: 50px 45px 60px;
    margin: 0 auto;
  }

  .intro__inner {
    padding: 50px;
  }

  .intro__title {
    font-size: 44px;
    margin-bottom: 30px;
  }

  .intro__text {
    font-size: 18px;
    margin-bottom: 56px;
  }

  .gallery__content {
    padding: 50px 45px;
  }

  .gallery__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .gallery__list {
    margin-bottom: 30px;
  }

  .breadcrumbs {
    padding: 50px 0 10px;
  }

  .machine__content {
    padding: 0 45px;
  }

  .machine__inner {
    margin: 60px 0 100px;
  }

  .machine__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .category__content {
    padding: 0 45px;
  }

  .category__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .category__list {
    margin: 0 0 120px;
  }

  .category__link {
    max-width: 100%;
  }

  .bending__content {
    padding: 0 45px;
  }

  .bending__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .bending__images {
    width: 750px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .bending__info {
    max-width: 100%;
    text-align: left;
  }

  .bending__title {
    font-size: 32px;
    margin: 0 0 30px 0;
  }

  .choose__content {
    padding: 0 45px;
  }

  .choose__title {
    font-size: 32px;
    margin: 0 0 30px 0;
    padding-top: 60px;
  }

  .choose__list {
    padding-bottom: 60px;
  }

  .choose__name {
    font-size: 24px;
    max-width: 100%;
    min-height: 30px;
  }

  .choose__text {
    min-height: 70px;
  }

  .buy__content {
    position: relative;
    margin: 0 auto 60px;
    padding: 60px 45px;
  }

  .buy__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .buy__slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding: 10px;
  }

  .buy__list {
    display: none;
  }

  .buy__list-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .buy__title-item {
    min-height: 85px;
  }

  .buy__list-card {
    min-height: 105px;
  }

  .buy .swiper-button-prev-two,
  .buy .swiper-button-next-two {
    content: "";
    background-image: url(../img/sprite/b-slider.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
  }

  .buy .swiper-button-prev-two {
    left: 20px;
  }

  .buy .swiper-button-next-two {
    right: 20px;
  }

  .buy .swiper-button-prev-two {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .articles__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .articles__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }

  .articles__img {
    max-width: 200px;
  }

  .articles__item {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
  }

  .articles__date-mobile {
    max-width: 320px;
  }

  .articles__date,
  .articles__name {
    font-size: 20px;
  }

  .articles__text {
    font-size: 16px;
  }

  .articles__all-link {
    margin-bottom: 60px;
  }

  .form__content {
    padding: 50px 45px 100px;
  }

  .form__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .pipe-machines__content {
    padding: 0 45px;
  }

  .pipe-machines__inner {
    gap: 0 40px;
  }

  .pipe-machines__title {
    display: none;
  }

  .pipe-machines__mobile-title {
    display: block;
    font-size: 32px;
    line-height: 120%;
    margin: 50px 0 0 0;
  }

  .pipe-machines__list {
    max-width: 100%;
  }

  .pipe-machines__item:nth-child(2)>a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pipe-machines__sublist {
    max-width: 100%;
  }

  .pipe-machines .buy__list {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .automatic__content {
    padding: 0 45px;
  }

  .automatic__inner {
    gap: 0 40px;
  }

  .automatic__title {
    display: none;
  }

  .automatic__mobile-title {
    display: block;
    font-size: 32px;
    line-height: 120%;
    margin: 50px 0 0 0;
  }

  .automatic__list {
    max-width: 100%;
  }

  .automatic__item:nth-child(2)>a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .automatic__sublist {
    max-width: 100%;
  }

  .automatic .buy__list {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .view__content {
    padding: 0 45px;
  }

  .view__title-mobile {
    font-size: 32px;
    line-height: 120%;
  }

  .view__text {
    font-size: 18px;
  }

  .view__tabs {
    padding: 50px 45px;
  }

  .view__tab-inner {
    padding: 0 45px;
    margin-bottom: 20px;
  }

  .view__parameters {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }

  .view__lvl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 333px 290px;
    grid-template-columns: 333px 290px;
  }

  .view #tab-2 {
    width: 100%;
  }

  .about-page__content {
    padding: 0 45px;
  }

  .about-page .machine__title {
    font-size: 32px;
  }

  .sertificates__content {
    padding: 50px 45px;
  }

  .sertificates__info>p {
    font-size: 20px;
  }

  .know__content {
    padding: 70px 45px;
  }

  .know__title {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .know__list {
    gap: 20px;
  }

  .know__item {
    padding: 30px 18px;
  }

  .know__title-card {
    font-size: 25px;
  }

  .news .pipe-machines__pagination {
    margin-bottom: 60px;
  }

  .articles-page .pipe-machines__pagination {
    margin-bottom: 60px;
  }

  .selected__content {
    padding: 0 45px;
  }

  .selected__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .selected__small-text {
    margin-bottom: 60px;
  }

  .contacts__content {
    padding: 0 45px;
  }

  .contacts__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .contacts__desc {
    font-size: 18px;
  }

  .page404 {
    background-position: 25% -185px;
  }

  .page404__content {
    padding: 0 45px;
  }

  .page404__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 300px;
    margin-bottom: -195px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .thanks__content {
    padding: 0 45px;
  }

  .thanks__inner {
    padding: 60px 0;
  }

  .thanks__image {
    width: 600px;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  .news-page__content {
    padding: 0 45px;
    overflow: hidden;
  }

  .news-page__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .news-page__fields--tablet {
    display: inline-block;
  }

  .news-page__table {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 180vw;
  }

  .news-page__img {
    max-width: 600px;
    margin-right: 20px;
  }

  .popup__content {
    max-width: 680px;
  }

  .popup .form__btn {
    max-width: 100%;
  }

  .training__content {
    padding: 50px 45px;
  }

  .training__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .training .training__item {
    position: relative;
  }

  .training__link-content {
    z-index: 2;
  }

  .class__content {
    padding: 50px 45px;
  }

  .class__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .class__link-content {
    height: 230px;
  }

  .class__text {
    font-size: 18px;
  }

  .about-block__content {
    padding: 50px 45px;
  }

  .about-block__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .team__content {
    padding: 50px 45px;
  }

  .team__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .events__content {
    padding: 50px 45px;
  }

  .events__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .events .events__content.content__two .event {
    font-size: 28px;
    margin: 0 0 40px;
  }

  .events__info>p {
    font-size: 16px;
  }

  .base-block__content {
    padding: 50px 45px 60px;
  }

  .base-block__title {
    font-size: 40px;
  }

  .base-block .big {
    font-size: 40px;
  }

  .whant__content {
    padding: 50px 45px;
  }

  .whant__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .whant__list {
    gap: 90px 40px;
  }

  .path__content {
    padding: 50px 45px;
  }

  .path__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .program__content {
    padding: 50px 45px;
  }

  .program__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .days__content {
    padding: 50px 45px;
  }

  .days__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .days__item>a>ul>li>p {
    font-size: 14px;
  }

  .video__content {
    padding: 50px 45px;
  }

  .video__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .video__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .video li {
    max-width: 100%;
    width: 100%;
  }

  .video li>a>img {
    width: 100%;
    height: 345px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .single-event__content {
    padding: 30px 45px 50px;
  }

  .single-event__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .time-block__content {
    padding: 30px 45px 50px;
  }

  .time-block__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .time-block__box {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .time-block br {
    display: none;
  }

  .offer__content {
    padding: 30px 45px;
  }

  .offer h2 {
    font-size: 18px;
  }

  .offer br {
    display: none;
  }

  .offer li:last-child>h2>br {
    display: none;
  }

  .offer p {
    font-size: 16px;
  }

  .plus__content {
    padding: 16px 45px 50px;
  }

  .plus__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .grade__content {
    padding: 50px 45px;
  }

  .grade .grade__title.plus__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .ticker__content {
    padding: 50px 45px 180px;
  }

  .ticker__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .why__content {
    padding: 50px 45px;
  }

  .why__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .why__item {
    padding: 20px;
  }

  .why .why__item::before {
    height: 25%;
  }

  .why h3 {
    font-size: 20px;
  }

  .why p {
    font-size: 16px;
  }

  .how__content {
    padding: 50px 45px;
  }

  .how__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .how__item {
    padding-bottom: 30px;
  }

  .how h3 {
    font-size: 20px;
  }

  .price--page .price__content {
    padding: 46px 40px 50px;
  }

  .price__content {
    padding: 50px 45px;
  }

  .price__title {
    font-size: 32px;
  }

  .price__text {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .price__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    padding: 0 0 35px;
  }

  .price__label {
    font-size: 20px;
  }

  .price__description {
    font-size: 14px;
    line-height: 21px;
  }

  .works__content {
    padding: 50px 45px 0;
  }

  .works__title {
    font-size: 32px;
  }

  .works__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .ways__content {
    padding: 40px 45px 30px;
  }

  .ways__title {
    font-size: 32px;
  }

  .ways__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .ways__item {
    height: 50px;
  }

  .server__content {
    padding: 30px 45px 50px;
  }

  .server__title {
    font-size: 32px;
  }

  .server__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .server__item {
    height: 70px;
  }

  .server .server__item.visible {
    height: 70px;
  }

  .faq__content {
    padding: 50px 45px;
  }

  .faq__title {
    font-size: 32px;
  }

  .faq__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .faq__btn {
    font-size: 20px;
  }

  .faq .faq__btn svg {
    width: 20px;
    height: 20px;
  }

  .faq__text-info {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .main-nav__sublink {
    font-size: 16px;
    line-height: 16px;
  }

  .title--h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .modal__wrapper {
    padding: 80px 35px;
  }

  .modal__content {
    padding: 30px 20px;
  }

  .modal__close-button {
    top: 5px;
    right: 5px;
  }

  .modal--gallery .modal__close-button {
    top: 0;
    right: 0;
  }

  .custom-checkbox__label {
    font-size: 22px;
    line-height: 33px;
  }

  .section__wrapper {
    padding: 40px 0;
  }

  .section__wrapper_reset {
    padding: 0 0 40px;
  }

  .section__about {
    display: none;
  }

  .section__link {
    margin-bottom: 40px;
  }

  .section__two-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 0;
  }

  .section__container h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .section__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section__block p {
    font-size: 16px;
    margin: 30px 0 0 0;
  }

  .section__call {
    margin-top: 30px;
  }

  .section__paragraph~ul {
    font-size: 16px;
  }

  .section__paragraph {
    font-size: 16px;
  }

  .section__table table tr td {
    font-size: 16px;
  }

  .section__table table tr td:nth-child(even) {
    padding-left: 5px;
    width: 117px;
  }

  .section__net {
    padding-bottom: 40px;
    row-gap: 30px;
  }

  .section__part {
    font-size: 16px;
  }

  .section__part p {
    font-size: 16px;
  }

  .section__content {
    font-size: 16px;
    line-height: 24px;
  }

  .section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    row-gap: unset;
  }

  .section__item {
    margin: 0 0 40px;
  }

  .section__item:last-child {
    margin: 0;
  }

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

  .section__gallery .section__image {
    height: 178px;
  }

  .section__gallery .section__image img {
    height: 178px;
  }

  .section__form {
    padding: 40px 30px;
  }

  .category-card__title {
    font-size: 24px;
    line-height: 29px;
  }

  .feedback__title {
    font-size: 20px;
    line-height: 30px;
  }

  .card__info {
    margin-right: 10px;
  }

  .footer__wrapper {
    row-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .logo.logo--footer.link {
    grid-row: 1;
  }

  .footer__tel-mobile {
    grid-column: 1;
    grid-row: 3;
  }

  .footer__nav {
    justify-self: start;
    grid-row: 4;
  }

  .footer__security {
    grid-row: 6;
    margin-top: 0px;
  }

  .footer__info-text.text {
    max-width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .grade .grade__image {
    margin-top: 180px;
  }

  .grade .grade__image:first-child {
    left: 95px;
    bottom: 0;
    z-index: 3;
  }

  .grade .grade__image:nth-child(2) {
    left: 0;
    top: -100px;
    z-index: 2;
  }

  .grade .grade__image:last-child {
    right: 75px;
    top: -180px;
    z-index: 1;
  }

  .grade__item:nth-child(2)>.grade__image,
  .grade__item:nth-child(3)>.grade__image {
    width: 500px;
    height: 350px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 710px) {
  .header__wrapper {
    gap: 25px;
  }
}

@media screen and (max-width: 700px) {
  .days__item>a>ul>li>p {
    font-size: 12px;
  }
}

@media screen and (max-width: 695px) {
  .choose__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .choose__item {
    max-width: 320px;
  }
}

@media screen and (max-width: 690px) {
  .offer__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .offer li {
    max-width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .about-block__inner {
    gap: 30px;
  }

  .time-block__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 670px) {
  .path__list>li>p {
    font-size: 15px;
  }
}

@media screen and (max-width: 668px) {
  .footer__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 40px 0;
  }

  .footer__phone {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .footer__documents {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .footer__license {
    margin-top: 20px;
  }

  .footer__menu {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .footer__policy-text {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
    -ms-grid-column-align: start;
    justify-self: start;
    max-width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .training__image {
    height: 330px;
  }

  .training__link-content {
    padding-bottom: 0;
  }

  .why__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why .why__item::before {
    height: 50%;
  }

  .price__image {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .intro {
    padding-bottom: 0;
  }

  .intro__gif-content {
    display: none;
  }

  .intro__gif-content-mobile {
    display: block;
    position: absolute;
    top: 160px;
    right: 0;
    z-index: 1;
  }

  .intro__gif-block-mobile {
    display: flex;
  }

  .intro__gif-m1 {
    position: relative;
    right: 0px;
    top: 80px;
  }

  .intro__gif-m2 {
    position: relative;
    top: -50px;
    right: -25px;
  }

  .intro__gif-m3 {
    position: relative;
    top: -80px;
  }

  @keyframes rotateAnimation1 {
    0% {
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg);
    }

    100% {
      -webkit-transform: rotate(400deg);
      transform: rotate(400deg);
    }
  }

  .intro__gif-m1 img {
    -webkit-animation: rotateAnimation1 5s linear infinite;
    animation: rotateAnimation1 5s linear infinite;
  }

  @keyframes rotateAnimation10 {
    0% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }

    50% {
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px);
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
    }
  }

  .intro__gif-m2 img {
    -webkit-animation: rotateAnimation10 10s linear infinite;
    animation: rotateAnimation10 10s linear infinite;
    backdrop-filter: blur(2px);
    border-radius: 100px;
  }

  @keyframes rotateAnimation2 {
    0% {
      -webkit-transform: rotate(-38deg);
      transform: rotate(-38deg);
    }

    100% {
      -webkit-transform: rotate(-398deg);
      transform: rotate(-398deg);
    }
  }

  .intro__gif-m3 img {
    -webkit-animation: rotateAnimation2 10s linear infinite;
    animation: rotateAnimation2 10s linear infinite;
  }
}

@media screen and (max-width: 440px) {
  .intro__gif-m1 {
    position: relative;
    right: -15px;
    top: 0px;
  }
}


@media screen and (max-width: 391px) {
  .intro__gif-m1 {
    top: -10px !important;
    right: -20px !important;
  }
}

@media screen and (max-width: 370px) {
  .intro__gif-m1 {
    right: -70px;
  }
}

@media screen and (max-width: 630px) {
  .plus__item {
    width: 300px;
  }

  .plus__image {
    width: 400px;
    height: auto;
  }

  .plus .plus-swiper-pagination {
    margin-top: 90px;
  }
}

@media screen and (max-width: 621px) {
  .days__buttons {
    display: none;
  }

  .days__slider {
    margin-bottom: 20px;
  }

  .days__list.swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .days__item>a>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }

  .days__item>a>ul>li>p {
    font-size: 16px;
  }
}

@media screen and (max-width: 610px) {
  .header__wrapper {
    gap: 15px;
  }
}

@media screen and (max-width: 600px) {
  .category__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px;
    grid-template-columns: 1fr 60px;
    padding-right: 20px;
  }

  .buy__item {
    max-width: 100%;
  }

  .articles__mobile {
    display: block;
    width: 100%;
  }

  .articles__img {
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  .articles__date {
    margin-bottom: 10px;
  }

  .articles__name {
    font-size: 18px;
  }

  .articles__text {
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 590px) {
  .sertificates__image {
    width: 100%;
    margin: 0 auto;
  }

  .sertificates__info {
    margin: 0 auto;
  }

  .class__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .class__link-content {
    padding: 20px;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .class__item {
    display: block;
  }

  .class__image {
    width: 100%;
    height: 200px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .class__image img {
    display: none;
  }

  .class__image img:nth-child(2) {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px;
    height: auto;
    margin-top: 0;
  }

  .class__item:first-child>a>.class__image::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.056%, rgb(132, 65, 47)), color-stop(58.97%, rgb(132, 65, 47)), color-stop(66.444%, rgba(132, 65, 47, 0.89)), color-stop(73.343%, rgba(132, 65, 47, 0.46)), color-stop(88.901%, rgba(132, 65, 47, 0.09)));
    background: -o-linear-gradient(left, rgb(132, 65, 47) 0.056%, rgb(132, 65, 47) 58.97%, rgba(132, 65, 47, 0.89) 66.444%, rgba(132, 65, 47, 0.46) 73.343%, rgba(132, 65, 47, 0.09) 88.901%);
    background: linear-gradient(90deg, rgb(132, 65, 47) 0.056%, rgb(132, 65, 47) 58.97%, rgba(132, 65, 47, 0.89) 66.444%, rgba(132, 65, 47, 0.46) 73.343%, rgba(132, 65, 47, 0.09) 88.901%);
  }

  .class__item:nth-child(2)>a>.class__image::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.204%, rgb(44, 74, 85)), color-stop(59.197%, rgb(44, 74, 85)), color-stop(66.612%, rgba(44, 74, 85, 0.89)), color-stop(73.319%, rgba(44, 74, 85, 0.46)), color-stop(88.848%, rgba(44, 74, 85, 0.09)));
    background: -o-linear-gradient(left, rgb(44, 74, 85) 0.204%, rgb(44, 74, 85) 59.197%, rgba(44, 74, 85, 0.89) 66.612%, rgba(44, 74, 85, 0.46) 73.319%, rgba(44, 74, 85, 0.09) 88.848%);
    background: linear-gradient(90deg, rgb(44, 74, 85) 0.204%, rgb(44, 74, 85) 59.197%, rgba(44, 74, 85, 0.89) 66.612%, rgba(44, 74, 85, 0.46) 73.319%, rgba(44, 74, 85, 0.09) 88.848%);
  }

  .class__item:nth-child(3)>a>.class__image::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.463%, rgb(83, 71, 117)), color-stop(58.018%, rgb(83, 71, 117)), color-stop(66.393%, rgba(83, 71, 117, 0.89)), color-stop(73.496%, rgba(83, 71, 117, 0.46)), color-stop(88.765%, rgba(83, 71, 117, 0.09)));
    background: -o-linear-gradient(left, rgb(83, 71, 117) 0.463%, rgb(83, 71, 117) 58.018%, rgba(83, 71, 117, 0.89) 66.393%, rgba(83, 71, 117, 0.46) 73.496%, rgba(83, 71, 117, 0.09) 88.765%);
    background: linear-gradient(90deg, rgb(83, 71, 117) 0.463%, rgb(83, 71, 117) 58.018%, rgba(83, 71, 117, 0.89) 66.393%, rgba(83, 71, 117, 0.46) 73.496%, rgba(83, 71, 117, 0.09) 88.765%);
  }

  .class__item:nth-child(4)>a>.class__image::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(36.042%, rgb(83, 71, 117)), color-stop(58.734%, rgb(83, 71, 117)), color-stop(66.046%, rgba(83, 71, 117, 0.89)), color-stop(73.71%, rgba(83, 71, 117, 0.46)), color-stop(88.104%, rgba(83, 71, 117, 0.09)));
    background: -o-linear-gradient(left, rgb(83, 71, 117) 36.042%, rgb(83, 71, 117) 58.734%, rgba(83, 71, 117, 0.89) 66.046%, rgba(83, 71, 117, 0.46) 73.71%, rgba(83, 71, 117, 0.09) 88.104%);
    background: linear-gradient(90deg, rgb(83, 71, 117) 36.042%, rgb(83, 71, 117) 58.734%, rgba(83, 71, 117, 0.89) 66.046%, rgba(83, 71, 117, 0.46) 73.71%, rgba(83, 71, 117, 0.09) 88.104%);
  }

  .class__item:nth-child(5)>a>.class__image::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(84, 34, 34)), color-stop(58.214%, rgb(84, 34, 34)), color-stop(66.485%, rgba(84, 34, 34, 0.89)), color-stop(73.379%, rgba(84, 34, 34, 0.46)), color-stop(88.759%, rgba(84, 34, 34, 0)));
    background: -o-linear-gradient(left, rgb(84, 34, 34), rgb(84, 34, 34) 58.214%, rgba(84, 34, 34, 0.89) 66.485%, rgba(84, 34, 34, 0.46) 73.379%, rgba(84, 34, 34, 0) 88.759%);
    background: linear-gradient(90deg, rgb(84, 34, 34), rgb(84, 34, 34) 58.214%, rgba(84, 34, 34, 0.89) 66.485%, rgba(84, 34, 34, 0.46) 73.379%, rgba(84, 34, 34, 0) 88.759%);
  }

  .class__item:nth-child(6)>a>.class__image::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(132, 65, 47)), color-stop(58.302%, rgb(132, 65, 47)), color-stop(66.707%, rgba(132, 65, 47, 0.89)), color-stop(73.593%, rgba(132, 65, 47, 0.46)), color-stop(88.759%, rgba(132, 65, 47, 0.09)));
    background: -o-linear-gradient(left, rgb(132, 65, 47), rgb(132, 65, 47) 58.302%, rgba(132, 65, 47, 0.89) 66.707%, rgba(132, 65, 47, 0.46) 73.593%, rgba(132, 65, 47, 0.09) 88.759%);
    background: linear-gradient(90deg, rgb(132, 65, 47), rgb(132, 65, 47) 58.302%, rgba(132, 65, 47, 0.89) 66.707%, rgba(132, 65, 47, 0.46) 73.593%, rgba(132, 65, 47, 0.09) 88.759%);
  }

  .class__text {
    text-align: left;
    max-width: 90%;
  }

  .class__btn {
    font-size: 14px;
    padding: 10px;
  }

  .how__list {
    gap: 20px;
  }

  .how__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .how__item::before {
    width: 100%;
    left: 0;
  }

  .how h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }

  .how h3:before {
    margin-right: auto;
  }

  .how br {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .training__image {
    width: 100%;
    height: 480px;
  }

  .training__image img {
    display: none;
  }

  .training__image img:nth-child(2) {
    width: 100%;
    display: block;
  }

  .training__image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 190, 111)), color-stop(50%, rgba(242, 190, 111, 0.8)), to(rgba(242, 190, 111, 0)));
    background: -o-linear-gradient(top, rgb(242, 190, 111) 0%, rgba(242, 190, 111, 0.8) 50%, rgba(242, 190, 111, 0) 100%);
    background: linear-gradient(180deg, rgb(242, 190, 111) 0%, rgba(242, 190, 111, 0.8) 50%, rgba(242, 190, 111, 0) 100%);
  }

  .training__btn {
    max-width: 100%;
  }

  .grade .grade__images {
    width: 145%;
  }

  .grade__item {
    gap: 30px;
  }

  .ways__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ways__item {
    height: 100px;
  }

  /* .ways__item:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    height: 200px;
  } */

  .server__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .server__item {
    height: 120px;
  }

  .server .server__item.visible {
    height: 110px;
  }
}

@media screen and (max-width: 570px) {
  .main-nav__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    right: 40px;
    bottom: 0;
    z-index: 10;
  }

  .main-nav__social a {
    width: 48px;
    height: 48px;
    background-color: #D81119;
    border-radius: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-nav__social a:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }

  .main-nav__social a:hover>svg path {
    fill: white;
  }

  .main-nav__social a>svg path {
    fill: white;
  }
}

@media screen and (max-width: 560px) {
  .events .events__content.content__two .events__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .works .works__link.intro__link {
    max-width: 80%;
  }
}

@media screen and (max-width: 555px) {
  .plus__item {
    width: 340px;
  }

  .plus__image {
    width: 420px;
    height: auto;
  }
}

@media screen and (max-width: 540px) {
  .pipe-machines .buy__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .automatic .buy__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 530px) {
  .thanks__image {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

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

  .container {
    padding: 0 20px;
  }

  .intro__content {
    padding: 50px 20px 60px;
  }

  .intro__gif-m1 {
    top: 60px;
    right: -30px;
  }

  .intro__gif-content {
    right: -200px;
    bottom: -250px;
    max-width: 50%;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  .intro__gif10 {
    left: -80px;
  }

  .intro__gif12 {
    left: 25px;
  }

  .intro__inner {
    padding: 30px;
  }

  .intro__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .intro__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .intro__link {
    max-width: 100%;
  }

  .form__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .form__inner {
    padding: 30px 20px;
  }

  .form .custom-textarea textarea {
    height: 160px;
  }

  .form__text--mobile {
    display: none;
  }

  .about-block__info-content>p {
    color: rgb(52, 52, 52);
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: left;
  }

  .base-block__title {
    font-size: 34px;
  }

  .base-block .big {
    font-size: 34px;
  }

  .whant__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .whant__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .whant__item-content>img {
    margin-bottom: 0;
  }

  .whant__item-content>p {
    font-size: 16px;
  }

  .time-block__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .time-block__date {
    margin-bottom: 10px;
  }

  .time-block__date>p {
    max-width: 100%;
  }

  .time-block .custom-select.form__input-select {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-bottom: 30px;
  }

  .time-block .time-block__btn.intro__link {
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .offer__content {
    padding: 30px 20px;
  }

  .plus__content {
    padding: 15px 20px 40px;
  }

  .grade__content {
    padding: 50px 20px;
  }

  .grade .grade__title.plus__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .grade h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .grade p {
    font-size: 16px;
  }

  .grade__item:nth-child(2)>.grade__image,
  .grade__item:nth-child(3)>.grade__image {
    width: 450px;
    height: 300px;
    margin: 0 auto;
  }

  .price__text {
    font-size: 14px;
  }

  .price__label {
    font-size: 18px;
  }

  .ticker__content {
    padding: 50px 20px 180px;
  }

  .why__content {
    padding: 50px 20px;
  }

  .how__content {
    padding: 50px 20px;
  }

  .price--page .price__content {
    padding: 36px 30px 50px;
  }

  .price__content {
    padding: 50px 20px;
  }

  .price__title {
    font-size: 28px;
  }

  .works__content {
    padding: 50px 20px 0;
  }

  .works__slider.swiper {
    padding: 0 20px;
  }

  .ways__content {
    padding: 40px 20px 30px;
  }

  .server__content {
    padding: 30px 20px 50px;
  }

  .faq__content {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 500px) {
  .gallery__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .view__tabs>img {
    display: none;
  }

  .view__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 13px;
  }

  .view__tab-btn:last-child {
    border-bottom: 0.3px solid rgb(128, 128, 128);
    width: 100%;
    text-align: left;
    padding-bottom: 12px;
  }

  .news-page .br {
    display: block;
  }

  .about-block__title {
    margin-bottom: 120px;
  }

  .about-block__inner {
    position: relative;
    width: 100%;
  }

  .about-block__info-conten:first-of-type {
    margin-top: 50px;
  }

  .about-block__image-content {
    position: absolute;
    top: -90px;
    margin-right: 0;
  }

  .about-block__info-content:nth-child(2)>.about-block__image-content {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .about-block__info-content:nth-child(3)>.about-block__image-content {
    right: 0;
  }

  .about-block__line {
    top: 50%;
    height: 1px;
    width: 145px;
  }

  .single-event__image-second {
    height: 150px;
  }
}

@media screen and (max-width: 490px) {
  .class__text {
    font-size: 14px;
  }

  .class__btn {
    max-width: 170px;
    font-size: 12px;
    padding: 8px;
  }

  .plus__item {
    width: 320px;
  }

  .plus__image {
    width: 390px;
    height: auto;
  }
}

@media screen and (max-width: 470px) {
  .sertificates {
    background-size: 1590px;
  }

  .server__item {
    height: 90px;
  }

  .server .server__item.visible {
    height: 80px;
  }
}

@media screen and (max-width: 460px) {
  .plus__item {
    width: 350px;
  }

  .plus__image {
    width: 380px;
    height: auto;
  }

  .plus__info {
    max-width: 250px;
  }

  .plus__info h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

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

@media screen and (max-width: 450px) {
  .header__wrapper {
    gap: 7px;
  }

  .header__logo {
    width: 70px;
  }

  .main-nav__contacts--mobile>.main-nav__phone {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .training__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .plus__item {
    width: 320px;
  }

  .plus__image {
    width: 350px;
    height: auto;
  }
}

@media screen and (max-width: 420px) {
  .grade .grade__images {
    width: 160%;
  }

  .ways__item {
    height: 70px;
  }

  /* .ways__item:last-child {
    height: 150px;
  } */
}

@media screen and (max-width: 410px) {
  .plus__image {
    width: 350px;
    height: auto;
  }
}

@media (max-width: 390px) {
  .container {
    padding: 0 20px;
  }

  .header {
    height: 60px;
  }

  .main-nav__menu {
    padding: 20px 35px 40px;
  }
}

@media screen and (max-width: 390px) {
  .logo.logo--header.link {
    display: block;
  }

  .logo--header {
    width: 80px;
  }

  .logo--header img {
    width: 80px;
  }

  .contact-phone--mobile {
    font-size: 14px;
  }

  .header__toggle.button {
    width: 30px;
    height: 20px;
  }

  .header__toggle.button .toggle-line1 {
    transform-origin: 12% 0%;
  }

  .nav__list.list {
    width: 320px;
  }

  /* .intro__gif-m1 {
    top: -10px;
    right: -20px;
  } */

  .footer__content {
    padding: 0 35px;
  }

  .footer__info {
    margin: 40px 0;
  }

  .footer__documents p,
  .footer__documents h3 {
    font-size: 16px;
  }

  .footer__menu li>a {
    font-size: 16px;
  }

  .footer__sub-menu>li>a {
    font-size: 16px;
  }

  .footer__policy-text {
    font-size: 16px;
  }

  .intro__content {
    padding: 50px 20px 40px;
  }

  .gallery__content {
    padding: 40px 35px;
  }

  .gallery__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .breadcrumbs {
    padding: 30px 0 10px;
  }

  .machine__content {
    padding: 0 35px;
  }

  .machine__inner {
    margin: 50px 0 100px;
  }

  .machine__title {
    font-size: 24px;
  }

  .machine__text {
    font-size: 16px;
  }

  .category__content {
    padding: 0 35px;
  }

  .category__title {
    font-size: 24px;
  }

  .category__list {
    margin: 0 0 100px;
    gap: 30px;
  }

  .category__link {
    font-size: 22px;
    width: 100%;
  }

  .category__text {
    font-size: 16px;
    margin: 10px 0 30px 0;
    padding: 0 20px;
  }

  .bending__content {
    padding: 0 35px;
  }

  .bending__title {
    font-size: 24px;
  }

  .bending__text {
    font-size: 16px;
  }

  .choose__content {
    padding: 0 35px;
  }

  .choose__title {
    font-size: 24px;
    padding-top: 50px;
  }

  .choose__list {
    padding-bottom: 50px;
  }

  .buy__content {
    padding: 50px 35px;
  }

  .buy__title {
    font-size: 24px;
  }

  .articles__content {
    padding: 0 35px;
  }

  .articles__title {
    font-size: 24px;
  }

  .articles__all-link {
    margin-bottom: 50px;
  }

  .articles__text {
    font-size: 16px;
  }

  .form__content {
    padding: 40px 35px 80px;
  }

  .pipe-machines__content {
    padding: 0 35px;
  }

  .pipe-machines__mobile-title {
    font-size: 24px;
  }

  .pipe-machines__pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 18px;
  }

  .automatic__content {
    padding: 0 35px;
  }

  .automatic__mobile-title {
    font-size: 24px;
  }

  .automatic__pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 18px;
  }

  .view__content {
    padding: 0 35px;
  }

  .view__title-mobile {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .view .swiper-thumbs {
    max-width: 70px;
  }

  .view .swiper-button-prev {
    padding-right: 18px;
  }

  .view .swiper-button-next {
    padding-left: 18px;
  }

  .view__tab-btn {
    font-size: 24px;
  }

  .view__tab-text {
    font-size: 16px;
  }

  .about-page__content {
    padding: 0 35px;
  }

  .about-page .machine__title {
    font-size: 24px;
  }

  .about-page .machine__text {
    font-size: 16px;
  }

  .about-page__list {
    gap: 50px 0;
    margin-bottom: 50px;
  }

  .sertificates {
    background-size: 1590px 440px;
  }

  .sertificates__content {
    padding: 40px 35px;
  }

  .sertificates__info>p {
    font-size: 18px;
  }

  .know__content {
    padding: 50px 35px;
  }

  .know__list {
    gap: 30px;
  }

  .know__item {
    padding: 30px 18px;
  }

  .know__title {
    font-size: 24px;
  }

  .know__title-card {
    font-size: 22px;
  }

  .news .articles__list-mobile {
    gap: 30px;
  }

  .news .pipe-machines__pagination {
    margin-bottom: 50px;
  }

  .articles-page .articles__list-mobile {
    gap: 30px;
  }

  .articles-page .pipe-machines__pagination {
    margin-bottom: 50px;
  }

  .selected__content {
    padding: 0 35px;
  }

  .selected__title {
    font-size: 22px;
  }

  .selected__text,
  .selected__small-text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .selected__group-img {
    display: none;
  }

  .selected__mobile-img {
    display: block;
    margin-bottom: 30px;
  }

  .contacts__content {
    padding: 0 35px;
  }

  .contacts__title {
    font-size: 24px;
  }

  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .contacts__name {
    font-size: 22px;
  }

  .page404__content {
    padding: 0 35px;
  }

  .page404__title {
    font-size: 32px;
  }

  .thanks__content {
    padding: 0 35px;
  }

  .thanks__inner {
    padding: 50px 0;
  }

  .thanks__title {
    font-size: 32px;
  }

  .thanks__text {
    font-size: 20px;
  }

  .thanks__text-small {
    font-size: 16px;
  }

  .news-page__content {
    padding: 0 35px;
  }

  .news-page__table {
    margin-bottom: 50px;
  }

  .news-page__title {
    font-size: 22px;
  }

  .news-page__text {
    font-size: 16px;
  }

  .popup__content {
    max-width: 320px;
  }

  .training__content {
    padding: 40px 35px;
  }

  .training__link-content {
    padding: 40px 20px 0;
  }

  .class__content {
    padding: 40px 35px;
  }

  .class__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .class__image {
    height: 180px;
  }

  .about-block__content {
    padding: 40px 35px;
  }

  .about-block__title {
    font-size: 24px;
  }

  .team__content {
    padding: 40px 35px;
  }

  .team__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .team__info {
    max-width: 100%;
  }

  .team__name {
    width: 100%;
    padding: 9px 10px;
    text-align: center;
  }

  .team__item-content {
    gap: 20px;
  }

  .team__image {
    width: 100%;
  }

  .events__content {
    padding: 40px 35px;
  }

  .events__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .events .events__content.content__two .event {
    font-size: 25px;
    margin: 0 0 30px;
  }

  .events .events__content.content__two .events__info {
    padding: 0 20px 30px;
  }

  .base-block__content {
    padding: 50px 35px 40px;
  }

  .base-block__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .base-block .big {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: -30px;
  }

  .whant__content {
    padding: 40px 35px;
  }

  .whant__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .path__content {
    padding: 40px 35px;
  }

  .path__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .path__list {
    gap: 20px;
  }

  .path__list>li {
    padding: 20px;
  }

  .path__list>li>p {
    font-size: 13px;
  }

  .program__content {
    padding: 40px 35px;
  }

  .program__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .days__content {
    padding: 40px 35px;
  }

  .days__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .days__extra>p {
    font-size: 16px;
  }

  .video__content {
    padding: 40px 35px;
  }

  .video__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .single-event__content {
    padding: 30px 35px 40px;
  }

  .single-event__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .single-event__info>p {
    text-align: left;
  }

  .time-block__content {
    padding: 30px 35px 40px;
  }

  .time-block__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .time-block__info>p {
    font-size: 16px;
  }

  .offer__content {
    padding: 30px 20px;
  }

  .plus__content {
    padding: 15px 20px 40px;
  }

  .plus__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .plus__info {
    left: 75px;
  }

  .plus__item {
    max-width: 300px;
  }

  .plus__image {
    width: 340px;
    height: auto;
  }

  .grade__content {
    padding: 40px 20px;
  }

  .grade .grade__image {
    margin-top: 130px;
  }

  .grade .grade__image:first-child {
    left: 95px;
    bottom: 0;
    z-index: 3;
  }

  .grade .grade__image:nth-child(2) {
    left: 0;
    top: -80px;
    z-index: 2;
  }

  .grade .grade__image:last-child {
    right: 75px;
    top: -130px;
    z-index: 1;
  }

  .grade__item:nth-child(2)>.grade__image,
  .grade__item:nth-child(3)>.grade__image {
    width: 400px;
    height: 250px;
    margin: 0 auto;
  }

  .ticker__content {
    padding: 40px 20px 160px;
  }

  .ticker__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .ticker__marquee-box {
    padding: 25px 0;
  }

  .why__content {
    padding: 40px 20px;
  }

  .why__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .why h3 {
    font-size: 18px;
  }

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

  .how__content {
    padding: 40px 20px;
  }

  .how__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .how__item {
    gap: 10px;
  }

  .how h3 {
    font-size: 18px;
  }

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

  .price__content {
    padding: 40px 20px;
  }

  .price__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .price__text {
    font-size: 14px;
  }

  .price h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .works__content {
    padding: 40px 20px 0;
  }

  .works__title {
    font-size: 28px;
  }

  .works__text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .works__slider.swiper {
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .works__item.swiper-slide {
    height: 183px;
  }

  .ways__content {
    padding: 40px 20px 30px;
  }

  .ways__title {
    font-size: 28px;
  }

  .ways__text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .server__content {
    padding: 30px 20px 40px;
  }

  .server__title {
    font-size: 28px;
  }

  .server__text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .server__item {
    height: 70px;
  }

  .faq__content {
    padding: 40px 20px;
  }

  .faq__title {
    font-size: 28px;
  }

  .faq__text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .faq .faq__element {
    padding: 20px;
  }

  .faq__btn {
    font-size: 18px;
  }

  .faq__text-info {
    font-size: 14px;
  }
}

@media (max-width: 389px) {
  .section__form {
    padding: 20px;
  }
}

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

  .intro__link {
    font-size: 14px;
    padding: 9px;
  }
}

@media screen and (max-width: 370px) {
  .header__logo {
    width: 60px;
  }

  .main-nav__enter--mobile {
    margin-left: 5px;
  }

  .header__wrapper {
    gap: 3px;
  }

  .main-nav__contacts--mobile>.main-nav__phone {
    font-size: 12px;
  }

  .btn-reset.main-nav__toggle {
    width: 45px;
  }

  .whant__item-content>p {
    font-size: 14px;
  }

  /* .plus__item {
    width: 300px;
  }

  .plus__image {
    width: 320px;
    height: auto;
  }

  .plus__info {
    left: 60px;
  } */
}

@media screen and (max-width: 367px) {
  .intro__gif-m1 {
    top: 25px;
  }
}

@media screen and (max-width: 360px) {
  .sertificates {
    background-size: 2000px 350px;
    background-position: right 0px top 30px;
  }

  .class__image {
    height: 160px;
  }

  .class__text {
    font-size: 12px;
  }

  .about-block__line {
    top: 50%;
    height: 1px;
    width: 120px;
  }

  .program__list>li>p {
    font-size: 15px;
  }

  .days__item>a>ul>li>p {
    font-size: 14px;
  }

  .grade .grade__images {
    width: 170%;
  }

  .server .server__item.visible {
    height: 70px;
  }
}

@media screen and (max-width: 356px) {
  .intro__gif-m1 {
    top: 25px !important;
  }
}

@media screen and (max-width: 355px) {
  .plus__slider {
    height: auto;
  }

  .plus__item {
    width: 320px;
  }

  .plus__image {
    width: 330px;
  }

  .plus .plus-swiper-pagination {
    margin-top: 70px;
  }
}

@media screen and (max-width: 350px) {
  .form__title {
    font-size: 25px;
  }

  .time-block .custom-select__list {
    bottom: 41px;
  }

  .time-block .custom-select__text {
    font-size: 14px;
  }

  .time-block .custom-select__list>li {
    font-size: 14px;
  }
}

@media screen and (max-width: 340px) {
  .training__title {
    font-size: 20px;
  }

  .training__btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 335px) {
  .plus__item {
    width: 300px;
  }

  .plus__image {
    width: 300px;
  }

  .plus__info {
    max-width: 220px;
    left: 65px;
  }

  .plus__info p {
    font-size: 13px;
  }
}

@media screen and (max-width: 330px) {
  .team__name {
    font-size: 16px;
  }

  .days__item>a>ul>li>p {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .main-nav__enter--mobile {
    margin-left: 2px;
  }

  .main-nav__contacts--mobile>.main-nav__phone {
    font-size: 10px;
  }
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }

  .main-nav__toggle:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .main-nav__sublist>li>a:hover:not(.focus-visible) {
    color: #9fb4ff;
  }

  .main-nav__sublink:hover:not(.focus-visible) {
    color: rgb(24, 44, 143);
  }

  .main-nav__sublink:active:not(.focus-visible) {
    color: rgb(24, 44, 143);
  }

  .main-nav__phone:hover:not(.focus-visible) {
    color: #9FB4FF;
  }

  .main-nav__phone:active:not(.focus-visible) {
    color: #9FB4FF;
  }

  .btn:hover:not(.focus-visible) {
    color: #1D36AF;
  }

  .btn:active:not(.focus-visible) {
    color: #15277F;
  }

  .custom-select__item:hover:not(.focus-visible) {
    background-color: chartreuse;
  }

  .category-card:hover:not(.focus-visible) .category-card__button {
    color: #faa633;
  }

  .category-card:hover:not(.focus-visible) .category-card__button svg {
    color: #faa633;
  }

  .category-card:active:not(.focus-visible) .category-card__button {
    color: #ea8906;
  }

  .category-card:active:not(.focus-visible) .category-card__button svg {
    color: #ea8906;
  }

  .feedback__agreement a:hover:not(.focus-visible) {
    color: #faa633;
  }

  .feedback__agreement a:active:not(.focus-visible) {
    color: #ea8906;
  }

  .breadcrumbs__link:hover:not(.focus-visible) {
    color: gold;
  }

  .breadcrumbs__link:active:not(.focus-visible) {
    color: rgb(255, 255, 255);
  }

  .events.extra .breadcrumbs .breadcrumbs__link:hover:not(.focus-visible) {
    color: gold;
  }

  .events.extra .breadcrumbs .breadcrumbs__link:active:not(.focus-visible) {
    color: #343434;
  }

  .single-event.extra .breadcrumbs .breadcrumbs__link:hover:not(.focus-visible) {
    color: gold;
  }

  .single-event.extra .breadcrumbs .breadcrumbs__link:active:not(.focus-visible) {
    color: #343434;
  }

  .time-block.extra .breadcrumbs .breadcrumbs__link:hover:not(.focus-visible) {
    color: gold;
  }

  .time-block.extra .breadcrumbs .breadcrumbs__link:active:not(.focus-visible) {
    color: #343434;
  }
}

.prices-section-section {
  position: relative;
  overflow: hidden;
}

.prices-section__content .breadcrumbs {
  padding: 20px 0;
}

.prices-section__content .breadcrumbs a {
  color: #A3A3A3;
}

.prices-section__title {
  font-family: Raleway;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

/* Наши проекты */
.our-project {
  position: relative;
  /* overflow: hidden; */
}

.our-project__bg {
  position: absolute;
  width: 250px;
  height: 800px;
  right: 0;
  top: 150px;
  user-select: none;
}

.our-project__content .breadcrumbs {
  padding: 20px 0;
}

.our-project__content .breadcrumbs a {
  color: #A3A3A3;
}

.our-project__title {
  font-family: Raleway;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  margin: 0 0 67px;
}

.our-project__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* align-items: start; */
  gap: 30px;
  padding-bottom: 50px;
}

.our-project__card-link {
  display: flex;
  flex-direction: column;
  max-width: 585px;
  width: 100%;
}

.our-project__card-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 73.68%;
}

.our-project__top-bg {
  position: absolute;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 10px;
  left: 10px;
  z-index: 3;
}

.our-project__top-text {
  font-family: Raleway;
  font-size: 14px;
  line-height: 150%;
  color: #101126;
  text-transform: lowercase;
  margin: 0;
  padding: 5px 15px;
}

.our-project__card-img img {
  width: 585px;
  max-height: 430px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

/* .our-project__card-img img:last-child {
  display: none;
} */

.image--main {
  z-index: 1;
}

.image--hover {
  z-index: 0;
  opacity: 0;
}

.our-project__card-link:hover .image--hover {
  opacity: 1;
  z-index: 2;
}

.our-project__card-link:hover .image--main {
  opacity: 0;
  z-index: 1;
}

.scale-on-hover {
  transition: transform 0.3s ease;
  transform: scale(1.05);
}

.our-project__card-title {
  font-family: Raleway;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  margin: 0 0 15px;
}

.our-project__card-text {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
  max-width: 550px;
  width: 100%;
}

.our-project__filters {
  position: relative;
}

.our-project__filters-bg-top {
  position: absolute;
  right: -200px;
  user-select: none;
  /* width: 275px;
  height: 520px; */
}

.our-project__filters-bg-bottom {
  position: absolute;
  left: -250px;
  bottom: -150px;
  user-select: none;
}

.our-project__filters-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* align-items: start; */
  gap: 30px;
  padding-top: 0px;
  padding-bottom: 60px;
}

.our-project__filters-item {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  width: 100%;
}

.our-project__filters-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.68%;
}

.our-project__filters-bg {
  position: absolute;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  top: 10px;
  left: 10px;
  z-index: 3;
}

.our-project__filters-text {
  font-family: Raleway;
  font-size: 14px;
  line-height: 150%;
  color: #101126;
  text-transform: lowercase;
  margin: 0;
  padding: 5px 15px;
}

.our-project__filters-img img {
  width: 380px;
  max-height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  object-fit: contain;
  transition: 0.3s ease;
}

.our-project__filters-item:hover .image--hover {
  opacity: 1;
  z-index: 2;
}

.our-project__filters-item:hover .image--main {
  opacity: 0;
  z-index: 1;
}

.our-project__filters-item:hover .image--main.hover-disabled {
  opacity: 1;
  z-index: 2;
}

.our-project__filters-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.our-project__filters-title {
  font-family: Raleway;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

.our-project__filters-desc {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
  margin: 0;

}

@media screen and (max-width: 1200px) {
  .prices-section__content .breadcrumbs {
    justify-content: start;
  }

  .our-project__content .breadcrumbs {
    justify-content: start;
  }
}

@media screen and (max-width: 1050px) {
  .prices-section__title {
    font-size: 44px;
  }

  .our-project__title {
    font-size: 44px;
    margin-bottom: 50px;
  }

  .our-project__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-bottom: 50px;
    width: 100%;
  }

  .our-project__card-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .our-project__card-title {
    font-size: 24px;
    line-height: 130%;
  }

  .our-project__card-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 73.68%;
  }

  .our-project__card-img img {
    width: 100%;
    height: auto;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    object-fit: contain;
    transition: opacity 0.3s ease;
  }

  .our-project__top-bg {
    top: 20px;
    left: 20px;
  }

  .our-project__card-text {
    max-width: 100%;
  }

  .our-project__filters-items {
    grid-template-columns: 1fr 1fr;
  }

  .our-project__filters-item {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }

  .our-project__filters-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    height: 0;
    /* padding-bottom: 75.68%; */
  }

  .our-project__filters-bg {
    position: absolute;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    top: 10px;
    left: 10px;
    z-index: 3;
  }

  .our-project__filters-text {
    font-family: Raleway;
    font-size: 14px;
    line-height: 150%;
    color: #101126;
    text-transform: lowercase;
    margin: 0;
    padding: 5px 15px;
  }

  .our-project__filters-img img {
    width: 100%;
    height: auto;
    max-height: none;
    /* position: absolute;
    top: 0;
    left: 0; */
    border-radius: 20px;
    object-fit: contain;
    transition: 0.3s ease;
  }

}

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

  .our-project__card-link:hover .image--main {
    opacity: 1;
    z-index: 3;
  }

  .our-project__card-link:hover .image--hover {
    opacity: 0;
    z-index: 0;
  }

  .our-project__filters-bg-top {
    position: absolute;
    right: -200px;
    user-select: none;
    top: 50%;
  }

  .our-project__filters-items {
    grid-template-columns: 1fr;
  }

  .our-project__top-bg {
    display: none;
  }

  .our-project__filters-bg {
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 520px) {
  .prices-section .container {
    padding: 0 30px;
  }

  .prices-section__content .breadcrumbs {
    padding: 40px 0 20px;
  }

  .prices-section__title {
    font-size: 28px;
  }

  .our-project .container {
    padding: 0 30px;
  }

  .our-project__content .breadcrumbs {
    padding: 40px 0 20px;
  }

  .our-project__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .our-project__card-title {
    font-size: 22px;
    line-height: 130%;
  }


  .our-project__filters-bg {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
  }
}

@media screen and (max-width: 360px) {
  .our-project__filters-bg {
    position: absolute;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    top: 10px;
    left: 10px;
    z-index: 3;
  }

  .our-project__filters-text {
    font-family: Raleway;
    font-size: 14px;
    line-height: 150%;
    color: #101126;
    text-transform: lowercase;
    margin: 0;
    padding: 5px 15px;
  }

  .our-project__top-text {
    font-family: Raleway;
    font-size: 14px;
    line-height: 150%;
    color: #101126;
    text-transform: lowercase;
    margin: 0;
    padding: 5px 15px;
  }
}

/* Отдельный проект */

.single-project {
  overflow: hidden;
}

.single-project__content .breadcrumbs {
  padding: 20px 0 40px;
}

.single-project__content .breadcrumbs a {
  color: #A3A3A3;
  margin: 0 4px;
}

.single-project__title {
  font-family: Raleway;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  margin: 0 0 28px;
  max-width: 1105px;
  width: 100%;
}

.single-project__text {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #ffffff;
  margin: 0 0 28px;
  max-width: 850px;
  width: 100%;
}

.single-project__btn {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #96ADFF;
  display: flex;
  align-items: center;
  gap: 23px;
  transition: .3s;
  margin-bottom: 43px;
}

.single-project__btn:hover {
  opacity: 0.8;
}

.single-project__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* justify-items: center; */
  background-color: #ffffff;
  padding: 100px 50px 100px 50px;
  border-radius: 4px 4px 0 0;
  gap: 10px;
}

/* .single-project__item {
  justify-self: center;
} */

.single-project__item span {
  display: block;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  margin-bottom: 10px;
}

.single-project__item p {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #000000;
  margin: 0;
  font-feature-settings: 'lnum' 1;
}

.single-project__item a {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #000000;
  margin: 0;
  font-feature-settings: 'lnum' 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .single-project__item a:hover {
    opacity: 0.8;
  }
}

.single-project__project .single-project__images .single-project__img.second,
.single-project__project .single-project__images .single-project__img.three {
  display: none;
}

.single-project__project .single-project__images .single-project__img.first {
  display: block;
  width: 1200px;
  /* max-height: 494px; */
  object-fit: cover;
}

/* .single-project__project .single-project__images:nth-child(7) .single-project__img.first {
  padding: 0 100px 50px;
} */

#padding1 {
  padding: 0 100px 50px;
}

.padding-main {
  padding: 50px !important;
}

/* Для только заголовка */
.padding-title {
  padding: 50px !important;
}

/* Для только текста */
.padding-text {
  padding: 100px 50px !important;
}

/* Для отсутствия заголовка и текста */
.padding-none {
  padding: 0 !important;
}

.single-project__text-info {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  /* color: #000000; */
  /* background: #ffffff; */
  padding: 100px 50px;
}

.single-project__text-info p {
  max-width: 1050px;
  width: 100%;
  margin: 0;
}

/* .single-project__text-info- {
  /* background: #1E2045; 
  padding: 50px 50px 0px;
} */

.single-project__text-info h2,
.single-project__text-info-one h2,
.single-project__text-info-two h2 {
  font-family: Raleway;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  /* color: #ffffff; */
  margin: 0 0 20px;
  padding: 0px;
}

.single-project__text-info-one p,
.single-project__text-info-two p {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  /* color: #ffffff; */
  margin: 0;
  padding: 0px 50px 50px;
}

.single-project__project .single-project__images-two .single-project__img:first-child {
  display: block;
  width: 1200px;
  /* max-height: 1430px; */
  object-fit: cover;
}

.single-project__project .single-project__images-two .single-project__img {
  display: none;
}

.single-project__images-three .single-project__img:first-child {
  display: block;
  width: 1200px;
  /* max-height: 587px; */
  object-fit: cover;
}

.single-project__images-three .single-project__img {
  display: none;
}

.single-project__images-four .single-project__img:first-child {
  display: block;
  width: 1200px;
  /* max-height: 1487px; */
  object-fit: cover;
}

.single-project__images-four .single-project__img {
  display: none;
}

.single-project__level {
  background: #ffffff;
  padding: 10px 50px 70px 50px;
}

.single-project__level h2 {
  font-family: Raleway;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: #000000;
  margin: 0 0 50px;
}

.single-project__level .single-project__img {
  display: none;
}

.single-project__level .single-project__img:nth-child(2) {
  display: block;
  width: 1018px;
  /* max-height: 189px; */
  object-fit: cover;
  margin: 0 auto;
}

.single-project__cms {
  background: #ffffff;
}

.single-project__cms .single-project__logo {
  margin: 0 auto;
  padding-bottom: 50px;
}

.single-project__cms .single-project__img {
  display: none;
}

.single-project__cms .single-project__img:nth-child(2) {
  display: block;
  width: 1102px;
  /* max-height: 820px; */
  object-fit: cover;
  margin: 0 auto;
}

.single-project__noot .single-project__img:first-child {
  display: block;
  width: 1200px;
  /* max-height: 950px; */
  object-fit: cover;
}

.single-project__noot .single-project__img {
  display: none;
}

@media screen and (max-width: 1200px) {
  .single-project__content .breadcrumbs {
    display: none;
  }

  .single-project__title {
    padding-top: 50px;
  }

}

@media screen and (max-width: 990px) {
  .padding-main {
    padding: 50px 30px !important;
  }

  /* Для только заголовка */
  .padding-title {
    padding: 50px 30px !important;
  }

  /* Для только текста */
  .padding-text {
    padding: 50px 30px !important;
  }

  /* Для отсутствия заголовка и текста */
  .padding-none {
    padding: 0 !important;
  }

  .single-project__title {
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .single-project__text {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .single-project__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* justify-items: center; */
    background-color: #ffffff;
    padding: 50px 30px 50px 30px;
    border-radius: 4px 4px 0 0;
    gap: 20px;
  }

  /* .single-project__item {
    justify-self: center;
  } */

  .single-project__item span {
    display: block;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
  }

  .single-project__item p {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #000000;
    margin: 0;
    font-feature-settings: 'lnum' 1;
  }

  .single-project__project .single-project__images .single-project__img.first {
    display: none;
  }

  .single-project__project .single-project__images .single-project__img.second {
    display: block;
    width: 900px;
    object-fit: cover;
  }

  /* .single-project__project .single-project__images:nth-child(7) .single-project__img.second {
    padding: 0 30px 50px;

  } */

  #padding2 {
    padding: 0 30px 50px;
  }

  .single-project__text-info {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 50px 30px;
  }

  .single-project__text-info p {
    max-width: 900px;
    width: 100%;
    margin: 0;
  }

  .single-project__text-info-one h2,
  .single-project__text-info-two h2 {
    padding: 50px 30px 0;
  }

  .single-project__text-info-one p,
  .single-project__text-info-two p {
    font-size: 18px;
    line-height: 27px;
    padding: 0px 30px 30px;
  }

  .single-project__level {
    background: #ffffff;
    padding: 10px 30px 60px 30px;
  }

  .single-project__level h2 {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .single-project__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 520px) {
  .padding-main {
    padding: 30px 20px !important;
  }

  /* Для только заголовка */
  .padding-title {
    padding: 30px 20px !important;
  }

  /* Для только текста */
  .padding-text {
    padding: 30px 20px !important;
  }

  /* Для отсутствия заголовка и текста */
  .padding-none {
    padding: 0 !important;
  }

  .single-project__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .single-project__text {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .single-project__btn {
    font-size: 16px;
    gap: 18px;
  }

  .single-project__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #ffffff;
    padding: 30px 20px 30px 20px;
    border-radius: 4px 4px 0 0;
    gap: 10px;
  }

  .single-project__item span {
    display: block;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
    margin-bottom: 7px;
  }

  .single-project__item p {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: #000000;
    margin: 0;
    font-feature-settings: 'lnum' 1;
  }

  .single-project__project .single-project__images .single-project__img.three {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  .single-project__project .single-project__images .single-project__img.second {
    display: none;
  }

  /* .single-project__project .single-project__images:nth-child(7) .single-project__img.three {
    padding: 0 20px 50px;

  } */

  #padding3 {
    padding: 0 20px 40px;
  }

  .single-project__text-info {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    padding: 30px 20px;
  }

  .single-project__text-info p {
    max-width: 100%;
  }

  .single-project__text-info h2 {
    font-size: 25px;
  }

  .single-project__text-info-one h2,
  .single-project__text-info-two h2 {
    padding: 30px 20px 0;
    font-size: 25px;
    margin-bottom: 15px;
  }

  .single-project__text-info-one p,
  .single-project__text-info-two p {
    font-size: 16px;
    line-height: 27px;
    padding: 0px 20px 50px;
  }


  .single-project__level {
    background: #ffffff;
    padding: 10px 20px 50px 20px;
  }

  .single-project__level h2 {
    font-size: 25px;
    margin: 0 0 20px;
  }


  .single-project__logo {
    width: 250px;
  }

}

@media screen and (max-width: 390px) {
  .single-project__title {
    font-size: 22px;
  }

  .single-project__list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .single-project__text-info-one h2,
  .single-project__text-info-two h2 {
    font-size: 20px;
  }

  .single-project__level h2 {
    font-size: 20px;
  }

  .single-project__logo {
    width: 220px;
  }
}

.button-purple {
  z-index: 1;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 17px 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  border: none;
  border-radius: 5px;
  background: linear-gradient(90.37deg, #2B176E 1.75%, #4D27B7 26.73%, #6D3CEF 90.03%) !important;
  color: #ffffff;
  /* -webkit-box-shadow: none;
  box-shadow: none; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: none;
}

.button-purple::before {
  z-index: -1;
  content: "";
  border-radius: 5px;
  background: linear-gradient(90.37deg, #6D3CEF 1.75%, #4D27B7 26.73%, #2B176E 90.03%) !important;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.button-purple--small {
  padding: 15px 20px;
}

.button-purple:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-purple:focus-visible::before {
  opacity: 1;
}

@media (hover: hover) {
  .button-purple:hover::before {
    opacity: 1;
  }
}