:root {
  --gap: 30px;
  --main-color: #4047ff;
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/**
 * Swiper 9.3.2
 * 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: May 15, 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: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

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

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

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

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

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

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

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

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

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

/* CSS Mode */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Extrabold Italic"), local("Gilroy-ExtraboldItalic"), url("../fonts/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-ExtraboldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Semibold Italic"), local("Gilroy-SemiboldItalic"), url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

* {
  font-size: 15px;
  box-sizing: border-box;
  font-family: "Raleway";
  font-feature-settings: "pnum" on, "lnum" on;
}

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

a,
span {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

button {
  border: none;
  appearance: none;
  outline: none;
}

body {
  background: #000000;
}

.decorated {
  background: #4047ff;
  padding: 0 10px;
  border-radius: 10px;
}

.button {
  background: #4047ff;
  border-radius: 20px;
  padding: 16px 30px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
}

.button--white {
  background-color: #fff;
  color: #000000;
}

.button--round {
  width: 127px;
  height: 127px;
  border-radius: 100px;
}

.wrapper {
  max-width: 1306px;
  width: 100%;
  padding: 0 8px;
  margin: auto;
}

.wrapper--column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h1 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  color: #fff;
}

.h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 130%;
}

.colored {
  color: var(--main-color);
}

.section {
  padding: 120px 0;
}

.section-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.section-title--desc {
  margin-bottom: 15px;
}

.section-desc {
  color: #949494;
  margin-bottom: 40px;
  text-align: center;
}

.section-text {
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}

.section--white {
  background: #ffffff;
  border-radius: 50px;
  padding: 70px 0;
}

.section--white .section-title {
  color: #000;
}

