@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: #fff;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-family: Montserrat;
  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: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

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

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

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

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

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

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

h1,
h2 {
  text-transform: uppercase;
}

h1,
h2 {
  font-size: 55rem;
  line-height: 44rem;
  font-family: Montserrat;
  font-weight: 700;
}

h1 span,
h2 span {
  font-size: 33rem;
  line-height: 44rem;
  font-family: Montserrat;
}

h3 {
  font-size: 27rem;
  line-height: 35rem;
  font-family: Montserrat;
  font-weight: 700;
}

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

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

a {
  display: inline-block;
  color: #DF0054;
  -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;
}

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

.link-big a {
  font-size: 24rem;
  line-height: 26rem;
  font-family: Montserrat;
  font-weight: 400;
  color: #f1b162;
  border-bottom: 2rem solid #f1b162;
  padding-bottom: 2rem;
}

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

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

/* Кнопки */

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

@-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;
}

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

.btn--yellow {
  font-size: 20rem;
  line-height: 24rem;
  font-family: Montserrat;
  font-weight: 600;
  min-height: 80rem;
  max-height: 80rem;
  color: #252525;
  background-color: #FEC619;
  min-width: 415rem;
  position: relative;
  overflow: hidden;
}

.btn--yellow::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--yellow:hover::before {
  left: 110%;
}

.btn--yellow:hover {
  background-color: #f1b500;
}

.btn--yellow-min {
  font-size: 14rem;
  line-height: 18rem;
  font-family: Montserrat;
  font-weight: 600;
  min-height: 40rem;
  max-height: 40rem;
  padding: 0 50rem;
  color: #252525;
  background-color: #FEC619;
  position: relative;
  overflow: hidden;
}

.btn--yellow-min::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--yellow-min:hover::before {
  left: 110%;
}

.btn--yellow-min:hover {
  background-color: #f1b500;
}

.btn--empty {
  font-size: 18rem;
  line-height: 24rem;
  font-family: Montserrat;
  font-weight: 500;
  min-height: 80rem;
  max-height: 80rem;
  color: #fff;
  background-color: #FEC619;
  min-width: 415rem;
  border: 3rem solid #fff;
  background-color: transparent;
}

.btn--empty:hover {
  background-color: #fff;
  color: #252525;
}

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

.container {
  padding: 0 100rem;
}

/* 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;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -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;
}

.icon--arrow-bottom {
  background-image: url("../img/icon/icon-arrow-bottom.png");
  width: 16rem;
  height: 16rem;
  min-width: 16rem;
  min-height: 16rem;
}

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

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

.icon--arrow-right-grey {
  background-image: url("../img/icon/icon-arrow-right-grey.png");
  width: 51rem;
  height: 16rem;
  min-width: 51rem;
  min-height: 16rem;
}

.icon--arrow-left-grey {
  background-image: url("../img/icon/icon-arrow-left-grey.png");
  width: 51rem;
  height: 16rem;
  min-width: 51rem;
  min-height: 16rem;
}

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

.icon--play {
  background-image: url("../img/icon/icon-play.png");
  width: 18rem;
  height: 20rem;
  min-width: 18rem;
  min-height: 20rem;
}

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

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

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

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

/* 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: #fff;
  width: 24rem;
  height: 24rem;
}

.modal--addmenu {
  background-color: #252525;
  -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__address > a:hover {
  opacity: 1;
}

.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: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

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

/* Select */

.choices {
  border: 1rem solid rgba(0, 0, 0, 0.4);
  width: 249rem;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 10rem 8rem;
}

.choices__inner {
  border: none;
  border-radius: 0;
  padding: 15rem 10rem 10rem 10rem;
  background-color: transparent;
  max-height: 46rem;
  min-height: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choices__list--single {
  padding: 0;
}

.choices[data-type*=select-one] .choices__inner {
  padding: 10rem 8rem;
}

.choices[data-type*=select-one]::after {
  content: "";
  width: 23rem;
  height: 13rem;
  min-width: 23rem;
  min-height: 13rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1rem;
  right: 12rem;
  background-image: url("../img/icons/arrow-bottom-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-style: none;
  border-color: #333 transparent transparent;
  border-width: 0;
  position: absolute;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: 300rem;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 16rem;
  line-height: 20rem;
  font-family: Montserrat;
  font-weight: 400;
}

.nav__item--active .choices__inner {
  background-color: #000;
}

.nav__item--active .choices__item {
  color: #fff;
  opacity: 1;
}

.nav__item--active .choices__item:hover {
  background-color: #000 !important;
}

.nav__item--active .choices__item:first-child:hover {
  background-color: #000 !important;
}

.nav__item--active .choices__item:not(:hover) {
  background-color: #000 !important;
}

.nav__item--active .choices__list {
  background-color: #000;
}

.choices__item {
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  opacity: 1;
  font-size: 16rem;
  line-height: 20rem;
  font-family: Montserrat;
  font-weight: 400;
}

.choices__item:hover,
.choices__item--active {
  background-color: #fff;
}

/* Input */

.wrapper-input {
  width: 100%;
}

.wrapper-input input {
  border: none;
  outline: unset;
  display: block;
  margin: 0;
  width: 100%;
  border: 2rem solid #EFCCDE;
  border-radius: 4rem;
  background-color: #FFF8FB;
  padding: 0 16rem;
  height: 56rem;
  color: #000000;
}

.wrapper-input input::-webkit-input-placeholder {
  color: #979797;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.wrapper-input input::-moz-placeholder {
  color: #979797;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.wrapper-input input:-ms-input-placeholder {
  color: #979797;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.wrapper-input input::-ms-input-placeholder {
  color: #979797;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.wrapper-input input::placeholder {
  color: #979797;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.wrapper-input--search {
  min-width: 356rem;
  max-width: 640rem;
  position: relative;
}

.wrapper-input--search button {
  -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;
  position: absolute;
  right: 16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrapper-input--search button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.wrapper-input--subscribe {
  position: relative;
}

.wrapper-input--subscribe .btn {
  position: absolute;
  right: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrapper-input--subscribe .btn:hover {
  opacity: 1;
  cursor: pointer;
}

/* Fix height */

.fix-height {
  margin-top: 108rem;
}

/* Dropdown */

.dropdown {
  position: relative;
}

.dropdown a {
  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;
  width: intrinsic;
  width: -moz-max-content;
  -webkit-transition: color var(--transition-time) linear;
  -o-transition: color var(--transition-time) linear;
  transition: color var(--transition-time) linear;
}

.dropdown__wrapper {
  position: absolute;
  z-index: 4;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  width: 300rem;
  padding-top: 12rem;
}

.dropdown__content > ul {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16rem;
  padding-bottom: 16rem;
  row-gap: 12rem;
}

.dropdown__content > ul > li {
  width: 100%;
  text-align: left;
  padding-left: 10rem;
  padding-right: 10rem;
  color: #252525;
}

.dropdown__content > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dropdown__content > ul > li > a {
  text-transform: none;
  color: #252525;
  -webkit-filter: none;
  filter: none;
  list-style: none;
  font-weight: 500;
  text-decoration: none;
  font-size: 14rem;
  line-height: 16rem;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.dropdown__content > ul > li > a:hover {
  opacity: 0.7;
}

.dropdown--active .dropdown__wrapper {
  visibility: visible;
  opacity: 1;
}

.dropdown--active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown--checkbox .dropdown__content > 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: 14rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

/* Блоки */

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

.header {
  background-color: #252525;
  position: fixed;
  height: 108rem;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-transition-property: background-color, padding-top, padding-bottom, margin-top, height, -webkit-box-shadow;
  transition-property: background-color, padding-top, padding-bottom, margin-top, height, -webkit-box-shadow;
  -o-transition-property: box-shadow, background-color, padding-top, padding-bottom, margin-top, height;
  transition-property: box-shadow, background-color, padding-top, padding-bottom, margin-top, height;
  transition-property: box-shadow, background-color, padding-top, padding-bottom, margin-top, height, -webkit-box-shadow;
  -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: unset;
          box-shadow: unset;
  padding: 10rem 0;
}

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

.header__logo a:hover {
  opacity: 1;
}

.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: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
}

.header__menu ul li a {
  font-weight: 500;
  font-size: 18rem;
  line-height: 24rem;
  color: #fff;
  text-transform: uppercase;
}

.header__contacts {
  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: 18rem;
}

.header__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 500;
  color: #fff;
}

.header__address a {
  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;
  color: #fff;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 500;
}

.header__address a:hover {
  opacity: 1;
}

.header__socials-link {
  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: 16rem;
}

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

.header__socials a {
  display: block;
}

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

.header__hamburger:hover {
  opacity: 0.8;
}

.header__hamburger::after,
.header__hamburger::before {
  content: "";
}

.header__hamburger span,
.header__hamburger::after,
.header__hamburger::before {
  width: 100%;
  border: 1rem solid #ffffff;
}

.header--fixed {
  background-color: #252525;
  position: fixed;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

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

.footer {
  padding: 30rem 0;
  background-color: #252525;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 126rem;
}

.footer__wrapper-content:nth-child(6) p {
  font-weight: 500;
  font-size: 18rem;
  line-height: 20rem;
  color: #fff;
  margin-bottom: 56rem;
}

.footer__content {
  height: 181rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__content h3 {
  font-weight: 600;
  font-size: 20rem;
  line-height: 24rem;
  color: #fff;
  margin-bottom: 34rem;
}

.footer__content p {
  max-width: 500rem;
  font-weight: 500;
  font-size: 18rem;
  line-height: 34rem;
  color: #fff;
}

.footer__content a {
  margin-top: auto;
  font-weight: 400;
  font-size: 18rem;
  line-height: 20rem;
  color: #FEC619;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-top: -60rem;
}

.footer__logo a img {
  width: 400rem;
}

.footer__title {
  margin-bottom: 34rem;
}

.footer__title h3 {
  font-weight: 600;
  font-size: 20rem;
  line-height: 24rem;
  color: #fff;
}

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

.footer__menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18rem;
  line-height: 20rem;
}

.footer__phone {
  margin-bottom: 46rem;
}

.footer__phone 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-weight: 500;
  font-size: 25rem;
  line-height: 27rem;
  color: #fff;
}

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

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

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

.sc-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 1;
}

.sc-main__wrapper {
  position: relative;
  z-index: 10;
}

.sc-main__title {
  max-width: 1316rem;
  margin-bottom: 99rem;
}

.sc-main__title h1 {
  font-size: 100rem;
  line-height: 108rem;
  font-weight: 600;
  color: #fff;
}

.sc-main__title h1 > span {
  font-size: 48rem;
  line-height: 54rem;
  font-weight: 600;
  color: inherit;
}

.sc-main__title > span {
  display: none;
}

.sc-main__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: 145rem;
     -moz-column-gap: 145rem;
          column-gap: 145rem;
}

.sc-main__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  margin-bottom: 95rem;
}

