@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! 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 {
  -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-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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/**
 * Remove the inner padding 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;
}

/* Анимации */

/* Choises: select */

/* Slider: swiper */

@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.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-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

.swiper-pointer-events.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;
}

.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-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.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 {
  -webkit-transform-style: preserve-3d;
          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: -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));
}

/* 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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.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-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-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

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

/* Переменные */

/* Миксины */

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

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

html {
  font-size: 0.0520833333vw;
}

html,
body {
  background: #f9f9f9;
}

body {
  scroll-behavior: smooth;
  font-family: avenirnextcyr;
  color: #000000;
  font-size: 18rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style: none;
}

dl,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}

input::placehloder,
textarea::placehloder,
button::placehloder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
}

/* Шрифты */

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

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

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

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

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

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

/* Типографика */

h1 {
  text-transform: uppercase;
}

h1 {
  font-size: 72rem;
  line-height: 80rem;
  font-family: avenirnextcyr;
  font-weight: 600;
  color: #333333;
}

h2 {
  color: #333333;
  font-size: 60rem;
  line-height: 66rem;
  font-family: avenirnextcyr;
  font-weight: 500;
}

h3 {
  font-size: 30rem;
  line-height: 36rem;
  font-family: avenirnextcyr;
  font-weight: 500;
}

h2 a,
h3 a {
  color: #333333;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h2 a:hover,
h3 a:hover {
  opacity: 1;
}

a {
  display: inline-block;
  color: #333333;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  text-decoration: none;
}

a:hover {
  opacity: 0.75;
}

address {
  font-style: normal;
}

p,
span,
address {
  font-size: 18rem;
  line-height: 20rem;
  font-family: avenirnextcyr;
  font-weight: 400;
  color: #333333;
}

/* Анимации */

/* Компоненты */

/* Кнопки */

/* Кнопка: перейти */

@-webkit-keyframes btn {
  from {
    left: -100rem;
  }

  to {
    left: 300%;
  }
}

@keyframes btn {
  from {
    left: -100rem;
  }

  to {
    left: 300%;
  }
}

.btn {
  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;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
}

.btn:hover,
.btn:focus {
  cursor: pointer;
}

.btn--transparent {
  font-size: 20rem;
  line-height: 24rem;
  font-family: avenirnextcyr;
  font-weight: 500;
  text-transform: uppercase;
  color: #da2e24;
  height: 73rem;
  min-height: 73rem;
  padding: 0 20rem;
  border: 2rem solid #da2d24;
  border-radius: 15rem;
  background-color: transparent;
}

.btn--transparent:hover {
  color: #fff;
  background-color: #da2d24;
  opacity: 1;
}

.btn--orange {
  font-size: 24rem;
  line-height: 26rem;
  font-family: avenirnextcyr;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 75rem;
  min-height: 75rem;
  border-radius: 20rem;
  background-color: #d92d25;
  padding: 0 40rem;
}

.btn--orange::before {
  content: "";
  position: absolute;
  height: 150rem;
  width: 50rem;
  background: #fff;
  left: -100rem;
  top: -40rem;
  -webkit-transform: rotate(37deg);
      -ms-transform: rotate(37deg);
          transform: rotate(37deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  -webkit-animation: btn 2s linear 0s infinite;
          animation: btn 2s linear 0s infinite;
}

.btn--orange:hover::before {
  left: 110%;
}

.btn--orange:hover {
  opacity: 1;
}

/* Контейнер */

.container {
  padding: 0 200rem;
}

/* Icon */

.icon {
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon--burger {
  background-image: url("../img/icons/burger.svg");
  width: 30rem;
  height: 30rem;
  min-width: 30rem;
  min-height: 30rem;
}

.icon--call {
  background-image: url("../img/icons/call.png");
}

.icon--arrow-bottom {
  background-image: url("../img/icons/arrow-bottom.svg");
  width: 12rem;
  height: 7rem;
  min-width: 12rem;
  min-height: 7rem;
}

.icon--arrow-left {
  background-image: url("../img/icons/icon-arrow-left.png");
  width: 12rem;
  height: 20rem;
  min-width: 12rem;
  min-height: 20rem;
}

.icon--arrow-right {
  background-image: url("../img/icons/icon-arrow-right.png");
  width: 12rem;
  height: 20rem;
  min-width: 12rem;
  min-height: 20rem;
}

.icon--check {
  background-image: url("../img/icons/icon-check.png");
  width: 31rem;
  height: 22rem;
  min-width: 31rem;
  min-height: 22rem;
}

.icon--dz {
  background-image: url("../img/icons/icon-dz.png");
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
}

.icon--vk {
  background-image: url("../img/icons/icon-vk.png");
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
}

.icon--telegram {
  background-image: url("../img/icons/icon-telegram.png");
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
}

.icon--about1 {
  background-image: url("../img/icons/icon-about1.png");
  width: 85rem;
  height: 98rem;
  min-width: 85rem;
  min-height: 98rem;
}

.icon--about2 {
  background-image: url("../img/icons/icon-about2.png");
  width: 98rem;
  height: 102rem;
  min-width: 98rem;
  min-height: 102rem;
}

.icon--about3 {
  background-image: url("../img/icons/icon-about3.png");
  width: 95rem;
  height: 95rem;
  min-width: 95rem;
  min-height: 95rem;
}

.icon--circle-arrow-right svg {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
}

.icon--circle-arrow-right path {
  fill: #fff;
}

/* Modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}

.modal__content {
  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;
  outline: 0;
}

.modal .modal__close {
  position: absolute;
  z-index: 10;
}

.modal .modal__close:hover {
  cursor: pointer;
}

.modal .modal__icon--close svg {
  stroke: #000;
  width: 24rem;
  height: 24rem;
}

.modal--addmenu {
  background-color: #fff;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}

.modal--addmenu .modal__dialog {
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}

.modal--addmenu .modal__wrap-info address {
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 500;
  text-align: left;
}

.modal--addmenu .modal__wrap-info .btn {
  margin: 0;
}

.modal--addmenu .modal__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 500;
  color: #da2d25;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.modal--addmenu .modal__phone a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.modal--addmenu .modal__burder {
  width: 29rem;
  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: 3rem;
}

.modal--addmenu .modal__burder::after,
.modal--addmenu .modal__burder::before {
  content: "";
}

.modal--addmenu .modal__burder span,
.modal--addmenu .modal__burder::after,
.modal--addmenu .modal__burder::before {
  width: 100%;
  border: 2rem solid #fff;
  border-radius: 2rem;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal--addmenu .modal__menu > ul {
  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: 12rem;
}

.modal--addmenu .modal__menu > ul > li > a {
  font-size: 18rem;
  line-height: 20rem;
  font-weight: 500;
}

.modal--addmenu .modal__mode p {
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 500;
  text-align: left;
}

.modal--addmenu .modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal--addmenu .modal__btn a {
  min-height: 38rem;
  height: 38rem;
  text-transform: uppercase;
  font-size: 15rem;
  line-height: 17rem;
  font-weight: 500;
  padding: 0 12rem;
}

.modal--addmenu.modal--visibleLeft {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.modal--addmenu.modal--fadeLeft {
  opacity: 0;
  pointer-events: none;
}

/* Fix height */

.fix-height.offset-top {
  margin-top: 163rem;
}

/* Dropdown */

.navigation > [data-dropdown] {
  position: relative;
  top: 1rem;
}

.navigation > [data-dropdown]::after {
  position: absolute;
  content: "";
  bottom: -12.5rem;
  left: 0;
  width: 100%;
  height: 16rem;
}

.navigation > [data-dropdown-clicked] {
  font-size: 16rem;
  border-bottom: unset;
  margin: 0;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-dropdown-clicked] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

[data-dropdown] > [data-dropdown-items] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 280rem;
}

[data-dropdown-items] ul {
  padding: 8rem 0;
  margin: 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: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[data-dropdown] [data-dropdown] {
  position: static;
  width: 100%;
}

[data-dropdown] ul .navigation__link {
  font-size: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 16rem;
}

[data-dropdown] li[data-dropdown] > [data-dropdown-items] {
  top: 0;
  left: 290rem;
  max-height: 460rem;
  overflow: auto;
}

[data-dropdown].active > [data-dropdown-items] {
  opacity: 1;
  pointer-events: all;
  background-color: #fff;
  left: -16rem;
  top: 32rem;
  border-radius: 8rem;
  z-index: 100;
  -webkit-box-shadow: 0 0 16rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16rem rgba(0, 0, 0, 0.25);
}

[data-dropdown].active > [data-dropdown-clicked]::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

[data-dropdown].active > [data-dropdown-clicked] i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

[data-dropdown] [data-dropdown] > [data-dropdown-clicked] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

[data-dropdown] [data-dropdown].active > [data-dropdown-clicked]::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10rem;
  width: 10rem;
  height: 460rem;
}

.hidden-lg-content__button {
  display: none;
}

.hidden-lg-content__wrap-relative {
  position: relative;
  height: 100%;
}

.hidden-lg-content__wrapper-content {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hidden-lg-content--visible .sc-list__categories-nav {
  padding-right: 0;
}

.hidden-lg-content--visible .hidden-lg-content__button {
  left: -40rem;
}

.hidden-lg-content--visible .hidden-lg-content__wrapper-content {
  left: 0;
}

.hidden-lg-content--visible .hidden-lg-content__button button {
  -webkit-transform: translateX(-356rem);
      -ms-transform: translateX(-356rem);
          transform: translateX(-356rem);
  background: rgb(0, 79, 123);
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, rgb(217, 45, 37)), color-stop(93%, rgb(217, 45, 37)));
  background: -o-linear-gradient(left, rgb(217, 45, 37) 2%, rgb(217, 45, 37) 93%);
  background: linear-gradient(90deg, rgb(217, 45, 37) 2%, rgb(217, 45, 37) 93%);
  left: 4rem;
}

.hidden-lg-content--visible .hidden-lg-content__button button i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.submenu-list > ul {
  display: none;
}

.submenu-list--visible > a {
  color: #da2e26;
}

.submenu-list--visible > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu-list--visible i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.breadcrumbs {
  font-size: 16rem;
  line-height: 20rem;
  font-family: avenirnextcyr;
  font-weight: 400;
  padding-bottom: 20rem;
  padding-top: 14rem;
  border-bottom: 1rem solid #000;
}

.breadcrumbs > a {
  text-decoration: none;
  color: #1b1b1c;
}

.breadcrumbs > a::after {
  content: "•";
  display: inline-block;
  margin-left: 5rem;
  margin-right: 2rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #da2d25;
}

.breadcrumbs > span {
  color: #da2d25;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.categories-nav {
  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: 30rem;
  padding: 32rem 0 40rem 0;
}

.categories-nav .categories-nav__subtitle {
  font-size: 30rem;
  line-height: 34rem;
  color: #333333;
  font-weight: 500;
}

.categories-nav .categories-nav__menu > ul {
  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: 20rem;
}

.categories-nav .categories-nav__menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  font-size: 21rem;
  line-height: 23rem;
  font-weight: 500;
  position: relative;
  padding-left: 24rem;
}