.icon-button {
  background: #ffffff;
  border-radius: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header + .section:not(.target) {
  padding-top: 60px;
}

.page-header + .section--white {
  margin-top: 10px;
  padding-top: 70px;
}

.hr {
  color: var(--hr-color);
  background: var(--hr-color);
  border: none;
  display: block;
  margin: 0;
  height: 1px;
}

.hr--light {
  --hr-color: rgba(0, 0, 0, 0.15);
}

.hr--dark {
  --hr-color: rgba(255, 255, 255, 0.15);
}

.phone {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 110%;
  display: block;
}

.meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.meta-bar__item-title {
  font-weight: 600;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}

.meta-bar__item-text {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

.button-link {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  background: #ececec;
  border-radius: 20px;
  font-weight: 700;
  line-height: 18px;
}

.button-link__img {
  margin-right: 10px;
}

.link {
  font-weight: 600;
  color: #000;
  line-height: 18px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

.link-img {
  margin-left: 10px;
}

.link:hover,
.link--active {
  color: var(--main-color);
}

.page-header {
  height: 90px;
  position: sticky;
  top: 0;
  background-color: inherit;
  z-index: 10;
}

.page-header__wrapper {
  display: flex;
  width: 100%;
  max-width: 1334px;
  padding: 0 8px;
  height: inherit;
  margin: auto;
  align-items: center;
}

.page-header__wrapper > * {
  background: #ffffff;
  border-radius: 20px;
}

.page-header__logo {
  margin-right: auto;
  padding: 14px 15px;
}

.page-header__button,
.page-header__districts,
.page-header__burger {
  margin-left: 10px;
}

.page-header__logo,
.page-header__burger,
.page-header__districts {
  display: flex;
  align-items: center;
  font-weight: 800;
}

.page-header__logo-text,
.page-header__burger-text,
.page-header__districts-text {
  margin-left: 10px;
}

.page-header__logo *,
.page-header__burger *,
.page-header__districts * {
  font-family: "Gilroy";
}

.page-header__districts {
  padding: 16px 15px;
}

.page-header__districts-text {
  margin-right: 15px;
  margin-left: 0;
  display: flex;
  align-items: center;
}

.page-header__districts-text:after {
  content: " ";
  width: 1px;
  margin-left: 15px;
  height: 18px;
  background: rgba(0, 0, 0, 0.15);
}

.page-header__button {
  color: #4047ff;
}

.page-header__burger {
  padding: 13px 15px;
  cursor: pointer;
}

.page-footer {
  background-color: #fff;
  border-radius: 50px 50px 0px 0px;
  padding: 30px 0;
}

.page-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-footer__logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.page-footer__logo-img {
  margin-right: 10px;
}

.page-footer__logo-text {
  padding: 14px 20px;
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
}

.page-footer__hr {
  width: 100%;
  max-width: 150px;
  margin-bottom: 30px;
}

.page-footer__nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 70px;
}

.page-footer__nav-link {
  margin: 0 10px;
}

.page-footer__nav-link:last-child {
  margin-right: 0;
}

.page-footer__nav-link:first-child {
  margin-left: 0;
}

.copy {
  font-weight: 500;
  color: #949494;
  line-height: 140%;
}

.modal {
  position: fixed;
  top: 90px;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  padding: 8px;
  overflow: auto;
  z-index: -1;
  opacity: 0;
  transition: z-index 0s 0.3s, opacity 0.3s;
}

.modal.open {
  opacity: 1;
  z-index: 10;
  transition: z-index 0s 0s, opacity 0.3s;
}

.modal-wrapper {
  padding: 120px 0;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.modal-body {
  margin: auto;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
}

.modal-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 15px;
}

.modal-desc {
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px;
}

.modal-form > * {
  margin-bottom: 30px;
}

.modal-form > *:last-child {
  margin-bottom: 0;
}

.modal-form__label {
  font-weight: 600;
  line-height: 18px;
  display: block;
  margin-bottom: 15px;
}

.modal-form__label--mob {
  display: none;
}

.modal-form__radio {
  display: flex;
  gap: 10px;
}

.modal-form__radio-input {
  display: none;
  appearance: none;
}

.modal-form__radio-label {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 15px 29px;
  border: 1px solid #f5f5f5;
  font-family: "Gilroy";
  font-weight: 800;
  line-height: 18px;
  cursor: pointer;
}

.modal-form__radio-input:checked + .modal-form__radio-label {
  color: var(--main-color);
  border-color: var(--main-color);
}

.modal-form__radio-input:checked + .modal-form__checkbox-text::before {
  background: var(--main-color);
  border-color: var(--main-color);
}

.modal-form__inputs {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.modal-form__inputs-block {
  width: calc(50% - 15px);
}

.modal-form__input {
  background: #f5f5f5;
  padding: 15px 19px;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  outline: none;
}

.modal-form__input--phone {
  padding-left: 59px;
}

.modal-form__submit {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 30px;
}

.modal-form__checkbox-text {
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
}

.modal-form__checkbox-text::before {
  content: " ";
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-right: 10px;
}

.modal-form__phone {
  position: relative;
}

.modal-form__phone::before {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.15);
  left: 49px;
}

.modal-form__phone-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.feedback-body {
  max-width: 608px;
}

.success-img {
  margin-bottom: 15px;
}

.success-body {
  max-width: 400px;
}

.banner {
  padding-top: 80px;
  padding-bottom: 120px;
}

.banner-title {
  max-width: 850px;
  font-size: 64px;
  line-height: 78px;
  margin-right: 15px;
}

.banner-button {
  margin-left: auto;
  width: 200px;
  height: 200px;
  font-size: 24px;
  line-height: 29px;
  transform: rotate(5deg);
  flex-shrink: 0;
}

.banner-info {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-bottom: 30px;
}

.banner-info__card {
  width: calc(50% - var(--gap) / 2);
}

.banner-info__card {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.banner-info__card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.banner-info__card-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.banner-info__card-text {
  margin-bottom: 94px;
}

.banner-info__card-body {
  margin-right: 15px;
}

.banner-info__card--home .banner-info__card-img {
  position: absolute;
  top: 20px;
  left: 340px;
  width: 41.269841%;
}

.banner-info__card--service {
  display: flex;
  top: 30px;
}

.banner-info__card--service .banner-info__card-img {
  margin: -20px;
  margin-left: auto;
}

.banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  max-width: 1160px;
}

.banner .wrapper {
  background: url("../img/banner-back.webp") top right no-repeat;
  background-size: auto 100%;
}

.banner .target-info__feedback-masters {
  display: none;
}

.advans-wrapper {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
}

.advans-header {
  max-width: 295px;
}

.advans-title {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.advans-desc {
  font-family: "Raleway";
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}

.advans-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.advans-items__card {
  width: calc(50% - var(--gap) / 2);
}

.advans-items__card {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  width: calc(42.708333% - 8px);
  display: flex;
  position: relative;
  min-width: 350px;
  padding-bottom: 84px;
}

.advans-items__card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.advans-items__card-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.advans-items__card:first-child {
  margin-left: auto;
}

.advans-items__card-img {
  align-self: flex-end;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.advans-items__card-body {
  max-width: 220px;
}

.quote {
  color: #fff;
}

.quote-cont {
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: flex-start;
}

.quote-img {
  margin-right: 40px;
  margin-top: 5px;
}

.quote-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
}

.section--white + .quote {
  padding-top: 120px;
}

.roadmap {
  background: url("../img/roadmap-back.svg") top calc(50% + 130px) left no-repeat;
  background-size: 100% auto;
}

.roadmap-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roadmap-title {
  color: #fff;
  max-width: 500px;
}

.roadmap-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  max-width: 850px;
  margin-bottom: 80px;
}

.roadmap-items__card {
  width: calc(50% - var(--gap) / 2);
}

.roadmap-items__card {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.roadmap-items__card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.roadmap-items__card-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.roadmap-items__card:nth-child(even) {
  top: 40px;
}

.roadmap-items__card-img {
  margin-bottom: 15px;
}

.roadmap-items__card-text {
  margin-bottom: 70px;
}

.roadmap-items__card-step {
  margin-top: auto;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

.roadmap-text {
  color: #fff;
  margin-bottom: 25px;
  max-width: 311px;
  text-align: center;
  font-weight: 500;
  line-height: 140%;
}

.masters-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.masters-title {
  margin-bottom: 15px;
  max-width: 560px;
}

.masters-desc {
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #949494;
  max-width: 300px;
  margin-bottom: 40px;
}

.masters-items {
  width: 100%;
  max-width: 1060px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-bottom: 40px;
}

.masters-item {
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  width: 190px;
}

.masters-item__img {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.masters-item__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 8px;
  position: absolute;
  height: 100%;
  width: calc(100% + 10px);
  max-width: 200px;
  transform: translateX(0);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.masters-item__info-name {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.masters-item__info-exp,
.masters-item__info-district {
  padding: 7px 10px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 18px;
}

.masters-item__info-exp {
  background: linear-gradient(91.83deg, rgba(152, 0, 255, 0.2) 0%, rgba(61, 150, 255, 0.2) 100%);
  margin-bottom: 5px;
}

.masters-item__info-district {
  background: rgba(204, 0, 255, 0.2);
}

.reviews-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews-title {
  color: #fff;
  max-width: 380px;
}

.reviews-slider {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px;
}

.reviews-slider .swiper {
  margin: 0 15px;
}

.reviews-slider__wrapper {
  max-width: 850px;
  align-items: flex-start;
}

.reviews-slider__button {
  cursor: pointer;
}

.reviews-slider__button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.reviews-slider__slide {
  color: #fff;
  padding: 30px;
  border-radius: 30px;
}

.reviews-slider__slide-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reviews-slider__slide-img {
  margin-right: 15px;
}

.reviews-slider__slide-name {
  display: flex;
  align-items: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

.reviews-slider__slide-name:before {
  content: " ";
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.15);
  margin-right: 15px;
}

.reviews-slider__slide-text {
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
  transition: height 0.3s;
}

.reviews-slider__slide-show {
  display: none;
  margin-top: 20px;
  font-family: "Gilroy";
  font-weight: 800;
  line-height: 18px;
  color: #fff;
}

.reviews-slider__slide-show:hover {
  color: #fff;
}

.reviews-text {
  color: #fff;
  margin-bottom: 25px;
  max-width: 320px;
  text-align: center;
  font-weight: 500;
  line-height: 140%;
}

.reviews-source {
  display: flex;
  gap: 10px;
}

.reviews-source__item {
  --side: 84px;
  width: var(--side);
  height: var(--side);
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google {
  background: #518ef8;
}

.yandex {
  background: #fc3f1d;
}

.portfolio {
  overflow: hidden;
}

.portfolio-title {
  color: #fff;
  text-align: left;
  max-width: 450px;
}

.portfolio-buttons {
  display: flex;
  margin-bottom: 40px;
  gap: 15px;
  overflow: auto;
}

.portfolio-buttons::-webkit-scrollbar {
  width: 0;
  display: none;
}

.portfolio-slider {
  overflow: visible;
}

.portfolio-slider__slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.portfolio-slider__slide-img {
  width: 100%;
  height: auto;
}

.portfolio-slider__slide-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}

.portfolio-slider__slide-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  min-height: 58px;
}

.portfolio-slider__slide-text {
  font-weight: 500;
  line-height: 140%;
}

.districts {
  background: url("../img/metro-back.svg") top 50% left no-repeat;
  background-size: 100% auto;
  --offset: 40px;
}

.districts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.districts-title {
  margin-bottom: 20px;
  max-width: 710px;
}

.districts-desc {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 140%;
  max-width: 390px;
  text-align: center;
}

.districts-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  max-width: 850px;
  margin-bottom: var(--offset);
}

.districts-items__card {
  width: calc(50% - var(--gap) / 2);
}

.districts-items__card {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  position: relative;
}

.districts-items__card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.districts-items__card-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.districts-items__card:nth-child(even) {
  top: var(--offset);
}

.districts-items__card-img {
  display: block;
  margin-bottom: 15px;
}

.districts-items__card-actions {
  display: flex;
  gap: 10px;
}

.districts-items__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
  padding: 5px;
}

.districts-items__card--feedback {
  background-color: var(--main-color);
  color: #fff;
}

.districts-items__card--feedback .districts-items__card-text {
  color: #fff;
  margin-bottom: 15px;
}

.districts-items__card--feedback .districts-items__card-img {
  display: none;
}

.paid-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paid-title {
  max-width: 460px;
}

.paid-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  width: 100%;
  margin-bottom: 40px;
}

.paid-items__card {
  width: calc((100% - var(--gap) * 2) / 3);
  flex-grow: 1;
}

.paid-items__card {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.paid-items__card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.paid-items__card-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.paid-items__card-img {
  margin: -10px -10px -10px auto;
}

.paid-cards {
  display: flex;
  gap: 40px;
}

.contacts-title {
  text-align: left;
  max-width: 440px;
}

.contacts-cont {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.contacts-cont__card {
  width: calc(50% - var(--gap) / 2);
}

.contacts-cont > * {
  width: calc(50% - var(--gap) / 2);
}

.contacts__info {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
}

.contacts__info > * {
  margin-bottom: 30px;
}

.contacts__info > *:last-child {
  margin-bottom: 0;
}

.contacts__info-district {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

.contacts__info-text {
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
  max-width: 270px;
}

.contacts__info-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contacts__info--invert {
  background: var(--main-color);
  color: #fff;
}

.contacts__info--invert .button-link {
  color: #000;
  background: #fff;
}

.map {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.map-cont {
  width: 100%;
  height: 100%;
  min-height: 576px;
  border-radius: 30px;
}

.map-cont > ymaps {
  border-radius: inherit;
  overflow: hidden;
}

.map iframe {
  min-height: inherit;
}

.map-master__card {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s;
  top: 30px;
  left: 30px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
}

.map-master__card.open {
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.map-master__card > * {
  margin-bottom: 20px;
}

.map-master__card > *:last-child {
  margin-bottom: 0;
}

.map-master__card-photo {
  width: 100px;
  height: auto;
}

.map-master__card-rate {
  display: flex;
  align-items: center;
}

.map-master__card-rate-star {
  margin-right: 8px;
}

.map-master__card-rate-text {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}

.map-master__card-exp {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.map-master__card-name {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

.map-master__card .button {
  margin-bottom: 0;
}

.map__district {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  background: #dd1937;
  max-width: 464px;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
  display: none;
}

.map__district-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.map__district-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.map__district.open {
  display: block;
}

.map__district-title,
.map__district-text {
  color: #fff;
}

.map__district-images {
  margin-bottom: 15px;
  display: flex;
}

.map__district-text {
  margin-bottom: 50px;
}

.map__district-photo {
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #dd1937;
}

.map__district-photo:first-child {
  margin-left: 0;
}

.close {
  background-color: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  position: absolute;
  top: 30px;
  right: 30px;
}

.close img {
  display: block;
}

.brands-title {
  margin-bottom: 15px;
}

.brands-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
  margin-bottom: 40px;
}

.brands .devices-brands__item:nth-child(15n+1),
.brands .devices-brands__item:first-child {
  margin-left: 50px;
}

.brands .devices-brands__item:nth-child(5) {
  margin-right: 0;
}

.brands .devices-brands__item:nth-child(15n+7),
.brands .devices-brands__item:last-child {
  margin-right: 50px;
}

.devices-main-title {
  margin-bottom: 15px;
}

.devices-main-types {
  width: 100%;
}

.devices-main-types__card {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  padding-top: 0;
  width: calc((100% - var(--gap) * 2) / 3);
}

.devices-main-types__card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.devices-main-types__card-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.devices-main-types__card-info {
  display: flex;
  align-items: end;
}

.devices-main-types__card-img {
  max-width: 100%;
  height: auto;
}

.devices-main-types__card-link {
  margin-left: auto;
  flex-shrink: 0;
}

.devices-main-types .devices-types__card-arr {
  display: none;
}

.devices-types {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-bottom: 70px;
  justify-content: center;
}

.devices-types__card {
  width: calc((100% - var(--gap) * 2) / 3);
  flex-grow: 1;
}

.devices-types__card {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  min-width: 310px;
  flex-grow: initial;
}

.devices-types__card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.devices-types__card-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.devices-types__card-body {
  margin-right: 15px;
}

.devices-types__card-img,
.devices-types__card picture {
  margin-left: auto;
  display: block;
  transform: translateX(0);
  transition: transform 0.3s;
}

.devices-types__card-text {
  color: #000;
}

.devices-types__card--nout {
  background: #e6e7ff;
}

.devices-types__card--mono {
  background: #fcebff;
}

.devices-types__card--pc {
  background: #e8fbff;
}

.devices-types__card-arr {
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}

.devices .hr {
  margin-bottom: 70px;
  width: 100%;
}

.devices-brands {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.devices-brands--first {
  margin-bottom: 70px;
}

.devices-brands__title {
  max-width: 550px;
}

.devices-brands__cont {
  margin-bottom: 40px;
  width: 100%;
  max-width: 930px;
}

.devices-brands__cont-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
  margin-bottom: var(--gap);
}

.devices-brands__cont-group:last-of-type {
  margin-bottom: 0;
}

.devices-brands__item {
  background: #ececec;
  border-radius: 30px;
  padding: 8px;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.devices-brands__item:first-child {
  margin-left: 50px;
}

.devices-brands__item:nth-child(5) {
  margin-right: 50px;
}

.devices-brands__item-img {
  max-width: 100%;
  height: auto;
}

.devices-brands__item--mini:nth-child(n+12) {
  display: none;
}

.devices-brands__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  max-width: 500px;
  margin-bottom: 25px;
}

.devices-problems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-bottom: 40px;
}

.devices-problems__card {
  width: calc((100% - var(--gap) * 2) / 3);
  flex-grow: 1;
}

.devices-problems__card {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-grow: initial;
}

.devices-problems__card-img {
  margin-right: 20px;
}

.devices-problems__card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
  min-height: 46px;
}

.devices-problems__card-text {
  font-family: "Gilroy";
  font-weight: 800;
  line-height: 18px;
}

.devices-problems__card-link {
  margin-left: auto;
  align-self: end;
}

.devices-problems__card:nth-child(n+7) {
  display: none;
}

.devices-problems .devices-show {
  margin-bottom: 0;
}

.devices-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}

.devices-selector {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 10px;
}

.devices-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.devices-tabs .devices-show {
  margin-bottom: 0;
}

.target {
  padding-top: 80px;
}

.target-title {
  max-width: 700px;
  margin-bottom: 40px;
}

.target-info {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 2;
  align-items: start;
}

.target-info__meta {
  background: #ffffff;
  border-radius: 30px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
}

.target-info__meta-img {
  margin-right: 20px;
}

.target-info__meta-text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

.target-info__meta--1 {
  grid-row: 2;
}

.target-info__feedback,
.target-info__metro {
  grid-row: span 2;
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
  align-self: stretch;
}

.target-info__feedback-title,
.target-info__metro-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.target-info__feedback-text,
.target-info__metro-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.target-info__feedback > *,
.target-info__metro > * {
  margin-bottom: 15px;
}

.target-info__feedback > *:last-child,
.target-info__metro > *:last-child {
  margin-bottom: 0;
}

.target-info__feedback {
  background-color: var(--main-color);
  color: #fff;
}

.target-info__feedback-masters {
  display: flex;
  margin-bottom: 15px;
}

.target-info__feedback-img {
  margin-left: -15px;
}

.target-info__feedback-img:first-child {
  margin-left: 0;
}

.target-info__feedback-text {
  color: #fff;
}

.target-info__metro {
  display: flex;
  flex-direction: column;
}

.target-info__metro-items {
  display: flex;
  gap: 10px;
}

.target-info__metro-link {
  margin-top: auto;
}

.menu-cont {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu-info__contacts {
  flex-basis: 520px;
}

.menu-info__contacts .contacts__info-links {
  display: none;
}

.menu-info__phone {
  color: var(--main-color);
}

.menu-info__box {
  border-radius: 30px;
  padding: 30px;
}

.menu-info__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.menu-info__text {
  font-weight: 500;
  line-height: 140%;
}

.menu-info__messenger {
  flex-basis: 410px;
  background-color: var(--main-color);
  color: #fff;
}

.menu-info__messenger > * {
  margin-bottom: 25px;
}

.menu-info__messenger > *:last-child {
  margin-bottom: 0;
}

.menu-info__menu {
  background-color: #fff;
  flex-grow: 1;
}

.menu-info__nav-link {
  display: block;
  margin-bottom: 25px;
}

.menu-info__nav-link:last-child {
  margin-bottom: 0;
}

.menu-info__nav-text {
  text-align: center;
}

.menu-info__nav-icon {
  display: none;
}

.menu .button-link {
  color: #000;
  background-color: #fff;
}

.menu .metro-info__text {
  font-weight: 500;
  line-height: 140%;
  margin-left: 10px;
}

.about-slider__title {
  text-align: left;
  max-width: 700px;
  margin-left: 81px;
}

.about-slider__slider {
  --offset: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-slider__slider-wrapper {
  max-width: 1130px;
  margin: 0 15px;
  overflow: hidden;
  padding-bottom: var(--offset);
}

.about-slider__slider-slide {
  height: auto;
}

.about-slider__slider-slide:nth-child(even) {
  position: relative;
  top: var(--offset);
}

.about-slider__quote {
  max-width: 801px;
}

.about-sert__title {
  max-width: 800px;
}

.about-sert__items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-bottom: 40px;
}

.about-sert__items__card {
  width: calc(50% - var(--gap) / 2);
}

.about-sert__text {
  color: #fff;
  max-width: 310px;
}

.about-history {
  background: url("../img/roadmap-back.svg") top calc(50% + 130px) left no-repeat;
  background-size: 100% auto;
}

.about-history-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  max-width: 850px;
  --offset: 40px;
  margin-bottom: var(--offset);
}

.about-history-items__card {
  width: calc(50% - var(--gap) / 2);
}

.about-history-items__card {
  background: #fff;
  padding: var(--gap);
  border-radius: 30px;
}

.about-history-items__card-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.about-history-items__card-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #949494;
}

.about-history-items__card:nth-child(even) {
  position: relative;
  top: var(--offset);
}

.about-history-items__card-year {
  background: #4047ff;
  border-radius: 20px;
  padding: 10px 15px;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}

.districts-main .wrapper {
  background: url("../img/districts-back.webp") top left calc(50% + 135px + 200px) no-repeat;
}

.districts-main__title,
.districts-main__desc {
  color: #fff;
  text-align: left;
}

.districts-main__title {
  margin-bottom: 15px;
}

.districts-main__form {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 464px;
  margin-bottom: 40px;
}

.select {
  flex-grow: 1;
  background: #ffffff;
  padding: 16px 30px 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: calc(100% - 114px);
}

.select:active {
  border-color: red;
}

@media screen and (min-width: 1100px) {
  .devices-types__card:hover .devices-types__card-arr {
    opacity: 1;
  }

  .devices-types__card:hover .devices-types__card-img {
    transform: translateX(-34px);
  }
}

@media screen and (min-width: 1110px) {
  .masters-item--open {
    width: 390px;
    margin-left: 10px;
  }

  .masters-item--open .masters-item__info {
    transform: translateX(100%);
    opacity: 1;
  }

  .masters-item--open .masters-item__img {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 1270px) {
  .brands .devices-brands__item:nth-child(15n+1),
  .brands .devices-brands__item:first-child,
  .brands .devices-brands__item:nth-child(5),
  .brands .devices-brands__item:nth-child(15n+7),
  .brands .devices-brands__item:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 1250px) {
  .banner-title {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 130%;
  }

  .banner-button {
    width: 127px;
    height: 127px;
    font-size: 15px;
    line-height: 18px;
  }

  .banner-info__card {
    align-items: center;
  }

  .banner-info__card-img {
    height: auto;
    margin: 0;
  }

  .banner-info__card--service {
    display: flex;
    top: 30px;
  }

  .banner-info__card--service .banner-info__card-img {
    margin: 0px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1250px) and (max-width: 850px) {
  .banner-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1110px) {
  .masters-items {
    --gap: 9px;
    margin-bottom: 30px;
  }

  .masters-item__info {
    position: static;
    width: 100%;
    height: auto;
    opacity: 1;
    box-shadow: none;
    background: #f5f5f5;
  }

  .masters-item__img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .devices-types__card {
    width: calc(50% - var(--gap) / 2);
    padding-right: 16px;
  }

  .devices-types__card-img {
    margin-left: auto;
    margin-right: 10px;
  }

  .devices-types__card-arr {
    position: static;
    opacity: 1;
  }

  .devices {
    --gap: 9px;
  }
}

@media screen and (max-width: 1080px) {
  .advans-wrapper {
    display: block;
  }

  .advans-items {
    --gap: 9px;
    max-width: unset;
  }

  .advans-items__card {
    padding: 20px;
    border-radius: 25px;
    width: calc(50% - var(--gap) / 2);
  }

  .advans-items__card:first-child {
    margin-left: 0;
  }

  .advans-header {
    max-width: unset;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .target-info {
    display: flex;
    flex-wrap: wrap;
  }

  .target-info__meta {
    width: calc(50% - var(--gap) / 2);
  }

  .target-info__feedback,
  .target-info__metro {
    width: 100%;
  }

  .menu-info__messenger {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .devices-problems__card-img {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .page-header {
    height: 70px;
  }

  .page-header__burger {
    padding: 13px;
    border-radius: 20px;
  }

  .page-header__burger-text {
    display: none;
  }

  .page-header__districts,
  .page-header__button {
    display: none;
  }

  .modal {
    top: 70px;
  }
}

@media screen and (max-width: 900px) {
  .paid-items {
    --gap: 9px;
    overflow: auto;
    margin-left: -8px;
    margin-right: -8px;
    padding-right: 8px;
    padding-left: 8px;
    width: calc(100% + 16px);
    overflow: auto;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }

  .paid-items::-webkit-scrollbar {
    width: 0;
    display: none;
  }

  .paid-items__card {
    padding: 20px;
    min-width: 250px;
  }

  .paid-items__card-title {
    margin-bottom: 0;
  }

  .paid-items__card-text {
    display: none;
  }

  .paid-items__card-img {
    margin: 0;
    margin-left: auto;
    width: 70px;
    height: 70px;
  }

  .paid-cards {
    gap: 10px;
  }

  .paid-cards__item {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 870px) {
  .roadmap {
    --gap: 9px;
  }

  .roadmap-items__card {
    padding: 20px;
    border-radius: 25px;
  }
}

@media screen and (max-width: 850px) {
  .h1 {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
  }

  .h2 {
    font-size: 26px;
  }

  .section-title {
    font-size: 26px;
  }

  .section {
    padding: 70px 0;
  }

  .section-title,
  .section-desc {
    margin-bottom: 30px;
  }

  .section--white {
    padding: 30px 0;
    border-radius: 30px;
  }

  .page-header + .section--white {
    padding: 30px 0 !important;
    border-radius: 30px;
  }

  .modal-title {
    font-size: 26px;
  }

  .banner-info__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .banner-info__card {
    padding: 20px;
    border-radius: 25px;
  }

  .banner {
    padding-top: 60px;
  }

  .banner-header {
    display: block;
    margin-bottom: 30px;
  }

  .banner-button {
    transform: rotate(0);
    width: auto;
    height: auto;
  }

  .banner-title {
    margin-bottom: 30px;
  }

  .banner-info {
    --gap: 9px;
    margin-right: -8px;
    padding-right: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .banner-info::-webkit-scrollbar {
    width: 0;
  }

  .banner-info__card {
    border-radius: 25px;
    padding: 20px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-info__card-img {
    display: none;
  }

  .banner-info__card-text {
    margin-bottom: 15px;
  }

  .banner-info__card-button {
    margin-top: auto;
  }

  .banner-info__card--service {
    top: 0;
  }

  .banner .wrapper {
    background-position: right top calc(50% - 15px);
    background-size: 200px 200px;
  }

  .banner .target-info__feedback-masters {
    display: flex;
  }

  .advans-items__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .advans-items__card {
    padding: 20px;
    border-radius: 25px;
  }

  .section--white + .quote {
    padding-top: 70px;
  }

  .roadmap-items__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .roadmap-items__card {
    padding: 20px;
    border-radius: 25px;
  }

  .masters-items {
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: flex-start;
    margin-right: -8px;
    padding-right: 8px;
    width: calc(100% + 8px);
  }

  .masters-items::-webkit-scrollbar {
    width: 0;
    display: none;
  }

  .masters-item {
    width: 220px;
    flex-shrink: 0;
  }

  .masters-item__img {
    width: 100%;
    border-radius: 25px;
  }

  .masters-item__info {
    max-width: unset;
    padding: 20px 8px;
    border-radius: 25px;
  }

  .masters-title {
    margin-bottom: 15px;
  }

  .reviews-slider__slide-name {
    font-size: 18px;
    line-height: 22px;
  }

  .reviews-slider__wrapper {
    max-width: unset;
  }

  .reviews-slider__slide {
    padding: 20px;
    border-radius: 25px;
  }

  .reviews-slider__slide-img {
    margin-right: 15px;
  }

  .reviews-slider__slide-img::after {
    margin-left: 15px;
  }

  .reviews-slider .swiper {
    margin: 0;
    margin-right: -8px;
    width: calc(100% + 8px);
    padding-right: 8px;
  }

  .reviews-slider__button {
    display: none;
  }

  .reviews-source__item {
    width: 74px;
    height: 74px;
  }

  .portfolio-slider__slide-title {
    font-size: 18px;
    line-height: 22px;
  }

  .portfolio {
    --gap: 9px;
  }

  .portfolio-buttons {
    margin-bottom: 30px;
    gap: var(--gap);
    margin-left: -8px;
    margin-right: -8px;
    padding-right: 8px;
    padding-left: 8px;
    width: calc(100% + 16px);
  }

  .portfolio-slider__slide {
    border-radius: 25px;
  }

  .portfolio-slider__slide-body {
    padding: 20px;
  }

  .districts-items__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .districts-items__card {
    padding: 20px;
    border-radius: 25px;
  }

  .districts {
    --gap: 9px;
    --offset: 20px;
  }

  .paid-items__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .paid-items__card {
    padding: 20px;
    border-radius: 25px;
  }

  .contacts__info-district {
    font-size: 18px;
    line-height: 22px;
  }

  .contacts-cont {
    display: block;
  }

  .contacts-cont > * {
    width: 100%;
  }

  .contacts__info {
    margin-bottom: 9px;
    border-radius: 25px;
    padding: 20px;
  }

  .contacts__info > * {
    margin-bottom: 20px;
  }

  .contacts__info > *:last-child {
    margin-bottom: 0;
  }

  .map-master__card-name {
    font-size: 18px;
    line-height: 22px;
  }

  .map {
    border-radius: 25px;
  }

  .map-cont {
    min-height: 550px;
  }

  .map-master__card {
    padding: 20px;
    border-radius: 25px;
    left: 20px;
    top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 240px;
  }

  .map-master__card-photo {
    width: 60px;
    height: auto;
    margin-right: 15px;
  }

  .map-master__card-name,
  .map-master__card-exp {
    width: 100%;
    text-align: center;
  }

  .map__district-title {
    font-size: 18px;
    line-height: 22px;
  }

  .map__district {
    padding: 20px;
    border-radius: 25px;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .brands {
    --gap: 9px;
  }

  .brands-items {
    margin-bottom: 50px;
    justify-content: flex-start;
  }

  .brands .devices-brands__item:nth-child(n+7) {
    display: flex;
  }

  .brands .devices-brands__item {
    width: calc(50% - var(--gap) / 2);
    flex-grow: 1;
    height: 100px;
  }

  .devices-main-types__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .devices-main-types__card {
    padding: 20px;
    border-radius: 25px;
  }

  .devices-main {
    --gap: 9px;
  }

  .devices-main-types {
    margin-top: 0 !important;
  }

  .devices-main-types__card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: calc(50% - var(--gap) / 2);
    padding-right: 16px;
  }

  .devices-main-types__card-img {
    width: 100px;
    margin-left: auto;
    order: 2;
    margin-right: 10px;
  }

  .devices-main-types__card-info {
    order: 3;
  }

  .devices-main-types__card-link {
    display: none;
  }

  .devices-main-types .devices-types__card-arr {
    display: block;
    order: 1;
  }

  .devices-main-title {
    margin-bottom: 15px;
  }

  .devices-types__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .devices-types__card {
    padding: 20px;
    border-radius: 25px;
  }

  .devices-types {
    margin-top: -22px;
    margin-bottom: 40px;
  }

  .devices-types__card {
    border-radius: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .devices-problems {
    --offset: 20px;
    margin-bottom: 50px;
  }

  .devices-problems__card {
    width: calc((100% - var(--gap)) / 2);
    align-items: stretch;
  }

  .devices-problems__card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .devices-problems__card-title {
    font-size: 15px;
  }

  .devices-problems__card-text {
    margin-top: auto;
  }

  .devices-problems__card-link {
    margin-left: -24px;
  }

  .devices-problems__card:nth-child(even) {
    position: relative;
    top: 20px;
  }

  .devices .hr,
  .devices-brands--first,
  .devices-cont {
    margin-bottom: 40px;
  }

  .target-info__meta-text {
    font-size: 18px;
    line-height: 22px;
  }

  .target-info__feedback-title,
  .target-info__metro-title {
    font-size: 18px;
    line-height: 22px;
  }

  .target-info__feedback,
  .target-info__metro {
    padding: 20px;
    border-radius: 25px;
  }

  .target {
    --gap: 9px;
    padding-top: 60px;
  }

  .target-title {
    margin-bottom: 30px;
  }

  .target-info__meta {
    padding: 10px;
    border-radius: 25px;
    justify-content: center;
  }

  .target-info__meta-img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .target-info__feedback {
    margin-bottom: calc(70px - var(--gap));
    position: relative;
  }

  .target-info__feedback .button {
    width: 100%;
  }

  .target-info__feedback::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: calc(100% + 35px);
    background-color: rgba(255, 255, 255, 0.15);
  }

  .target-info__metro {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .target-info__metro-title {
    order: 1;
  }

  .target-info__metro-items {
    order: 2;
  }

  .target-info__metro-text {
    display: none;
  }

  .target-info__metro-link {
    order: 3;
  }

  .target-info__metro-link .link-text {
    font-family: "Gilroy";
    font-weight: 800;
  }

  .menu-info__title {
    font-size: 18px;
    line-height: 22px;
  }

  .menu .meta-bar__item-title {
    color: #949494;
  }

  .menu .wrapper {
    padding: 0;
  }

  .menu-cont {
    flex-direction: column-reverse;
    padding-top: 32px;
    gap: 0px;
  }

  .menu-info__contacts,
  .menu-info__menu {
    width: 100%;
  }

  .menu-info__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .menu-info__nav-link {
    width: calc(50% - 4.5px);
    background: #ffffff;
    border-radius: 20px;
    padding: 13px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-info__nav-icon {
    display: block;
    margin-bottom: 15px;
  }

  .menu-info__nav-feedback {
    order: 1;
    width: 100%;
    margin-top: 11px;
    background: #4047ff;
    border-radius: 20px;
    padding: 16px;
    text-align: center;
    color: #fff;
  }

  .menu-info__menu {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .menu-info__menu .menu-info__title {
    font-family: "Gilroy";
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
  }

  .menu-info__contacts {
    flex-basis: unset;
  }

  .menu-info__contacts .contacts__info-links {
    display: flex;
    gap: 9px;
    margin-bottom: 0;
  }

  .menu-info__contacts .button-link {
    background: #f5f5f5;
    border-radius: 20px;
  }

  .menu-info__contacts .button-link__img {
    margin-right: 0;
  }

  .menu-info__contacts .hr,
  .menu-info__contacts .target-info__metro-items {
    display: none;
  }

  .about-slider__title {
    margin-left: 0;
  }

  .about-slider__slider {
    --offset: 0;
  }

  .about-slider__slider-wrapper {
    margin-left: -8px;
    margin-right: -8px;
    padding-right: 8px;
    padding-left: 8px;
    width: calc(100% + 16px);
  }

  .about-sert__items {
    --gap: 9px;
  }

  .about-sert__items-item {
    width: calc(50% - var(--gap) / 2);
    height: auto;
  }

  .about-history-items__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .about-history-items__card {
    padding: 20px;
    border-radius: 25px;
  }

  .about-history-items__card-year {
    font-size: 18px;
    line-height: 22px;
  }

  .about-history {
    --gap: 9px;
  }

  .about-history-items {
    --offset: 20px;
  }

  .about-history-items__card-text {
    display: none;
  }

  .about-history-items__card-title {
    margin-bottom: 0;
  }

  .about-history-items__card-year {
    margin-bottom: 15px;
  }

  .districts-main__desc,
  .districts-main__form {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .page-footer {
    border-radius: 30px 30px 0px 0px;
  }

  .page-footer__nav {
    flex-direction: column;
    width: auto;
    align-items: center;
    margin-bottom: 50px;
  }

  .page-footer__nav-link {
    margin: 0;
    margin-bottom: 40px;
  }

  .page-footer__nav-link:last-child {
    margin-bottom: 0;
  }

  .page-footer__logo,
  .page-footer__hr {
    margin-bottom: 30px;
  }

  .page-footer__logo-text {
    font-size: 15px;
    line-height: 18px;
  }

  .devices-brands__item:first-child {
    margin-left: 0;
  }

  .devices-brands__item:nth-child(5) {
    margin-right: 0;
  }
}

@media screen and (max-width: 740px) {
  .advans-desc {
    display: none;
  }

  .advans-title {
    margin-bottom: 0;
  }

  .advans-items {
    margin-bottom: 20px;
  }

  .advans-items__card {
    flex-direction: column-reverse;
    min-width: unset;
  }

  .advans-items__card:nth-child(even) {
    position: relative;
    top: 20px;
  }

  .advans-items__card-img {
    position: static;
    align-self: flex-start;
    margin-bottom: 15px;
    width: 60px;
    height: auto;
  }

  .advans-items__card-title {
    margin-top: auto;
  }

  .advans-items__card-text {
    font-size: 13px;
    line-height: 140%;
  }
}

@media screen and (max-width: 700px) {
  .quote-cont {
    padding-bottom: 70px;
  }

  .quote-text {
    font-size: 16px;
  }

  .quote-img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 650px) {
  .roadmap-items__card-img {
    width: 60px;
    height: 60px;
  }

  .roadmap-items__card-text {
    display: none;
  }

  .roadmap-items__card-title {
    margin-bottom: 40px;
  }

  .roadmap-items__card-step {
    font-size: 20px;
    line-height: 25px;
  }

  .devices-main-types__card {
    width: 100%;
  }

  .devices-types__card {
    width: 100%;
    min-width: unset;
  }
}

@media screen and (max-width: 620px) {
  .districts {
    --gap: 9px;
    --offset: 20px;
  }

  .districts .districts-items__card-text,
  .districts .districts-items__card-actions {
    display: none;
  }

  .districts .districts-items__card-title {
    margin-bottom: 0;
  }

  .districts .districts-items__card--feedback .districts-items__card-img {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .phone {
    font-size: 36px;
  }

  .meta-bar {
    gap: 20px;
  }

  .meta-bar__item-title {
    font-size: 13px;
    line-height: 15px;
  }

  .meta-bar__item-text {
    font-size: 18px;
    line-height: 22px;
  }

  .modal-wrapper {
    padding: 30px 0;
  }

  .modal-close {
    top: 20px;
    right: 20px;
  }

  .modal-body {
    padding: 20px;
    border-radius: 25px;
  }

  .modal-form__radio {
    width: 100%;
    overflow: auto;
    overflow: auto;
  }

  .modal-form__radio::-webkit-scrollbar {
    width: 0;
    display: none;
  }

  .modal-form__label--mob {
    margin-bottom: 0px;
    display: block;
  }

  .modal-form__inputs {
    flex-direction: column;
    gap: 15px;
  }

  .modal-form__inputs-block {
    width: 100%;
    max-width: 260px;
  }

  .modal-form__inputs-block .modal-form__label {
    display: none;
  }

  .map__district {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 560px) {
  .contacts .button-link {
    flex-grow: 1;
    justify-content: center;
  }

  .contacts .button {
    width: 100%;
  }

  .contacts .contacts__info-links {
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 420px) {
  .devices-brands__cont {
    margin-bottom: 50px;
  }

  .devices-brands__item:nth-child(n+7) {
    display: none;
  }

  .devices-brands__item:nth-child(even) {
    position: relative;
    top: 20px;
  }
}

@media screen and (max-width: 360px) {
  .menu .button-link {
    flex-grow: 1;
    justify-content: center;
  }
}

@media screen and (max-width: 350px) {
  .phone {
    font-size: 28px;
  }

  .reviews-source__item {
    width: 50px;
    height: 50px;
  }

  .target-info__meta {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/main.css.map */