.sc-main__advantage {
  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;
  border-radius: 50%;
  border: 3rem solid #FEC619;
  width: 126rem;
  height: 126rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 6rem;
}

.sc-main__advantage span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  font-size: 40rem;
  line-height: 40rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.sc-main__advantage span > p {
  position: relative;
  top: -3rem;
}

.sc-main__advantage p {
  text-transform: uppercase;
  font-size: 15rem;
  line-height: 15rem;
  color: #fff;
}

.sc-main__desc {
 /* margin-bottom: 49rem;*/
}

.sc-main__desc p {
  font-weight: 400;
  font-size: 22rem;
  line-height: 28rem;
  color: #fff;
}

.sc-main__desc p a {
  font-weight: 500;
  color: #FEC619;
  font-size: inherit;
  line-height: inherit;
}

.sc-main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.sc-main__banner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20rem;
  -webkit-column-gap: 46rem;
     -moz-column-gap: 46rem;
          column-gap: 46rem;
  height: 276rem;
}

.sc-main__banner-content {
  max-width: 330rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc-main__banner-content > p {
  font-weight: 500;
  font-size: 20rem;
  line-height: 24rem;
  color: #676666;
}

.sc-main__banner-subtitle {
  margin-bottom: 15rem;
}

.sc-main__banner-subtitle h2 {
  font-weight: 600;
  font-size: 28rem;
  line-height: 36rem;
  color: #252525;
}

.sc-main__banner-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 45rem;
     -moz-column-gap: 45rem;
          column-gap: 45rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: auto;
}

.sc-main__banner-price span {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 35rem;
  line-height: 35rem;
  color: #676666;
}

.sc-main__banner-price p {
  font-weight: 500;
  font-size: 55rem;
  line-height: 55rem;
  color: #252525;
}

.sc-main__banner-img img {
  height: 100%;
}

.sc-quiz {
  position: relative;
  padding: 90rem 0 100rem;
}

.sc-quiz__background-desc {
  position: absolute;
  bottom: -20rem;
  left: 0rem;
  z-index: 1;
}

.sc-quiz__background-mob {
  display: none;
}

.sc-quiz__container {
  padding: 0 190rem;
}

.sc-quiz__wrapper-content {
  z-index: 10;
  position: relative;
}

.sc-project {
  background-color: #252525;
  padding-top: 50rem;
  padding-bottom: 100rem;
  position: relative;
}

.sc-project__content-top {
  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;
  margin-bottom: 50rem;
}

.sc-project__title {
  max-width: 658rem;
}

.sc-project__title h2 {
  font-weight: 600;
  font-size: 50rem;
  line-height: 68rem;
  color: #fff;
}

.sc-project__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50rem;
     -moz-column-gap: 50rem;
          column-gap: 50rem;
}

.sc-project__navigation .arrow-custom-prev,
.sc-project__navigation .arrow-custom-next {
  cursor: pointer;
}

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

.sc-project .swiper {
  min-width: 0;
}

.sc-project__swiper-inner {
  margin-bottom: 54rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-project__content-bottom {
  padding: 0 100rem;
}

.sc-project__content-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-color: #fff;
  left: 0;
}

.sc-project__item {
  background-color: #fff;
}

.sc-project__item-img {
  border: 1px solid #fff;
}

.sc-project__item-img img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sc-project__item-content {
  height: 80rem;
  padding: 0 24rem;
  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;
}

.sc-project__item-content span {
  font-size: 18rem;
  line-height: 20rem;
  color: #252525;
  font-weight: 500;
}

.sc-project__item-title {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-project__item-title h3 {
  font-weight: 500;
  font-size: 18rem;
  line-height: 24rem;
}

.sc-project__item-title h3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1rem;
  background-color: #252525;
  top: 0;
  right: -22rem;
}

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

.sc-advantages {
  padding-top: 50rem;
  padding-bottom: 100rem;
  overflow: hidden;
  position: relative;
}

.sc-advantages__background {
  position: absolute;
  bottom: -7rem;
  left: -7rem;
  z-index: 1;
}

.sc-advantages a {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.sc-advantages__title {
  max-width: 850rem;
  margin-bottom: 50rem;
}

.sc-advantages__title h2 {
  font-weight: 600;
  font-size: 50rem;
  line-height: 68rem;
  color: #252525;
}

.sc-advantages__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50rem;
  border-top: 1rem solid #252525;
  position: relative;
}

.sc-advantages__grid::after {
  content: "";
  display: block;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  border-right: 1rem solid #fff;
}

.sc-advantages__wrapper-item {
  border-right: 1rem solid #252525;
  border-bottom: 1rem solid #252525;
}

.sc-advantages__item {
  max-width: 373rem;
  padding-left: 20rem;
  padding-top: 34rem;
  padding-bottom: 34rem;
}

.sc-advantages__item span {
  font-weight: 700;
  font-size: 48rem;
  line-height: 52rem;
  color: #FEC619;
  margin-bottom: 30rem;
  display: block;
}

.sc-advantages__item h3 {
  margin-bottom: 50rem;
  font-weight: 700;
  font-size: 30rem;
  line-height: 34rem;
  color: #252525;
}

.sc-advantages__item p {
  color: #555;
  font-weight: 700;
  font-size: 18rem;
  line-height: 24rem;
  min-height: 63rem;
}

