@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html, body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}

html {
  font-size: 2.67vw;
  height: 100%;
}

body {
  background: #292929;
  color: #EFEFEF;
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

@media (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
}

.my-body-noscroll-class {
  overflow: hidden;
}

.my-body-noscroll-class body {
  overflow: hidden;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .img-svg {
    max-width: 100%;
    max-height: 100%;
  }
}

a, button, .img-svg, .modal__open {
  outline: none;
  border: 0;
  cursor: pointer;
  background: none;
  transition: 320ms;
  text-decoration: none;
}

.img-svg path, .img-svg line, .img-svg circle, .img-svg rect, .img-svg stroke {
  transition: 320ms;
}

/* Bootstrap 4 */
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

@media (min-width: 576px) {
  html {
    font-size: 8px;
  }

  .container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 9px;
  }

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 8px;
  }

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 9px;
  }

  .container {
    max-width: 1080px;
  }
}

@media (min-width: 1500px) {
  html {
    font-size: 10px;
  }

  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .hidden-lg {
    display: none;
  }
}

.slick-slide {
  outline: none !important;
}

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

.t-title {
  position: relative;
  z-index: 5;
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.22;
  max-width: 100%;
}

.t-title.black {
  color: #4D4D4D;
}

.t-title.black2 {
  color: #292929;
}

.t-title.center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .t-title {
    font-size: 3.4rem;
  }

  .t-title br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .t-title {
    font-size: 3rem;
  }
}

span.orange {
  color: #E4C000;
}

.t-subtitle {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 576px) and (max-width: 767px) {
  .t-subtitle {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 575px) {
  .t-subtitle br {
    display: none;
  }
}

.t-subtitle.black {
  color: #4D4D4D;
}

.btn-center {
  text-align: center;
}

.t-btn {
  display: inline-flex;
  position: relative;
}

.t-btn .button__box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 6;
  border-radius: 24px;
  font-weight: 700;
  text-align: center;
  width: 25.5rem;
  height: 5.3rem;
  cursor: pointer;
  transition: 320ms;
}

.t-btn.ttu {
  text-transform: uppercase;
}

.t-btn.ls {
  letter-spacing: 0.07em;
}

.t-btn.fz14 {
  font-size: 1.4rem;
}

.t-btn.long {
  display: flex;
  width: 100%;
}

.t-btn.long .button__box {
  width: 100%;
}

.t-btn.orange-transparent .button__box {
  border: 2px solid #E4C000;
  color: #E4C000;
  font-size: 1.4rem;
}

.t-btn.orange::before {
  content: '';
  position: absolute;
  border-radius: 24px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0.3rem;
  background: linear-gradient(5.08deg, #E4C000 8.2%, #FFE34F 92.15%);
  pointer-events: none;
  z-index: 4;
  transition: 320ms;
}

.t-btn.orange::before {
  content: '';
  position: absolute;
  border-radius: 24px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0.3rem;
  z-index: 2;
  background: linear-gradient(218.97deg, #ECE9E9 1.3%, #E4C000 83.34%);
  filter: blur(3.5px);
  border-radius: 24px;
  transition: 320ms;
}

.t-btn.orange .button__box {
  background: linear-gradient(218.97deg, #FFFFFF 1.3%, #E4C000 81.79%);
  color: #292929;
}

.t-btn.orange:hover::before {
  opacity: 0;
}

.t-btn.orange-transparent .button__box {
  transition: 320ms;
  border: 2px solid #E4C000;
  color: #E4C000;
  border-radius: 24px;
}

.t-btn.orange-transparent .button__box:hover {
  background: #E4C000;
  color: #4D4D4D;
}

.t-label {
  display: block;
  width: 100%;
}

.t-label .label__title {
  font-size: 1.4rem;
  color: #1A1A1A;
  margin-bottom: 1rem;
}

.t-label .label__input {
  width: 100%;
  font-size: 2rem;
  color: #292929;
  border: 0;
  border-bottom: 1px solid  #666666;
  font-weight: 600;
  padding: 0.6rem 0;
  background: transparent;
  outline: none;
  border-radius: 0;
  transition: 320ms;
}

@media screen and (max-width: 575px) {
  .t-label .label__input {
    font-size: 1.8rem;
  }
}

.t-label .label__input:hover::-moz-placeholder {
  color: #292929;
}

.t-label .label__input:hover:-ms-input-placeholder {
  color: #292929;
}

.t-label .label__input:hover::placeholder {
  color: #292929;
}

.t-label .label__input::-moz-placeholder {
  color: #666666;
}

.t-label .label__input:-ms-input-placeholder {
  color: #666666;
}

.t-label .label__input::placeholder {
  color: #666666;
}

section {
  position: relative;
}

.star {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .star {
    max-width: none;
  }
}

/* ------------------ */
/* twenty */
.twentytwenty-overlay {
  display: none;
}

.twentytwenty-handle {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -1.2rem;
  background: #E4C000;
  border: 0;
}

.twentytwenty-handle .twentytwenty-left-arrow, .twentytwenty-handle .twentytwenty-right-arrow {
  display: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 1.6rem;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 1.6rem;
}

.ui.selection.dropdown {
  background: transparent;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid  #666666;
  padding: 0.6rem 0;
  background: transparent;
  outline: none;
  transition: 320ms;
  border-radius: 0;
}

.ui.selection.dropdown:hover {
  border-bottom: 1px solid  #000;
}

.ui.selection.dropdown .label__title {
  opacity: 1;
}

.ui.selection.dropdown .text {
  font-size: 2rem;
  color: #292929 !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 575px) {
  .ui.selection.dropdown .text {
    font-size: 1.6rem;
  }
}

.ui.selection.dropdown.white {
  border-bottom: 1px solid  #efefef;
}

.ui.selection.dropdown.white:hover {
  border-bottom: 1px solid  #efefef;
}

.ui.selection.dropdown.white .text {
  color: #efefef !important;
}

.ui.selection.dropdown.white .img-svg path {
  stroke: #efefef !important;
}

.ui.dropdown .menu {
  width: 100%;
  background: #F4F5F8;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.ui.selection.dropdown .menu > .item {
  font-size: 1.6rem;
  padding: 12px 10px 12px 20px !important;
}

.ui.selection.active.dropdown .menu {
  max-height: 23rem !important;
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
  right: 1.8rem;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 320ms;
}

.ui.selection.dropdown.active .dropdown.icon {
  transform: translateY(-50%) rotate(180deg);
}

.dots.big .slick-dots li {
  width: 1.4rem;
  height: 1.4rem;
  background: #292929;
}

.dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.dots .slick-dots li {
  background: #666666;
  border-radius: 10px;
  transition: 320ms;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 .8rem;
}

.dots .slick-dots li button {
  padding: 0;
  margin: 0;
  opacity: 0;
}

.dots .slick-dots li.slick-active {
  background: #E4C000;
}

@media screen and (max-width: 575px) {
  .slider-arrow {
    position: absolute;
    width: 1.6rem;
    z-index: 6;
  }
}

@media screen and (max-width: 575px) {
  .slider-arrow .pc {
    display: none;
  }
}

.slider-arrow .xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .slider-arrow .xs {
    display: block;
  }
}

.slider-arrow.gray .img-svg {
  stroke: #969696 !important;
}

button {
  padding: 0;
}

.messengers__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .messengers__box {
    justify-content: space-between;
    text-align: center;
  }
}

.messengers__box.small {
  margin-bottom: 3rem;
}

.messengers__box.small .messenger__button {
  font-size: 1.4rem;
}

.messengers__box.small .messenger__button .img-svg {
  width: 3rem;
  height: 3rem;
  margin-right: .6rem;
}

.messengers__box.small .messenger__button .line {
  height: 3px;
  bottom: -.9rem;
}

@media screen and (max-width: 575px) {
  .messengers__box.small .messenger__button .line {
    bottom: -1rem;
  }
}

.messengers__box .messenger__button {
  margin-right: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .messengers__box .messenger__button {
    display: block;
    margin: 0;
  }
}

.messengers__box .messenger__button .img-svg {
  width: 3.8rem;
  height: 3.8rem;
  margin-right: 1rem;
}

@media screen and (max-width: 575px) {
  .messengers__box .messenger__button .img-svg {
    margin: 0 0 .2rem;
    width: 3rem;
    height: 3rem;
  }
}

.messengers__box .messenger__button .line {
  width: 100%;
  height: 3px;
  opacity: 0;
  display: block;
  transition: 320ms;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  height: 2px;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .messengers__box .messenger__button .line {
    bottom: -1rem;
  }
}

.messengers__box .messenger__button input {
  display: none;
}

.messengers__box .messenger__button input:checked ~ .line {
  opacity: 1;
}

.messengers__box .messenger__button:hover .line {
  opacity: .4;
}

.go-up-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 29;
}

.go-up-section .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.go-up-section .go-up-link {
  position: relative;
  pointer-events: auto;
  margin-right: -10rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1200px) {
  .go-up-section .go-up-link {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .go-up-section .go-up-link {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.go-up-section .go-up-link .img-svg {
  width: 7rem;
}

@media screen and (max-width: 575px) {
  .go-up-section .go-up-link .img-svg {
    width: 5rem;
  }
}

.go-up-section .go-up-link:hover .img-svg path {
  fill: #fed500;
}

.mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E4C000;
  z-index: 99;
  transition: 900ms;
  transform: translateY(-130%);
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}

.mobile__menu.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 575px) {
  .mobile__menu {
    transition: 800ms;
  }
}

@media screen and (min-width: 767px) {
  .mobile__menu .container {
    width: 79rem;
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .mobile__menu .container {
    padding: 0 3.7rem;
  }
}

.menu__inner {
  max-height: 100%;
  overflow-y: auto;
}

.menu__header {
  padding: 2rem 0 0;
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .menu__header {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .menu__header {
    margin-bottom: 3rem;
  }
}

.menu__header .menu__logo img {
  width: 11.7rem;
}

.menu__header .menu__close .img-svg {
  width: 2.2rem;
  height: 2.2rem;
}

.menu__pages {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .menu__pages {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .menu__pages {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
  }
}

.menu__pages-link {
  margin: 0 2.5rem;
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .menu__pages-link {
    margin-left: 0;
    margin-right: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .menu__pages-link {
    margin: 0 0 1.2rem;
    border: 3px solid transparent;
    border-radius: 16px;
    width: 48%;
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 .8rem .5rem;
  }

  .menu__pages-link.active {
    border: 3px solid #000000;
  }
}

.menu__pages-link .page-img {
  width: 10.5rem;
  display: block;
  margin: 0 auto 0;
}

.menu__landing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 7rem 0;
  margin-left: 29rem;
}

@media screen and (max-width: 991px) {
  .menu__landing {
    margin-left: 0;
    margin: 5rem 0;
  }
}

@media screen and (max-width: 575px) {
  .menu__landing {
    margin: -2rem 0 3rem;
  }
}

.menu__landing .link {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  color: #292929;
}

.menu__landing .link:hover {
  text-decoration: underline;
}

.menu__socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 11rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .menu__socials {
    margin-left: 0;
  }
}

.menu__socials .social__link {
  margin-right: 1.3rem;
}

.menu__socials .social__link:not(.vk) .img-svg path {
  fill: #292929;
}

.menu__description {
  display: none;
}

.footer {
  padding: 9rem 0;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 7rem 0;
  }
}

@media screen and (max-width: 575px) {
  .footer {
    padding: 1rem 0 3rem;
  }
}

.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .footer .container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .footer .container {
    padding-left: 4.5rem;
  }
}

.footer__left {
  width: 23rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
    margin: 4rem 0 0;
  }
}

.footer__left .footer__logo {
  margin-bottom: 4.3rem;
  width: 13rem;
  display: block;
}

@media screen and (max-width: 575px) {
  .footer__left .footer__logo {
    margin-bottom: 2rem;
  }
}

.footer__left .footer__logo img {
  display: block;
}

.footer__left .footer__logo-description {
  color: #969696;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .footer__left .footer__logo-description br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer__left {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu {
    order: 0;
  }
}

.footer__menu .link {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 159.9%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #EFEFEF;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer__menu .link:hover {
  color: #E4C000;
}

.footer__menu-pc {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .footer__menu-pc {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .footer__menu-pc {
    display: none;
  }
}

.footer__menu-pc .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer__menu-pc .column.column1 {
  width: 19.4rem;
}

@media screen and (max-width: 991px) {
  .footer__menu-pc .column.column1 {
    width: 17.5rem;
  }
}

.footer__menu-pc .column.column2 {
  width: 23rem;
}

@media screen and (max-width: 991px) {
  .footer__menu-pc .column.column2 {
    width: 22rem;
  }
}

.footer__menu-pc .column.column3 {
  width: 15rem;
}

@media screen and (max-width: 991px) {
  .footer__menu-pc .column.column3 {
    width: 13rem;
  }
}

.footer__menu-xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .footer__menu-xs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.footer__menu-xs .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer__menu-xs .column.column1 {
  width: 18rem;
  flex-shrink: 0;
}

.footer__documents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .footer__documents {
    order: 1;
  }
}

@media screen and (max-width: 575px) {
  .footer__documents {
    margin-top: 3rem;
  }
}

.footer__documents-link {
  font-size: 1.2rem;
  color: #EFEFEF;
}

.footer__documents-link.yellow {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #E4C000;
}

.footer__documents-link:hover {
  text-decoration: underline;
}

.footer__documents-text {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
  color: #EFEFEF;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(41, 41, 41, 0.9);
}

.overlay .overlay__inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 8rem;
}

@media screen and (max-width: 575px) {
  .overlay .overlay__inner {
    padding-bottom: 5rem;
  }
}

.modal {
  display: none;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.modal .modal__close .img-svg {
  max-width: 100%;
  max-height: 100%;
}

.modal[data-modal="video"] {
  margin-top: 20vh;
  width: 800px;
  height: 450px;
}

@media screen and (max-width: 575px) {
  .modal[data-modal="video"] {
    margin-top: 30vh;
  }
}

@media screen and (max-width: 575px) {
  .modal[data-modal="video"] {
    height: auto;
  }
}

.modal[data-modal="video"] .video-content {
  width: 100%;
  height: 100%;
  background: #0c0b12;
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .modal[data-modal="video"] {
    width: 70vw;
    height: 40vw;
  }
}

@media screen and (max-width: 767px) {
  .modal[data-modal="video"] {
    width: 56vw;
    height: 36vw;
  }
}

@media screen and (max-width: 570px) {
  .modal[data-modal="video"] {
    width: 95vw;
    height: 65vw;
  }
}

.modal[data-modal="video"] iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}