.categories-nav .categories-nav__menu > ul > li > a i {
  position: absolute;
  left: 0;
}

.categories-nav .submenu {
  padding-top: 20rem;
  padding-left: 60rem;
  padding-right: 10rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20rem;
}

.categories-nav .submenu > li > a {
  display: block;
  width: 100%;
  color: #da2e26;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.categories-nav .submenu > li > a:hover {
  opacity: 1;
  color: #333333;
  text-decoration: underline;
}

.categories-nav .submenu > li > a > span {
  display: block;
  font-size: 18rem;
  line-height: 20rem;
  color: inherit;
}

.categories-nav .submenu .active > a {
  color: #333333;
  text-decoration: underline;
}

.categories-nav .submenu .active > a > span {
  color: inherit;
}

/* Блоки */

/* Шапка сайта */

.header {
  position: absolute;
  height: 114rem;
  z-index: 50;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-property: height, padding-top, -webkit-box-shadow;
  transition-property: height, padding-top, -webkit-box-shadow;
  -o-transition-property: box-shadow, height, padding-top;
  transition-property: box-shadow, height, padding-top;
  transition-property: box-shadow, height, padding-top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 20rem 0;
}

.header__wrapper-content {
  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;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo a:hover {
  opacity: 1;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 6rem;
}

.header__info > address {
  text-align: center;
  font-size: 15rem;
  line-height: 17rem;
}
header__wrapper-phone
{
  text-align:center;
	}
.header__phone {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  color: #da2d25;
  text-align:center;
}

.header__icon-phone {
  display: none;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 28rem;
     -moz-column-gap: 28rem;
          column-gap: 28rem;
}

.header__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  font-size: 21rem;
  line-height: 22rem;
  color: #333333;
}

.header__menu ul li a i {
  position: relative;
  top: 2rem;
}

.header__hamburger {
  display: none;
  width: 28rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  row-gap: 3rem;
}

.header__hamburger:hover {
  opacity: 1;
}

.header__hamburger span {
  height: 4rem;
  background-color: black;
  border-radius: 5rem;
}

.fix-height {
  padding-top: 123rem;
}

.header--fixed {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  padding: 10rem 0;
  height: 93rem;
}
 .header--fixed address {
 	display:none;
 	}
/* Формы */

.block-form {
  width: 100%;
}

.block-form__warning p {
  color: #fff;
  font-size: 10rem;
  line-height: 12rem;
}

.block-form__warning p > a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
  display: inline;
}

.block-form__inputs {
  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: 26rem;
  margin-bottom: 20rem;
}

.block-form--grid-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
  row-gap: 16rem;
}

.block-form--grid-columns .block-form__textarea,
.block-form--grid-columns .block-form__submit,
.block-form--grid-columns .block-form__warning {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.block-form--grid-columns .block-form__submit,
.block-form--grid-columns .block-form__warning {
  margin: 0 auto;
}

.block-form--grid-columns .block-form__warning {
  max-width: 454rem;
  text-align: center;
}

.block-form--grid-columns .block-form__warning p {
  color: #000;
}

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

.block-form--vertical .block-form__submit {
  margin-bottom: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64rem;
}

.block-form--vertical .block-form__warning p {
  font-size: 12rem;
  max-width: 446rem;
  text-align: center;
}

.block-form--grid-horizontal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 15rem;
     -moz-column-gap: 15rem;
          column-gap: 15rem;
  row-gap: 6rem;
}

.block-form--grid-horizontal .block-form__btn {
  height: 100%;
  width: 100%;
  border-radius: 5rem;
  font-size: 26rem;
  line-height: 30rem;
  font-weight: 400;
  text-transform: uppercase;
}

.block-form--grid-horizontal .block-form__warning {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

/* Подвал сайта */

.footer {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.footer__wrap-map {
  width: 100%;
  height: 100%;
}

.footer__map {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 603rem;
}

.footer__map-wrap {
  height: 100%;
  width: 100%;
}

.footer__map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__container {
  padding: 0 0 0 200rem;
}

.footer__wrapper-content {
  max-width: 1100rem;
  padding-right: 60rem;
  padding-top: 70rem;
  padding-bottom: 20rem;
  position: relative;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  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: 24rem;
  margin-right: 56rem;
}

.footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo a:hover {
  opacity: 1;
}

.footer__logo a img {
  width: 260rem;
}

.footer__logo span {
  font-size: 12rem;
  line-height: 14rem;
  color: #272425;
}

.footer__wrap-menu {
  margin-right: 98rem;
}

.footer__menu {
  max-width: 240rem;
}

.footer__menu ul {
  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: 20rem;
}

.footer__menu ul li a {
  font-size: 24rem;
  line-height: 24rem;
  color: #4d4d4d;
  font-weight: 700;
  font-family: "Open Sans", avenirnextcyr;
}

.footer__info {
  max-width: 370rem;
}

.footer__info address {
  font-size: 16rem;
  line-height: 18rem;
  color: #000000;
  margin-bottom: 16rem;
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  font-size: 19rem;
  line-height: 21rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 6rem;
}

.footer__phone a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.footer__mode {
  margin-bottom: 20rem;
}

.footer__mode p {
  font-size: 16rem;
  line-height: 18rem;
  color: #000000;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 90rem;
     -moz-column-gap: 90rem;
          column-gap: 90rem;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32rem;
     -moz-column-gap: 32rem;
          column-gap: 32rem;
}

.footer__copy span {
  font-size: 14rem;
  line-height: 16rem;
  color: #a9a9a9;
  font-weight: 400;
  font-family: "Open Sans";
}

.footer__copy span a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  font-family: inherit;
}

.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26rem;
     -moz-column-gap: 26rem;
          column-gap: 26rem;
}

.footer__policy a {
  font-size: 14rem;
  line-height: 16rem;
  text-decoration: underline;
  color: #bf473c;
  font-weight: 400;
  font-family: "Open Sans";
}

/* Страницы */

/* Страница: Главная */

.sc-main {
  position: relative;
  z-index: 0;
}

.sc-main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 120rem;
  background-color: #fff;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: 60;
}

.sc-main::after {
  position: absolute;
  content: "";
  bottom: -50rem;
  left: 0;
  width: 100%;
  height: 220rem;
  background-color: #fff;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: 40;
}

.sc-main__wrap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-main__background {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}

.sc-main__wrapper-content {
  z-index: 50;
  position: relative;
  padding-top: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26rem;
     -moz-column-gap: 26rem;
          column-gap: 26rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-main__title {
  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: 24rem;
  margin-bottom: 60rem;
}

.sc-main__title span {
  font-size: 23rem;
  line-height: 26rem;
  text-transform: uppercase;
  color: #da2d25;
  font-weight: 500;
}

.sc-main__desc {
  margin-bottom: 98rem;
}

.sc-main__desc p {
  font-size: 24rem;
  line-height: 32rem;
  color: #5d5d5d;
  font-weight: 500;
}

.sc-main__img {
  width: 865rem;
}

.sc-about {
  padding-bottom: 175rem;
  margin-top: -50rem;
  background-color: #fff;
}

.sc-about__wrapper-content {
  position: relative;
}

.sc-about__wrapper-items {
  height: 707rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 556rem 1fr 1fr;
  grid-template-columns: 556rem 1fr 1fr;
  -webkit-column-gap: 48rem;
     -moz-column-gap: 48rem;
          column-gap: 48rem;
}

.sc-about__item {
  background-color: #fff;
  border-radius: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0px 45px 55.5px rgba(51, 51, 51, 0.09));
          filter: drop-shadow(0px 45px 55.5px rgba(51, 51, 51, 0.09));
}

.sc-about__item:nth-child(1) {
  margin-top: 134rem;
  margin-bottom: 143rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48rem;
  -webkit-column-gap: 50rem;
     -moz-column-gap: 50rem;
          column-gap: 50rem;
  padding-right: 90rem;
  border-top-right-radius: 210rem;
}

.sc-about__item:nth-child(2) {
  margin-bottom: 143rem;
  -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;
  padding: 0 53rem;
  border-top-right-radius: 210rem;
}

.sc-about__item:nth-child(2) .sc-about__icon {
  margin-bottom: 44rem;
}

.sc-about__item:nth-child(3) {
  margin-top: 136rem;
  -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;
  border-bottom-right-radius: 210rem;
}

.sc-about__item:nth-child(3) .sc-about__content-text {
  margin-bottom: 78rem;
}

.sc-about__subtitle {
  font-size: 40rem;
  line-height: 40rem;
  text-align: center;
  margin-bottom: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.sc-about__content-text p {
  font-size: 24rem;
  line-height: 32rem;
  color: #999999;
  text-align: center;
}

.sc-about__subtitle-price {
  font-size: 40rem;
  line-height: 40rem;
  color: #333333;
}

.sc-about__wrap-price {
  position: absolute;
  bottom: -120rem;
  left: 116rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80rem;
     -moz-column-gap: 80rem;
          column-gap: 80rem;
}

.sc-about__price {
  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: 36rem;
}

.sc-about__widget {
  position: absolute;
  bottom: -140rem;
  left: 750rem;
}

.sc-servises {
  padding-top: 110rem;
  padding-bottom: 84rem;
  position: relative;
  background-color: #fff;
}

.sc-servises::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200rem;
  background-color: #FCEFE7;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 30rem;
  border-bottom-right-radius: 210rem;
}

.sc-servises__wrapper-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 103rem;
     -moz-column-gap: 103rem;
          column-gap: 103rem;
  padding-right: 71rem;
}

.sc-servises__content-left {
  margin-left: -47rem;
}

.sc-servises__img {
  width: 737rem;
}

.sc-servises__title {
  max-width: 542rem;
  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: 10rem;
  margin-bottom: 38rem;
}

.sc-servises__title span {
  font-size: 24rem;
  line-height: 26rem;
  color: #da2d25;
  font-weight: 500;
  text-transform: uppercase;
}

.sc-servises__desc {
  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: 24rem;
  max-width: 653px;
  margin-bottom: 48rem;
}

.sc-servises__desc p {
  font-size: 24rem;
  line-height: 32rem;
  color: #727272;
}

.sc-price {
  background-color: #fff;
  padding-top: 85rem;
  padding-bottom: 75rem;
}

.sc-price__title {
  text-align: center;
  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: 14rem;
  margin-bottom: 34rem;
}

.sc-price__title span {
  font-size: 24rem;
  line-height: 26rem;
  color: #da2d25;
  font-weight: 500;
  text-transform: uppercase;
}

.sc-price__desc {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 46rem;
}

.sc-price__desc p {
  max-width: 1091px;
  font-size: 24rem;
  line-height: 32rem;
  color: #727272;
}

.sc-price__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30rem;
     -moz-column-gap: 30rem;
          column-gap: 30rem;
  row-gap: 40rem;
  margin-bottom: 80rem;
}

.sc-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
  background-color: #fff;
  border-radius: 15rem;
  -webkit-filter: drop-shadow(0px 45px 55.5px rgba(51, 51, 51, 0.09));
          filter: drop-shadow(0px 45px 55.5px rgba(51, 51, 51, 0.09));
  padding: 0 46rem 0 42rem;
  padding-top: 46rem;
  padding-bottom: 16rem;
}