.sc-photogallery {
  padding-top: 50rem;
  padding-bottom: 100rem;
  border-top: 1rem solid #252525;
}

.sc-photogallery__content-top {
  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;
  margin-bottom: 50rem;
}

.sc-photogallery__title {
  max-width: 850rem;
}

.sc-photogallery__title h2 {
  font-weight: 600;
  font-size: 50rem;
  line-height: 68rem;
  color: #252525;
}

.sc-photogallery__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50rem;
     -moz-column-gap: 50rem;
          column-gap: 50rem;
}

.sc-photogallery__navigation .arrow-custom-prev,
.sc-photogallery__navigation .arrow-custom-next {
  cursor: pointer;
}

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

.sc-photogallery__content-bottom {
  height: 700rem;
  margin-bottom: 115rem;
  position: relative;
}

.sc-photogallery__content-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-color: #252525;
  left: 0;
}

.sc-photogallery .swiper {
  height: 100%;
}

.sc-photogallery__slide {
  height: 100%;
  border: 1px solid #252525;
  cursor: pointer;
  display: block;
}

.sc-photogallery__slide:hover {
  opacity: 1;
}

.sc-photogallery__slide img {
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}

.sc-photogallery .swiper-slide {
  height: 100%;
}

.sc-photogallery .swiper-slide.swiper-slide-active img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

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

.sc-photogallery .swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: -70rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.sc-photogallery .swiper-pagination-bullet {
  display: inline-block;
  width: 15rem;
  height: 15rem;
  margin: 0 5rem;
  background-color: #fff;
  border: 1rem solid #252525;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sc-photogallery .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FEC619;
  border: unset;
}

.sc-video {
  background-color: #252525;
  padding-top: 50rem;
  padding-bottom: 100rem;
  position: relative;
}

.sc-video__content-top {
  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;
  margin-bottom: 50rem;
}

.sc-video__title {
  max-width: 230rem;
}

.sc-video__title h2 {
  font-weight: 600;
  font-size: 50rem;
  line-height: 68rem;
  color: #fff;
}

.sc-video__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50rem;
     -moz-column-gap: 50rem;
          column-gap: 50rem;
}

.sc-video__navigation .arrow-custom-prev,
.sc-video__navigation .arrow-custom-next {
  cursor: pointer;
}

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

.sc-video__content-bottom {
  margin-bottom: 50rem;
  padding: 0 100rem;
}

.sc-video__content-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-color: #fff;
  left: 0;
  top: 235rem;
}

.sc-video__item {
  position: relative;
  display: block;
}

.sc-video__item-img img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

.sc-video__item-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1rem solid #fff;
  width: 125rem;
  height: 125rem;
  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;
  cursor: pointer;
}

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

.sc-questions {
  padding-top: 153rem;
  padding-bottom: 100rem;
  position: relative;
}

.sc-questions::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-color: #252525;
  top: 103rem;
  left: 0;
}

.sc-questions__title {
  max-width: 850rem;
  margin-bottom: 50rem;
}

.sc-questions__title h2 {
  font-weight: 600;
  font-size: 50rem;
  line-height: 68rem;
  color: #252525;
}

.sc-questions__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 705rem 1fr;
  grid-template-columns: 705rem 1fr;
  -webkit-column-gap: 120rem;
     -moz-column-gap: 120rem;
          column-gap: 120rem;
}

.sc-questions__image {
  margin-bottom: 86rem;
}

.sc-questions__btn a {
  width: 100%;
}

.sc-questions__tabs-item {
  padding: 29rem 0;
  border-top: 1rem solid #252525;
  overflow: hidden;
  cursor: pointer;
}

.sc-questions__tabs-item:last-child {
  border-bottom: 1rem solid #252525;
}

.sc-questions__tabs-header {
  position: relative;
}

.sc-questions__tabs-header h3 {
  max-width: 825rem;
  font-weight: 700;
  font-size: 20rem;
  line-height: 24rem;
  color: #252525;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sc-questions__tabs-header::before {
  content: "";
  position: absolute;
  background-image: url("../img/questions/plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 23rem;
  height: 23rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23rem;
}

.sc-questions__tabs-content {
  max-width: 825rem;
  padding: 24rem 0 8rem 0;
  font-weight: 500;
  font-size: 18rem;
  line-height: 24rem;
  color: #252525;
}

.sc-questions__tabs-item--visible .sc-questions__tabs-body {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

.sc-questions__tabs-body {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: relative;
  top: -20vh;
  -webkit-transition-property: top, opacity, height;
  -o-transition-property: top, opacity, height;
  transition-property: top, opacity, height;
  -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;
}

.sc-about {
  padding-top: 50rem;
  border-top: 1rem solid #252525;
}

.sc-about__wrap-title {
  border-bottom: 1rem solid #252525;
}

.sc-about__title {
  margin-bottom: 50rem;
}

.sc-about__title h2 {
  font-weight: 600;
  font-size: 50rem;
  line-height: 68rem;
  color: #252525;
}

.sc-about__content-top {
  border-bottom: 1rem solid #252525;
  position: relative;
}

.sc-about__wrapper-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.sc-about__wrapper-item {
  border-left: 1rem solid #252525;
}

.sc-about__wrapper-item:nth-child(4) {
  border-right: 1rem solid #252525;
}

.sc-about__item {
  padding: 50rem 16rem 100rem 26rem;
}

.sc-about__item span {
  font-weight: 700;
  font-size: 48rem;
  line-height: 54rem;
  color: #FEC619;
  display: block;
  margin-bottom: 30rem;
}

.sc-about__item h3 {
  font-weight: 700;
  font-size: 30rem;
  line-height: 34rem;
  color: #252525;
  max-width: 372rem;
}

.sc-about__inner-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.sc-about__inner-content .sc-about__wrapper-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-about__box-content {
  margin-left: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-about__subtitle h4 {
  font-weight: 600;
  font-size: 62rem;
  line-height: 68rem;
  color: #252525;
  margin-bottom: 66rem;
  text-transform: uppercase;
}

.sc-about__subtitle h4 > span {
  font-weight: 600;
  font-size: 28rem;
  line-height: 32rem;
  color: #252525;
  text-transform: uppercase;
}

.sc-about__subtitle > span {
  display: none;
}

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

.sc-about__wrapper-form form input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1rem solid #252525;
  padding: 0 0 0 36rem;
}

.sc-about__wrapper-form form input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18rem;
  line-height: 22rem;
  color: #c4c4c4;
}

.sc-about__wrapper-form form input::-moz-placeholder {
  font-weight: 500;
  font-size: 18rem;
  line-height: 22rem;
  color: #c4c4c4;
}

.sc-about__wrapper-form form input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18rem;
  line-height: 22rem;
  color: #c4c4c4;
}

.sc-about__wrapper-form form input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 18rem;
  line-height: 22rem;
  color: #c4c4c4;
}

.sc-about__wrapper-form form input::placeholder {
  font-weight: 500;
  font-size: 18rem;
  line-height: 22rem;
  color: #c4c4c4;
}