.modal[data-modal="video"] .modal__close {
  position: absolute;
  right: 0;
  top: -45px;
  width: 55px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c0b12;
  cursor: pointer;
}

.modal[data-modal="video"] .modal__close .img-svg {
  width: 20px;
  height: 20px;
}

.modal[data-modal="video"] .modal__close .img-svg path {
  stroke: #777777;
}

.modal[data-modal="video"] .modal__close:hover .img-svg path {
  stroke: #fff;
}

.modal__custom {
  margin-top: 14vh;
  background: radial-gradient(117.38% 117.38% at 49.89% 111.79%, rgba(217, 217, 217, 0.95) 0%, rgba(255, 255, 255, 0.95) 54.65%);
  box-shadow: 20px 40px 30px -20px rgba(0, 0, 0, 0.25);
  color: #292929;
  border-radius: 16px;
}

.modal__custom .modal__close {
  position: absolute;
  top: 2.8rem;
  right: 2.8rem;
  width: 3.2rem;
}

@media screen and (max-width: 575px) {
  .modal__custom .modal__close {
    width: 2.5rem;
  }
}

.modal__custom .modal__close:hover .img-svg path {
  stroke: #E4C000;
}

.modal__custom .modal__title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .modal__custom .modal__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .modal__custom .modal__title {
    font-size: 2.5rem;
  }
}

.modal__form {
  width: 60rem;
  padding: 4rem 10rem 4rem;
}

@media screen and (max-width: 575px) {
  .modal__form {
    width: 34rem;
    padding: 3rem 3rem 4rem;
  }
}

.modal__form .t-label {
  margin-bottom: 3rem;
}

.modal__form .t-btn {
  margin: 5rem 0 5rem;
}

@media screen and (max-width: 575px) {
  .modal__form .t-btn {
    margin: 2rem 0 3rem;
  }
}

.policy__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.policy__box input {
  display: none;
}

.policy__box input:checked ~ .policy__checkbox {
  background: #4D4D4D;
}

.policy__box .policy__checkbox {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 3px solid #E4C000;
  background: #E4C000;
  margin-right: 0.7rem;
  position: relative;
  transition: 320ms;
  flex-shrink: 0;
}

.policy__box span {
  color: #1A1A1A;
  font-size: 1.4rem;
}

.modal__thanks {
  width: 60rem;
  padding: 7rem 6rem 7.5rem 6rem;
}

@media screen and (max-width: 575px) {
  .modal__thanks {
    width: 34rem;
    overflow: hidden;
    padding: 3rem 3rem 11rem;
  }
}

.modal__thanks .modal__icon {
  transform: translateX(-1.5rem);
}

@media screen and (max-width: 575px) {
  .modal__thanks .modal__icon {
    transform: none;
    width: 5rem;
  }
}

.modal__thanks .modal__title {
  margin: 2.5rem 0 1.1rem;
}

@media screen and (max-width: 575px) {
  .modal__thanks .modal__title {
    margin: 1.5rem 0;
  }
}

.modal__thanks .modal__subtitle {
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .modal__thanks .modal__subtitle {
    font-size: 1.8rem;
  }
}

.modal__thanks .modal__description {
  margin: 2.5rem 0 11rem;
}

@media screen and (max-width: 575px) {
  .modal__thanks .modal__description {
    font-size: 1.4rem;
    margin: 2.5rem 0 5rem;
  }
}

.modal__thanks .catalog__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 57.5rem;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .modal__thanks .catalog__img {
    bottom: -3rem;
  }
}

.modal__thanks .t-btn {
  width: 95%;
}

@media screen and (max-width: 575px) {
  .modal__thanks .t-btn .button__box {
    height: 6.3rem;
  }
}

.modal__award {
  width: 83rem;
  padding: 4.4rem 12rem 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .modal__award {
    width: 63rem;
    padding: 4.4rem 6rem 0;
  }
}

@media screen and (max-width: 575px) {
  .modal__award {
    width: 34rem;
    margin-top: 2vh;
    padding: 3rem 3.5rem 0;
  }
}

.modal__award .modal__close {
  top: 5rem;
  right: 4.5rem;
  width: 3.1rem;
}

@media screen and (max-width: 575px) {
  .modal__award .modal__close {
    width: 2.5rem;
    right: 2.5rem;
    top: 3.2rem;
  }
}

.modal__award .modal__close:hover .img-svg path {
  stroke: #000;
}

.modal__award .modal__title {
  text-align: left;
  margin-bottom: 4rem;
  padding-right: 3rem;
}

@media screen and (max-width: 575px) {
  .modal__award .modal__title {
    padding-right: 2rem;
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
  }
}

.modal__award .award__img-box {
  display: inline-block;
}

.modal__award .award__img-box img {
  display: block;
}

.modal__award .award__img-box .award1 {
  width: 32.5rem;
}

.modal__award .award__img-box .award2 {
  width: 41.5rem;
}

.modal__award .award__img-box .award3 {
  width: 37rem;
}

.modal__visual {
  width: 86.3rem;
}

@media screen and (max-width: 991px) {
  .modal__visual {
    width: 63rem;
  }
}

@media screen and (max-width: 575px) {
  .modal__visual {
    width: 34rem;
  }
}

.modal__visual .modal__close {
  top: 4rem;
  right: 4.8rem;
}

@media screen and (max-width: 575px) {
  .modal__visual .modal__close {
    top: 3.7rem;
    right: 2.2rem;
  }
}

.modal__visual .modal__title {
  position: absolute;
  top: 3.5rem;
  left: 10rem;
}

@media screen and (max-width: 991px) {
  .modal__visual .modal__title {
    left: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .modal__visual .modal__title {
    top: 3rem;
    font-size: 2.6rem;
    left: 3.4rem;
    width: 25.5rem;
    display: none;
  }
}

.modal__visual .modal__title.white {
  color: #efefef;
}

.modal__visual .visual__img {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .modal__visual .visual__img.pc {
    display: none;
  }
}

.modal__visual .visual__img.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .modal__visual .visual__img.xs {
    display: block;
  }
}

.modal__visual .modal__subtitle {
  padding: 5rem 17rem 6rem 10rem;
}

@media screen and (max-width: 991px) {
  .modal__visual .modal__subtitle {
    padding: 4rem 13rem 5rem 7rem;
  }
}

@media screen and (max-width: 575px) {
  .modal__visual .modal__subtitle {
    padding: 3rem 3rem 4rem;
  }
}

.modal__visual .modal__subtitle p {
  margin: 0 0 2rem;
}

.modal__visual .modal__subtitle b {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .modal__visual .modal__subtitle b {
    font-size: 1.6rem;
  }
}

.modal__visual .modal__subtitle ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem;
}

.modal__visual .modal__subtitle ul li {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  width: 118%;
}

@media screen and (max-width: 575px) {
  .modal__visual .modal__subtitle ul li {
    width: 100%;
  }
}

.modal__visual .mobile__title {
  display: none;
  position: absolute;
  top: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  left: 3.4rem;
  width: 25.5rem;
}

.modal__visual .mobile__title.white {
  color: #efefef;
}