.sc-price__item-title h3 {
  font-size: 30rem;
  line-height: 40rem;
  color: #333333;
}

.sc-price__wrap-price {
  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: end;
      -ms-flex-align: end;
          align-items: end;
}

.sc-price__wrap-price span {
  font-size: 36rem;
  line-height: 40rem;
  color: #da2d25;
  margin-bottom: 14rem;
}

.sc-price__wrap-price .btn {
  font-size: 24rem;
  line-height: 24rem;
  height: 52rem;
  min-height: 52rem;
  border-radius: 20rem;
  padding: 0 26rem;
}

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

.sc-bid {
  padding-top: 56rem;
  padding-bottom: 36rem;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.sc-bid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 200rem;
  background-color: #FCEFE7;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 30rem;
  border-top-left-radius: 170rem;
}

.sc-bid__wrapper-content {
  position: relative;
  z-index: 2;
  padding-left: 116rem;
  -webkit-column-gap: 60rem;
     -moz-column-gap: 60rem;
          column-gap: 60rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 594rem 1fr;
  grid-template-columns: 594rem 1fr;
}

.sc-bid__content-left {
  padding-top: 60rem;
}

.sc-bid__slider {
  margin-bottom: 60rem;
  position: relative;
}

.sc-bid__item {
  max-width: 520rem;
}

.sc-bid__item h3 {
  font-size: 36rem;
  line-height: 40rem;
  color: #333333;
  margin-bottom: 38rem;
}

.sc-bid__item p {
  font-size: 18rem;
  line-height: 28rem;
  color: #727272;
  margin-bottom: 24rem;
}

.sc-bid__item a {
  font-size: 20rem;
  line-height: 24rem;
  text-decoration: underline;
  text-transform: uppercase;
  color: #da2e24;
  font-weight: 500;
}

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

.sc-bid__submenu ul li a {
  font-size: 18rem;
  line-height: 28rem;
  text-decoration: underline;
  color: #333333;
}

.sc-bid__submenu ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.sc-bid__navigation {
  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%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.sc-bid__navigation .product-arrow-custom-prev,
.sc-bid__navigation .product-arrow-custom-next {
  border-radius: 50%;
  width: 63rem;
  height: 63rem;
  border: 2rem solid #cecece;
  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;
  cursor: pointer;
  background-color: #FCEFE7;
  pointer-events: all;
}

.sc-bid__navigation .product-arrow-custom-prev {
  margin-left: -93rem;
}

.sc-bid__navigation .swiper-button-disabled {
  opacity: 0.4;
}

.sc-bid__content-right h2 {
  margin-bottom: 52rem;
}

.sc-bid__list {
  margin-bottom: 42rem;
}

.sc-bid__list ul {
  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: 36rem;
}

.sc-bid__list ul li {
  position: relative;
  font-size: 24rem;
  line-height: 26rem;
  color: #727272;
  padding-left: 54rem;
}

.sc-bid__list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url("../img/icons/icon-check.png");
  width: 31rem;
  height: 22rem;
  min-width: 31rem;
  min-height: 22rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-bid__wrapper-form > h4 {
  font-size: 24rem;
  line-height: 26rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 16rem;
}

.sc-bid__wrapper-form textarea {
  resize: none;
  height: 170rem;
  background-color: #fff;
  border: 1rem solid #181918;
  border-radius: 5rem;
  width: 100%;
  padding: 24rem 20rem;
  margin-bottom: 16rem;
}

.sc-bid__wrapper-form textarea::-webkit-input-placeholder {
  font-size: 18rem;
  line-height: 22rem;
  color: #000000;
  font-weight: 400;
}

.sc-bid__wrapper-form textarea::-moz-placeholder {
  font-size: 18rem;
  line-height: 22rem;
  color: #000000;
  font-weight: 400;
}

.sc-bid__wrapper-form textarea:-ms-input-placeholder {
  font-size: 18rem;
  line-height: 22rem;
  color: #000000;
  font-weight: 400;
}

.sc-bid__wrapper-form textarea::-ms-input-placeholder {
  font-size: 18rem;
  line-height: 22rem;
  color: #000000;
  font-weight: 400;
}

.sc-bid__wrapper-form textarea::placeholder {
  font-size: 18rem;
  line-height: 22rem;
  color: #000000;
  font-weight: 400;
}

.sc-bid__wrapper-form button {
  margin: 0 auto 22rem;
}

.sc-bid__policy {
  max-width: 586rem;
  margin: 0 auto;
}

.sc-bid__policy span {
  text-align: center;
  display: block;
  font-size: 13rem;
  line-height: 15rem;
}

.sc-bid__policy span > a {
  text-decoration: underline;
}

.sc-bid__wrap-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 26rem;
     -moz-column-gap: 26rem;
          column-gap: 26rem;
  margin-bottom: 16rem;
}

.sc-bid__wrap-input input {
  height: 68rem;
  background-color: #fff;
  border: 1rem solid #181918;
  border-radius: 5rem;
  padding: 0 16rem;
}

.sc-bid__wrap-input input::-webkit-input-placeholder {
  font-size: 17rem;
  line-height: 19rem;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}

.sc-bid__wrap-input input::-moz-placeholder {
  font-size: 17rem;
  line-height: 19rem;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}

.sc-bid__wrap-input input:-ms-input-placeholder {
  font-size: 17rem;
  line-height: 19rem;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}

.sc-bid__wrap-input input::-ms-input-placeholder {
  font-size: 17rem;
  line-height: 19rem;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}

.sc-bid__wrap-input input::placeholder {
  font-size: 17rem;
  line-height: 19rem;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}

.sc-questions {
  padding-top: 66rem;
  padding-bottom: 54rem;
  background-color: #fff;
}

.sc-questions__title {
  text-align: center;
  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: 10rem;
  margin-bottom: 38rem;
}

.sc-questions__title span {
  font-size: 24rem;
  line-height: 26rem;
  color: #da2d25;
  font-weight: 500;
  text-transform: uppercase;
}

.sc-questions__desc {
  max-width: 1091px;
  margin: 0 auto 90rem;
}

.sc-questions__desc p {
  text-align: center;
  font-size: 24rem;
  line-height: 32rem;
  color: #727272;
}

.sc-questions__tabs {
  width: 100%;
}

.sc-questions__tabs-item {
  cursor: pointer;
  position: relative;
  pointer-events: none;
}

.sc-questions__tabs-item--active .sc-questions__tabs-body {
  opacity: 1;
  pointer-events: all;
}

.sc-questions__tabs-item--active .sc-questions__tabs-header h3 {
  color: #da2d25;
}

.sc-questions__tabs-item--bottom .sc-questions__tabs-body {
  bottom: 0;
  top: unset;
}

.sc-questions__tabs-item--bottom .sc-questions__tabs-body::after {
  bottom: 13rem;
  top: unset;
}

.sc-questions__tabs-header {
  border-bottom: 1rem solid #B4B4B4;
  padding: 14rem 0;
  max-width: 760rem;
  pointer-events: all;
}

.sc-questions__tabs-header h3 {
  font-weight: 500;
  font-size: 24rem;
  line-height: 26rem;
  color: #1b1b1c;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.sc-questions__tabs-body {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0rem;
  max-width: 720rem;
  border: 2rem solid #da2d25;
  border-radius: 15rem;
  -webkit-filter: drop-shadow(0px 45px 55.5px rgba(51, 51, 51, 0.09));
          filter: drop-shadow(0px 45px 55.5px rgba(51, 51, 51, 0.09));
  min-height: 149rem;
  padding: 10rem 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-questions__tabs-body::after {
  content: "";
  position: absolute;
  top: 16rem;
  left: -22rem;
  background-image: url("../img/triangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 22rem;
  height: 27rem;
}

.sc-questions__tabs-content {
  font-size: 18rem;
  line-height: 25rem;
  color: #000000;
  font-weight: 400;
}

.sc-servise-page {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding-bottom: 112rem;
  padding-top: 120rem;
}

.sc-servise-page::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 76%;
  height: 120rem;
  background-color: #fff;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: 60;
}

.sc-servise-page__wrap-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 905rem;
}

.sc-servise-page__wrap-background::after {
  position: absolute;
  content: "";
  bottom: -50rem;
  left: 0;
  width: 100%;
  height: 220rem;
  background-color: #fff;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: 40;
}

.sc-servise-page__background {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-servise-page__wrapper-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 412rem 1fr;
  grid-template-columns: 412rem 1fr;
  -webkit-column-gap: 46rem;
     -moz-column-gap: 46rem;
          column-gap: 46rem;
  position: relative;
  z-index: 70;
}

.sc-servise-page__content-left {
  width: 100%;
  position: sticky;
  top: 93rem;
  left: 0;
  z-index: 20;
}

.sc-servise-page__background-left {
  background-color: #fbede7;
  position: absolute;
  left: -200rem;
  width: calc(100% + 200rem);
  height: 100%;
  top: 0;
  border-radius: 30rem;
  border-top-right-radius: 210rem;
}

.sc-servise-page__breadcrumbs {
  margin-bottom: 42rem;
}

.sc-servise-page__title {
  margin-bottom: 36rem;
}

.sc-servise-page__title h1 {
  text-align: center;
  font-size: 72rem;
  line-height: 76rem;
  text-transform: none;
}

.sc-servise-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26rem;
     -moz-column-gap: 26rem;
          column-gap: 26rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38rem;
}

.sc-servise-page__inner-text {
  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: 46rem;
}

.sc-servise-page__inner-text > p {
  font-size: 24rem;
  line-height: 32rem;
  color: #5d5d5d;
}

.sc-servise-page__wrapper-desc {
  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: 36rem;
}

.sc-servise-page__wrapper-desc > p {
  font-size: 24rem;
  line-height: 32rem;
  color: #5d5d5d;
}

.sc-servise-page__wrapper-desc h2 {
  font-size: 34rem;
  line-height: 36rem;
  color: #5d5d5d;
  font-weight: 500;
}

.sc-servise-page__wrapper-desc h3 {
  color: #da2d25;
  font-size: 27rem;
  line-height: 28rem;
  font-weight: 400;
}

.sc-servises-block {
  background-color: #fff;
}

.sc-servises-block__wrapper-content h2 {
  text-align: center;
  margin-bottom: 60rem;
}

.sc-servises-block__wrapper-content > .btn {
  margin: 0 auto;
}

.sc-servises-block__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 46rem;
     -moz-column-gap: 46rem;
          column-gap: 46rem;
  margin-bottom: 64rem;
  row-gap: 32rem;
}

.sc-servises-block__item {
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 45px 55.5px rgba(51, 51, 51, 0.09));
          filter: drop-shadow(0px 45px 55.5px rgba(51, 51, 51, 0.09));
  border-radius: 15rem;
  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: 38rem;
  padding-bottom: 22rem;
  padding-right: 22rem;
  padding-left: 22rem;
  padding-top: 52rem;
}