.sc-about__wrapper-form a {
  width: 100%;
}

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

  .btn--yellow-min {
    padding: 0 30rem;
  }

  .wrapper-input--search {
    max-width: 526rem;
  }

  .fix-height {
    margin-top: 103rem;
  }

  .header {
    height: 103rem;
  }

  .header__logo a img {
    width: 200rem;
  }

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

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

  .header__address a {
    font-size: 16rem;
    line-height: 20rem;
  }

  .header__socials-link {
    row-gap: 12rem;
  }

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

  .footer {
    padding: 65rem 0;
  }

  .footer__grid {
    -webkit-column-gap: 40rem;
       -moz-column-gap: 40rem;
            column-gap: 40rem;
    row-gap: 90rem;
  }

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

  .footer__logo a img {
    width: 340rem;
  }

  .sc-main__title {
    max-width: 1309rem;
  }

  .sc-main__title h1 {
    font-size: 82rem;
    line-height: 92rem;
  }

  .sc-main__title h1 > span {
    font-size: 42rem;
    line-height: 50rem;
  }

  .sc-main__content {
    -webkit-column-gap: 80rem;
       -moz-column-gap: 80rem;
            column-gap: 80rem;
  }

  .sc-main__buttons .btn--yellow {
    min-width: 325rem;
  }

  .sc-main__buttons .btn--empty {
    min-width: 325rem;
  }

  .sc-main__banner {
    -webkit-column-gap: 30rem;
       -moz-column-gap: 30rem;
            column-gap: 30rem;
    height: 251rem;
  }

  .sc-main__banner-content {
    max-width: 308rem;
  }

  .sc-main__banner-content > p {
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-main__banner-subtitle h2 {
    font-size: 26rem;
    line-height: 34rem;
  }

  .sc-main__banner-price span {
    font-size: 32rem;
    line-height: 32rem;
  }

  .sc-main__banner-price p {
    font-size: 50rem;
    line-height: 50rem;
  }

  .sc-project {
    padding-bottom: 65rem;
  }

  .sc-project__item-content {
    padding: 0 12rem;
    height: 70rem;
  }

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

  .sc-project__item-title h3 {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-project__item-title h3::before {
    right: -18rem;
  }

  .sc-advantages {
    padding-bottom: 65rem;
  }

  .sc-advantages__item {
    max-width: 333rem;
  }

  .sc-advantages__item span {
    font-size: 42rem;
    line-height: 46rem;
  }

  .sc-advantages__item h3 {
    font-size: 28rem;
    line-height: 32rem;
  }

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

  .sc-photogallery {
    padding-bottom: 65rem;
  }

  .sc-photogallery__content-bottom {
    height: 600rem;
  }

  .sc-video {
    padding-bottom: 65rem;
  }

  .sc-video__item-play {
    width: 100rem;
    height: 100rem;
  }

  .sc-questions {
    padding-bottom: 65rem;
  }

  .sc-questions__wrapper {
    -ms-grid-columns: 679rem 1fr;
    grid-template-columns: 679rem 1fr;
    -webkit-column-gap: 90rem;
       -moz-column-gap: 90rem;
            column-gap: 90rem;
  }

  .sc-questions__tabs-item {
    padding: 26.5rem 0;
  }

  .sc-questions__tabs-header h3 {
    font-size: 16rem;
    line-height: 22rem;
    max-width: 560rem;
  }

  .sc-questions__tabs-content {
    font-size: 16rem;
    line-height: 22rem;
    max-width: 560rem;
    padding: 20rem 0 8rem 0;
  }

  .sc-about__item {
    padding: 50rem 16rem 90rem 11rem;
  }

  .sc-about__item span {
    font-size: 42rem;
    line-height: 48rem;
  }

  .sc-about__item h3 {
    font-size: 26rem;
    line-height: 30rem;
  }

  .sc-about__subtitle h4 {
    font-size: 50rem;
    line-height: 60rem;
  }

  .sc-about__subtitle h4 > span {
    font-size: 24rem;
    line-height: 26rem;
  }

  .sc-about__wrapper-form a {
    min-width: unset;
  }
}

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

  .container {
    padding: 0 50rem;
  }

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

  .icon--viber {
    width: 27rem;
    height: 28rem;
    min-width: 27rem;
    min-height: 28rem;
  }

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

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

  .fix-height {
    margin-top: 100rem;
  }

  .header {
    height: 100rem;
  }

  .header__address a {
    font-size: 14rem;
    line-height: 18rem;
  }

  .sc-main__content {
    -webkit-column-gap: 60rem;
       -moz-column-gap: 60rem;
            column-gap: 60rem;
  }

  .sc-main__banner {
    -webkit-column-gap: 30rem;
       -moz-column-gap: 30rem;
            column-gap: 30rem;
    height: 232rem;
  }

  .sc-main__banner-content {
    max-width: 290rem;
  }

  .sc-main__banner-content > p {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-main__banner-subtitle h2 {
    font-size: 24rem;
    line-height: 30rem;
  }

  .sc-main__banner-price span {
    font-size: 28rem;
    line-height: 28rem;
  }

  .sc-main__banner-price p {
    font-size: 48rem;
    line-height: 48rem;
  }

  .sc-project__title h2 {
    font-size: 46rem;
    line-height: 66rem;
  }

  .sc-project__content-bottom {
    padding: 0 50rem;
  }

  .sc-project__item-content span {
    font-size: 15rem;
    line-height: 16rem;
  }

  .sc-project__item-title h3 {
    font-size: 15rem;
    line-height: 16rem;
  }

  .sc-project__item-title h3::before {
    right: -17rem;
  }

  .sc-advantages__title {
    max-width: 800rem;
  }

  .sc-advantages__title h2 {
    font-size: 46rem;
    line-height: 66rem;
  }

  .sc-advantages__item {
    padding-right: 20rem;
    max-width: 314rem;
  }

  .sc-advantages__item span {
    font-size: 38rem;
    line-height: 44rem;
    margin-bottom: 24rem;
  }

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

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

  .sc-photogallery__title h2 {
    font-size: 46rem;
    line-height: 66rem;
  }

  .sc-photogallery__content-bottom {
    height: 500rem;
  }

  .sc-video__title h2 {
    font-size: 46rem;
    line-height: 66rem;
  }

  .sc-video__content-bottom {
    padding: 0 50rem;
  }

  .sc-video__content-bottom::before {
    top: 231rem;
  }

  .sc-questions__title {
    max-width: 800rem;
    margin-bottom: 30rem;
  }

  .sc-questions__title h2 {
    font-size: 46rem;
    line-height: 66rem;
  }

  .sc-questions__tabs-item {
    padding: 25rem 0;
  }

  .sc-questions__tabs-header h3 {
    max-width: 500rem;
  }

  .sc-about__title h2 {
    font-size: 46rem;
    line-height: 66rem;
  }

  .sc-about__item {
    padding: 50rem 16rem 70rem 11rem;
  }

  .sc-about__item span {
    font-size: 38rem;
    line-height: 40rem;
  }

  .sc-about__item h3 {
    font-size: 24rem;
    line-height: 28rem;
    max-width: 297rem;
  }

  .sc-about__subtitle h4 {
    font-size: 46rem;
    line-height: 50rem;
  }
}

@media (max-width: 1300px) {
  .sc-main {
    height: 100%;
    padding: 100rem 0;
  }
}

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

  body {
    font-size: 16rem;
  }

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

  .wrapper-desc {
    row-gap: 20rem;
  }

  .btn--yellow {
    min-width: 300rem;
    min-height: 60rem;
    max-height: 60rem;
    font-size: 16rem;
    line-height: 20rem;
    font-family: Montserrat;
    font-weight: 600;
  }

  .container {
    padding: 0 40rem;
  }

  .icon--arrow-bottom {
    width: 12rem;
    height: 12rem;
    min-width: 12rem;
    min-height: 12rem;
  }

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

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

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

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

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

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

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

  .icon--viber {
    width: 23rem;
    height: 24rem;
    min-width: 23rem;
    min-height: 24rem;
  }

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

  .icon--whatsapp {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .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__wrapper-logo {
    margin-bottom: 30rem;
  }

  .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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin: auto 0;
    padding-bottom: 56rem;
  }

  .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: 30rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal--addmenu .modal__content-box {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal--addmenu .modal__address > 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: 18rem;
    line-height: 20rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }

  .modal--addmenu .modal__address > a i {
    width: 16rem;
    height: 16rem;
    min-width: 16rem;
    min-height: 16rem;
  }

  .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;
    text-align: center;
  }

  .modal--addmenu .modal__menu li a {
    font-size: 18rem;
    line-height: 20rem;
    font-family: Montserrat;
    color: #fff;
  }

  .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: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal--addmenu .modal__wrap-info > p {
    color: #fff;
  }

  .modal--addmenu .modal__wrap-info > a {
    min-width: 250rem;
    min-height: 50rem;
    max-height: 50rem;
    font-size: 16rem;
    line-height: 20rem;
  }

  .modal--addmenu .modal__title h3 {
    font-size: 18rem;
    line-height: 20rem;
    color: #fff;
    font-weight: 600;
  }

  .modal--addmenu .modal__phone 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;
    color: #fff;
    font-weight: 500;
    font-size: 16rem;
    line-height: 18rem;
  }

  .modal--addmenu .modal__select-city {
    margin-bottom: 24rem;
  }

  .fix-height {
    margin-top: 60rem;
  }

  .dropdown__wrapper {
    width: 230rem;
  }

  .dropdown__content > ul {
    padding-top: 12rem;
    padding-bottom: 12rem;
    row-gap: 10rem;
  }

  .dropdown__content > ul > li > a {
    font-size: 12rem;
    line-height: 14rem;
  }

  .dropdown--checkbox .dropdown__wrapper {
    width: 200rem;
  }

  .header {
    height: 60rem;
    padding: 20rem 0;
  }

  .header__logo a img {
    width: 160rem;
  }

  .header__menu {
    display: none;
  }

  .header__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .header__phone a {
    font-size: 14rem;
    line-height: 16rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .header__socials-link {
    display: none;
  }

  .header__hamburger {
    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;
  }

  .footer {
    padding: 30rem 0;
  }

  .footer__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50rem;
  }

  .footer__wrapper-content:nth-child(4) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .footer__wrapper-content:nth-child(5) {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
    display: none;
  }

  .footer__wrapper-content:nth-child(6) {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .footer__wrapper-content:nth-child(6) p {
    font-size: 14rem;
    line-height: 16rem;
    margin-bottom: 20rem;
  }

  .footer__content {
    height: 140rem;
  }

  .footer__content h3 {
    font-size: 16rem;
    line-height: 18rem;
    margin-bottom: 20rem;
  }

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

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

  .footer__logo {
    margin-top: 0;
  }

  .footer__logo a img {
    width: 240rem;
  }

  .footer__title {
    margin-bottom: 20rem;
  }

  .footer__title h3 {
    font-size: 16rem;
    line-height: 18rem;
  }

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

  .footer__phone {
    margin-bottom: 20rem;
  }

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

  .footer__socials {
    margin-bottom: 24rem;
  }

  .sc-main {
    padding: 88rem 0;
    display: block;
  }

  .sc-main__title {
    max-width: 631rem;
    margin-bottom: 30rem;
  }

  .sc-main__title h1 {
    font-size: 42rem;
    line-height: 50rem;
  }

  .sc-main__title h1 > span {
    font-size: 24rem;
    line-height: 26rem;
  }

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

  .sc-main__content-left {
    width: 100%;
  }

  .sc-main__advantages {
    margin-bottom: 30rem;
  }

  .sc-main__advantage {
    width: 100rem;
    height: 100rem;
  }

  .sc-main__advantage span {
    font-size: 30rem;
    line-height: 30rem;
  }

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

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

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

  .sc-main__buttons .btn--yellow {
    min-width: unset;
    width: 100%;
    font-size: 16rem;
    line-height: 20rem;
    min-height: 60rem;
    max-height: 60rem;
  }

  .sc-main__buttons .btn--empty {
    min-width: unset;
    width: 100%;
    font-size: 16rem;
    line-height: 20rem;
    min-height: 60rem;
    max-height: 60rem;
  }

  .sc-main__content-right {
    width: 100%;
  }

  .sc-main__banner {
    height: 200rem;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sc-main__banner-content {
    max-width: 290rem;
  }

  .sc-main__banner-content > p {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-main__banner-subtitle h2 {
    font-size: 20rem;
    line-height: 28rem;
  }

  .sc-main__banner-price span {
    font-size: 24rem;
    line-height: 24rem;
  }

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

  .sc-quiz {
    padding: 84rem 0 40rem;
  }

  .sc-quiz__background-desc {
    bottom: unset;
    top: 0;
  }

  .sc-quiz__container {
    padding: 0 80rem;
  }

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

  .sc-project__content-top {
    margin-bottom: 30rem;
  }

  .sc-project__title {
    max-width: 450rem;
  }

  .sc-project__title h2 {
    font-size: 28rem;
    line-height: 38rem;
  }

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

  .sc-project__content-bottom {
    padding: 0 0 0 40rem;
  }

  .sc-project__item-content span {
    font-size: 14rem;
    line-height: 16rem;
  }

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

  .sc-project__item-title h3::before {
    right: -19rem;
  }

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

  .sc-advantages__background {
    display: none;
  }

  .sc-advantages__content-bottom .container {
    padding: 0;
  }

  .sc-advantages__title {
    max-width: 450rem;
    margin-bottom: 30rem;
  }

  .sc-advantages__title h2 {
    font-size: 28rem;
    line-height: 38rem;
  }

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

  .sc-advantages__grid::after {
    border-right: unset;
  }

  .sc-advantages__wrapper-item:nth-child(odd) {
    padding-left: 37rem;
  }

  .sc-advantages__wrapper-item:nth-child(odd) .sc-advantages__item {
    border-left: 1rem solid #252525;
  }

  .sc-advantages__wrapper-item:nth-child(even) {
    padding-right: 37rem;
    border-right: unset;
  }

  .sc-advantages__wrapper-item:nth-child(even) .sc-advantages__item {
    border-right: 1rem solid #252525;
  }

  .sc-advantages__item {
    padding-top: 20rem;
    padding-bottom: 20rem;
    max-width: unset;
  }

  .sc-advantages__item span {
    font-size: 30rem;
    line-height: 32rem;
    margin-bottom: 14rem;
  }

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

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

  .sc-photogallery__content-top {
    margin-bottom: 30rem;
  }

  .sc-photogallery__title {
    max-width: 450rem;
  }

  .sc-photogallery__title h2 {
    font-size: 28rem;
    line-height: 38rem;
  }

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

  .sc-photogallery__content-bottom {
    padding-left: 40rem;
    height: 370rem;
    margin-bottom: 70rem;
  }

  .sc-photogallery .swiper-pagination {
    bottom: -40rem;
  }

  .sc-photogallery .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
  }

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

  .sc-video__content-top {
    margin-bottom: 30rem;
  }

  .sc-video__title h2 {
    font-size: 28rem;
    line-height: 38rem;
  }

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

  .sc-video__content-bottom {
    margin-bottom: 30rem;
    padding: 0 0 0 40rem;
  }

  .sc-video__content-bottom::before {
    top: 135rem;
  }

  .sc-video__item-play {
    width: 80rem;
    height: 80rem;
  }

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

  .sc-questions::before {
    display: none;
  }

  .sc-questions__title {
    max-width: 450rem;
  }

  .sc-questions__title h2 {
    font-size: 28rem;
    line-height: 38rem;
  }

  .sc-questions__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sc-questions__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30rem;
  }

  .sc-questions__image {
    display: none;
  }

  .sc-questions__btn a {
    width: 300rem;
    margin: 0 auto;
  }

  .sc-questions__tabs-item {
    padding: 16rem 0;
  }

  .sc-questions__tabs-item:last-child {
    border-bottom: unset;
  }

  .sc-about {
    padding-top: 30rem;
  }

  .sc-about__title {
    margin-bottom: 30rem;
  }

  .sc-about__title h2 {
    font-size: 28rem;
    line-height: 38rem;
  }

  .sc-about__content-top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1rem;
    width: 100%;
    background-color: #252525;
  }

  .sc-about__wrapper-content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-about__wrapper-item:nth-child(2) {
    border-right: 1rem solid #252525;
  }

  .sc-about__item {
    padding: 40rem 16rem 40rem 20rem;
  }

  .sc-about__item span {
    font-size: 30rem;
    line-height: 32rem;
    margin-bottom: 16rem;
  }

  .sc-about__item h3 {
    font-size: 20rem;
    line-height: 24rem;
    max-width: 260rem;
  }

  .sc-about__inner-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sc-about__inner-content .sc-about__wrapper-item:nth-child(1) {
    display: none;
  }

  .sc-about__box-content {
    margin-left: 0;
    padding: 40rem 20rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .sc-about__subtitle h4 {
    text-align: center;
    font-size: 32rem;
    line-height: 42rem;
    max-width: 520rem;
    margin-bottom: 40rem;
  }

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

  .sc-about__wrapper-form {
    width: 100%;
  }

  .sc-about__wrapper-form form input {
    padding: 0 0 0 20rem;
  }

  .sc-about__wrapper-form form input::-webkit-input-placeholder {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-about__wrapper-form form input::-moz-placeholder {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-about__wrapper-form form input:-ms-input-placeholder {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-about__wrapper-form form input::-ms-input-placeholder {
    font-size: 16rem;
    line-height: 20rem;
  }

  .sc-about__wrapper-form form input::placeholder {
    font-size: 16rem;
    line-height: 20rem;
  }
}

@media (max-width: 769px) {
  .dropdown--checkbox .dropdown__wrapper {
    width: 180rem;
  }
}

@media (max-width: 768px) {
  .dropdown__content > ul > li {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .dropdown__content > ul > li > a {
    font-size: 12rem;
    line-height: 14rem;
  }

  .dropdown--checkbox .dropdown__content > ul {
    row-gap: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

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

  h1,
  h2 {
    font-size: 30rem;
    line-height: 32rem;
    font-family: Montserrat;
  }

  h1 span,
  h2 span {
    font-size: 20rem;
    line-height: 24rem;
    font-family: Montserrat;
  }

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

  .wrapper-desc {
    row-gap: 16rem;
  }

  .link-big a {
    font-size: 16rem;
    line-height: 18rem;
    font-family: Montserrat;
  }

  .btn--yellow {
    min-width: 164rem;
    min-height: 40rem;
    max-height: 40rem;
    font-size: 10rem;
    line-height: 12rem;
    font-family: Montserrat;
    font-weight: 600;
  }

  .container {
    padding: 0 15rem;
  }

  .icon--arrow-left {
    width: 20rem;
    height: 5rem;
    min-width: 20rem;
    min-height: 5rem;
  }

  .icon--arrow-right {
    width: 20rem;
    height: 5rem;
    min-width: 20rem;
    min-height: 5rem;
  }

  .icon--arrow-right-grey {
    width: 20rem;
    height: 5rem;
    min-width: 20rem;
    min-height: 5rem;
  }

  .icon--arrow-left-grey {
    width: 20rem;
    height: 5rem;
    min-width: 20rem;
    min-height: 5rem;
  }

  .icon--phone {
    width: 14rem;
    height: 14rem;
    min-width: 14rem;
    min-height: 14rem;
  }

  .icon--play {
    width: 10rem;
    height: 12rem;
    min-width: 10rem;
    min-height: 12rem;
  }

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

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

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

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

  .modal .modal__close {
    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;
  }

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

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

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

  .modal--addmenu .modal__wrap-info > p {
    font-size: 14rem;
    line-height: 16rem;
  }

  .modal--addmenu .modal__wrap-info > a {
    min-width: 200rem;
    min-height: 40rem;
    max-height: 40rem;
    font-size: 14rem;
    line-height: 16rem;
  }

  .modal--addmenu .modal__title h3 {
    font-size: 16rem;
    line-height: 18rem;
  }

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

  .modal--addmenu .modal__phone a i {
    width: 18rem;
    height: 18rem;
    min-width: 18rem;
    min-height: 18rem;
  }

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

  .modal--addmenu .modal__select-city {
    margin-bottom: 12rem;
  }

  .choices {
    width: 90%;
  }

  .choices__inner {
    max-height: 38rem;
    min-height: 38rem;
  }

  .choices[data-type*=select-one]::after {
    width: 19.16rem;
    height: 10.83rem;
    min-width: 19.16rem;
    min-height: 10.83rem;
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 14rem;
    line-height: 18rem;
    font-family: Montserrat;
  }

  .nav__item--active .choices__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .choices__item {
    font-size: 14rem;
    line-height: 18rem;
    font-family: Montserrat;
  }

  .wrapper-input input {
    padding: 0 8rem;
    height: 40rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: Montserrat;
  }

  .wrapper-input--search {
    min-width: unset;
  }

  .wrapper-input--search button {
    right: 8rem;
  }

  .wrapper-input--subscribe input {
    padding: 0 4rem;
    font-size: 12rem;
    line-height: 14rem;
    font-family: Montserrat;
    height: 40rem;
  }

  .wrapper-input--subscribe .btn.btn--large {
    font-size: 12rem;
    line-height: 14rem;
    min-height: 24rem;
    max-height: 24rem;
    padding: 0 8rem;
  }

  .fix-height {
    margin-top: 58rem;
  }

  .dropdown__wrapper {
    width: 260rem;
  }

  .dropdown__content > ul {
    padding-top: 14rem;
    padding-bottom: 14rem;
    row-gap: 12rem;
  }

  .header {
    padding: 20rem 0;
    height: 58rem;
  }

  .header__logo a img {
    width: 98rem;
  }

  .header__contacts {
    margin-left: auto;
  }

  .header__phone {
    margin-left: auto;
  }

  .header__phone a {
    font-size: 10rem;
    line-height: 12rem;
  }

  .header__phone a i {
    display: none;
  }

  .header__address {
    display: none;
  }

  .header__hamburger {
    row-gap: 4rem;
    width: 20rem;
  }

  .footer {
    padding: 30rem 0 40rem 0;
  }

  .footer__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20rem;
  }

  .footer__wrapper-content:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .footer__wrapper-content:nth-child(6) {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .footer__wrapper-content:nth-child(6) p {
    font-size: 12rem;
    line-height: 14rem;
  }

  .footer__content {
    height: unset;
  }

  .footer__content h3 {
    font-size: 12rem;
    line-height: 14rem;
    margin-bottom: 10rem;
  }

  .footer__content p {
    font-size: 10rem;
    line-height: 12rem;
    max-width: unset;
    margin-bottom: 10rem;
  }

  .footer__content a {
    font-size: 10rem;
    line-height: 12rem;
  }

  .footer__logo a img {
    width: 100rem;
  }

  .footer__title h3 {
    font-size: 12rem;
    line-height: 14rem;
  }

  .footer__phone a {
    font-size: 12rem;
    line-height: 14rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .footer__socials {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
    margin-bottom: 30rem;
  }

  .sc-main {
    padding: 88rem 0;
    background-position-x: -669rem;
  }

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

  .sc-main__title h1 {
    font-size: 34rem;
    line-height: 38rem;
  }

  .sc-main__title h1 > span {
    display: none;
  }

  .sc-main__title > span {
    display: block;
    font-size: 24rem;
    line-height: 28rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }

  .sc-main__advantages {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
    margin-bottom: 40rem;
  }

  .sc-main__advantage {
    width: 75rem;
    height: 75rem;
    row-gap: 0rem;
    border: 2rem solid #FEC619;
  }

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

  .sc-main__advantage span > p {
    top: -1rem;
  }

  .sc-main__advantage p {
    font-size: 10rem;
    line-height: 10rem;
  }

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

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

  .sc-main__buttons .btn--yellow {
    min-height: 40rem;
    max-height: 40rem;
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-main__buttons .btn--empty {
    min-height: 40rem;
    max-height: 40rem;
    font-size: 10rem;
    line-height: 12rem;
    border: 1rem solid #fff;
  }

  .sc-main__banner {
    height: 122rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
    padding: 10rem;
  }

  .sc-main__banner-content {
    max-width: 165rem;
  }

  .sc-main__banner-content > p {
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-main__banner-subtitle {
    margin-bottom: 10rem;
  }

  .sc-main__banner-subtitle h2 {
    font-size: 14rem;
    line-height: 18rem;
  }

  .sc-main__banner-price {
    -webkit-column-gap: 36rem;
       -moz-column-gap: 36rem;
            column-gap: 36rem;
  }

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

  .sc-main__banner-price p {
    font-size: 20rem;
    line-height: 20rem;
  }

  .sc-quiz {
    padding: 64rem 0 40rem;
  }

  .sc-quiz__background-desc {
    display: none;
  }

  .sc-quiz__background-desc img {
    height: 64rem;
    left: 0rem;
  }

  .sc-quiz__background-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0rem;
    z-index: 1;
  }

  .sc-quiz__container {
    padding: 0 30rem;
  }

  .sc-project {
    padding-top: 20rem;
    padding-bottom: 30rem;
  }

  .sc-project__content-top {
    margin-bottom: 20rem;
  }

  .sc-project__title {
    max-width: 260rem;
  }

  .sc-project__title h2 {
    font-size: 20rem;
    line-height: 30rem;
  }

  .sc-project__navigation {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sc-project__swiper-inner {
    margin-bottom: 30rem;
  }

  .sc-project__content-bottom {
    padding: 0 0 0 15rem;
  }

  .sc-project__item-content {
    height: 40rem;
    padding: 0 20rem;
  }

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

  .sc-project__item-title h3 {
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-project__item-title h3::before {
    right: -24rem;
  }

  .sc-advantages {
    padding-top: 20rem;
    padding-bottom: 30rem;
  }

  .sc-advantages__title {
    max-width: 267rem;
    margin-bottom: 20rem;
  }

  .sc-advantages__title h2 {
    font-size: 20rem;
    line-height: 30rem;
  }

  .sc-advantages__wrapper-item:nth-child(odd) {
    padding-left: 9rem;
  }

  .sc-advantages__wrapper-item:nth-child(even) {
    padding-right: 9rem;
    border-right: unset;
  }

  .sc-advantages__item {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sc-advantages__item span {
    font-size: 26rem;
    line-height: 28rem;
    margin-bottom: 14rem;
  }

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

  .sc-advantages__item p {
    font-size: 10rem;
    line-height: 14rem;
  }

  .sc-photogallery {
    padding-top: 20rem;
    padding-bottom: 30rem;
  }

  .sc-photogallery__content-top {
    margin-bottom: 20rem;
  }

  .sc-photogallery__title {
    max-width: 293rem;
  }

  .sc-photogallery__title h2 {
    font-size: 20rem;
    line-height: 30rem;
  }

  .sc-photogallery__navigation {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sc-photogallery__content-bottom {
    height: 225rem;
    margin-bottom: 30rem;
    padding-left: 20rem;
  }

  .sc-photogallery .swiper-pagination {
    display: none;
  }

  .sc-video {
    padding-top: 20rem;
    padding-bottom: 30rem;
  }

  .sc-video__content-top {
    margin-bottom: 20rem;
  }

  .sc-video__title {
    max-width: 130rem;
  }

  .sc-video__title h2 {
    font-size: 20rem;
    line-height: 30rem;
  }

  .sc-video__navigation {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sc-video__content-bottom {
    padding: 0 0 0 20rem;
  }

  .sc-video__content-bottom::before {
    top: 99rem;
  }

  .sc-video__item-play {
    width: 50rem;
    height: 50rem;
  }

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

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

  .sc-questions__title h2 {
    font-size: 20rem;
    line-height: 30rem;
  }

  .sc-questions__btn a {
    width: 164rem;
  }

  .sc-questions__tabs-item {
    padding: 10rem 0;
  }

  .sc-questions__tabs-header h3 {
    max-width: 258rem;
    font-size: 12rem;
    line-height: 16rem;
  }

  .sc-questions__tabs-header::before {
    width: 10rem;
    height: 10rem;
  }

  .sc-questions__tabs-content {
    max-width: 300rem;
    font-size: 10rem;
    line-height: 14rem;
    padding: 10rem 0 0rem 0;
  }

  .sc-about {
    padding-top: 20rem;
  }

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

  .sc-about__title h2 {
    font-size: 20rem;
    line-height: 30rem;
  }

  .sc-about__item {
    padding: 25rem 6rem 20rem 6rem;
  }

  .sc-about__item span {
    font-size: 28rem;
    line-height: 30rem;
    margin-bottom: 20rem;
  }

  .sc-about__item h3 {
    font-size: 13rem;
    line-height: 16rem;
    max-width: 161rem;
  }

  .sc-about__box-content {
    padding: 30rem;
  }

  .sc-about__subtitle {
    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: 24rem;
    text-align: center;
  }

  .sc-about__subtitle h4 {
    font-size: 18rem;
    line-height: 22rem;
    max-width: unset;
    margin-bottom: 0rem;
  }

  .sc-about__subtitle h4 > span {
    display: none;
  }

  .sc-about__subtitle > span {
    display: block;
    font-size: 10rem;
    line-height: 12rem;
    text-transform: uppercase;
    color: #676666;
    font-weight: 500;
  }

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

  .sc-about__wrapper-form form input {
    height: 50rem;
    padding: 0 0 5rem 20rem;
  }

  .sc-about__wrapper-form form input::-webkit-input-placeholder {
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-about__wrapper-form form input::-moz-placeholder {
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-about__wrapper-form form input:-ms-input-placeholder {
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-about__wrapper-form form input::-ms-input-placeholder {
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-about__wrapper-form form input::placeholder {
    font-size: 10rem;
    line-height: 12rem;
  }

  .sc-about__wrapper-form a {
    height: 50rem;
    min-height: 50rem;
  }
}


.sc-product-desc__content-top {
  display: flex;
  column-gap: 60px;
}
@media (max-width: 1440px) {
  .sc-product-desc__content-top {
    column-gap: 30px;
  }
}
@media (max-width: 992px) {
  .sc-product-desc__content-top {
    flex-direction: column;
    row-gap: 24px;

  }
}

@media (max-width: 767px) {
  .sc-product-desc__content-top {
    row-gap: 24px;
  }
  .sc-product-desc__content-right
  {
  	padding-left:15px;
  	padding-right:15px;
  	}
}
.sc-product-desc__content-right h1 {
    color: #6B0709;
    font-size: 27px;
    text-transform:uppercase;
    line-height: 31px;
    margin-bottom: 20px;
}
.pr_gal
{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:10px;
}
 .img2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sc-product-desc__content-left {
    width: 40%;
    min-width: 450px;
}
@media (max-width: 1440px) {
  .sc-product-desc__content-left {
    max-width: 580px;
    min-width: 580px;
     width: 100%;
  }
}
@media (max-width: 992px) {
  .sc-product-desc__content-left {
    max-width: unset;
    min-width: unset;
    display: flex;
    column-gap: 24px;
  }
  .second_text
  {
   padding-left:10px;
   padding-right:10px;
  	}
}
@media (max-width: 767px) {
  .sc-product-desc__content-left {
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
  }
}
.sc-product-desc__wrap-img {
  margin-bottom: 34px;
  /*max-height:500px;*/
  min-height:360px;
  height:auto;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom right;
  width:100%;
}
.img2 {
    display: none;
    }
@media (max-width: 992px) {
  .sc-product-desc__wrap-img {
    margin-bottom: 0;
   /* min-width: 50%;
    max-width: 50%;  */
  }

}
@media (max-width: 767px) {
  .sc-product-desc__wrap-img {
    margin-bottom: 0;
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 992px) {
  .sc-product-desc__wrap-img img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrap-img img {
    height: 190px;
  }
}
@media (max-width: 992px) {
  .sc-product-desc__wrapper-image {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrapper-image {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrapper-image img {
    max-width: 120px;
  }
}
.sc-product-desc__content-bottom {
  padding-top: 62px;
}
@media (max-width: 992px) {
  .sc-product-desc__content-bottom {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__content-bottom {
    padding-top: 20px;
  }
}
.sc-product-desc__inner-content {
  border: 2px solid #ba884d;
  border-radius: 0px;
  padding: 15px;
  margin-top:15px;
}
@media (max-width: 1600px) {
  .sc-product-desc__inner-content {
    padding: 20px 16px 28px 16px;
  }
}
@media (max-width: 1200px) {
  .sc-product-desc__inner-content {
    padding: 20px 16px 34px 16px;
  }
}
@media (max-width: 992px) {
  .sc-product-desc__inner-content {
    padding: 20px 16px 20px 16px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__inner-content {
    padding: 14px 10px 16px 10px;
  }
}
.sc-product-desc__inner-content .btn {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 1440px) {
  .sc-product-desc__inner-content .btn {
    min-height: 52px;
    max-height: 52px;
    text-transform: uppercase;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__inner-content .btn {
    min-height: 42px;
    max-height: 42px;
    text-transform: uppercase;
    padding: 0 40px;
    margin: 0;
  }
}
.sc-product-desc .sc-product-desc__wrapper-btn {
  position: relative;
}
.sc-product-desc .sc-product-desc__wrapper-btn::before {
  z-index: 1;
  position: absolute;
  content: "";
  background-image: url("../img/product/qua2.png");
  background-repeat: no-repeat;
  width: 83px;
  height: 86px;
  top: 50%;
  transform: translateY(-50%);
  right: 120px;
}
@media (max-width: 1600px) {
  .sc-product-desc .sc-product-desc__wrapper-btn::before {
    width: 93px;
    height: 95px;
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .sc-product-desc .sc-product-desc__wrapper-btn::before {
    width: 93px;
    height: 95px;
  }
}
@media (max-width: 1200px) {
  .sc-product-desc .sc-product-desc__wrapper-btn::before {
    width: 99px;
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .sc-product-desc .sc-product-desc__wrapper-btn::before {
    width: 112px;
    height: 124px;
    right: 7px;
  }
}
@media (max-width: 992px) {
  .sc-product-desc .sc-product-desc__wrapper-btn::before {
    right: 73px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc .sc-product-desc__wrapper-btn::before {
    width: 82px;
    height: 91px;
    right: -4px;
  }
}


.sc-product-desc__content-bottom {
  padding-top: 62px;
}
@media (max-width: 992px) {
  .sc-product-desc__content-bottom {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__content-bottom {
    padding-top: 20px;
  }
}
.sc-product-desc__wrapper-text h3 {
  text-transform: uppercase;
  color: #122E44;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .sc-product-desc__wrapper-text h3 {
    font-size: 21px;
    line-height: 29px;
  }
}
.sc-product-desc__wrapper-text p {
  color: #122E44;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .sc-product-desc__wrapper-text p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrapper-text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.sc-product-desc__wrapper-list li {
  position: relative;
  padding-left: 75px;
  color: #B37072;
}
@media (max-width: 1100px) {
  .sc-product-desc__wrapper-list li {
    padding-left: 88px;
  }
}
@media (max-width: 992px) {
  .sc-product-desc__wrapper-list li {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrapper-list li {
    padding-left: 68px;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrapper-list li {
    font-size: 14px;
    line-height: 18px;
  }
}


.our-work-pic__item {
  display: flex;
  flex-direction: column;
}

.our-work-pic__content h3, #page_calc h3 {
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 10px  !important;
  margin-top: 8px !important;
}
.our-work-pic__content h3 a{
  color:#56382a;
}


@media(max-width:992px) {
  .our-work-pic__content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media(max-width:638px) {
  .our-work-pic__content h3 {
    font-size: 14px;
    line-height: 16px;
  }
}

@media(max-width:360px) {
  .our-work-pic__content h3 {
    font-size: 12px;
    line-height: 14px;
  }
}

/* @media(max-width:500px) {
  .our-work-pic__content h3 {
    font-size: 16px;
    line-height: 18px;
  }
} */

.our-work-pic__item-contents {
  display: flex;
  gap:20px;
      justify-content: center;
  /*grid-template-columns: repeat(3, 1fr);*/
  border-top: 2px solid #e3e3e3;
}
.sc-product-desc__content-right .our-work-pic__item-contents {
  display: flex;
  gap:20px;
      justify-content: center;
      max-width:400px;
  /*grid-template-columns: repeat(3, 1fr);*/
  border-top: 2px solid #e3e3e3;
}

.our-work-pic__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*border-right: 2px solid #dadada;*/
  height: 56px;
}

@media(max-width: 638px) {
  .our-work-pic__item-content{
    height: 48px;
  }
}

.our-work-pic__item-content:last-child {
  border-right: none;
}

.our-work-pic__item-content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

@media(max-width: 638px) {
  .our-work-pic__item-content p{
    font-size: 12px;
    line-height: 14px;
  }
}

@media(max-width: 411px) {
  .our-work-pic__item-content p{
    font-size: 10px;
    line-height: 12px;
  }
}

@media(max-width: 360px) {
  .our-work-pic__item-content p{
    font-size: 10px;
    line-height: 12px;
  }
}

.our-work-pic__item-content p span {
  color: #acaeb0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: lowercase;
}

@media(max-width: 638px) {
  .our-work-pic__item-content p span{
    font-size: 10px;
    line-height: 12px;
  }
}
.f_copy
{
 display:flex;
 gap:10px;
flex-direction:column;
	}
.cop
{
 font-size:12px;
 color:#fff;
	}
.cop a
{
 color:#f1b500;
 text-decoration:underline;
	}
.politika
{
 font-size:12px;
 color:#fff;
	}
.politika a
{
 color:#f1b500;
 text-decoration:underline;
	}
.second_text h1 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: 'TipoPepel-Light', Arial, sans-serif;
    letter-spacing: 3px;
    font-size: 43px;
    color: #56382a;
    font-size: 43px;
    line-height: 45px;
          text-transform: uppercase;
       margin-top:0px;
      letter-spacing: 3px;
      text-align:center;
    font-weight: 700;
    margin-bottom: 0px;
    color:#000;
}
		.second_text h2 {
    color:#000;
      text-transform: uppercase;
      font-family: 'TipoPepel-Light', Arial, sans-serif;
      letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 36px;
    margin-top:20px;
    line-height: 35px;
    text-shadow:none;
}
.second_text h3
{
      line-height: 30px;
    color: #2c2c2c;
    text-align: left;
    margin-bottom: 10px;
    min-height: 30px;
    margin-top:30px;
	}
.second_text h4
{
      line-height: 30px;
    color: #2c2c2c;
    font-size:22px;
    text-align: left;
    margin-bottom: 10px;
    min-height: 30px;
    margin-top:30px;
	}

.second_text span
{
	font-weight: 300;
font-size: 20px;
    line-height: 24px;
    margin-bottom:20px;
}
.sc-product-desc__wrap-img img
{
 width:100%;
	}
.our-work-pic__content
{
 margin-top:20px;
	}

.second_text ol {
	width:100%;
	max-width:800px;
	margin:0 auto;
	list-style-type: none;
	counter-reset: num;
	position: relative;
    margin-left:40px;
	padding: 15px 10px 5px 0px;
	font-size: 16px;
}
.second_text ol li {
	position: relative;
	margin: 0 0 0 0;
	background-color:#fff3ce;
    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: 10px;
	left: -42px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	border: 1px solid #FEC619;
}

/* ������������ ����� */

/* ������� ����� � ���������� li */
.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 #FEC619 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:22px;
    color: #FEC619;
    content: "\2713";
    transition-duration: 0.5s;
}

.second_text ul li:hover:before {
    color: #8d1f11;
    content: "\2714";
}

/*ul:not([class]) li*/
 @media (max-width: 992px) {
.second_text ol li {
    position: relative;
    margin-left: 30px;
    }
    .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;
}
}
.swiper-wrapper1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.swiper-slide1 {
    width: 100% !important;
    height: auto !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    transition-property: transform;
    display: block;

}
.swiper-slide1 h3
{
 font-size:18px;
 text-align:center;
 width:100%;
 display:block;
	}
@media (max-width: 1398px) {
	.swiper-wrapper1
{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
 }
 }

@media (max-width: 992px) {
	.swiper-wrapper1
{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
 }
 .swiper-slide1 h3
{
 font-size:14px;
 text-align:center;
 width:100%;
 display:block;
	}
 }
@media (max-width: 600px) {

 .second_text ol {
    width: 100%;
    max-width: 360px;
    }
    }
.t_left {
    white-space: nowrap;
    padding-right: 20px;
}
.inps {
    width: 160px;
    font-size: 24px;
    padding-left: 10px;
    color: #333333 !important;
    border: 1px solid #686868;
    margin: 3px;

}
.f_left
{
 padding:10px;
border: 1px solid #FEC619;
	}
.f_leftt
{
 margin:0 auto;
 padding-top:20px;
 padding-bottom:20px;
	}