@media screen and (max-width: 575px) {
  .modal__visual .mobile__title {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .modal__visual[data-modal="visual-tochnost"] .visual__img {
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 575px) {
  .modal__visual[data-modal="visual-nagruzka"] .visual__img {
    height: 29rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 575px) {
  .modal__visual[data-modal="visual-spax"] .visual__img {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 575px) {
  .modal__visual[data-modal="visual-fanera"] .visual__img {
    height: 29rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.modal__case {
  padding-top: 5rem;
}

@media screen and (max-width: 575px) {
  .modal__case {
    padding-top: 2.5rem;
  }
}

.modal__case .top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
}

@media screen and (max-width: 991px) {
  .modal__case .top-container {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 575px) {
  .modal__case .top-container {
    width: 31rem;
    padding: 0;
  }
}

@media screen and (min-width: 575px) {
  .modal__case .top-container.vertical {
    margin-bottom: 6rem;
  }
}

.modal__case .modal__close .img-svg {
  width: 2.2rem;
  height: 2.2rem;
}

.modal__case .modal__close .img-svg path {
  stroke: #fff;
}

.modal__case .modal__close:hover .img-svg path {
  stroke: #E4C000;
}

.modal__case .bottom-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .modal__case .bottom-container {
    display: block;
  }
}

.modal__case .case__left {
  width: 63rem;
  margin-right: 4.4rem;
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .modal__case .case__left {
    width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  .modal__case .case__left {
    width: 31rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.modal__case .case__left .case-arrow {
  position: absolute;
  bottom: 5rem;
  cursor: pointer;
  display: none;
}

@media screen and (min-width: 575px) {
  .modal__case .case__left .case-arrow:hover .img-svg path {
    stroke: #fff;
  }
}

@media screen and (max-width: 575px) {
  .modal__case .case__left .case-arrow {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}

.modal__case .case__left .case-arrow.left {
  left: -3rem;
}

@media screen and (max-width: 575px) {
  .modal__case .case__left .case-arrow.left {
    left: -2.5rem;
  }
}

.modal__case .case__left .case-arrow.right {
  right: -3rem;
}

@media screen and (max-width: 575px) {
  .modal__case .case__left .case-arrow.right {
    right: -2.5rem;
  }
}

.modal__case .case__left .case-arrow.right .img-svg {
  transform: rotate(180deg);
}

.modal__case .case__left.vertical {
  width: 56rem;
  margin-right: 9.5rem;
}

.modal__case .case__left.vertical .case__left-main .item {
  height: 60rem;
}

@media screen and (max-width: 575px) {
  .modal__case .case__left.vertical .case__left-main .item {
    height: 32rem;
  }
}

.modal__case .case__left-main {
  box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, 0.54);
  border-radius: 16px;
  position: relative;
}

.modal__case .case__left-main::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  bottom: 0.3rem;
  right: 0.3rem;
  border-radius: 16px;
  background: #efefef;
}

.modal__case .case__left-main .item {
  position: relative;
  z-index: 4;
  height: 47rem;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .modal__case .case__left-main .item {
    height: 26rem;
  }
}

.modal__case .case__left-additional {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .modal__case .case__left-additional {
    margin-bottom: -4rem;
  }
}

@media screen and (max-width: 575px) {
  .modal__case .case__left-additional {
    display: none;
  }
}

.modal__case .case__left-additional .slick-list {
  width: 100%;
}

.modal__case .case__left-additional .slick-list .slick-track {
  margin-left: 0;
}

.modal__case .case__left-additional .space {
  padding: 3rem .5rem;
  width: 10.5rem;
}

@media screen and (max-width: 575px) {
  .modal__case .case__left-additional .space {
    padding: 3rem .3rem;
  }
}

@media screen and (max-width: 575px) {
  .modal__case .case__left-additional .space {
    padding: 1.5rem .3rem;
  }
}

.modal__case .case__left-additional .space .item {
  box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, 0.54);
  border-radius: 16px;
  height: 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .modal__case .case__left-additional .space .item {
    border-radius: 8px;
    height: 5rem;
  }
}

.modal__case .case__right {
  max-width: 43rem;
}

@media screen and (max-width: 991px) {
  .modal__case .case__right {
    max-width: 100%;
    padding-top: 6rem;
  }
}

@media screen and (max-width: 575px) {
  .modal__case .case__right {
    padding-top: 3rem;
    width: 31rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.modal__case .case__right .modal__title {
  font-size: 3.6rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .modal__case .case__right .modal__title {
    font-size: 2.8rem;
  }
}

.modal__case .case__right-item {
  margin: 1.6rem 0 0;
}

.modal__case .case__right-item .title {
  margin-bottom: 0.4rem;
}

.modal__case .case__right-item .subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #E4C000;
}

@media screen and (max-width: 575px) {
  .modal__case .case__right-item .subtitle {
    font-size: 1.8rem;
  }
}

.modal__text {
  width: 80rem;
  max-width: 100%;
  padding: 4rem 5rem;
}

@media screen and (max-width: 575px) {
  .modal__text {
    margin-top: 7vh;
    padding: 4rem 3rem;
    padding-right: 5rem;
  }
}

/*  ------------- section --------------- */
.intro-section {
  height: 107rem;
  text-align: left;
  padding: 18.2rem 0 16.5rem;
}

@media screen and (max-width: 991px) {
  .intro-section {
    height: auto;
    padding: 20.2rem 0 8.5rem;
  }
}

@media screen and (min-width: 575px) {
  .intro-section {
    background: url("../img/intro/bg-pc.jpg");
    background-size: 192rem auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 575px) {
  .intro-section {
    padding: 9.4rem 0 0;
    min-height: 70.6rem;
    background: url("../img/intro/bg-xs.jpg");
    background-size: 37.5rem auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.intro-section::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13.3rem;
  background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0%, rgba(41, 41, 41, 0.73125) 40.1%, #292929 83.33%);
  pointer-events: none;
}

@media screen and (max-width: 400px) {
  .intro-section {
    padding: 15.4rem 0 0;
  }
}

@media screen and (max-width: 991px) {
  .intro-section::before {
    height: 6rem;
  }
}

.intro-section .t-title {
  text-align: left;
  width: 77rem;
}

@media screen and (max-width: 575px) {
  .intro-section .t-title {
    width: 95%;
    font-size: 2.4rem;
  }
}

.intro-section .t-subtitle {
  margin: 1.5rem 0 25rem;
  width: 45rem;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .intro-section .t-subtitle {
    margin-bottom: 14rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-section .t-subtitle {
    width: 100%;
    margin: 3rem 0 17.5rem;
  }
}

@media screen and (max-width: 575px) {
  .intro-section .t-subtitle {
    margin: 1.3rem 0 11rem;
    width: 27rem;
  }

  .intro-section .t-subtitle br {
    display: none;
  }
}

.intro-section .intro__description {
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .intro-section .intro__description {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.intro-section .intro__footer {
  margin: 13rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .intro-section .intro__footer {
    margin: 5rem 0 0;
  }
}

@media screen and (max-width: 575px) {
  .intro-section .intro__footer {
    margin: 1.3rem 0;
    display: block;
    text-align: center;
  }
}

.intro-section .intro__footer-title {
  font-weight: 600;
  font-size: 2rem;
  color: #E4C000;
}

@media screen and (max-width: 767px) {
  .intro-section .intro__footer-title {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .intro-section .intro__footer-title {
    margin: 1.5rem 0 0;
    padding-right: 1rem;
    font-size: 1.9rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }

  .intro-section .intro__footer-title br {
    display: none;
  }
}

.intro-section .intro__footer-button .t-btn .button__box {
  width: 38.5rem;
  height: 6.4rem;
  border-radius: 32px;
}

@media screen and (max-width: 575px) {
  .intro-section .intro__footer-button .t-btn .button__box {
    width: 30rem;
  }
}

.intro-section .star__left {
  width: 23rem;
  bottom: -15rem;
  left: -48rem;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .intro-section .star__left {
    bottom: -19rem;
    left: -13rem;
  }
}

.intro__play-button {
  width: 9.1rem;
  position: absolute;
  top: 34rem;
  left: 41.5rem;
  display: inline-block;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .intro__play-button {
    top: 31rem;
    left: 39.5rem;
  }
}

@media screen and (max-width: 767px) {
  .intro__play-button {
    top: 27rem;
    left: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .intro__play-button {
    width: 6.7rem;
    top: 24.5rem;
    left: 9.5rem;
  }
}

.intro__play-button:hover .img-svg path {
  fill: #fff;
}

.intro__content {
  padding-left: 4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .intro__content {
    padding-left: 0;
  }
}

.intro__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6.2rem 0 0;
}

@media screen and (max-width: 575px) {
  .intro__header {
    padding: 2rem 0 0;
  }
}

.intro__header .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__logo {
  position: absolute;
  width: 13.2rem;
  bottom: .7rem;
  left: -4rem;
}

@media screen and (max-width: 991px) {
  .header__logo {
    position: relative;
    bottom: auto;
    left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .header__logo {
    width: auto;
  }
}

.header__pages {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  bottom: -0.2rem;
  margin-right: 2rem;
}



.header__pages-link {
  display: inline-block;
  margin-right: 2.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #EFEFEF;
  text-align: center;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.2rem;
}

.header__pages-link.active {
  border-bottom: 2px solid #E4C000;
}

.header__pages-link .page-img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 9.3rem;
}

.header__pages-link.link3 {
  width: 8rem;
}

.header__pages-link.link3 .page-img {
  bottom: 135%;
}

.header__pages-link:hover {
  color: #E4C000;
}

.header__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}



.header__contacts .messenger__link {
  width: 2rem;
  margin: 0 .3rem;
}

.header__contacts .messenger__link .img-svg {
  transition: 320ms;
}

@media screen and (min-width: 575px) {
  .header__contacts .messenger__link:hover .img-svg {
    transform: scale(1.15);
  }
}

.header__contacts .header__phone {
  padding-left: 0.6rem;
  color: #EFEFEF;
  font-size: 1.4rem;
  font-weight: 700;
}

.header__contacts .header__phone:hover {
  color: #E4C000;
}

.header__button {
  margin-left: 3rem;
}

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

.header__button .button__box {
  width: 19.3rem;
  height: 4.2rem;
}

.header__menu-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: calc(100% + .1rem);
  bottom: 1.4rem;
}

@media screen and (max-width: 991px) {
  .header__menu-button {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 2rem;
  }
}

.header__menu-button .img-svg {
  width: 2.6rem;
}

@media screen and (min-width: 575px) {
  .header__menu-button:hover .img-svg path {
    stroke: #E4C000;
  }
}

.header__menu-button span {
  display: none;
}

@media screen and (max-width: 575px) {
  .header__menu-button span {
    display: block;
    margin-right: 0.6rem;
    font-size: 1.4rem;
  }
}

/*  ------------- section --------------- */
.relax-section {
  width: 116rem;
  background: radial-gradient(77.18% 93.48% at 51.98% 116.59%, #9A9A9A 0%, #FFFFFF 100%);
  border-radius: 16px;
  padding: 7.4rem 2.5rem 7rem 11.8rem;
  color: #4D4D4D;
  margin: 6rem auto 9.4rem;
}

@media screen and (max-width: 991px) {
  .relax-section {
    width: 100%;
    padding: 7rem 0 3rem;
    background: radial-gradient(77.18% 93.48% at 51.98% 156.59%, #9A9A9A 0%, #FFFFFF 100%);
  }
}

@media screen and (max-width: 767px) {
  .relax-section {
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 575px) {
  .relax-section {
    margin: 0 auto;
    width: 34rem;
    padding: 4rem 0 5.3rem;
    background: radial-gradient(144.87% 60.25% at 51.98% 116.59%, #9A9A9A 0%, #FFFFFF 100%);
  }
}

.relax-section .t-subtitle {
  margin: 1.4rem 0 5rem;
}

.relax-section .mobile__button {
  display: none;
}

@media screen and (max-width: 575px) {
  .relax-section .mobile__button {
    display: block;
    text-align: center;
    margin: 3rem 0 0;
  }
}

.relax-section .slick-dots {
  bottom: 1rem;
}

.relax__header {
  padding-right: 9rem;
}

@media screen and (max-width: 991px) {
  .relax__header {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .relax__header .t-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .relax__header .t-subtitle {
    margin: 1.5rem 0 4.2rem;
  }
}

.relax__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .relax__box {
    width: 31rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .relax__box.pc {
    display: none;
  }
}

.relax__box.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .relax__box.xs {
    display: block;
  }
}

.relax__box .item {
  width: 30rem;
}

@media screen and (max-width: 991px) {
  .relax__box .item {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .relax__box .item {
    width: 46%;
  }
}

@media screen and (max-width: 575px) {
  .relax__box .item {
    width: 100%;
    padding: 0 1rem;
  }
}

.relax__box .item .number__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.relax__box .item .number__box .relax__play-button {
  width: 4rem;
  margin-left: 3rem;
}

.relax__box .item .number__box .relax__play-button:hover .img-svg #triangle {
  fill: #fff;
}

.relax__box .item .title {
  margin: 1.9rem 0 2rem;
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .relax__box .item .title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 575px) {
  .relax__box .item .title {
    margin-bottom: 2rem;
    font-size: 1.9rem;
  }
}

.relax__box .item .t-subtitle {
  text-align: left;
}

.relax__box .item.item4, .relax__box .item.item5 {
  transform: translateY(-4rem);
}

@media screen and (max-width: 991px) {
  .relax__box .item.item4, .relax__box .item.item5 {
    transform: translateY(0rem);
  }
}

.relax__box .item.item6 {
  padding-top: 2.5rem;
}

@media screen and (max-width: 575px) {
  .relax__box .item.item6 {
    display: none;
  }
}

/*  ------------- section --------------- */
.needs-section {
  padding-bottom: 4.5rem;
}

@media screen and (max-width: 575px) {
  .needs-section {
    padding: 4rem 0 4rem;
  }
}

.needs-section .star__left {
  width: 38.4rem;
  transform: rotate(90deg);
  right: calc(100% + 9rem);
  top: 18rem;
  opacity: 0.7;
}

@media screen and (max-width: 575px) {
  .needs-section .star__left {
    width: 22rem;
    right: 27rem;
    top: 55rem;
  }
}

.needs-section .star__right {
  width: 57.7rem;
  transform: rotate(-90deg);
  left: calc(100% + 1rem);
  top: -30rem;
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .needs-section .star__right {
    width: 37rem;
    top: -18rem;
    left: 20rem;
  }
}

.needs__inner {
  position: relative;
}

.needs__inner .slick-prev {
  display: none;
}

.needs__inner .slider-arrow {
  display: none;
}

@media screen and (max-width: 575px) {
  .needs__inner .slider-arrow {
    display: block;
    right: -.8rem;
    top: 10rem;
  }
}

.needs__box {
  width: 97rem;
  margin: 5.5rem auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

@media screen and (max-width: 575px) {
  .needs__box {
    width: 100vw;
    margin-left: -1.5rem;
  }
}

.needs__box .item {
  width: 46%;
  margin-bottom: 5rem;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .needs__box .item {
    width: 45%;
  }
}

@media screen and (max-width: 575px) {
  .needs__box .item {
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) and (max-width: 575px) {
  .needs__box .item {
    padding: 0 1.5rem;
  }
}

.needs__box .item .img {
  border-radius: 16px;
  box-shadow: 0px 26px 16px -10px rgba(0, 0, 0, 0.25);
}

.needs__box .item .title {
  margin-left: 3.5rem;
  margin-top: 2rem;
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .needs__box .item .title {
    margin-left: 0rem;
  }
}

@media screen and (max-width: 575px) {
  .needs__box .item .title {
    margin: 2.5rem 0 1.5rem;
  }
}

.needs__box .item .t-subtitle {
  margin-left: 3.5rem;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .needs__box .item .t-subtitle {
    margin-left: 0rem;
  }
}

/*  ------------- section --------------- */
.standards-section {
  position: relative;
}

.standards-section::before {
  content: '';
  position: absolute;
  top: -6rem;
  left: 0;
  width: 100%;
  height: 73rem;
  background: radial-gradient(64.46% 50.07% at 20.49% 49.93%, #E4C000 0%, #292929 82.89%);
  transform: rotate(180deg);
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .standards-section::before {
    top: 22rem;
    left: -17.8rem;
    right: -38rem;
    height: 42.4rem;
    width: auto;
    background: radial-gradient(84.95% 52.98% at 0% 51.08%, #E4C000 13.54%, #262626 82.89%);
    transform: none;
  }
}

@media screen and (max-width: 575px) {
  .standards-section .t-title {
    text-align: left;
  }
}

.standards-section .mobile-subtitle {
  width: 28rem;
  font-size: 2rem;
  font-weight: 600;
  margin: 1.6rem 0 .5rem;
  display: none;
}

@media screen and (max-width: 575px) {
  .standards-section .mobile-subtitle {
    font-size: 1.9rem;
    display: block;
    width: 100%;
  }

  .standards-section .mobile-subtitle br {
    display: none;
  }
}

.standards__box {
  margin: 7rem auto 9.5rem;
  width: 87rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}

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

@media screen and (max-width: 767px) {
  .standards__box {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .standards__box {
    margin: 0 0 5rem;
    justify-content: center;
  }
}

.standards__box .item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .standards__box .item {
    width: 48%;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .standards__box .item {
    width: 47%;
    margin-bottom: 1.5rem;
  }
}

.standards__box .item .icon {
  width: 12.6rem;
  display: block;
  margin: 0 auto 0;
}

.standards__box .item .t-subtitle {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 575px) {
  .standards__box .item .t-subtitle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.standards__box .item .value {
  font-weight: 600;
  font-size: 2rem;
}

/*  ------------- section --------------- */
.standards-section {
  position: relative;
}

/*  ------------- section --------------- */
.details__inner {
  position: relative;
}

.details__inner .slider-arrow {
  display: none;
}

@media screen and (max-width: 575px) {
  .details__inner .slider-arrow {
    top: 16rem;
    right: -.5rem;
  }

  .details__inner .slider-arrow.left {
    left: -0.5rem;
    right: auto;
  }

  .details__inner .slider-arrow.left .img-svg {
    transform: rotate(180deg);
  }
}

.details__box {
  width: 108rem;
  margin: 7rem auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

@media screen and (max-width: 575px) {
  .details__box {
    display: block;
    width: 100vw;
    margin: 4rem 0 0;
    margin-left: -1.5rem;
  }
}

.details__box .item {
  width: 29.7rem;
}

@media screen and (max-width: 991px) {
  .details__box .item {
    width: 31%;
  }
}

@media screen and (max-width: 575px) {
  .details__box .item {
    width: 100%;
    padding: 0 4rem;
  }
}

.details__box .item .step {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 3.4rem;
}

@media screen and (max-width: 991px) {
  .details__box .item .step {
    margin-left: 2rem;
  }
}

.details__box .item .img {
  display: block;
  margin: 1rem 0 1.5rem;
}

@media screen and (max-width: 575px) {
  .details__box .item .img {
    width: 100%;
  }
}

.details__box .item .t-subtitle {
  margin-left: 3.4rem;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .details__box .item .t-subtitle {
    margin-left: 2rem;
  }
}

/*  ------------- section --------------- */
.cases-section {
  padding: 9rem 0 0;
  width: 2000px;
  max-width: 100%;
  margin: 0 auto;
}

.cases-section .t-subtitle {
  margin: 1.3rem 0 3.4rem;
}

@media screen and (max-width: 991px) {
  .cases-section .t-subtitle {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .cases__box {
    width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .cases__box {
    width: 100vw;
  }
}

.cases__slider {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cases__slider {
    margin: 3rem 0 0;
  }
}

@media screen and (max-width: 575px) {
  .cases__slider {
    margin: 1.5rem 0 0;
  }
}

.cases__slider .space {
  transition: 320ms;
  padding: 4rem 0rem;
  transform: scale(0.9);
}

.cases__slider .space.slick-center .item {
  width: 90%;
  margin: 0 auto;
  transform: scale(1.25);
}

.cases__slider .item {
  transition: 320ms;
  text-align: center;
}

.cases__slider .item .item__img {
  box-shadow: 0px 36px 12px -16px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  height: 24rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 320ms;
}

@media screen and (max-width: 1200px) {
  .cases__slider .item .item__img {
    height: 18rem;
  }
}

@media screen and (max-width: 991px) {
  .cases__slider .item .item__img {
    height: 27rem;
  }
}

@media screen and (max-width: 575px) {
  .cases__slider .item .item__img {
    height: 16.5rem;
  }
}

.cases__slider .item .item__title {
  position: relative;
  z-index: 4;
  margin: 2.1rem 0 1.5rem;
  color: #E4C000;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .cases__slider .item .item__title {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}

.cases__slider .item .t-btn .button__box {
  width: 15.6rem;
  height: 3rem;
  font-weight: 600;
}

.cases__slider .item .t-btn .button__box .img-svg {
  width: 0.8rem;
  margin-left: 0.7rem;
}

.cases__slider .item .t-btn .button__box:hover .img-svg path {
  stroke: #292929;
}

/*  ------------- section --------------- */
.individual-design-section {
  padding: 19.5rem 0 9.5rem;
}

@media screen and (max-width: 991px) {
  .individual-design-section {
    padding: 5rem 0 9rem;
  }
}

@media screen and (max-width: 575px) {
  .individual-design-section {
    padding-bottom: 6rem;
  }
}

.individual__box {
  width: 109rem;
  margin: 0 auto;
  padding: 9.4rem 2rem 6.4rem 54.5rem;
  position: relative;
  background: radial-gradient(54.61% 113.42% at 29.62% 132.45%, #969696 0%, #EFEFEF 100%);
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .individual__box {
    width: 100%;
    padding: 8.4rem 2rem 6.4rem 24.5rem;
  }
}

@media screen and (max-width: 767px) {
  .individual__box {
    padding: 5.4rem 2rem 6.4rem 23.5rem;
  }
}

@media screen and (max-width: 575px) {
  .individual__box {
    padding: 3.6rem 2rem 4.8rem;
    text-align: center;
  }
}

.individual__box .woman__img {
  position: absolute;
  bottom: 0;
  left: -4.5rem;
  width: 75.7rem;
}

@media screen and (max-width: 991px) {
  .individual__box .woman__img {
    left: -7.5rem;
    width: 53.7rem;
  }
}

@media screen and (max-width: 575px) {
  .individual__box .woman__img {
    max-width: none;
    left: -7rem;
    width: 46rem;
  }
}

.individual__box .t-title {
  text-align: left;
  margin-bottom: 12.5rem;
}

@media screen and (max-width: 575px) {
  .individual__box .t-title {
    margin-bottom: 27.5rem;
    text-align: left;
  }
}

.individual__box .t-btn .button__box {
  width: 28rem;
  height: 5.3rem;
}

/*  ------------- section --------------- */
.shape-section .star__left {
  width: 57rem;
  transform: rotate(90deg);
  top: -11rem;
  left: -52rem;
  opacity: 0.6;
}

@media screen and (max-width: 575px) {
  .shape-section .star__left {
    width: 25rem;
    left: -13rem;
    top: -8rem;
  }
}

.shape__box {
  margin: 6rem 0 9rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 27rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  .shape__box {
    padding-left: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .shape__box {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .shape__box {
    padding-left: 0;
    margin: 4rem 0 2.5rem;
    justify-content: space-between;
  }
}

.shape__box .center-text {
  position: absolute;
  top: 15.5rem;
  text-align: center;
  color: #969696;
  left: 54rem;
  width: 13rem;
}

@media screen and (max-width: 991px) {
  .shape__box .center-text {
    left: 31.5rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .shape__box .center-text {
    top: 25.5rem;
    left: 25.5rem;
  }
}

@media screen and (max-width: 575px) {
  .shape__box .center-text {
    top: 28.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.shape__box .item {
  position: relative;
}

@media screen and (max-width: 575px) {
  .shape__box .item {
    width: 47% !important;
    margin: 0 !important;
  }
}

.shape__box .item .title {
  font-style: italic;
  text-align: center;
  width: 19rem;
}

@media screen and (max-width: 575px) {
  .shape__box .item .title {
    width: 100%;
    margin-left: 0 !important;
  }
}

.shape__box .item .img {
  display: block;
}

.shape__box .item .orange-text {
  color: #E4C000;
  width: 9.5rem;
  position: absolute;
}

@media screen and (max-width: 575px) {
  .shape__box .item .orange-text {
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
  }
}

.shape__box .item .subtitle {
  position: relative;
}

@media screen and (max-width: 767px) {
  .shape__box .item .subtitle {
    display: none;
  }
}

.shape__box .item.item1 {
  width: 35rem;
  margin-right: 8rem;
}

.shape__box .item.item1 .title {
  margin-left: 2rem;
}

.shape__box .item.item1 .img {
  width: 24rem;
  margin: 2.8rem 0 6rem;
}

@media screen and (max-width: 575px) {
  .shape__box .item.item1 .img {
    width: 17rem;
    margin: 2.2rem 0 3.6rem;
  }
}

.shape__box .item.item1 .subtitle {
  transform: translateX(-1.5rem);
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .shape__box .item.item1 .subtitle {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.shape__box .item.item1 .orange-text {
  text-align: right;
  left: -12rem;
  top: 16rem;
}

.shape__box .item.item2 {
  width: 41rem;
}

.shape__box .item.item2 .title {
  margin-left: 1rem;
}

.shape__box .item.item2 .img {
  width: 20.5rem;
  margin: 4.5rem 0 8rem;
}

@media screen and (max-width: 575px) {
  .shape__box .item.item2 .img {
    width: 14.3rem;
    margin: 3.8rem 0 4.5rem;
  }
}

.shape__box .item.item2 .subtitle {
  transform: translateX(-5rem);
}

.shape__box .item.item2 .orange-text {
  left: 23rem;
  top: 16rem;
}

@media screen and (max-width: 575px) {
  .shape__box .item.item2 .orange-text {
    padding-left: 6.5rem;
  }
}

.shape__mobile-text {
  display: none;
  padding-bottom: 9rem;
}

@media screen and (max-width: 767px) {
  .shape__mobile-text {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .shape__mobile-text {
    padding-bottom: 5rem;
  }
}

.shape__mobile-text .title {
  margin-bottom: 1.8rem;
  font-size: 2rem;
  font-weight: 600;
}

/*  ------------- section --------------- */
.catalog-section {
  margin-bottom: 15.5rem;
  overflow: hidden;
}

@media screen and (min-width: 575px) {
  .catalog-section {
    background: url("../img/catalog/bg.jpg");
    background-size: 192rem auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 575px) {
  .catalog-section {
    background: url("../img/catalog/bg-xs.jpg");
    background-size: 37.5rem auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 4rem;
  }
}

.catalog-section .container {
  padding-top: 7.5rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 575px) {
  .catalog-section .container {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
}

.catalog-section .t-title {
  margin-bottom: 7rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .catalog-section .t-title {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .catalog-section .t-title {
    margin-bottom: 2rem;
  }
}

.catalog-section .catalog__img {
  position: absolute;
  max-width: none;
  bottom: -2rem;
  left: 55%;
  transform: translateX(-50%);
  width: 93rem;
}

@media screen and (max-width: 991px) {
  .catalog-section .catalog__img {
    left: 51%;
    width: 85rem;
  }
}

@media screen and (max-width: 767px) {
  .catalog-section .catalog__img {
    width: 72rem;
  }
}

@media screen and (max-width: 575px) {
  .catalog-section .catalog__img.pc {
    display: none;
  }
}

.catalog-section .catalog__img.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .catalog-section .catalog__img.xs {
    display: block;
    left: 58.5%;
    width: 44rem;
    bottom: -3rem;
  }
}

.catalog__box {
  width: 86rem;
  margin: 0 auto;
}

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

.catalog__content {
  position: relative;
  z-index: 4;
}

.catalog__composition {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 38rem;
}

.catalog__composition .item {
  width: 16rem;
  margin-bottom: 1.8rem;
}

.catalog__composition .item .icon {
  margin-right: 0.8rem;
}

.catalog__composition .item span {
  font-size: 1.6rem;
}

.catalog__footer {
  margin: 11rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .catalog__footer {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 575px) {
  .catalog__footer {
    display: block;
    margin: 2rem 0 0;
    text-align: center;
  }
}

.catalog__footer-title {
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .catalog__footer-title {
    font-size: 1.6rem;
    font-weight: 500;
    width: 22rem;
    margin-bottom: 2.3rem;
    text-align: left;
  }

  .catalog__footer-title br {
    display: none;
  }
}

/*  ------------- section --------------- */
.general-worker-section {
  padding-bottom: 9rem;
}

@media screen and (max-width: 991px) {
  .general-worker-section {
    margin-top: -10rem;
  }
}

@media screen and (max-width: 767px) {
  .general-worker-section {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .general-worker-section {
    margin-top: 2rem;
    padding-bottom: 5rem;
  }
}

.general__box {
  background: radial-gradient(87.92% 87.92% at 90% 101.05%, #969696 0%, #EFEFEF 100%);
  border-radius: 16px;
  padding: 5rem 13rem 4.5rem;
  padding-left: 9.4rem;
  color: #4D4D4D;
  width: 109rem;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .general__box {
    padding: 5rem 11rem 4.5rem;
    padding-left: 6.4rem;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .general__box {
    padding: 4.3rem 2rem 3rem 3.7rem;
    color: #292929;
  }
}

.general__box .t-title {
  width: 56rem;
  margin-bottom: 5rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .general__box .t-title {
    width: 42rem;
  }
}

@media screen and (max-width: 575px) {
  .general__box .t-title {
    font-size: 2.4rem;
    margin-bottom: 4.2rem;
    width: 100%;
  }
}

.general__box .general__item.item1 {
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 575px) {
  .general__box .general__item.item1 {
    width: 15rem;
    margin-bottom: 18rem;
  }

  .general__box .general__item.item1 .title {
    margin-bottom: 2.5rem;
  }
}

.general__box .general__item .title {
  font-weight: 600;
  font-size: 2rem;
  margin: 0.3rem 0;
}

.general__box .img {
  position: absolute;
  bottom: 0;
  right: 5rem;
  width: 48rem;
  filter: drop-shadow(20px 0px 30px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 991px) {
  .general__box .img {
    right: -6rem;
    width: 39rem;
  }
}

@media screen and (max-width: 575px) {
  .general__box .img {
    width: 37rem;
    max-width: none;
    right: -11rem;
  }
}

/*  ------------- section --------------- */
.marriage-section {
  padding-bottom: 9rem;
}

@media screen and (max-width: 991px) {
  .marriage-section .t-title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.marriage-section .t-subtitle {
  margin: 2rem 0 4rem;
}

.marriage-section .star__left {
  display: none;
  transform: rotate(90deg);
  opacity: 0.7;
}

@media screen and (max-width: 575px) {
  .marriage-section .star__left {
    display: block;
    width: 32rem;
    left: -17.5rem;
    top: -13rem;
  }
}

.marriage__box {
  width: 93rem;
  margin: 0 auto;
}

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

.marriage__buttons {
  display: flex;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .marriage__buttons {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.marriage__buttons .marriage__button {
  width: 25%;
  height: 7.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  color: #EFEFEF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: 320ms;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .marriage__buttons .marriage__button {
    width: 48%;
    margin-bottom: 2rem;
    border: 2px solid #EFEFEF;
    border-radius: 16px;
  }
}

@media screen and (max-width: 575px) {
  .marriage__buttons .marriage__button {
    height: 6rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}

.marriage__buttons .marriage__button:hover {
  color: #E4C000;
}

@media screen and (min-width: 767px) {
  .marriage__buttons .marriage__button:first-child {
    border-radius: 16px 0 0 16px;
    border-left: 2px solid #EFEFEF;
  }

  .marriage__buttons .marriage__button:last-child {
    border-radius: 0 16px 16px 0;
    border-right: 2px solid #EFEFEF;
  }
}

.marriage__buttons .marriage__button span {
  position: relative;
  z-index: 4;
}

.marriage__buttons .marriage__button::before {
  content: '';
  position: absolute;
  top: -0.2rem;
  right: -0.3rem;
  bottom: -0.2rem;
  left: -0.3rem;
  background: #E4C000;
  opacity: 0;
  transition: 320ms;
}

@media screen and (max-width: 767px) {
  .marriage__buttons .marriage__button::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.marriage__buttons .marriage__button.active {
  position: relative;
  z-index: 4;
  color: #292929;
}

@media screen and (min-width: 767px) {
  .marriage__buttons .marriage__button.active::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .marriage__buttons .marriage__button.active {
    background: #E4C000;
    border-color: #E4C000;
  }
}

.marriage__tabs {
  margin: 7.5rem 0 0;
}

@media screen and (max-width: 991px) {
  .marriage__tabs {
    margin: 5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .marriage__tabs {
    margin: 3rem 0 0;
  }
}

.marriage__tab {
  display: none;
}

.marriage__tab.active {
  display: block;
}

.marriage__tab .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .marriage__tab .item {
    display: block;
  }
}

.marriage__tab .item .item__img {
  width: 35.5rem;
  height: 30.5rem;
  flex-shrink: 0;
  border-radius: 16px;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.4));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .marriage__tab .item .item__img {
    width: 28.5rem;
    height: 23.5rem;
  }
}

@media screen and (max-width: 767px) {
  .marriage__tab .item .item__img {
    width: 100%;
    height: 40rem;
  }
}

@media screen and (max-width: 575px) {
  .marriage__tab .item .item__img {
    height: 29rem;
  }
}

.marriage__tab .item .item__text {
  padding-left: 3.3rem;
  flex-grow: 1;
  padding-top: 4rem;
}

@media screen and (max-width: 991px) {
  .marriage__tab .item .item__text {
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .marriage__tab .item .item__text {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 575px) {
  .marriage__tab .item .item__text {
    padding: 2rem 0 0;
  }
}

.marriage__tab .item .item__text .title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .marriage__tab .item .item__text .title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .marriage__tab .item .item__text .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .marriage__tab .item .item__text .subtitle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .marriage__tab .item .item__text .subtitle {
    font-size: 1.6rem;
  }
}

/*  ------------- section --------------- */
.kreslo__box {
  padding: 7rem 10rem 7rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
}

@media screen and (min-width: 575px) {
  .kreslo__box {
    background-image: url("../img/kreslo/bg.jpg");
  }
}

@media screen and (max-width: 991px) {
  .kreslo__box {
    padding: 6rem 6rem 9rem;
  }
}

@media screen and (max-width: 575px) {
  .kreslo__box {
    padding: 4rem 3.5rem 4.2rem;
    text-align: center;
    background-image: url("../img/kreslo/bg-xs.jpg");
  }
}

.kreslo__box .t-title {
  text-align: left;
  width: 43rem;
  margin-bottom: 4.5rem;
}

@media (min-width: 767px) and (max-width: 991px) {
  .kreslo__box .t-title {
    font-size: 2.8rem;
    width: 39rem;
  }
}

@media screen and (max-width: 575px) {
  .kreslo__box .t-title {
    margin-bottom: 27.5rem;
    text-align: left;
  }
}

.kreslo__box .t-btn .button__box {
  font-size: 1.4rem;
}

.kreslo__box .img {
  position: absolute;
  bottom: 4.2rem;
  right: 4.9rem;
  width: 48.4rem;
}

@media screen and (max-width: 991px) {
  .kreslo__box .img {
    bottom: 0.2rem;
    right: 1rem;
    width: 38.5rem;
  }
}

@media screen and (max-width: 575px) {
  .kreslo__box .img {
    width: 43rem;
    max-width: none;
    top: 8.5rem;
    left: -1.5rem;
    right: auto;
  }
}

/*  ------------- section --------------- */
.minuses-section .t-title {
  width: 80rem;
}

@media screen and (max-width: 575px) {
  .minuses-section .t-title {
    width: 100%;
  }
}

.minuses-section .star__left {
  width: 42rem;
  transform: rotate(90deg);
  right: calc(100% + 4rem);
  top: 36rem;
  opacity: 0.7;
}

@media screen and (max-width: 575px) {
  .minuses-section .star__left {
    width: 27rem;
    left: -14.6rem;
    top: 100%;
  }
}

.minuses-section .star__right {
  width: 57.7rem;
  transform: rotate(-90deg);
  left: calc(100% + 1rem);
  top: -6rem;
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .minuses-section .star__right {
    width: 26.4rem;
    top: -18rem;
    right: -13.5rem;
    left: auto;
  }
}

.minuses__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 93rem;
  margin: 6rem auto 9rem;
}

@media screen and (max-width: 991px) {
  .minuses__box {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .minuses__box {
    margin: 3.5rem auto 4rem;
  }
}

.minuses__box .item {
  padding: 3.5rem 2.8rem 2.5rem 3.5rem;
  width: 32%;
  box-shadow: 0px 26px 20px -20px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: 320ms;
}

@media screen and (max-width: 991px) {
  .minuses__box .item {
    width: 46%;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .minuses__box .item.item2 {
    margin: 4rem 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 575px) {
  .minuses__box .item.item2 {
    margin: 2.5rem 0;
  }
}

@media screen and (max-width: 991px) {
  .minuses__box .item.item3 {
    margin: 6rem auto 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .minuses__box .item.item3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .minuses__box .item {
    padding: 4rem 4rem 2rem;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .minuses__box .item {
    padding: 3.2rem 2rem 1.5rem 4.7rem;
  }
}

.minuses__box .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E4C000;
  opacity: 0;
  transition: 320ms;
  border-radius: 16px;
}

@media screen and (min-width: 991px) {
  .minuses__box .item:hover::before {
    opacity: 1;
  }

  .minuses__box .item:hover .title {
    color: #292929;
  }

  .minuses__box .item:hover .text__box {
    opacity: 1;
    pointer-events: auto;
  }

  .minuses__box .item:hover .arrow .img-svg {
    transform: scale(-1);
  }

  .minuses__box .item:hover .arrow .img-svg path {
    stroke: #fff;
  }
}

@media screen and (max-width: 575px) {
  .minuses__box .item.active {
    padding-top: 2rem;
  }
}

.minuses__box .item.active::before {
  opacity: 1;
}

.minuses__box .item.active .title {
  color: #292929;
}

.minuses__box .item.active .text__box {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 575px) {
  .minuses__box .item.active .text__box {
    height: 16.2rem;
  }
}

.minuses__box .item.active .arrow {
  display: none;
}

.minuses__box .text__box {
  position: relative;
  z-index: 4;
  height: 19.5rem;
  overflow-y: auto;
  margin: 1.2rem 0 1.5rem;
  opacity: 0;
  transition: 320ms;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .minuses__box .text__box {
    height: 15rem;
    margin-top: 1.7rem;
  }
}

.minuses__box .text__box .text {
  font-size: 1.4rem;
  color: #262626;
  padding-right: 1rem;
}

.minuses__box .text__box .text p {
  margin: 0 0 1.5rem;
}

.minuses__box .text__box .text p:last-child {
  margin-bottom: 0;
}

.minuses__box .text__box::-webkit-scrollbar-thumb {
  /* Укажи цвет скроллбара */
  background: #9A9A9A;
  /* Укажи радиус скругления скроллбара */
  border-radius: 3px;
}

.minuses__box .text__box::-webkit-scrollbar {
  /* Укажи ширину вертикального скроллбара */
  width: 5px;
  /* Укажи высоту горизонтального скроллбара */
  height: 5px;
  /* Укажи цвет фона под скроллбаром */
  background: #292929;
  border-radius: 3px;
}

.minuses__box .title {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  z-index: 4;
  transition: 320ms;
}

@media screen and (max-width: 767px) {
  .minuses__box .title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .minuses__box .title {
    font-size: 2rem;
  }
}

.minuses__box .arrow {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .minuses__box .arrow {
    position: absolute;
    left: 4rem;
    bottom: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .minuses__box .arrow {
    left: 4.7rem;
    width: 2.5rem;
  }
}

/*  ------------- section --------------- */
.exit-section {
  padding: 9rem 0 10.5rem;
}

@media screen and (max-width: 575px) {
  .exit-section {
    padding: 4rem 0 6.5rem;
  }
}

.exit-section .star__left {
  width: 46rem;
  transform: rotate(360deg);
  right: calc(100% + 0rem);
  top: -19rem;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .exit-section .t-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .exit-section .t-title {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .exit-section .t-title {
    text-align: left;
  }
}

.exit__box {
  margin: 7.5rem auto 0;
  width: 90rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  .exit__box {
    width: 100%;
    margin: 1.5rem auto 0;
  }
}

.exit__box .title {
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .exit__box .exit__img.pc {
    display: none;
  }
}

.exit__box .exit__img.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .exit__box .exit__img.xs {
    display: block;
  }
}

.exit__box .exit__img {
  position: absolute;
  width: 47.8rem;
  top: -8rem;
  right: -9rem;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .exit__box .exit__img {
    right: -14rem;
    top: -2rem;
    width: 43rem;
  }
}

@media screen and (max-width: 767px) {
  .exit__box .exit__img {
    right: -26rem;
  }
}

@media screen and (max-width: 575px) {
  .exit__box .exit__img {
    width: 100vw;
    max-width: none;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
  }
}

.exit__list {
  margin: 3.5rem 0 6rem;
  width: 47rem;
}

@media screen and (max-width: 575px) {
  .exit__list {
    width: 100vw;
    margin: 3.5rem 0 7rem !important;
    margin-left: -1.5rem !important;
  }
}

.exit__list .slick-dots {
  bottom: -2.5rem;
}

.exit__list .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 575px) {
  .exit__list .item {
    margin: 0;
    padding: 0 3.5rem;
  }
}

.exit__list .item:last-child {
  margin-bottom: 0;
}

.exit__list .item .icon {
  margin-right: 1.2rem;
}

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

@media screen and (max-width: 767px) {
  .exit__footer {
    display: block;
  }
}

.exit__footer-title {
  font-size: 2rem;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .exit__footer-title {
    text-align: center;
    margin-bottom: 41rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .exit__footer-title br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .exit__footer .t-btn {
    width: 100%;
    display: flex;
    margin: 3rem 0 0;
  }
}

@media screen and (max-width: 575px) {
  .exit__footer .t-btn {
    width: 28.5rem;
    height: 5.3rem;
    margin: 0 auto;
  }
}

.exit__footer .t-btn .button__box {
  width: 28.5rem;
}

@media screen and (max-width: 767px) {
  .exit__footer .t-btn .button__box {
    width: 100%;
    height: 7rem;
  }
}

@media screen and (max-width: 575px) {
  .exit__footer .t-btn .button__box {
    width: 28.5rem;
    height: 5.3rem;
  }
}

/*  ------------- section --------------- */
.equipment__box {
  background: radial-gradient(145.51% 101.12% at 51.34% 101.12%, #9A9A9A 0%, #D4D4D4 16.85%, #FFFFFF 57.22%);
  border-radius: 16px;
  padding: 6.5rem 5rem 7.5rem 13rem;
}

@media screen and (max-width: 991px) {
  .equipment__box {
    padding: 6.5rem 6rem 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .equipment__box {
    padding: 5.5rem 5rem 4.5rem;
  }
}

@media screen and (max-width: 575px) {
  .equipment__box {
    padding: 4.3rem 1.5rem 3rem;
    position: relative;
  }
}

.equipment__box .slider-arrow {
  position: absolute;
  top: 27.3rem;
  width: 3.1rem;
  display: none !important;
}

@media screen and (max-width: 575px) {
  .equipment__box .slider-arrow {
    display: block !important;
  }
}

.equipment__box .slider-arrow.left {
  left: -1.1rem;
}

.equipment__box .slider-arrow.right {
  right: -1.1rem;
}

.equipment__box .slider-arrow.right img {
  transform: rotate(180deg);
}

.equipment__box .t-title {
  margin-bottom: 2.5rem;
  padding-right: 8rem;
}

@media screen and (max-width: 991px) {
  .equipment__box .t-title {
    padding-right: 0;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .equipment__box .t-title {
    margin-bottom: 2.5rem;
  }
}

.equipment__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #292929;
}

@media (min-width: 576px) and (max-width: 767px) {
  .equipment__list {
    width: 360px;
    margin: 0 auto 6rem !important;
  }
}

@media screen and (max-width: 575px) {
  .equipment__list {
    width: 32rem;
    margin: 0 auto 1rem !important;
    display: block;
  }
}

.equipment__list .item {
  padding-right: 2rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 991px) {
  .equipment__list .item {
    width: 32%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .equipment__list .item {
    width: 48% !important;
  }
}

@media screen and (max-width: 767px) {
  .equipment__list .item {
    margin: 0;
    padding: 0 2rem !important;
  }
}

@media screen and (max-width: 575px) {
  .equipment__list .item {
    padding: 0 0 !important;
    overflow: hidden;
  }
}

.equipment__list .item .img__box {
  position: relative;
  height: 26.5rem;
}

@media screen and (max-width: 767px) {
  .equipment__list .item .img__box {
    height: auto;
    margin-bottom: 1rem;
  }
}

.equipment__list .item .img {
  position: absolute;
  max-width: none;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .equipment__list .item .img {
    position: relative;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .equipment__list .item .img {
    max-width: 95%;
  }
}

.equipment__list .item .title {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .equipment__list .item .title {
    text-align: center;
  }

  .equipment__list .item .title br {
    display: none;
  }
}

.equipment__list .item .subtitle {
  margin: 0.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .equipment__list .item .subtitle {
    text-align: center;
  }

  .equipment__list .item .subtitle br {
    display: none;
  }
}

.equipment__list .item.item1 .img {
  width: 50.7rem;
  left: -22rem;
}

@media screen and (max-width: 991px) {
  .equipment__list .item.item1 .img {
    width: 31.7rem;
    left: -3rem;
    bottom: 6rem;
  }
}

.equipment__list .item.item2 .img {
  width: 30rem;
  left: 0;
  bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .equipment__list .item.item2 .img {
    width: 33rem;
    left: -2rem;
    bottom: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .equipment__list .item.item2 .img {
    width: 28rem;
  }
}

.equipment__list .item.item3 {
  padding-right: 0;
}

.equipment__list .item.item3 .img {
  width: 41rem;
  left: 0rem;
}

@media screen and (max-width: 991px) {
  .equipment__list .item.item3 .img {
    width: 35rem;
    left: -5rem;
    bottom: 2rem;
  }
}

.equipment__list .item.item4 .img {
  width: 48rem;
  left: -21rem;
  bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .equipment__list .item.item4 .img {
    width: 32rem;
    left: 0rem;
    bottom: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .equipment__list .item.item4 .img {
    width: 28rem;
  }
}

@media screen and (max-width: 767px) {
  .equipment__list .item.item4 .img__box {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .equipment__list .item.item4 .title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .equipment__list .item.item4 .title {
    width: 90%;
  }
}

.equipment__list .item.item5 .img {
  width: 42rem;
  bottom: -4rem;
  left: -11rem;
}

@media screen and (max-width: 991px) {
  .equipment__list .item.item5 .img {
    width: 37rem;
    bottom: -4rem;
    left: -9rem;
  }
}

@media screen and (max-width: 575px) {
  .equipment__list .item.item5 .img {
    left: -2.5rem !important;
    width: 27rem;
  }
}

@media screen and (max-width: 575px) {
  .equipment__list .item.item5 .title {
    margin-top: -3rem;
  }
}

.equipment__list .item.item6 .img {
  left: -1rem;
  width: 49.5rem;
}

@media screen and (max-width: 1200px) {
  .equipment__list .item.item6 .img {
    width: 34rem;
    bottom: 4rem;
  }
}

.equipment__list .item.item__left {
  width: 34.5rem;
}

@media screen and (max-width: 1200px) {
  .equipment__list .item.item__left {
    width: 31rem;
  }
}

.equipment__list .item.item__center {
  width: 35rem;
}

.equipment__list .item.item__right {
  width: 29rem;
}

.equipment__gallery {
  margin: 1rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .equipment__gallery {
    display: block;
  }
}

.equipment__gallery-box {
  width: 44.4rem;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .equipment__gallery-box {
    width: 100%;
  }
}

.equipment__gallery-box .gallery__main {
  height: 26rem;
  box-shadow: 0px 30px 20px -15px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .equipment__gallery-box .gallery__main {
    height: 35rem;
  }
}

@media screen and (max-width: 575px) {
  .equipment__gallery-box .gallery__main {
    height: 21rem;
    margin-bottom: 1rem;
    border-radius: 8px;
  }
}

.equipment__gallery-box .gallery__thumbs {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.equipment__gallery-box .gallery__thumbs .thumbs__item {
  width: 19%;
  height: 5.2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 991px) {
  .equipment__gallery-box .gallery__thumbs .thumbs__item {
    height: 8rem;
  }
}

@media screen and (max-width: 575px) {
  .equipment__gallery-box .gallery__thumbs .thumbs__item {
    height: 5rem;
  }
}

.equipment__gallery-box .gallery__thumbs .thumbs__item:hover {
  transform: scale(1.05);
  transition: 320ms;
}

.equipment__gallery-box .gallery__thumbs .thumbs__item.active {
  opacity: 0.5;
}

.equipment__gallery-text {
  padding-left: 2rem;
  padding-top: 2.5rem;
  color: #292929;
  width: 46rem;
}

@media screen and (max-width: 991px) {
  .equipment__gallery-text {
    width: 100%;
    padding: 3rem 0 0;
  }
}

.equipment__gallery-text .title {
  margin-bottom: 1.8rem;
  font-size: 2rem;
  font-weight: 600;
}

.equipment__gallery-text .subtitle p {
  margin: 0 0 2rem;
}

/*  ------------- section --------------- */
.mounting-section {
  padding: 13rem 0 16rem;
}

@media screen and (max-width: 991px) {
  .mounting-section {
    padding: 10rem 0 5rem;
  }
}

@media screen and (max-width: 575px) {
  .mounting-section {
    padding: 8rem 0 0;
  }
}

.mounting-section .star__left {
  width: 56rem;
  transform: rotate(360deg);
  right: calc(100% - 3rem);
  top: 25rem;
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .mounting-section .star__left {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .mounting-section .star__left {
    display: block;
    width: 31rem;
    top: -7rem;
    left: -17rem;
    right: auto;
  }
}

.mounting__box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 5.4rem 0 0;
  padding-left: 13rem;
}

@media screen and (max-width: 991px) {
  .mounting__box {
    padding-left: 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 575px) {
  .mounting__box {
    flex-wrap: wrap;
  }
}

.mounting__box .item {
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .mounting__box .item {
    width: 47.5% !important;
  }
}

@media screen and (max-width: 575px) {
  .mounting__box .item {
    width: 100% !important;
  }
}

.mounting__box .item.item1 {
  width: 51rem;
  margin-right: 3rem;
}

@media screen and (max-width: 575px) {
  .mounting__box .item.item1 {
    margin: 0 0 3rem;
  }
}

.mounting__box .item.item2 {
  width: 48rem;
}

.mounting__box .item .img {
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 37.4rem;
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 991px) {
  .mounting__box .item .img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .mounting__box .item .img {
    height: 22.6rem;
  }
}

.mounting__box .item .img .img-svg {
  width: 11rem;
}

@media screen and (max-width: 575px) {
  .mounting__box .item .img .img-svg {
    width: 9rem;
  }
}

.mounting__box .item .img .img-svg:hover path {
  fill: #fff;
}

.mounting__box .item .title {
  font-size: 2rem;
  font-weight: 600;
  margin: 3.2rem 0 1.5rem;
}

@media screen and (max-width: 575px) {
  .mounting__box .item .title, .mounting__box .item .subtitle {
    padding-left: 2rem;
  }
}

/*  ------------- section --------------- */
.stars-section {
  padding: 9rem 0 40rem;
}

@media screen and (max-width: 991px) {
  .stars-section {
    padding-bottom: 17rem;
  }
}

@media screen and (max-width: 575px) {
  .stars-section {
    padding: 5.5rem 0 14.5rem;
  }
}

.stars-section .t-subtitle {
  margin: 2rem 0 8rem;
}

@media screen and (max-width: 991px) {
  .stars-section .t-subtitle {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 575px) {
  .stars-section .t-subtitle {
    margin-bottom: 4rem;
  }
}

.stars-section .star__center {
  width: 94rem;
  opacity: 0.8;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}

@media screen and (max-width: 991px) {
  .stars-section .star__center {
    width: 67rem;
  }
}

@media screen and (max-width: 575px) {
  .stars-section .star__center {
    width: 58rem;
  }
}

.stars-section .star__right {
  width: 39rem;
  transform: rotate(180deg);
  left: calc(100% + 16rem);
  top: 28rem;
  opacity: 0.5;
}

.stars__box {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 104rem;
  margin: 0 auto;
}

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

@media screen and (max-width: 575px) {
  .stars__box {
    overflow-x: auto;
    width: 100vw;
    margin-left: -1.5rem;
    padding-left: 3.4rem;
  }
}

.stars__box .item {
  flex-shrink: 0;
  width: 47.5%;
  box-shadow: 0px 36px 12px -16px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 575px) {
  .stars__box .item {
    width: 30rem;
    margin-right: 2.3rem;
  }

  .stars__box .item::before {
    content: '';
    position: absolute;
    right: -3.4rem;
    top: 0;
    width: 3.4rem;
    height: 1px;
  }
}

.stars__box .item .img {
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 31.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .stars__box .item .img {
    height: 23rem;
  }
}

@media screen and (max-width: 575px) {
  .stars__box .item .img {
    height: 19rem;
  }
}

.stars__box .item .img .img-svg {
  width: 7.8rem;
}

@media screen and (max-width: 575px) {
  .stars__box .item .img .img-svg {
    width: 5.4rem;
  }
}

.stars__box .item .img .img-svg:hover path {
  fill: #fff;
}

/*  ------------- section --------------- */
.details-section{
  padding: 13rem 0 0rem;
}


/*  ------------- section --------------- */
.delivery-section {
  margin-bottom: 9rem;
}

@media screen and (max-width: 575px) {
  .delivery-section {
    margin-bottom: 5rem;
  }
}

.delivery__box {
  position: relative;
  background: radial-gradient(260.79% 129.96% at 54.27% 129.96%, #969696 0%, #CBCBCB 14.79%, #EFEFEF 50.01%);
  border-radius: 16px;
  padding: 8.2rem 29.6rem 10rem;
  text-align: center;
  color: #4D4D4D;
}

@media screen and (max-width: 991px) {
  .delivery__box {
    padding: 6.2rem 10rem 23rem;
  }
}

@media screen and (max-width: 767px) {
  .delivery__box {
    padding: 6.2rem 5rem 23rem;
  }
}

@media screen and (max-width: 575px) {
  .delivery__box {
    padding: 5.3rem 1rem 18rem;
  }
}

.delivery__box .t-subtitle {
  margin: 1.6rem 0 9rem;
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .delivery__box .t-subtitle {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .delivery__box .t-subtitle br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .delivery__box .t-subtitle {
    font-size: 1.7rem;
    margin: 1.7rem 0 16.5rem;
    padding: 0 1rem;
  }
}

.delivery__box .description {
  width: 40rem;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .delivery__box .description {
    width: 100%;
    margin-left: 1.8rem;
  }
}

.delivery__box img {
  position: absolute;
  pointer-events: none;
  max-width: none;
}

.delivery__box .plane__img {
  width: 111.6rem;
  right: 56rem;
  top: -22.5rem;
}

@media screen and (max-width: 575px) {
  .delivery__box .plane__img {
    width: 83rem;
    top: -16rem;
    right: 2rem;
  }
}

.delivery__box .car__img {
  width: 70rem;
  bottom: 0;
  right: -23rem;
}

@media screen and (max-width: 575px) {
  .delivery__box .car__img {
    width: 50rem;
    left: 2rem;
    bottom: -0.5rem;
  }
}

.delivery__box .calendar__img {
  width: 21.4rem;
  left: 6.5rem;
  bottom: 5.2rem;
}

@media screen and (max-width: 991px) {
  .delivery__box .calendar__img {
    bottom: 3.2rem;
  }
}

@media screen and (max-width: 575px) {
  .delivery__box .calendar__img {
    width: 17rem;
    left: 0;
    top: 30rem;
  }
}

/*  ------------- section --------------- */
@media screen and (max-width: 991px) {
  .team-section .t-title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .team-section .t-title {
    font-size: 2.8rem;
  }
}

.team-section .star__left {
  width: 50rem;
  transform: rotate(90deg);
  right: calc(100% + 1rem);
  top: -20rem;
  opacity: 0.6;
}

@media screen and (max-width: 575px) {
  .team-section .star__left {
    width: 23rem;
    top: -9rem;
    left: -11rem;
    right: auto;
  }
}

.team-section .star__right {
  width: 34rem;
  transform: rotate(-90deg);
  left: calc(100% + 7rem);
  top: 50rem;
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .team-section .star__right {
    display: none;
  }
}

.team__box {
  position: relative;
  width: 100rem;
  margin: 0 auto 5rem;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .team__box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .team__box {
    width: 100%;
    margin-bottom: 0;
  }
}

.team__box .team__slider {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -3rem 0;
}

@media screen and (max-width: 575px) {
  .team__box .team__slider {
    width: 100vw;
    margin: 0;
    margin-left: -1.5rem;
  }
}

.team__box .slider-arrow {
  position: absolute;
  width: 5.1rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .team__box .slider-arrow {
    width: 6rem;
  }
}

.team__box .slider-arrow .img-svg {
  max-width: 100%;
  max-height: 100%;
}

.team__box .slider-arrow .img-svg:hover rect {
  fill: #E4C000;
  stroke: #E4C000;
}

.team__box .slider-arrow.left {
  left: -8rem;
}

@media screen and (max-width: 767px) {
  .team__box .slider-arrow.left {
    left: -9.5rem;
  }
}

@media screen and (max-width: 575px) {
  .team__box .slider-arrow.left {
    left: -0.5rem;
    top: 21rem;
  }

  .team__box .slider-arrow.left .img-svg {
    transform: rotate(180deg);
  }
}

.team__box .slider-arrow.right {
  right: -8rem;
}

.team__box .slider-arrow.right .img-svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .team__box .slider-arrow.right {
    right: -9.3rem;
  }
}

@media screen and (max-width: 575px) {
  .team__box .slider-arrow.right {
    right: -5rem;
    top: 21rem;
  }

  .team__box .slider-arrow.right .img-svg {
    transform: rotate(0);
  }
}

.team__box .space {
  padding: 7rem 3rem 7rem;
}

@media screen and (max-width: 991px) {
  .team__box .space {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .team__box .space {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .team__box .space {
    padding: 4rem 3.5rem 6rem;
  }
}

.team__box .item {
  box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  height: 36rem;
  padding: 25.8rem 3.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .team__box .item {
    padding: 24.8rem 1.5rem 2rem;
  }
}

@media screen and (max-width: 575px) {
  .team__box .item {
    box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.4);
  }
}

.team__box .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: 320ms;
}

@media screen and (max-width: 767px) {
  .team__box .item .bg {
    filter: grayscale(0);
  }
}

.team__box .item:hover .bg {
  filter: grayscale(0);
}

.team__box .item .name {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 600;
  color: #E4C000;
  position: relative;
  z-index: 5;
}

.team__box .item .position {
  color: #E4C000;
  position: relative;
  z-index: 5;
}

/*  ------------- section --------------- */
.awards-section {
  padding: 4rem 0 6.5rem;
}

@media screen and (max-width: 575px) {
  .awards-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.awards-section .awards__icon {
  position: absolute;
  right: 5rem;
  top: -4rem;
}

@media screen and (max-width: 991px) {
  .awards-section .awards__icon {
    right: -6rem;
    top: -4rem;
  }
}

@media screen and (max-width: 575px) {
  .awards-section .awards__icon {
    display: none;
  }
}

.awards-section .awards__icon .img-svg {
  width: 5.1rem;
}

.awards-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 22rem;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  background: radial-gradient(50% 50% at 50% 50%, #E4C000 0%, rgba(210, 177, 4, 0.9036) 30.21%, rgba(160, 137, 15, 0.634483) 55.73%, rgba(41, 41, 41, 0) 83.85%);
}

@media screen and (max-width: 575px) {
  .awards-section::before {
    width: 110rem;
    height: 17rem;
    top: 3rem;
  }
}

.awards__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93rem;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

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

@media screen and (max-width: 575px) {
  .awards__box {
    width: 100vw;
    margin-left: -1.5rem;
  }
}

.awards__box .space {
  width: 26rem;
}

@media (min-width: 575px) and (max-width: 991px) {
  .awards__box .space {
    width: 31% !important;
  }
}

@media screen and (max-width: 575px) {
  .awards__box .space {
    padding: 0 1.5rem;
    padding-bottom: 4rem;
  }
}

.awards__box .item {
  background: #D9D9D9;
  border-radius: 16px;
  text-align: center;
  color: #4D4D4D;
  padding: 3.5rem 2rem;
  width: 100%;
  height: 27rem;
  cursor: pointer;
  transition: 320ms;
  margin: 0 auto;
  box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 575px) {
  .awards__box .item {
    height: 22.5rem !important;
    padding: 2.5rem 1.5rem;
  }
}

.awards__box .item:hover {
  background: #cacaca;
}

.awards__box .item .img {
  width: 21.2rem;
}

@media screen and (max-width: 575px) {
  .awards__box .item .img {
    width: 17.5rem;
    margin: 0 auto;
  }
}

.awards__box .item.item1 .title {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 575px) {
  .awards__box .item.item1 .title {
    margin-bottom: 1.5rem;
  }
}

.awards__box .item.item2 .title {
  margin-bottom: 6rem;
}

@media screen and (max-width: 575px) {
  .awards__box .item.item2 .title {
    margin-bottom: 4rem;
  }
}

.awards__box .item.item3 .title {
  margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
  .awards__box .item.item3 .title {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .awards__box .item.item3 .img {
    width: 15.2rem;
  }
}

/*  ------------- section --------------- */
.discount-section {
  padding: 13.7rem 0 0;
}

@media screen and (max-width: 575px) {
  .discount-section {
    padding-top: 7rem;
  }
}

.discount__box {
  border: 2px solid #EFEFEF;
  border-radius: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .discount__box {
    padding-right: 4rem;
  }
}

@media screen and (min-width: 575px) {
  .discount__box {
    background-image: url("../img/discount/bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

@media screen and (max-width: 575px) {
  .discount__box {
    padding: 31.3rem 1.2rem 3.4rem 2.3rem;
    background-image: url("../img/discount/bg-xs.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.discount__box .img {
  position: absolute;
  max-width: none;
  width: 138rem;
  left: 52%;
  transform: translateX(-50%);
  bottom: 0;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .discount__box .img {
    width: 107rem;
  }
}

@media screen and (max-width: 575px) {
  .discount__box .img {
    top: 7rem;
    width: 86rem;
    max-width: none;
    left: 57%;
  }
}

.discount__box .title {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .discount__box .title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .discount__box .title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 4;
  }
}

.discount__box .description {
  margin-left: 12.5rem;
  margin-bottom: 4.4rem;
  font-weight: 600;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 991px) {
  .discount__box .description {
    margin-left: 3.5rem;
    margin-bottom: 7.4rem;
  }
}

@media screen and (max-width: 575px) {
  .discount__box .description {
    margin: 0;
    width: 90%;
    font-weight: 500;
  }
}

.discount__rect {
  margin-left: 7.7rem;
  transform: translateY(-4.7rem);
  background: #292929;
  border: 4px solid #E4C000;
  border-radius: 16px;
  padding: 3.2rem 4rem 3.8rem 5.2rem;
  display: inline-block;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .discount__rect {
    position: relative;
    width: 29.6rem;
    margin-left: 0;
    transform: translateX(-50%);
    padding: 1.3rem 2rem 1.6rem 4.5rem;
    position: absolute;
    top: -2.8rem;
    left: 50%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  .discount__rect .title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .discount__rect .title.title1 {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}

.discount__rect .price {
  font-size: 6.4rem;
  font-weight: 600;
  color: #E4C000;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .discount__rect .price {
    font-size: 3rem;
    margin-right: 0.5rem;
  }
}

.discount__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 41rem;
}

@media screen and (max-width: 991px) {
  .discount__header {
    display: block;
    margin-bottom: 33rem;
  }
}

@media screen and (max-width: 575px) {
  .discount__header {
    margin-bottom: 1.5rem;
  }
}

.discount__header .main__title {
  padding-top: 5rem;
  margin-left: 7.4rem;
}

@media screen and (max-width: 991px) {
  .discount__header .main__title {
    padding-top: 0;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .discount__header .main__title {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 575px) {
  .discount__header .main__title {
    padding: 0;
    width: 97%;
    margin: 0;
  }
}

/*  ------------- section --------------- */
.steps-section {
  padding: 19rem 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .steps-section {
    padding: 12rem 0 0;
  }
}

@media screen and (max-width: 575px) {
  .steps-section {
    padding: 6rem 0 0;
  }
}

.steps-section::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 97rem;
  top: 31rem;
  background: radial-gradient(84.95% 52.98% at 0% 51.08%, #E4C000 0%, #292929 82.89%);
  pointer-events: none;
  z-index: -1;
}

.steps__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 97rem;
  margin: 0 auto 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}

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

.steps__box .item {
  width: 30.5%;
  border: 1.5px solid #EFEFEF;
  border-radius: 16px;
  height: 24rem;
  padding: 2.3rem .5rem 2rem 3.4rem;
  margin-bottom: 2rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  .steps__box .item {
    width: 48%;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .steps__box .item {
    height: 29rem;
  }
}

@media screen and (max-width: 575px) {
  .steps__box .item {
    width: 100%;
    height: auto;
    padding: 2rem 2rem 2rem 2.5rem;
    transition: 320ms;
  }
}

.steps__box .item.active {
  background: rgba(38, 38, 38, 0.67);
}

.steps__box .item.active .img {
  opacity: 0;
}

.steps__box .item .img {
  position: absolute;
  max-width: none;
  pointer-events: none;
  z-index: 1;
  left: 0;
  bottom: 0;
  transition: 320ms;
}

@media screen and (max-width: 575px) {
  .steps__box .item .img.pc {
    display: none;
  }
}

.steps__box .item .img.xs {
  display: none;
}

@media screen and (max-width: 575px) {
  .steps__box .item .img.xs {
    display: block;
  }
}

.steps__box .item .item__header {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 575px) {
  .steps__box .item .item__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .steps__box .item .number {
    max-width: 6rem;
    flex-shrink: 0;
  }
}

.steps__box .item .title {
  margin: 1.8rem 0 1rem;
  font-size: 2rem;
  font-weight: 600;
  padding-right: 3rem;
}

@media screen and (max-width: 575px) {
  .steps__box .item .title {
    margin: 0;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}

.steps__box .item .arrow {
  display: none;
}

@media screen and (max-width: 575px) {
  .steps__box .item .arrow {
    display: block;
    flex-shrink: 0;
    width: 2rem;
  }
}

.steps__box .item .subtitle {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 575px) {
  .steps__box .item .subtitle {
    display: none;
    padding: 2rem 2rem 2rem 0rem;
  }
}

.steps__box .item.non-border {
  border: 0;
}

.steps__box .item.item1 {
  padding: 0;
}

.steps__box .item.item1 .t-title {
  text-align: left;
  width: 120%;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .steps__box .item.item1 .t-title {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .steps__box .item.item1 .t-title {
    padding-left: 2rem;
  }
}

.steps__box .item.item3 .img {
  width: 36.4rem;
}

@media screen and (max-width: 575px) {
  .steps__box .item.item3 .img {
    width: 16.4rem;
    left: auto;
    right: 2rem;
  }
}

@media screen and (min-width: 575px) {
  .steps__box .item.item6 {
    padding-right: 1rem;
  }
}

.steps__box .item.item8 .img {
  width: 39rem;
}

@media screen and (max-width: 575px) {
  .steps__box .item.item8 .img {
    width: 18.8rem;
    left: auto;
    right: 3.5rem;
  }
}

@media screen and (max-width: 991px) {
  .steps__box .item.item9 {
    display: none;
  }
}

/*  ------------- section --------------- */
.types-section {
  padding: 7rem 0 10rem;
}

@media screen and (max-width: 991px) {
  .types-section {
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 575px) {
  .types-section {
    padding: 3rem 0 0;
  }
}

.types-section .t-title {
  margin-bottom: 5rem;
}

.types-section .star__right {
  display: none;
  transform: rotate(-90deg);
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .types-section .star__right {
    display: block;
    width: 31rem;
    top: -10rem;
    right: -18rem;
  }
}

@media screen and (max-width: 991px) {
  .types__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.types__box .slick-dots {
  margin: 3rem  0;
  position: relative;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 575px) {
  .types__box .slick-dots {
    margin: 2rem 0 0;
    width: calc(100vw - 3rem);
    margin-left: 1.5rem;
  }
}

.types__box .slick-dots li {
  background: #666666;
  border-radius: 10px;
  height: 4px;
  transition: 320ms;
  width: 47%;
}

.types__box .slick-dots li button {
  padding: 0;
  margin: 0;
  opacity: 0;
}

.types__box .slick-dots li.slick-active {
  background: #E4C000;
}

.types__box .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .types__box .item {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 48%;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .types__box .item {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.types__box .item.active .types__mobile-button .img-svg {
  transform: rotate(90deg);
  margin-left: 0.5rem;
}

.types__box .item.img-left .item__img {
  margin-right: 6rem;
}

.types__box .item.img-left .item__text {
  padding-right: 5rem;
}

.types__box .item.img-right .item__text {
  padding-left: 5rem;
}

@media screen and (max-width: 991px) {
  .types__box .item.img-right .item__text {
    order: 1;
  }
}

.types__box .item.img-right .item__img {
  margin-left: 7.5rem;
}

@media screen and (max-width: 991px) {
  .types__box .item.img-right .item__img {
    order: 0;
  }
}

@media screen and (max-width: 575px) {
  .types__box .item.item1 .subtitle {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .types__box .item.item3 {
    width: 100%;
  }

  .types__box .item.item3 .item__img {
    height: 40rem;
  }
}

@media screen and (max-width: 575px) {
  .types__box .item.item3 .subtitle {
    display: none;
  }
}

.types__box .item__img {
  display: block;
  height: 36.6rem;
  width: 57.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 50px 20px -30px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .types__box .item__img {
    width: 100%;
    margin: 0 !important;
    height: 25rem;
  }
}

@media screen and (max-width: 575px) {
  .types__box .item__img {
    height: 24rem !important;
  }
}

.types__box .item .types__mobile-button {
  display: none;
}

@media screen and (max-width: 575px) {
  .types__box .item .types__mobile-button {
    display: block;
    margin: 1rem 0 0;
  }
}

.types__box .item .types__mobile-button .img-svg {
  transition: 320ms;
}

.types__box .item__text {
  padding: 4.4rem 0 0;
}

@media screen and (max-width: 991px) {
  .types__box .item__text {
    padding: 3rem 0 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .types__box .item__text {
    padding: 2.5rem 0 0 !important;
  }
}

.types__box .item__text .title {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .types__box .item__text .title br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .types__box .item__text .subtitle {
    margin: 1.5rem 0 0;
  }

  .types__box .item__text .subtitle br {
    display: none;
  }
}

.types__box .item__text .item__subtitle-slider {
  max-width: 45rem;
  margin: 0 -1rem;
}

@media screen and (max-width: 575px) {
  .types__box .item__text .item__subtitle-slider {
    width: 100vw;
    margin: 0;
    margin-left: -1.5rem;
    display: none;
  }
}

.types__box .item__text .item__subtitle-slider .subtitle {
  padding: 0 1rem;
}

@media screen and (max-width: 575px) {
  .types__box .item__text .item__subtitle-slider .subtitle {
    padding: 0 1.5rem;
  }
}

/*  ------------- section --------------- */
.quiz-section .t-title {
  margin-bottom: 5.5rem;
}

.quiz__box {
  /* background: radial-gradient(80.81% 104.09% at 50% 143.54%, #E4C000 0%, rgba(38, 38, 38, 0) 100%); */
  background: radial-gradient(260.79% 129.96% at 54.27% 129.96%, #292929 0%, #7C7C7C 95.83%);
  border: 2px solid #EFEFEF;
  border-radius: 16px;
}




.quiz__box .quiz__steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  padding: 7.8rem 12rem 6.8rem;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__steps {
    padding: 4.8rem 5rem 5.8rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__steps {
    padding: 3.7rem 2.6rem 4rem;
  }
}

.quiz__box .quiz__progressbar {
  background: linear-gradient(180deg, #4D4D4D 0%, #666666 49.48%, #4D4D4D 100%);
  border-radius: 16px;
  position: relative;
  margin-bottom: 9.5rem;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__progressbar {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__progressbar {
    margin-bottom: 3.5rem;
  }
}

.quiz__box .quiz__progressbar .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 700;
  color: #EFEFEF;
}

.quiz__box .quiz__progressbar .line {
  background: linear-gradient(180deg, #857315 0%, #E4C000 49.48%, #857315 100%);
  border-radius: 16px 0px 0px 16px;
  transition: 320ms;
  height: 2.6rem;
  width: 20%;
}



.quiz__box .quiz__questions {
  flex-grow: 1;
}

.quiz__box .quiz__questions .quiz__question {
  display: none;
}

.quiz__box .quiz__questions .quiz__question .question__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__questions .quiz__question .question__title {
    margin-bottom: 1.5rem;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img {
  cursor: pointer;
  display: block;
  width: 20.5%;
}

@media screen and (max-width: 767px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img {
    width: 46%;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img {
    margin-bottom: 2rem;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img input {
  display: none;
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img input:checked ~ .img {
  border-color: #E4C000;
  border-radius: 8px;
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img input:checked ~ .title .circle {
  background: #262626;
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 13.5rem;
  border: 4px solid transparent;
  transition: 320ms;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .img {
    height: 11.5rem;
  }
}

@media screen and (max-width: 767px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .img {
    height: 19.5rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .img {
    height: 13rem;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .img.white-border {
  border: 2px solid #fff;
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 2.5rem 0 0;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .title {
    margin-top: 1rem;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .title .circle {
  border: 4px solid #E4C000;
  background: #E4C000;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.8rem;
  transition: 320ms;
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .title span {
  font-weight: 600;
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img:hover .img {
  border-color: rgba(255, 255, 255, 0.3);
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box.box2 .label__img {
  width: 46%;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box.box2 .label__img {
    width: 100%;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box.box2 .label__img input:checked ~ .img {
  border-radius: 32px;
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box.box2 .label__img .img {
  height: 20rem;
  border-radius: 32px;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box.box2 .label__img .img {
    height: 12.5rem;
    margin-bottom: 1.8rem;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box.box3 .label__img {
  width: 31%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box.box3 .label__img {
    width: 46%;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__img-box.box3 .label__img .img {
  height: 20rem;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__questions .quiz__question .quiz__img-box.box3 .label__img .img {
    height: 12.5rem;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__list-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.quiz__box .quiz__questions .quiz__question .quiz__list-box .w100 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__questions .quiz__question .quiz__list-box .w100 {
    display: none;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item {
  width: 18rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 5rem;
  cursor: pointer;
  flex-wrap: wrap;
}


.label__item-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}
.label__item-img {
  text-align: center;
  width: 100%;
}

.label__item-img img {
  margin: 0 auto;
}

.label__item-wrapper span {
  font-size: 16px;
}


.quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item-wrapper  > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item {
    width: 25rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item {
    width: 100%;
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
}

.quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item input {
  display: none;
}

.quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item input:checked ~ .circle,
.col-label__item input:checked ~ div .circle  {
  background: #262626 !important;
}

.col-label__item input:checked ~ div {
  border: 4px solid #E4C000;
  border-radius: 16px;
}

.quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item .circle {
  background: #E4C000;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 1.2rem;
  transition: 320ms;
  border: 4px solid #E4C000;
}

.quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item:hover img,
.quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item input:checked ~ div img
{
  filter: brightness(0%) invert(100%);
}


.quiz__box .quiz__questions .quiz__question .quiz__list-box .label__item:hover .circle {
  border: 4px solid #E4C000;
  background: #262626;
}

.quiz__box .quiz__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5.4rem;
  padding-right: 3.4rem;
  flex-shrink: 0;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__buttons {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__buttons {
    padding: 0 5rem;
  }
}

.quiz__box .quiz__buttons .t-btn {
  transition: 320ms;
}

.quiz__box .quiz__buttons .t-btn .button__box {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__buttons .t-btn .button__box {
    width: 5.3rem;
    height: 5.3rem;
    border-radius: 50%;
  }

  .quiz__box .quiz__buttons .t-btn .button__box .img-svg {
    margin: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__buttons .t-btn span {
      display: none;
  }

  .quiz__box .quiz__buttons .t-btn.ttu.orange span {
    display: block;
  }

  .t-btn.orange .button__box {
    background: none;
  }
  .quiz__box .quiz__buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quiz__box .quiz__buttons .t-btn.tolast {
    width: 50px;
    margin-top: 20px;
  }
}

.quiz__box .quiz__buttons .t-btn.prev .button__box .img-svg {
  margin-right: 1.5rem;
}

.quiz__box .quiz__buttons .t-btn.prev .button__box:hover .img-svg path {
  fill: #262626;
}

.quiz__box .quiz__buttons .t-btn.next::after, .quiz__box .quiz__buttons .t-btn.next::before {
  display: none;
}

.quiz__box .quiz__buttons .t-btn.next .button__box {
  background: #E4C000;
}

.quiz__box .quiz__buttons .t-btn.next .button__box:hover {
  background: #d5b300;
}

.quiz__box .quiz__buttons .t-btn.next .button__box::after, .quiz__box .quiz__buttons .t-btn.next .button__box::before {
  display: none;
}

.quiz__box .quiz__buttons .t-btn.next .button__box .img-svg {
  margin-left: 2.7rem;
}

.quiz__box .quiz__form {
  display: none;
  padding: 6rem 12rem 6rem;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__form {
    padding: 4rem 5rem 5rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form {
    padding: 3.4rem 3.1rem;
  }
}

.quiz__box .quiz__form-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: url("../img/quiz/letter-xs.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.quiz__box .quiz__form-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form-bg {
    display: block;
  }
}

.quiz__box .quiz__form-img {
  position: absolute;
  right: 0;
  top: 80px;
  width: 62rem;
  pointer-events: none;
  z-index: 1;
  height: 80%;
  width: auto;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__form-img {
    top: 1rem;
    width: 51rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form-img {
    display: none;
  }
}

.quiz__box .quiz__form-content {
  position: relative;
  z-index: 4;
}

.quiz__box .quiz__form-title {
  font-size: 3.6rem;
  font-weight: 600;
  padding: 0 10%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__form-title {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form-title {
    font-size: 2rem;
  }
}

.quiz__box .quiz__form .messengers__box-title {
  margin: 3rem 0 4.4rem;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form .messengers__box-title {
    margin: 2.7rem 0 1.7rem;
    font-size: 1.6rem;
  }
}

.quiz__box .quiz__form .t-btn {
  padding: 0;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form .t-btn {
    display: block;
    width: 100%;
  }
}

.quiz__box .quiz__form .t-btn .button__box {
  width: 31rem;
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form .t-btn .button__box {
    width: 100%;
  }
}

.quiz__box .quiz__form .inputs__box {
  margin: 6rem 0 9rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .quiz__box .quiz__form .inputs__box {
    margin: 5rem 0 4rem;
  }
}

@media screen and (max-width: 767px) {
  .quiz__box .quiz__form .inputs__box {
    display: block;
    margin: 5rem 0;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form .inputs__box {
    margin: 2.8rem 0 4rem;
  }
}

.quiz__box .quiz__form .inputs__box .t-label.label1 {
  margin-right: 6.5rem;
}

@media screen and (max-width: 767px) {
  .quiz__box .quiz__form .inputs__box .t-label.label1 {
    margin: 0 0 4.5rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form .inputs__box .t-label.label1 {
    margin: 0 0 3.5rem;
  }
}

.quiz__box .quiz__form .inputs__box .t-label .label__title {
  color: #EFEFEF;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .quiz__box .quiz__form .inputs__box .t-label .label__title {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .quiz__box .quiz__form .inputs__box .t-label .label__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.quiz__box .quiz__form .inputs__box .t-label .label__input {
  border-color: #efefef;
  color: #efefef;
}

.quiz__box .quiz__form .inputs__box .t-label .label__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.quiz__box .quiz__form .inputs__box .t-label .label__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.quiz__box .quiz__form .inputs__box .t-label .label__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.quiz__box.step1 .question1 {
  display: block;
}



@media screen and (min-width: 575px) {
  .quiz__box.step1 .prev {
    opacity: 0;
    pointer-events: none;
  }
}

.quiz__box.step2 .quiz__progressbar .line {
  width: 40%;
}


.quiz__box.step2 .question2 {
  display: block;
}

@media screen and (min-width: 575px) {
  .quiz__box.step2 .question2 .question__title {
    margin-bottom: 5rem;
  }
}

.quiz__box.step3 .quiz__progressbar .line {
  width: 60%;
}



.quiz__box.step3 .question3 {
  display: block;
}

.quiz__box.step4 .quiz__progressbar .line {
  width: 80%;
}


.quiz__box.step5 .quiz__progressbar .line {
  width: 100%;
}

.quiz__box.step6 .quiz__progressbar .line {
  width: 75%;
}

.quiz__box.step7 .quiz__progressbar .line {
  width: 87.5%;
}



.quiz__box.step4 .question4 {
  display: block;
}

.quiz__box.step8 .quiz__progressbar .line {
  width: 100%;
  border-radius: 16px;
}


.quiz__box.step5 .question5 {
  display: block;
}


.quiz__box.step6 .question6 {
  display: block;
}

.quiz__box.step7 .question7 {
  display: block;
}

.quiz__box.step8 .question8 {
  display: block;
}


@media (min-width: 576px) and (max-width: 767px) {
  .quiz__box.step_form {
    height: auto;
  }
}

.quiz__box.step_form .quiz__steps {
  display: none;
}

.quiz__box.step_form .quiz__form {
  display: block;
}

/*  ------------- section --------------- */
.contacts-section-title .t-subtitle {
  margin: 1.2rem 0 4.5rem;
}

@media screen and (max-width: 575px) {
  .contacts-section-title .t-subtitle {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*  ------------- section --------------- */
.contacts-section {
  background-color: #F8F8F8;
  padding: 5rem 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contacts-section {
    padding: 0;
    background: none;
  }
}

.contacts-section .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .contacts-section .container {
    display: block;
  }
}

.contacts-section .pc-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

@media screen and (max-width: 991px) {
  .contacts-section .pc-map {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 50rem;
  }
}

@media screen and (max-width: 575px) {
  .contacts-section .pc-map {
    height: 28rem;
  }
}

.contacts__info {
  width: 28rem;
  background: #292929;
  background: #292929eb;
  box-shadow: 0px 40px 40px -20px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 4.5rem 4rem 5rem;
  position: relative;
  pointer-events: auto;
}

@media screen and (max-width: 991px) {
  .contacts__info {
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 4rem 0;
  }
}

@media screen and (max-width: 575px) {
  .contacts__info {
    padding-left: 3.2rem;
  }
}

.contacts__info .info__item {
  margin-bottom: 1.5rem;
}

.contacts__info .info__item .title {
  color: #E4C000;
  font-size: 1.4rem;
  margin-bottom: .6rem;
}

.contacts__info .info__item .value {
  font-size: 2rem;
  font-weight: 600;
  color: #EFEFEF;
}

.contacts__info .info__item a.value:hover {
  color: #E4C000;
}

.contacts__info .info__socials {
  margin: 4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .contacts__info .info__socials {
    margin: 2.5rem 0 0;
  }
}

.contacts__info .info__socials .social__link {
  margin-right: 1.5rem;
}

.contacts__info .info__socials .social__link:hover .img-svg path {
  fill: #E4C000;
}

.compare__slider {
  pointer-events: auto;
  display: none;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .compare__slider {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .compare__slider {
    width: 100vw;
    margin-left: -1.5rem;
    border-radius: 0;
    margin-bottom: 4rem !important;
  }
}

.compare__slider .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .compare__slider .item {
    height: 40rem;
  }
}

@media screen and (max-width: 575px) {
  .compare__slider .item {
    height: 24rem;
  }
}

.compare__slider .slick-dots {
  position: absolute;
  bottom: 2rem;
}

.contacts__form {
  width: 47rem;
  background: radial-gradient(117.38% 117.38% at 49.89% 111.79%, #D9D9D9 0%, #FFFFFF 54.65%);
  box-shadow: 0px 40px 40px -20px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 4.5rem 5rem 5rem;
  color: #292929;
  position: relative;
  pointer-events: auto;
}

@media screen and (max-width: 991px) {
  .contacts__form {
    width: 100%;
    padding: 4.5rem 7rem 5rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .contacts__form {
    padding: 4rem 3rem 4.8rem;
  }
}

.contacts__form-title {
  font-weight: 600;
  line-height: 1.2;
}

.contacts__form-title .big {
  font-size: 3.6rem;
}

@media screen and (max-width: 575px) {
  .contacts__form-title .big {
    font-size: 3rem;
    display: block;
    width: 130%;
  }
}

.contacts__form-title .small {
  font-size: 2.8rem;
}

@media screen and (max-width: 575px) {
  .contacts__form-title .small {
    font-size: 2rem;
  }
}

.contacts__form-subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin: 2.5rem 0 1.2rem;
  width: 110%;
}

.contacts__form-messengers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.contacts__form-messengers .messenger__button {
  margin-right: 1.6rem;
}

.contacts__form-messengers .messenger__button .img-svg {
  width: 3.3rem;
  height: 3.3rem;
}

.contacts__form-messengers .messenger__button .line {
  width: 100%;
  height: 3px;
  opacity: 0;
  display: block;
  transition: 320ms;
}

.contacts__form-messengers .messenger__button input {
  display: none;
}

.contacts__form-messengers .messenger__button input:checked ~ .line {
  opacity: 1;
}

.contacts__form-messengers .messenger__button:hover .line {
  opacity: .4;
}

.contacts__form .t-label {
  margin-bottom: 4rem;
}

.contacts__form .t-btn {
  margin: 1rem auto 0;
}

/*  ------------- section --------------- */
.compare-section {
  position: relative;
}

@media screen and (max-width: 991px) {
  .compare-section {
    display: none;
  }
}

.compare-section .compare__box {
  max-width: 100%;
  width: 192rem;
  margin: 0 auto;
}

/*  ------------- section --------------- */
.visual-section {
  padding-bottom: 16.5rem;
}

@media screen and (max-width: 991px) {
  .visual-section {
    padding-bottom: 0;
  }
}

.visual-section .t-subtitle {
  margin: 1.9rem 0 .3rem;
}

@media screen and (max-width: 767px) {
  .visual-section .t-subtitle {
    margin: 2rem 0 3rem;
  }
}

@media screen and (max-width: 575px) {
  .visual-section .t-subtitle {
    font-size: 1.55rem;
    margin-bottom: 1rem;
  }
}

.visual__box {
  position: relative;
  width: 108rem;
  margin: 0 auto;
}

@media (min-width: 767px) and (max-width: 991px) {
  .visual__box {
    transform: scale(0.7) translateX(-50%) translateY(-10rem);
    left: 29%;
  }
}

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

.visual__box .main__img {
  display: block;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .visual__box .main__img {
    width: 58rem;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -20rem;
  }
}

.visual__box::before {
  content: '';
  position: absolute;
  width: 150rem;
  height: 32rem;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #665F3C 0%, rgba(82, 77, 54, 0.664596) 35.94%, rgba(41, 41, 41, 0) 83.85%);
  bottom: -4rem;
}

@media screen and (max-width: 575px) {
  .visual__box::before {
    width: 73rem;
    height: 16rem;
    top: 26rem;
    bottom: auto;
  }
}

.visual__box .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .visual__box .item {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .visual__box .item {
    margin-bottom: 3.2rem;
    margin-left: 2.2rem;
  }
}

.visual__box .item .button {
  width: 4.6rem;
}

@media screen and (max-width: 575px) {
  .visual__box .item .button {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.visual__box .item .button:hover .img-svg circle {
  stroke: #fff;
}

.visual__box .item .text {
  padding-top: 1.1rem;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .visual__box .item .text {
    display: none;
  }
}

.visual__box .item .mobile-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .visual__box .item .mobile-title {
    display: block;
    font-size: 2.5rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .visual__box .item .mobile-title {
    font-size: 2rem;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 575px) {
  .visual__box .item.item1 {
    top: 5rem;
    right: 72.4rem;
  }

  .visual__box .item.item1 .text {
    margin-right: 2.2rem;
  }

  .visual__box .item.item2 {
    top: 6.5rem;
    left: 75.5rem;
  }

  .visual__box .item.item2 .text {
    margin-left: 2.2rem;
  }

  .visual__box .item.item3 {
    top: 24rem;
    left: 43rem;
    display: block;
  }

  .visual__box .item.item3 .text {
    padding-left: 1.6rem;
  }

  .visual__box .item.item4 {
    top: 39rem;
    left: 74.5rem;
    display: block;
  }

  .visual__box .item.item4 .text {
    padding-left: 1.6rem;
  }

  .visual__box .item.item5 {
    top: 51rem;
    left: 25rem;
  }

  .visual__box .item.item5 .text {
    margin-left: 2.2rem;
  }
}




.notice {
  background-image: url(/img/notice.png);
  background-repeat: no-repeat;
  background-size: 54px 56px;
  padding-top: 60px;
  font-size: 17px;
  font-weight: 500;
}

@media(max-width: 768px){
  .quiz__box .quiz__questions .quiz__question .quiz__img-box.box3 .label__img.notice {
    width: 100%;
  }
}

.img {
  position: relative;
}
.img .price {
  position: absolute;
  background: #E4C000;
  line-height: 100%;
  padding: 5px 15px;
  top: 20px;
  right: 0;
  font-weight: 500;
  font-size: 17px;
  color: #292929;
  border-radius: 16px 0 0 16px;
}

.quiz-preprice {
  background: rgba(41, 41, 41, 0.53);
  border-radius: 16px;
  padding: 15px;
  text-align: center;
  color: #E4C000;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.quiz-preprice span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
}


.step1 .quiz-preprice  {
  display: none;
}

@media screen and (max-width: 991px) {
  .header__pages {
    /*display: none;*/
    align-items: center;
    order: 2;
    width:100%;
    margin-top: 10px;
  }
  .header__button {
    /*display: none;*/
  }
  .header__pages-link {
    font-size:16px;
    /*margin: 0;*/
    padding: 0;
    /*border: 0;*/
    /*white-space: nowrap;*/
  }
  .header__pages-link.active {
    /*border: 0;*/
  }
  .header__pages-link .page-img {
    display: none;
  }
  .intro__header .container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .header__contacts .messenger__link {
    display: none;
  }
  .header__contacts .header__phone {
    font-size: 14px;
  }
  .header__pages {
    margin-right: 0;
  }
  .header__pages-link {
    font-size: 12px;
    margin-right: 10px;
  }
  .header__pages-link.link2 {
    margin-right: 0;
  }
}


input:disabled + .img, input:disabled + .img + .title {
  opacity: .4;
  cursor: not-allowed;
}


model-viewer{
height:600px;
width:100%;
}

/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
  display: none;
}

model-viewer {
  background-color: transparent;
  overflow-x: hidden;
}

#ar-button {
 position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffd500;
  opacity: 0;
  white-space: nowrap;
  bottom: 18%;
  padding: 0px 40px 20px 40px;
  font-family: Futura New, Helvetica Neue, sans-serif;
  font-size: 48px;
  color:#1f1f1f;
  height: 100px;
  line-height: 100px;
  border-radius: 13px;
          animation: cssAnimation 2s 1s forwards;
      opacity: 0;
      }
      @keyframes cssAnimation {
        to   { opacity: 1; }
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes elongate {
  from { transform: translateX(100px); }
  to   { transform: translateX(-100px); }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 175px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}

model-viewer > #ar-failure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 175px;
  display: none;
}

model-viewer[ar-tracking="not-tracking"] > #ar-failure {
  display: block;
}

.slider {
    position: absolute;
  left: 50%;
      transform: translateX(-50%);

  text-align: center;
  overflow: hidden;

  bottom: 16px;
}

.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  margin-right: 10px;
  border-radius: 10px;
  border: none;
  display: flex;
}

.slide.selected {
  border: 2px solid #4285f4;
}

.slide:focus {
  outline: none;
}

.slide:focus-visible {
  outline: 1px solid #4285f4;
}

@media(max-width:768px){
  model-viewer {
    height: 400px;
  }
  .slide{
    width: 60px;
    height: 60px;
  }

  #ar-button {
    font-size: 24px;
    padding: 15px;
    line-height: 100%;
    height: auto;
    top: 10%;
    bottom: auto;
  }

  .step1 .col-label__item {
    width: 50%;
  }
  .step1 .label__item-img {
    display: none !important;
  }
  .step1 .label__item {
    margin-bottom: 0 !important;
  }
  .quiz__box .quiz__buttons{
    padding: 0;
  }
  .quiz__box .quiz__questions .quiz__question .quiz__img-box .label__img .title {
    margin-top: 1rem;
    font-size: 1.4rem;
}
}