.sc-servises-block__item .btn {
  font-size: 24rem;
  line-height: 26rem;
  height: 53rem;
  min-height: 53rem;
  margin-left: auto;
}

.sc-servises-block__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-servises-block__item-content h3 {
  color: #333333;
}

.sc-servises-block__item-content img {
  width: 146rem;
}

@media (max-width: 1640px) {
  .header__menu ul li a {
    font-size: 18rem;
    line-height: 19rem;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }

  h1 {
    font-size: 64rem;
    line-height: 72rem;
    font-family: avenirnextcyr;
  }

  h2 {
    font-size: 52rem;
    line-height: 58rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  .btn--transparent {
    font-size: 20rem;
    line-height: 22rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    height: 66rem;
    min-height: 66rem;
  }

  .btn--orange {
    font-size: 20rem;
    line-height: 22rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    height: 68rem;
    min-height: 68rem;
  }

  .container {
    padding: 0 140rem;
  }

  .header {
    height: 100rem;
  }

  .header__wrapper-content {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .header__logo a img {
    width: 200rem;
  }

  .header__info {
    row-gap: 2rem;
  }

  .header__info > address {
    font-size: 14rem;
    line-height: 16rem;
  }

  .header__phone {
    font-size: 18rem;
    line-height: 20rem;
  }

  .header__menu ul {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .header__menu ul li a i {
    top: 0rem;
  }

  .header__btn .btn {
    font-size: 16rem;
    line-height: 18rem;
    font-family: avenirnextcyr;
    font-weight: 500;
    text-transform: uppercase;
    color: #da2e24;
    height: 60rem;
    min-height: 60rem;
    padding: 0 16rem;
    border: 2rem solid #da2d24;
    border-radius: 15rem;
    background-color: transparent;
  }

  .fix-height {
    padding-top: 132rem;
  }

  .header--fixed {
    height: 81rem;
  }

  .footer__map {
    width: 460rem;
  }

  .footer__container {
    padding: 0 0 0 140rem;
  }

  .footer__wrapper-content {
    max-width: 1000rem;
    padding-right: 40rem;
  }

  .footer__top {
    -webkit-column-gap: 30rem;
       -moz-column-gap: 30rem;
            column-gap: 30rem;
  }

  .footer__logo {
    row-gap: 18rem;
    margin-right: 0rem;
  }

  .footer__logo a img {
    width: 230rem;
  }

  .footer__wrap-menu {
    margin-right: 0rem;
  }

  .footer__menu ul li a {
    font-size: 20rem;
    line-height: 20rem;
  }

  .sc-main::before {
    height: 100rem;
    -webkit-filter: blur(17px);
            filter: blur(17px);
    top: -9rem;
  }

  .sc-main::after {
    height: 190rem;
  }

  .sc-main__wrapper-content {
    padding-top: 106rem;
  }

  .sc-main__title {
    row-gap: 14rem;
    margin-bottom: 40rem;
  }

  .sc-main__title span {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-main__desc {
    margin-bottom: 70rem;
  }

  .sc-main__desc p {
    font-size: 22rem;
    line-height: 30rem;
  }

  .sc-main__img {
    width: 760rem;
  }

  .sc-about {
    margin-top: -40rem;
  }

  .sc-about__wrapper-items {
    height: 630rem;
    -webkit-column-gap: 34rem;
       -moz-column-gap: 34rem;
            column-gap: 34rem;
    -ms-grid-columns: 510rem 1fr 1fr;
    grid-template-columns: 510rem 1fr 1fr;
  }

  .sc-about__item:nth-child(1) {
    padding-right: 70rem;
    padding-left: 34rem;
    -webkit-column-gap: 34rem;
       -moz-column-gap: 34rem;
            column-gap: 34rem;
    border-top-right-radius: 190rem;
  }

  .sc-about__item:nth-child(2) {
    border-top-right-radius: 190rem;
    padding: 0 22rem;
  }

  .sc-about__item:nth-child(2) .sc-about__icon {
    margin-bottom: 38rem;
  }

  .sc-about__item:nth-child(3) {
    border-bottom-right-radius: 190rem;
    padding: 0 22rem;
  }

  .sc-about__item:nth-child(3) .sc-about__content-text {
    margin-bottom: 52rem;
  }

  .sc-about__subtitle-price {
    font-size: 36rem;
    line-height: 36rem;
  }

  .sc-about__wrap-price {
    -webkit-column-gap: 40rem;
       -moz-column-gap: 40rem;
            column-gap: 40rem;
    left: 100rem;
  }

  .sc-about__widget {
    left: 630rem;
  }

  .sc-servises {
    padding-top: 80rem;
    padding-bottom: 60rem;
  }

  .sc-servises::before {
    left: -140rem;
  }

  .sc-servises__img {
    width: 650rem;
  }

  .sc-servises__title {
    margin-bottom: 30rem;
    max-width: 522rem;
  }

  .sc-servises__title span {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-servises__desc {
    margin-bottom: 40rem;
    row-gap: 20rem;
  }

  .sc-servises__desc p {
    font-size: 22rem;
    line-height: 30rem;
  }

  .sc-price__title {
    row-gap: 10rem;
    margin-bottom: 30rem;
  }

  .sc-price__title span {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-price__desc {
    margin-bottom: 42rem;
  }

  .sc-price__desc p {
    font-size: 20rem;
    line-height: 28rem;
    max-width: 900px;
  }

  .sc-price__grid {
    margin-bottom: 60rem;
    -webkit-column-gap: 24rem;
       -moz-column-gap: 24rem;
            column-gap: 24rem;
    row-gap: 32rem;
  }

  .sc-price__item {
    padding: 0 40rem 0 36rem;
    padding-top: 36rem;
    padding-bottom: 16rem;
  }

  .sc-price__item-title h3 {
    font-size: 26rem;
    line-height: 32rem;
  }

  .sc-price__wrap-price span {
    font-size: 30rem;
    line-height: 34rem;
    margin-bottom: 10rem;
  }

  .sc-price__wrap-price .btn {
    font-size: 18rem;
    line-height: 18rem;
    height: 42rem;
    min-height: 42rem;
    padding: 0 22rem;
    border-radius: 15rem;
  }

  .sc-bid::before {
    left: 140rem;
  }

  .sc-bid__wrapper-content {
    -ms-grid-columns: 524rem 1fr;
    grid-template-columns: 524rem 1fr;
    -webkit-column-gap: 60rem;
       -moz-column-gap: 60rem;
            column-gap: 60rem;
  }

  .sc-bid__item {
    max-width: 470rem;
  }

  .sc-bid__item h3 {
    font-size: 32rem;
    line-height: 36rem;
    margin-bottom: 24rem;
  }

  .sc-bid__item p {
    font-size: 16rem;
    line-height: 26rem;
  }

  .sc-bid__item a {
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-bid__submenu ul li a {
    font-size: 16rem;
    line-height: 26rem;
  }

  .sc-bid__navigation .product-arrow-custom-prev,
  .sc-bid__navigation .product-arrow-custom-next {
    width: 58rem;
    height: 58rem;
  }

  .sc-bid__content-right h2 {
    margin-bottom: 46rem;
  }

  .sc-bid__list ul {
    row-gap: 30rem;
  }

  .sc-bid__list ul li {
    font-size: 20rem;
    line-height: 22rem;
    padding-left: 44rem;
  }

  .sc-bid__list ul li::before {
    width: 28rem;
    height: 19rem;
    min-width: 28rem;
    min-height: 19rem;
  }

  .sc-bid__wrapper-form > h4 {
    font-size: 22rem;
    line-height: 24rem;
  }

  .sc-bid__wrapper-form textarea {
    height: 150rem;
    padding: 20rem 20rem;
  }

  .sc-bid__wrap-input input {
    height: 58rem;
  }

  .sc-questions__title {
    row-gap: 8rem;
    margin-bottom: 30rem;
  }

  .sc-questions__title span {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-questions__desc {
    max-width: 900px;
    margin: 0 auto 60rem;
  }

  .sc-questions__desc p {
    font-size: 20rem;
    line-height: 28rem;
  }

  .sc-questions__tabs-item--bottom .sc-questions__tabs-body::after {
    bottom: 10rem;
  }

  .sc-questions__tabs-header {
    max-width: 50%;
  }

  .sc-questions__tabs-header h3 {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-questions__tabs-body {
    max-width: 49%;
    min-height: 130rem;
  }

  .sc-questions__tabs-body::after {
    top: 14rem;
  }

  .sc-questions__tabs-content {
    font-size: 16rem;
    line-height: 22rem;
  }

  .sc-servise-page {
    padding-top: 100rem;
  }

  .sc-servise-page::before {
    height: 100rem;
    -webkit-filter: blur(17px);
            filter: blur(17px);
    top: -9rem;
  }

  .sc-servise-page__wrap-background::after {
    height: 190rem;
  }

  .sc-servise-page__wrapper-content {
    -ms-grid-columns: 380rem 1fr;
    grid-template-columns: 380rem 1fr;
  }

  .sc-servise-page__content-left {
    top: 81rem;
  }

  .sc-servise-page__content img {
    width: 460rem;
  }

  .sc-servise-page__inner-text > p {
    font-size: 20rem;
    line-height: 28rem;
  }

  .sc-servise-page__wrapper-desc > p {
    font-size: 20rem;
    line-height: 28rem;
  }

  .sc-servises-block__grid {
    -webkit-column-gap: 24rem;
       -moz-column-gap: 24rem;
            column-gap: 24rem;
    row-gap: 24rem;
  }

  .sc-servises-block__item-content h3 {
    font-size: 24rem;
    line-height: 32rem;
  }
}

@media (max-width: 1500px) {
  .fix-height {
    padding-top: 123rem;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }

  h1 {
    font-size: 58rem;
    line-height: 64rem;
    font-family: avenirnextcyr;
  }

  h2 {
    font-size: 48rem;
    line-height: 52rem;
    font-family: avenirnextcyr;
    font-weight: 500;
  }

  .container {
    padding: 0 100rem;
  }

  .header {
    height: 92rem;
  }

  .header__logo a img {
    width: 180rem;
  }

  .header__info > address {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__phone {
    font-size: 17rem;
    line-height: 19rem;
  }

  .header__menu ul li a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .header__menu ul li a i {
    top: 1rem;
  }

  .header__btn .btn {
    height: 52rem;
    min-height: 52rem;
    font-size: 15rem;
    line-height: 17rem;
  }

  .header--fixed {
    height: 72rem;
  }

  .footer__map {
    width: 420rem;
  }

  .footer__container {
    padding: 0 0 0 100rem;
  }

  .footer__wrapper-content {
    max-width: 920rem;
  }

  .footer__logo a img {
    width: 210rem;
  }

  .footer__menu ul {
    row-gap: 14rem;
  }

  .footer__menu ul li a {
    font-size: 18rem;
    line-height: 18rem;
  }

  .footer__bottom {
    -webkit-column-gap: 32rem;
       -moz-column-gap: 32rem;
            column-gap: 32rem;
  }

  .footer__copy {
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .footer__copy span {
    font-size: 13rem;
    line-height: 15rem;
  }

  .footer__policy {
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .footer__policy a {
    font-size: 13rem;
    line-height: 15rem;
  }

  .sc-main::after {
    height: 170rem;
  }

  .sc-main__wrapper-content {
    padding-top: 92rem;
  }

  .sc-main__title span {
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-main__desc p {
    font-size: 20rem;
    line-height: 28rem;
  }

  .sc-main__img {
    width: 700rem;
  }

  .sc-about {
    margin-top: -36rem;
  }

  .sc-about__wrapper-items {
    height: 590rem;
  }

  .sc-about__subtitle {
    font-size: 32rem;
    line-height: 32rem;
    margin-bottom: 28rem;
  }

  .sc-about__content-text p {
    font-size: 20rem;
    line-height: 26rem;
  }

  .sc-about__wrap-price {
    -webkit-column-gap: 40rem;
       -moz-column-gap: 40rem;
            column-gap: 40rem;
    left: 60rem;
  }

  .sc-about__widget {
    left: 560rem;
  }

  .sc-servises::before {
    left: -100rem;
  }

  .sc-servises__title {
    max-width: 480rem;
  }

  .sc-price__item-title h3 {
    font-size: 22rem;
    line-height: 26rem;
  }

  .sc-price__wrap-price span {
    font-size: 26rem;
    line-height: 30rem;
    margin-bottom: 10rem;
  }

  .sc-price__wrap-price .btn {
    height: 36rem;
    min-height: 36rem;
    font-size: 17rem;
    line-height: 18rem;
    border-radius: 12rem;
  }

  .sc-bid::before {
    left: 100rem;
  }

  .sc-bid__policy span {
    font-size: 12rem;
    line-height: 13rem;
  }

  .sc-servise-page__wrap-background::after {
    height: 170rem;
  }

  .sc-servise-page__title h1 {
    font-size: 64rem;
    line-height: 70rem;
  }

  .sc-servise-page__content img {
    width: 420rem;
  }

  .sc-servise-page__inner-text > p {
    font-size: 18rem;
    line-height: 26rem;
  }

  .sc-servise-page__wrapper-desc > p {
    font-size: 18rem;
    line-height: 26rem;
  }

  .sc-servises-block__grid {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
    row-gap: 20rem;
  }

  .sc-servises-block__item-content img {
    width: 126rem;
  }
}

@media (max-width: 1300px) {
  .icon--arrow-bottom {
    width: 12rem;
    height: 6rem;
    min-width: 12rem;
    min-height: 6rem;
  }

  .sc-about__wrap-price {
    left: 40rem;
  }

  .sc-about__widget img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1200px) {
  .fix-height {
    padding-top: 131rem;
  }
}

@media (max-width: 1150px) {
  .sc-about__wrap-price {
    left: 0rem;
  }

  .sc-about__widget {
    left: 520rem;
  }
}

@media (max-width: 1100px) {
  .fix-height {
    padding-top: 125rem;
  }
}

@media (max-width: 1030px) {
  .sc-about {
    padding-bottom: 210rem;
  }

  .sc-about__widget {
    bottom: -170rem;
    left: 500rem;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 0.1302083333vw;
  }

  body {
    font-size: 16rem;
  }

  h1 {
    font-size: 32rem;
    line-height: 38rem;
    font-family: avenirnextcyr;
  }

  h2 {
    font-size: 32rem;
    line-height: 36rem;
    font-family: avenirnextcyr;
  }

  h3 {
    font-size: 20rem;
    line-height: 28rem;
    font-family: avenirnextcyr;
  }

  .btn--transparent {
    height: 48rem;
    min-height: 48rem;
    font-size: 16rem;
    line-height: 18rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    padding: 0 20rem;
    padding-top: 1rem;
    border-radius: 10rem;
  }

  .btn--orange {
    height: 48rem;
    min-height: 48rem;
    font-size: 16rem;
    line-height: 18rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    padding: 0 20rem;
    padding-top: 1rem;
    border-radius: 10rem;
  }

  .container {
    padding: 0 40rem;
  }

  .icon--arrow-left {
    width: 10rem;
    height: 18rem;
    min-width: 10rem;
    min-height: 18rem;
  }

  .icon--arrow-right {
    width: 10rem;
    height: 18rem;
    min-width: 10rem;
    min-height: 18rem;
  }

  .icon--dz {
    width: 26rem;
    height: 26rem;
    min-width: 26rem;
    min-height: 26rem;
  }

  .icon--vk {
    width: 26rem;
    height: 26rem;
    min-width: 26rem;
    min-height: 26rem;
  }

  .icon--telegram {
    width: 26rem;
    height: 26rem;
    min-width: 26rem;
    min-height: 26rem;
  }

  .icon--about1 {
    width: 36rem;
    height: 43rem;
    min-width: 36rem;
    min-height: 43rem;
  }

  .icon--about2 {
    width: 47rem;
    height: 49rem;
    min-width: 47rem;
    min-height: 49rem;
  }

  .icon--about3 {
    width: 45rem;
    height: 45rem;
    min-width: 45rem;
    min-height: 45rem;
  }

  .modal .modal__close {
    right: 40rem;
    top: 20rem;
  }

  .modal--addmenu .modal__content {
    padding-top: 20rem;
    height: 100%;
  }

  .modal--addmenu .modal__container {
    padding: 0 40rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal--addmenu .modal__inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    margin: auto 0;
    padding-top: 40rem;
  }

  .modal--addmenu .modal__wrapper-content {
    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: 20rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__logo a img {
    width: 160rem;
  }

  .modal--addmenu .modal__submenu {
    margin-bottom: 20rem;
  }

  .modal--addmenu .modal__submenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
    color: #ffffff;
    font-size: 18rem;
    line-height: 20rem;
    padding-left: 12rem;
    padding-right: 20rem;
    height: 33rem;
    min-height: 33rem;
    border-radius: 5rem;
  }

  .modal--addmenu .modal__wrap-info {
    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: 20rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 6rem;
  }

  .modal--addmenu .modal__mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 6rem;
  }

  .modal--addmenu .modal__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fix-height.offset-top {
    margin-top: 135rem;
  }

  .navigation > [data-dropdown]::after {
    display: none;
  }

  [data-dropdown-items] ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 6rem;
  }

  [data-dropdown] ul .navigation__link {
    padding: 4rem 12rem;
  }

  [data-dropdown] li[data-dropdown] > [data-dropdown-items] {
    max-height: 100%;
    left: 0rem;
    overflow: visible;
  }

  [data-dropdown].active > [data-dropdown-items] {
    padding: 6rem 0 0 6rem;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    overflow: unset;
    border-radius: unset;
    height: 100%;
  }

  [data-dropdown] [data-dropdown] > [data-dropdown-clicked] {
    font-size: 16rem;
    line-height: 18rem;
  }

  [data-dropdown] [data-dropdown] [data-dropdown] > [data-dropdown-clicked] {
    font-size: 16rem;
    line-height: 18rem;
  }

  [data-dropdown] [data-dropdown] > [data-dropdown-items] {
    row-gap: 8rem;
  }

  nav .navigation__item {
    overflow: hidden;
    margin: 0 auto 16px;
  }

  [data-dropdown] .navigation__item {
    width: 100%;
  }

  .hidden-lg-content .sc-list__categories-nav {
    padding-right: 40rem;
  }

  .hidden-lg-content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(217, 45, 37, 0.85);
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(217, 45, 37, 0.85)), color-stop(93%, rgba(217, 45, 37, 0.85)));
    background: -o-linear-gradient(left, rgba(217, 45, 37, 0.85) 2%, rgba(217, 45, 37, 0.85) 93%);
    background: linear-gradient(90deg, rgba(217, 45, 37, 0.85) 2%, rgba(217, 45, 37, 0.85) 93%);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    height: 100%;
    padding: 250rem 0;
    position: relative;
    z-index: 10;
    left: 0;
    top: 0;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
  }

  .hidden-lg-content__button span {
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 18rem;
    line-height: 22rem;
    font-family: avenirnextcyr;
    font-weight: 700;
    position: relative;
    left: 1rem;
  }

  .hidden-lg-content__button button {
    position: absolute;
    left: calc(50% + 1rem);
    top: -48rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40rem;
    height: 40rem;
    min-width: 40rem;
    min-height: 40rem;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .hidden-lg-content__button button:hover {
    cursor: pointer;
  }

  .hidden-lg-content__button button i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .hidden-lg-content__title {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    position: sticky;
    top: 80rem;
    left: 0;
  }

  .hidden-lg-content__wrapper {
    height: 100%;
  }

  .hidden-lg-content__wrapper-content {
    position: absolute;
    left: -100vw;
    top: 0;
    height: 100%;
    padding: 20rem 16rem 20rem 0;
    z-index: 9;
    background-color: #F2F2F2;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-box-shadow: 16rem 0 24rem rgba(0, 0, 0, 0.2);
            box-shadow: 16rem 0 24rem rgba(0, 0, 0, 0.2);
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
  }

  .breadcrumbs {
    padding-bottom: 12rem;
    padding-top: 10rem;
  }

  .categories-nav {
    width: 320rem;
    position: sticky;
    left: 0;
    top: 80rem;
    padding: 0 20rem;
    row-gap: 20rem;
  }

  .categories-nav .categories-nav__subtitle {
    font-size: 24rem;
    line-height: 26rem;
  }

  .categories-nav .categories-nav__menu > ul {
    row-gap: 14rem;
  }

  .categories-nav .categories-nav__menu > ul > li > a {
    font-size: 15rem;
    line-height: 16rem;
  }

  .categories-nav .categories-nav__menu > ul > li > a i {
    top: 3.5rem;
  }

  .categories-nav .submenu {
    padding-top: 10rem;
    padding-left: 42rem;
    row-gap: 12rem;
  }

  .categories-nav .submenu > li > a > span {
    font-size: 14rem;
    line-height: 16rem;
  }

  .header {
    padding: 14rem 0;
    height: 74rem;
  }

  .header__logo a img {
    width: 140rem;
  }

  .header__info {
    margin-left: auto;
  }

  .header__info > address {
    font-size: 12rem;
    line-height: 13rem;
  }

  .header__phone {
    font-size: 15rem;
    line-height: 17rem;
  }

  .header__menu {
    display: none;
  }

  .header__btn .btn {
    height: 34rem;
    min-height: 34rem;
    font-size: 13rem;
    line-height: 14rem;
    padding-top: 1rem;
    border-radius: 10rem;
  }

  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .fix-height {
    padding-top: 62rem;
  }

  .header--fixed {
    height: 66rem;
  }

  .block-form__inputs {
    row-gap: 20rem;
    margin-bottom: 20rem;
  }

  .block-form--grid-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 12rem;
  }

  .block-form--grid-columns .block-form__textarea,
  .block-form--grid-columns .block-form__submit,
  .block-form--grid-columns .block-form__warning {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .block-form--grid-columns .block-form__submit {
    margin-top: 2rem;
  }

  .block-form--vertical .block-form__submit {
    height: 54rem;
    margin-bottom: 16rem;
  }

  .block-form--vertical .block-form__warning p {
    max-width: 540rem;
  }

  .block-form--grid-horizontal {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .block-form--grid-horizontal .block-form__btn {
    font-size: 20rem;
    line-height: 24rem;
  }

  .block-form--grid-horizontal .block-form__warning {
    text-align: center;
  }

  .footer__map {
    width: 100%;
    padding: 0 40rem;
    height: 150rem;
    top: 200rem;
  }

  .footer__container {
    padding: 0 0 0 40rem;
  }

  .footer__wrapper-content {
    max-width: unset;
    padding-right: 40rem;
    padding-top: 40rem;
    padding-bottom: 20rem;
  }

  .footer__top {
    margin-bottom: 180rem;
  }

  .footer__logo {
    row-gap: 12rem;
  }

  .footer__logo a img {
    width: 170rem;
  }

  .footer__logo span {
    font-size: 10rem;
    line-height: 12rem;
  }

  .footer__menu ul {
    row-gap: 8rem;
  }

  .footer__menu ul li a {
    font-size: 16rem;
    line-height: 16rem;
  }

  .footer__info address {
    font-size: 14rem;
    line-height: 17rem;
    margin-bottom: 10rem;
    max-width: 310rem;
  }

  .footer__phone {
    font-size: 16rem;
    line-height: 18rem;
    margin-bottom: 10rem;
  }

  .footer__mode {
    margin-bottom: 14rem;
  }

  .footer__mode p {
    font-size: 14rem;
    line-height: 16rem;
  }

  .footer__socials {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .footer__bottom {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .footer__copy {
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .footer__copy img {
    width: 60rem;
  }

  .footer__copy span {
    font-size: 11rem;
    line-height: 12rem;
  }

  .footer__policy {
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .footer__policy a {
    font-size: 11rem;
    line-height: 12rem;
  }

  .sc-main::before {
    height: 80rem;
  }

  .sc-main::after {
    height: 90rem;
  }

  .sc-main__wrapper-content {
    padding-top: 100rem;
  }

  .sc-main__title {
    row-gap: 6rem;
    margin-bottom: 20rem;
    max-width: 320rem;
  }

  .sc-main__title span {
    font-size: 13rem;
    line-height: 15rem;
  }

  .sc-main__desc {
    margin-bottom: 28rem;
  }

  .sc-main__desc p {
    font-size: 14rem;
    line-height: 20rem;
  }

  .sc-main__img {
    width: 320rem;
  }

  .sc-about {
    margin-top: -10rem;
    padding-bottom: 268rem;
  }

  .sc-about__wrapper-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    height: 287rem;
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .sc-about__item {
    border-radius: 10rem;
  }

  .sc-about__item:nth-child(1) {
    margin-top: 16rem;
    padding: 10rem;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-right-radius: 80rem;
    row-gap: 10rem;
    margin-bottom: 51rem;
  }

  .sc-about__item:nth-child(2) {
    margin-bottom: 49rem;
    padding: 10rem;
    border-top-right-radius: 80rem;
  }

  .sc-about__item:nth-child(2) .sc-about__icon {
    margin-bottom: 21rem;
  }

  .sc-about__item:nth-child(3) {
    margin-top: 72rem;
    border-bottom-right-radius: 80rem;
    padding: 10rem;
  }

  .sc-about__item:nth-child(3) .sc-about__content-text {
    margin-bottom: 11rem;
  }

  .sc-about__subtitle {
    font-size: 20rem;
    line-height: 20rem;
    margin-bottom: 12rem;
  }

  .sc-about__content-text p {
    font-size: 14rem;
    line-height: 17rem;
  }

  .sc-about__subtitle-price {
    font-size: 24rem;
    line-height: 24rem;
    text-align: center;
  }

  .sc-about__wrap-price {
    left: 0rem;
    -webkit-column-gap: 31rem;
       -moz-column-gap: 31rem;
            column-gap: 31rem;
    bottom: -30rem;
  }

  .sc-about__price {
    row-gap: 16rem;
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sc-about__widget {
    left: 0;
    bottom: -210rem;
  }

  .sc-servises {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sc-servises::before {
    left: -40rem;
    border-radius: 20rem;
    border-bottom-right-radius: 90rem;
  }

  .sc-servises__wrapper-content {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
    padding-right: 20rem;
    -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;
  }

  .sc-servises__content-left {
    margin-left: 0rem;
  }

  .sc-servises__img {
    width: 280rem;
  }

  .sc-servises__title {
    margin-bottom: 20rem;
  }

  .sc-servises__title span {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-servises__desc {
    margin-bottom: 28rem;
    row-gap: 10rem;
  }

  .sc-servises__desc p {
    font-size: 16rem;
    line-height: 22rem;
  }

  .sc-price {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sc-price__title {
    row-gap: 8rem;
    margin-bottom: 20rem;
  }

  .sc-price__title span {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-price__desc {
    margin-bottom: 28rem;
  }

  .sc-price__desc p {
    font-size: 16rem;
    line-height: 22rem;
    max-width: unset;
  }

  .sc-price__grid {
    margin-bottom: 28rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
    row-gap: 14rem;
  }

  .sc-price__item {
    padding: 20rem 10rem 10rem 20rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .sc-price__item-title h3 {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-price__wrap-price span {
    font-size: 15rem;
    line-height: 16rem;
    margin-bottom: 6rem;
  }

  .sc-price__wrap-price .btn {
    height: 28rem;
    min-height: 28rem;
    font-size: 12rem;
    line-height: 13rem;
    border-radius: 8rem;
    padding: 0 10rem;
  }

  .sc-bid {
    padding-top: 40rem;
    padding-bottom: 30rem;
  }

  .sc-bid::before {
    left: 40rem;
    border-radius: 15rem;
    border-top-left-radius: 80rem;
  }

  .sc-bid__wrapper-content {
    padding-left: 60rem;
    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: 40rem;
  }

  .sc-bid__content-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0rem;
  }

  .sc-bid__slider {
    max-width: 400rem;
    margin: 0 auto 30rem;
  }

  .sc-bid__item {
    max-width: unset;
    text-align: center;
  }

  .sc-bid__item h3 {
    font-size: 24rem;
    line-height: 28rem;
    margin-bottom: 16rem;
  }

  .sc-bid__item p {
    font-size: 14rem;
    line-height: 24rem;
    margin-bottom: 20rem;
  }

  .sc-bid__item a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-bid__submenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50rem;
       -moz-column-gap: 50rem;
            column-gap: 50rem;
  }

  .sc-bid__submenu ul li a {
    font-size: 14rem;
    line-height: 24rem;
  }

  .sc-bid__navigation {
    width: 400rem;
  }

  .sc-bid__navigation .product-arrow-custom-prev,
  .sc-bid__navigation .product-arrow-custom-next {
    width: 42rem;
    height: 42rem;
  }

  .sc-bid__navigation .product-arrow-custom-prev {
    margin-left: -60rem;
  }

  .sc-bid__navigation .product-arrow-custom-next {
    margin-right: -60rem;
  }

  .sc-bid__content-right h2 {
    margin-bottom: 28rem;
  }

  .sc-bid__list {
    margin-bottom: 32rem;
  }

  .sc-bid__list ul {
    row-gap: 20rem;
  }

  .sc-bid__list ul li {
    font-size: 17rem;
    line-height: 18rem;
    padding-left: 32rem;
  }

  .sc-bid__list ul li::before {
    width: 22rem;
    height: 15rem;
    min-width: 22rem;
    min-height: 15rem;
  }

  .sc-bid__wrapper-form > h4 {
    font-size: 18rem;
    line-height: 20rem;
    margin-bottom: 10rem;
  }

  .sc-bid__wrapper-form textarea {
    height: 110rem;
    padding: 14rem 16rem;
    margin-bottom: 12rem;
  }

  .sc-bid__wrapper-form textarea::-webkit-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-bid__wrapper-form textarea::-moz-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-bid__wrapper-form textarea:-ms-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-bid__wrapper-form textarea::-ms-input-placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-bid__wrapper-form textarea::placeholder {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-bid__wrapper-form button {
    margin: 0 auto 12rem;
  }

  .sc-bid__wrap-input {
    margin-bottom: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .sc-bid__wrap-input input {
    height: 46rem;
  }

  .sc-bid__wrap-input input::-webkit-input-placeholder {
    font-size: 15rem;
    line-height: 16rem;
  }

  .sc-bid__wrap-input input::-moz-placeholder {
    font-size: 15rem;
    line-height: 16rem;
  }

  .sc-bid__wrap-input input:-ms-input-placeholder {
    font-size: 15rem;
    line-height: 16rem;
  }

  .sc-bid__wrap-input input::-ms-input-placeholder {
    font-size: 15rem;
    line-height: 16rem;
  }

  .sc-bid__wrap-input input::placeholder {
    font-size: 15rem;
    line-height: 16rem;
  }

  .sc-questions {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sc-questions__title {
    margin-bottom: 20rem;
  }

  .sc-questions__title span {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-questions__desc {
    max-width: unset;
    margin: 0 auto 28rem;
  }

  .sc-questions__desc p {
    font-size: 16rem;
    line-height: 22rem;
  }

  .sc-questions__tabs-item--active .sc-questions__tabs-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sc-questions__tabs-item--active .sc-questions__tabs-header {
    border: none;
  }

  .sc-questions__tabs-item--bottom .sc-questions__tabs-body::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -22rem;
    left: 25rem;
  }

  .sc-questions__tabs-header {
    max-width: 100%;
  }

  .sc-questions__tabs-body {
    max-width: 100%;
    display: none;
    position: relative;
    margin-top: 10rem;
    min-height: 100rem;
  }

  .sc-questions__tabs-body::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -22rem;
    left: 25rem;
    width: 18rem;
    height: 23rem;
  }

  .sc-servise-page {
    padding-top: 76rem;
    padding-bottom: 40rem;
  }

  .sc-servise-page::before {
    height: 80rem;
  }

  .sc-servise-page__wrap-background {
    height: 600rem;
  }

  .sc-servise-page__wrap-background::after {
    height: 90rem;
  }

  .sc-servise-page__wrapper-content {
    -ms-grid-columns: 40rem 1fr;
    grid-template-columns: 40rem 1fr;
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .sc-servise-page__container {
    padding: 0 40rem 0 0;
  }

  .sc-servise-page__content-left {
    position: relative;
    top: unset;
    left: unset;
  }

  .sc-servise-page__breadcrumbs {
    margin-bottom: 24rem;
  }

  .sc-servise-page__title {
    margin-bottom: 24rem;
  }

  .sc-servise-page__title h1 {
    font-size: 36rem;
    line-height: 38rem;
  }

  .sc-servise-page__content {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
    margin-bottom: 24rem;
  }

  .sc-servise-page__content img {
    width: 50%;
  }

  .sc-servise-page__inner-text {
    row-gap: 32rem;
  }

  .sc-servise-page__inner-text > p {
    font-size: 16rem;
    line-height: 22rem;
  }

  .sc-servise-page__wrapper-desc {
    row-gap: 20rem;
  }

  .sc-servise-page__wrapper-desc > p {
    font-size: 16rem;
    line-height: 24rem;
  }

  .sc-servise-page__wrapper-desc h2 {
    font-size: 28rem;
    line-height: 32rem;
  }

  .sc-servise-page__wrapper-desc h3 {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-servises-block__wrapper-content h2 {
    margin-bottom: 30rem;
  }

  .sc-servises-block__grid {
    margin-bottom: 32rem;
  }

  .sc-servises-block__item {
    row-gap: 24rem;
    padding-bottom: 16rem;
    padding-right: 10rem;
    padding-left: 10rem;
    padding-top: 32rem;
  }

  .sc-servises-block__item .btn {
    font-size: 16rem;
    line-height: 18rem;
    height: 40rem;
    min-height: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-servises-block__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12rem;
  }

  .sc-servises-block__item-content h3 {
    font-size: 18rem;
    line-height: 22rem;
    text-align: center;
  }

  .sc-servises-block__item-content img {
    width: 80rem;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .modal--addmenu .modal__mode {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 0.3125vw;
  }

  h1 {
    font-size: 26rem;
    line-height: 30rem;
    font-family: avenirnextcyr;
  }

  h2 {
    font-size: 24rem;
    line-height: 26rem;
    font-family: avenirnextcyr;
  }

  h3 {
    font-size: 14rem;
    line-height: 16rem;
    font-family: avenirnextcyr;
  }

  p,
  span,
  address {
    font-size: 16rem;
    line-height: 18rem;
    font-family: avenirnextcyr;
  }

  .btn--transparent {
    height: 36rem;
    min-height: 36rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    padding: 0 14rem;
    padding-top: 1rem;
    border-radius: 10rem;
  }

  .btn--orange {
    height: 36rem;
    min-height: 36rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    padding: 0 14rem;
    padding-top: 1rem;
    border-radius: 10rem;
  }

  .container {
    padding: 0 15rem;
  }

  .icon--burger {
    width: 30rem;
    height: 30rem;
    min-width: 30rem;
    min-height: 30rem;
  }

  .icon--call {
    width: 18rem;
    height: 18rem;
    min-width: 18rem;
    min-height: 18rem;
  }

  .icon--about1 {
    width: 28rem;
    height: 32rem;
    min-width: 28rem;
    min-height: 32rem;
  }

  .icon--about2 {
    width: 32rem;
    height: 34rem;
    min-width: 32rem;
    min-height: 34rem;
  }

  .icon--about3 {
    width: 32rem;
    height: 32rem;
    min-width: 32rem;
    min-height: 32rem;
  }

  .icon--circle-arrow-right svg {
    width: 26rem;
    height: 26rem;
    min-width: 26rem;
    min-height: 26rem;
  }

  .modal .modal__close {
    top: 32rem;
    right: 20rem;
  }

  .modal--addmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 32rem;
  }

  .modal--addmenu .modal__container {
    padding: 0 15rem;
  }

  .modal--addmenu .modal__inner-content {
    padding-bottom: 86rem;
    padding-top: 12rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__wrapper-content {
    row-gap: 16rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__logo a img {
    width: 130rem;
  }

  .modal--addmenu .modal__submenu {
    margin-bottom: 16rem;
  }

  .modal--addmenu .modal__submenu a {
    font-size: 17rem;
    line-height: 18rem;
    height: 28rem;
    min-height: 28rem;
    padding-left: 8rem;
    padding-right: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  .modal--addmenu .modal__wrap-info {
    row-gap: 16rem;
  }

  .modal--addmenu .modal__wrap-info address {
    font-size: 14rem;
    line-height: 16rem;
    text-align: left;
  }

  .modal--addmenu .modal__wrap-info .btn {
    margin: 0;
  }

  .modal--addmenu .modal__phone {
    font-size: 14rem;
    line-height: 16rem;
  }

  .modal--addmenu .modal__burder {
    row-gap: 2rem;
    width: 26rem;
  }

  .modal--addmenu .modal__menu > ul {
    row-gap: 12rem;
  }

  .modal--addmenu .modal__menu > ul > li > a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .modal--addmenu .modal__menu > ul > li > a i {
    position: relative;
    top: 1rem;
  }

  .modal--addmenu .modal__mode p {
    font-size: 14rem;
    line-height: 18rem;
    text-align: left;
  }

  .modal--addmenu .modal__socials {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .modal--addmenu .modal__btn a {
    font-size: 13rem;
    line-height: 14rem;
    min-height: 32rem;
    height: 32rem;
  }

  .fix-height.offset-top {
    margin-top: 88rem;
  }

  [data-dropdown] [data-dropdown] > [data-dropdown-clicked] {
    font-size: 14rem;
    line-height: 16rem;
  }

  [data-dropdown] .navigation__item {
    width: 100%;
  }

  .hidden-lg-content__button span {
    font-size: 13rem;
    line-height: 18rem;
    font-family: avenirnextcyr;
    left: 2rem;
  }

  .hidden-lg-content__wrapper-content {
    max-width: 100vw;
    width: 100vw;
    padding: 16rem 56rem 16rem 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hidden-lg-content--visible .hidden-lg-content__button button {
    -webkit-transform: translateX(-330rem);
        -ms-transform: translateX(-330rem);
            transform: translateX(-330rem);
  }

  .breadcrumbs {
    font-size: 12rem;
    line-height: 14rem;
    font-family: avenirnextcyr;
    padding-bottom: 4rem;
    padding-top: 10rem;
  }

  .categories-nav {
    padding: 0 30rem 0 10rem;
  }

  .categories-nav .categories-nav__menu > ul {
    row-gap: 12rem;
  }

  .categories-nav .categories-nav__menu > ul > li > a {
    font-size: 13rem;
    line-height: 14rem;
    padding-left: 20rem;
  }

  .categories-nav .submenu > li > a > span {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header {
    padding: 10rem 0;
    height: 46rem;
  }

  .header__wrapper-content {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .header__logo a img {
    width: 100rem;
  }

  .header__info > address {
    display: none;
  }

  .header__phone {
    display: none;
  }

  .header__icon-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__btn .btn {
    padding: 0 6rem;
    padding-top: 1rem;
    border-radius: 8rem;
    font-size: 10rem;
    line-height: 12rem;
    height: 26rem;
    min-height: 26rem;
  }

  .fix-height {
    padding-top: 47rem;
  }

  .header--fixed {
    height: 46rem;
  }

  .block-form__warning p {
    font-size: 8rem;
    line-height: 10rem;
  }

  .block-form__inputs {
    row-gap: 8rem;
    margin-bottom: 8rem;
  }

  .block-form--grid-columns {
    row-gap: 6rem;
  }

  .block-form--grid-columns .block-form__submit {
    margin-top: 0;
  }

  .block-form--grid-columns .block-form__btn {
    min-height: 34rem;
    max-height: 34rem;
    padding: 0 12rem;
    font-size: 15rem;
    line-height: 17rem;
  }

  .block-form--vertical .block-form__submit {
    height: 40rem;
    width: 100%;
    margin-bottom: 8rem;
  }

  .block-form--vertical .block-form__btn {
    width: 100%;
  }

  .block-form--vertical .block-form__warning p {
    font-size: 8rem;
    line-height: 10rem;
  }

  .block-form--grid-horizontal {
    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: 6rem;
  }

  .block-form--grid-horizontal .block-form__btn {
    height: 36rem;
    font-size: 18rem;
    line-height: 16rem;
  }

  .footer__map {
    padding: 0 15rem;
    top: 370rem;
  }

  .footer__container {
    padding: 0 0 0 15rem;
  }

  .footer__wrapper-content {
    padding-right: 15rem;
    padding-top: 24rem;
    padding-bottom: 15rem;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14rem;
  }

  .footer__logo {
    row-gap: 8rem;
  }

  .footer__logo a img {
    width: 140rem;
  }

  .footer__menu ul {
    row-gap: 6rem;
  }

  .footer__menu ul li a {
    font-size: 14rem;
    line-height: 14rem;
  }

  .footer__info address {
    font-size: 13rem;
    line-height: 15rem;
  }

  .footer__phone {
    font-size: 14rem;
    line-height: 16rem;
  }

  .footer__mode {
    margin-bottom: 12rem;
  }

  .footer__mode p {
    font-size: 13rem;
    line-height: 15rem;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__copy img {
    width: 54rem;
  }

  .footer__policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sc-main::before {
    height: 50rem;
  }

  .sc-main::after {
    height: 50rem;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    bottom: -20rem;
  }

  .sc-main__wrapper-content {
    padding-top: 70rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 170rem;
  }

  .sc-main__title {
    row-gap: 4rem;
    margin-bottom: 14rem;
  }

  .sc-main__title span {
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-main__desc {
    margin-bottom: 20rem;
  }

  .sc-main__desc p {
    font-size: 12rem;
    line-height: 16rem;
  }

  .sc-main__img {
    width: 200rem;
    position: absolute;
    bottom: 0;
    right: -12rem;
  }

  .sc-about {
    margin-top: -16rem;
    padding-bottom: 228rem;
  }

  .sc-about__wrapper-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sc-about__item {
    -webkit-filter: drop-shadow(0px 10px 30px rgba(51, 51, 51, 0.09));
            filter: drop-shadow(0px 10px 30px rgba(51, 51, 51, 0.09));
  }

  .sc-about__item:nth-child(1) {
    margin-top: 30rem;
    padding: 20rem 6rem;
    margin-bottom: 0rem;
    border-top-right-radius: 40rem;
  }

  .sc-about__item:nth-child(2) {
    margin-bottom: 0rem;
    border-top-right-radius: 40rem;
    padding: 10rem 6rem 20rem 6rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 20rem;
  }

  .sc-about__item:nth-child(2) .sc-about__icon {
    margin-bottom: 10rem;
  }

  .sc-about__item:nth-child(3) {
    margin-top: 10rem;
    border-bottom-left-radius: 40rem;
    border-bottom-right-radius: unset;
    padding: 10rem;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .sc-about__item:nth-child(3) .sc-about__content-text {
    margin-bottom: 11rem;
  }

  .sc-about__subtitle {
    font-size: 16rem;
    line-height: 18rem;
    margin-bottom: 10rem;
  }

  .sc-about__content-text p {
    font-size: 10rem;
    line-height: 13rem;
  }

  .sc-about__subtitle-price {
    font-size: 14rem;
    line-height: 16rem;
    max-width: 226rem;
  }

  .sc-about__wrap-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12rem;
    bottom: 36rem;
  }

  .sc-about__price {
    row-gap: 12rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 140rem;
  }

  .sc-about__price .btn {
    height: 28rem;
    min-height: 28rem;
    font-size: 12rem;
    line-height: 14rem;
    font-family: avenirnextcyr;
    font-weight: 400;
    padding: 0 8rem;
    padding-top: 1rem;
    border-radius: 8rem;
  }

  .sc-servises {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sc-servises::before {
    left: -15rem;
    border-radius: 10rem;
    border-bottom-right-radius: 50rem;
  }

  .sc-servises__wrapper-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 14rem;
  }

  .sc-servises__img {
    width: 200rem;
    position: relative;
    right: -40px;
  }

  .sc-servises__title {
    row-gap: 6rem;
    margin-bottom: 16rem;
  }

  .sc-servises__title span {
    font-size: 12rem;
    line-height: 12rem;
  }

  .sc-servises__desc {
    margin-bottom: 16rem;
    row-gap: 8rem;
  }

  .sc-servises__desc p {
    font-size: 13rem;
    line-height: 20rem;
  }

  .sc-price {
    padding-top: 28rem;
    padding-bottom: 24rem;
  }

  .sc-price__title {
    row-gap: 6rem;
    margin-bottom: 16rem;
  }

  .sc-price__title span {
    font-size: 12rem;
    line-height: 12rem;
  }

  .sc-price__desc {
    margin-bottom: 20rem;
  }

  .sc-price__desc p {
    font-size: 14rem;
    line-height: 19rem;
  }

  .sc-price__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20rem;
  }

  .sc-price__item {
    padding: 13rem 10rem 8rem 10rem;
    border-radius: 10rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  .sc-price__item-title h3 {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-price__wrap-price span {
    font-size: 14rem;
    line-height: 15rem;
  }

  .sc-price__wrap-price .btn {
    height: 24rem;
    min-height: 24rem;
    font-size: 10rem;
    line-height: 12rem;
    padding-top: 1rem;
  }

  .sc-bid {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sc-bid::before {
    left: 15rem;
    border-radius: 10rem;
    border-top-left-radius: 50rem;
  }

  .sc-bid__wrapper-content {
    padding-left: 24rem;
    row-gap: 20rem;
  }

  .sc-bid__slider {
    max-width: 260rem;
    margin: 0 auto 20rem;
  }

  .sc-bid__item h3 {
    font-size: 16rem;
    line-height: 18rem;
    margin-bottom: 12rem;
  }

  .sc-bid__item p {
    font-size: 12rem;
    line-height: 16rem;
    margin-bottom: 16rem;
  }

  .sc-bid__item a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-bid__submenu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sc-bid__submenu ul li a {
    font-size: 12rem;
    line-height: 22rem;
  }

  .sc-bid__navigation {
    width: 260rem;
  }

  .sc-bid__navigation .product-arrow-custom-prev,
  .sc-bid__navigation .product-arrow-custom-next {
    border: unset;
    width: 12rem;
    height: 12rem;
  }

  .sc-bid__navigation .product-arrow-custom-prev {
    margin-left: -8rem;
  }

  .sc-bid__navigation .product-arrow-custom-next {
    margin-right: -8rem;
  }

  .sc-bid__content-right h2 {
    margin-bottom: 16rem;
    text-align: center;
  }

  .sc-bid__list {
    margin-bottom: 20rem;
  }

  .sc-bid__list ul {
    row-gap: 12rem;
  }

  .sc-bid__list ul li {
    font-size: 14rem;
    line-height: 16rem;
    padding-left: 28rem;
  }

  .sc-bid__list ul li::before {
    width: 18rem;
    height: 13rem;
    min-width: 18rem;
    min-height: 13rem;
  }

  .sc-bid__wrapper-form > h4 {
    font-size: 14rem;
    line-height: 16rem;
    margin-bottom: 6rem;
    max-width: 170rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-bid__wrapper-form textarea {
    padding: 10rem;
    height: 100rem;
  }

  .sc-bid__wrapper-form textarea::-webkit-input-placeholder {
    font-size: 14rem;
    line-height: 15rem;
  }

  .sc-bid__wrapper-form textarea::-moz-placeholder {
    font-size: 14rem;
    line-height: 15rem;
  }

  .sc-bid__wrapper-form textarea:-ms-input-placeholder {
    font-size: 14rem;
    line-height: 15rem;
  }

  .sc-bid__wrapper-form textarea::-ms-input-placeholder {
    font-size: 14rem;
    line-height: 15rem;
  }

  .sc-bid__wrapper-form textarea::placeholder {
    font-size: 14rem;
    line-height: 15rem;
  }

  .sc-bid__policy span {
    font-size: 8rem;
    line-height: 10rem;
  }

  .sc-bid__wrap-input {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10rem;
  }

  .sc-bid__wrap-input input {
    height: 38rem;
    padding: 0 10rem;
  }

  .sc-bid__wrap-input input::-webkit-input-placeholder {
    font-size: 13rem;
    line-height: 15rem;
    position: relative;
    bottom: 1rem;
  }

  .sc-bid__wrap-input input::-moz-placeholder {
    font-size: 13rem;
    line-height: 15rem;
    position: relative;
    bottom: 1rem;
  }

  .sc-bid__wrap-input input:-ms-input-placeholder {
    font-size: 13rem;
    line-height: 15rem;
    position: relative;
    bottom: 1rem;
  }

  .sc-bid__wrap-input input::-ms-input-placeholder {
    font-size: 13rem;
    line-height: 15rem;
    position: relative;
    bottom: 1rem;
  }

  .sc-bid__wrap-input input::placeholder {
    font-size: 13rem;
    line-height: 15rem;
    position: relative;
    bottom: 1rem;
  }

  .sc-questions {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sc-questions__title {
    row-gap: 6rem;
    margin-bottom: 16rem;
  }

  .sc-questions__title span {
    font-size: 12rem;
    line-height: 12rem;
  }

  .sc-questions__desc {
    margin: 0 auto 14rem;
  }

  .sc-questions__desc p {
    font-size: 14rem;
    line-height: 19rem;
  }

  .sc-questions__tabs-item--bottom .sc-questions__tabs-body::after {
    width: 16rem;
    height: 21rem;
    top: -20rem;
  }

  .sc-questions__tabs-header {
    padding: 10rem 0;
  }

  .sc-questions__tabs-header h3 {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-questions__tabs-body {
    padding: 10rem;
  }

  .sc-questions__tabs-body::after {
    width: 16rem;
    height: 21rem;
    top: -20rem;
  }

  .sc-questions__tabs-content {
    font-size: 13rem;
    line-height: 17rem;
  }

  .sc-servise-page {
    padding-top: 46rem;
    padding-bottom: 32rem;
  }

  .sc-servise-page::before {
    height: 50rem;
  }

  .sc-servise-page__wrap-background::after {
    height: 50rem;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    bottom: -20rem;
  }

  .sc-servise-page__wrapper-content {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    -ms-grid-columns: 30rem 1fr;
    grid-template-columns: 30rem 1fr;
  }

  .sc-servise-page__container {
    padding: 0 15rem 0 0;
  }

  .sc-servise-page__breadcrumbs {
    margin-bottom: 14rem;
  }

  .sc-servise-page__title {
    margin-bottom: 16rem;
  }

  .sc-servise-page__title h1 {
    font-size: 24rem;
    line-height: 28rem;
  }

  .sc-servise-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14rem;
  }

  .sc-servise-page__content img {
    width: 100%;
  }

  .sc-servise-page__inner-text {
    row-gap: 16rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sc-servise-page__inner-text > p {
    font-size: 14rem;
    line-height: 20rem;
    text-align: center;
  }

  .sc-servise-page__wrapper-desc {
    row-gap: 14rem;
  }

  .sc-servise-page__wrapper-desc > p {
    font-size: 14rem;
    line-height: 20rem;
  }

  .sc-servise-page__wrapper-desc h2 {
    font-size: 22rem;
    line-height: 24rem;
  }

  .sc-servise-page__wrapper-desc h3 {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-servises-block__wrapper-content h2 {
    margin-bottom: 20rem;
  }

  .sc-servises-block__grid {
    row-gap: 12rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24rem;
  }

  .sc-servises-block__item {
    row-gap: 6rem;
    padding-bottom: 10rem;
    padding-top: 10rem;
    padding-right: 14rem;
    padding-left: 14rem;
  }

  .sc-servises-block__item .btn {
    font-size: 13rem;
    line-height: 15rem;
    height: 30rem;
    min-height: 30rem;
    margin-right: unset;
  }

  .sc-servises-block__item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sc-servises-block__item-content h3 {
    font-size: 15rem;
    line-height: 18rem;
    text-align: left;
  }

  .sc-servises-block__item-content img {
    width: 90rem;
  }
}

.second_text p {
    font-weight: 300;
    margin-bottom: 20px;
}
.second_text table
{
	width:100%;
	border:none;

}
.second_text table td
{
	padding:5px;
	min-height:20px;

}
.second_text table td p
{
	margin:0;
	font-size: 16px;
    line-height: 18px;

}
.second_text table tr:nth-child(even)
{ background: #fefefe;
}
.second_text table tr:nth-child(odd)
{ background: #e5e5e5;
}

.second_text span
{
	font-weight: 300;
font-size: 20px;
    line-height: 24px;
    margin-bottom:20px;
}

.second_text ol {
	width:100%;
	max-width:800px;
	margin:0 auto;
	list-style-type: none;
	counter-reset: num;
	position: relative;

	padding: 15px 0 5px 0;
	font-size: 16px;
}
.second_text ol li {
	position: relative;
	margin: 0 0 0 0;
	background-color:#eddddd;
    margin-bottom:30px;
    font-size:16px;
	padding-top:0px;
	padding:10px;
	line-height: 1.4;
}
.second_text ol li:after {
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -55px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 28px;
	border-radius: 50%;
	border: 1px solid #ef6780;
}


.second_text ol:before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: -30px;
	width: 1px;
	border-left: 1px solid #ef6780;
}

.second_text ol li:last-child:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -38px;
	width: 28px;
	background: #fff;
}

.second_text ul {
    padding:0;
    list-style: none;
}
.second_text ul li{
    padding:6px;
    border-bottom:1px #c51700 dotted;
    padding-bottom:10px;
    margin-bottom:5px;
    margin-top:10px;
    font-size:18px;
}
.second_text ul li:before {
    padding-right:10px;
    font-weight: bold;
    font-size:32px;
    color: #c51700;
    content: "\2714";
    transition-duration: 0.5s;
}

.second_text ul li:hover:before {
    color: #8d1f11;
    content: "\2714";
}
.fla
{
 float:left;
 margin-right:20px;
 width:100%;
 max-width:530px;
 }
.fll
{
 float:left;
 margin-right:20px;
 width:100%;
 max-width:530px;
	}
.sc-price__text table
{
 width:100%;
 border:1px #ccc solid;
	}
 @media (max-width: 992px) {
.second_text ol li {
    position: relative;
    margin-left: 30px;
    }
        .fla
{
  clear:both;
 margin: 0 auto;
 width:100%;
 max-width:530px;
 margin-bottom:30px;
	}
    .fll
{
  clear:both;
 margin: 0 auto;
 width:100%;
 max-width:530px;
	}
    .second_text ol:before {
    left: 0px;
    }
     .first_vid
       { font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}
  .second_text span {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.sc-price__text table
{
 width:100%;
 max-width:480px;
 font-size:11px;
	}
.sc-price__text table td
{

 font-size:11px;
	}
	.sc-price__text table td p
{

 font-size:11px;
	}
}
.second_text a
{
 color:#da2e24;
	}
.second_text a:hover
{
 color:#333;
	}

