@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: -webkit-optimize-contrast !important;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
html body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Arial", sens-serif;
  color: #000;
  background-color: #fff;
  line-height: 1.45;
  overflow-x: hidden;
}
html body .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1045 !important;
}
html body .sticky-top-2 {
  z-index: 1040 !important;
}
html body .wrapper {
  position: relative;
  width: 100%;
  min-height: 100dvh;
}
html body img {
  max-width: 100%;
  height: auto;
}
html body p {
  padding: 0;
  margin: 0;
  margin-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  html body p {
    margin-bottom: 1rem;
  }
}
html body p a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
html body p:last-child {
  margin: 0;
}
html body a {
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
}
html body a:hover {
  color: inherit;
  text-decoration: none;
}
html body a[href^=tel] {
  cursor: pointer;
  text-decoration: none;
}
html body a[href^=tel]:hover {
  text-decoration: none;
  color: inherit;
}
html body .modal button,
html body .popup button,
html body .wrapper button {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -o-user-select: none !important;
  appearance: none !important;
}
html body .modal summary:focus, html body .modal details:focus, html body .modal button:focus, html body .modal input:focus, html body .modal textarea:focus, html body .modal select:focus,
html body .popup summary:focus,
html body .popup details:focus,
html body .popup button:focus,
html body .popup input:focus,
html body .popup textarea:focus,
html body .popup select:focus,
html body .wrapper summary:focus,
html body .wrapper details:focus,
html body .wrapper button:focus,
html body .wrapper input:focus,
html body .wrapper textarea:focus,
html body .wrapper select:focus {
  outline: none !important;
}
html body .modal details,
html body .popup details,
html body .wrapper details {
  margin-bottom: 1rem;
}
html body .modal summary,
html body .popup summary,
html body .wrapper summary {
  padding: 0;
  margin: 0 0 1rem;
  font-size: 2rem;
}
html body .modal .blockquote,
html body .modal blockquote,
html body .popup .blockquote,
html body .popup blockquote,
html body .wrapper .blockquote,
html body .wrapper blockquote {
  border: 0 solid transparent !important;
  position: relative;
  margin: 2.5rem 0;
  padding: 6rem 11.5rem;
  background: #b7807c;
  color: #fff;
  font-size: 2.4rem;
  font-style: italic;
  border-radius: 2rem;
}
@media (max-width: 767.98px) {
  html body .modal .blockquote,
  html body .modal blockquote,
  html body .popup .blockquote,
  html body .popup blockquote,
  html body .wrapper .blockquote,
  html body .wrapper blockquote {
    padding: 3rem 1rem;
    font-size: 1.6rem;
    border-radius: 1.4rem;
  }
}
html body .modal .blockquote.small,
html body .modal blockquote.small,
html body .popup .blockquote.small,
html body .popup blockquote.small,
html body .wrapper .blockquote.small,
html body .wrapper blockquote.small {
  padding: 2.6rem;
  font-size: 2rem;
  background: #f4f7f6;
  color: #313130;
}
html body .modal .component_page-navigation,
html body .popup .component_page-navigation,
html body .wrapper .component_page-navigation {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
html body .modal .component_page-navigation a,
html body .popup .component_page-navigation a,
html body .wrapper .component_page-navigation a {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0.3rem;
  border: 0.1rem solid transparent;
  color: #000;
  background: #eeeeee;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1;
  min-width: 4.2rem;
  max-width: 4.2rem;
  min-height: 4.2rem;
  max-height: 4.2rem;
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  html body .modal .component_page-navigation a,
  html body .popup .component_page-navigation a,
  html body .wrapper .component_page-navigation a {
    min-width: 3.2rem;
    max-width: 3.2rem;
    min-height: 3.2rem;
    max-height: 3.2rem;
  }
}
html body .modal .component_page-navigation a:hover,
html body .popup .component_page-navigation a:hover,
html body .wrapper .component_page-navigation a:hover {
  color: #fff;
  background: #1919ff;
}
html body .modal .component_page-navigation a.disabled,
html body .popup .component_page-navigation a.disabled,
html body .wrapper .component_page-navigation a.disabled {
  opacity: 0;
  cursor: default;
}
html body .modal .component_page-navigation a.active,
html body .popup .component_page-navigation a.active,
html body .wrapper .component_page-navigation a.active {
  color: #fff;
  background: #11633D;
  cursor: default;
}
html body .modal ol,
html body .popup ol,
html body .wrapper ol {
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
  font-size: inherit;
  line-height: 1.6;
}
html body .modal ol li,
html body .popup ol li,
html body .wrapper ol li {
  margin-bottom: 1rem;
  padding-left: 0.4rem;
}
html body .modal ol ol,
html body .popup ol ol,
html body .wrapper ol ol {
  margin-top: 0.5rem;
  list-style-type: lower-alpha;
}
html body .modal ul,
html body .popup ul,
html body .wrapper ul {
  margin: 0 0 1.5rem 0;
  padding: 0;
  line-height: 1.65;
}
html body .modal ul li,
html body .popup ul li,
html body .wrapper ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
html body .modal ul.list-none,
html body .popup ul.list-none,
html body .wrapper ul.list-none {
  list-style: none;
}
html body .modal ul.list-none li,
html body .popup ul.list-none li,
html body .wrapper ul.list-none li {
  margin-bottom: 0.5rem;
}
html body .modal ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered),
html body .popup ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered),
html body .wrapper ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
html body .modal ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) ul,
html body .popup ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) ul,
html body .wrapper ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) ul {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
html body .modal ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li,
html body .popup ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li,
html body .wrapper ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li {
  margin-bottom: 0.85rem;
  padding-left: 1.6rem;
}
html body .modal ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:last-child,
html body .popup ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:last-child,
html body .wrapper ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:last-child {
  margin-bottom: 0;
}
html body .modal ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:before,
html body .popup ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:before,
html body .wrapper ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:before {
  position: absolute;
  content: " ";
  display: inline-block;
  left: 0;
  top: 0.8em;
  min-width: 0.56rem;
  max-width: 0.56rem;
  min-height: 0.56rem;
  max-height: 0.56rem;
  background: #c89a97;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 0.18rem rgba(183, 128, 124, 0.14);
}
@media (max-width: 991.98px) {
  html body .modal ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:before,
  html body .popup ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:before,
  html body .wrapper ul:not(.list-none):not(.select2-results__options):not(.ya-share2__list):not(.ya-share2__popup-tile):not(.mm-spn--open):not(.select2-selection__rendered) li:before {
    min-width: 0.5rem;
    max-width: 0.5rem;
    min-height: 0.5rem;
    max-height: 0.5rem;
    top: 0.8em;
    box-shadow: 0 0 0 0.14rem rgba(183, 128, 124, 0.1);
  }
}
html body .modal nav ul,
html body .popup nav ul,
html body .wrapper nav ul {
  margin: 0;
}
html body .modal button, html body .modal input, html body .modal textarea, html body .modal select,
html body .popup button,
html body .popup input,
html body .popup textarea,
html body .popup select,
html body .wrapper button,
html body .wrapper input,
html body .wrapper textarea,
html body .wrapper select {
  border: 0.1rem solid transparent;
  position: relative;
  resize: none;
  width: 100%;
  border-radius: 0;
}
html body .modal button:focus:not([readonly])::-webkit-input-placeholder, html body .modal button:focus:not([readonly])::placeholder, html body .modal input:focus:not([readonly])::-webkit-input-placeholder, html body .modal input:focus:not([readonly])::placeholder, html body .modal textarea:focus:not([readonly])::-webkit-input-placeholder, html body .modal textarea:focus:not([readonly])::placeholder, html body .modal select:focus:not([readonly])::-webkit-input-placeholder, html body .modal select:focus:not([readonly])::placeholder,
html body .popup button:focus:not([readonly])::-webkit-input-placeholder,
html body .popup button:focus:not([readonly])::placeholder,
html body .popup input:focus:not([readonly])::-webkit-input-placeholder,
html body .popup input:focus:not([readonly])::placeholder,
html body .popup textarea:focus:not([readonly])::-webkit-input-placeholder,
html body .popup textarea:focus:not([readonly])::placeholder,
html body .popup select:focus:not([readonly])::-webkit-input-placeholder,
html body .popup select:focus:not([readonly])::placeholder,
html body .wrapper button:focus:not([readonly])::-webkit-input-placeholder,
html body .wrapper button:focus:not([readonly])::placeholder,
html body .wrapper input:focus:not([readonly])::-webkit-input-placeholder,
html body .wrapper input:focus:not([readonly])::placeholder,
html body .wrapper textarea:focus:not([readonly])::-webkit-input-placeholder,
html body .wrapper textarea:focus:not([readonly])::placeholder,
html body .wrapper select:focus:not([readonly])::-webkit-input-placeholder,
html body .wrapper select:focus:not([readonly])::placeholder {
  color: transparent !important;
}
html body .modal .button, html body .modal button, html body .modal input[type=submit],
html body .popup .button,
html body .popup button,
html body .popup input[type=submit],
html body .wrapper .button,
html body .wrapper button,
html body .wrapper input[type=submit] {
  display: inline-block;
  color: #fff;
  background: #c89a97;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.45;
  border: 0.1rem solid #c89a97;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  text-align: center;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  html body .modal .button, html body .modal button, html body .modal input[type=submit],
  html body .popup .button,
  html body .popup button,
  html body .popup input[type=submit],
  html body .wrapper .button,
  html body .wrapper button,
  html body .wrapper input[type=submit] {
    transition: none;
  }
}
html body .modal .button, html body .modal button, html body .modal input[type=submit],
html body .popup .button,
html body .popup button,
html body .popup input[type=submit],
html body .wrapper .button,
html body .wrapper button,
html body .wrapper input[type=submit] {
  border-radius: 6rem;
}
@media (min-width: 768px) {
  html body .modal .button, html body .modal button, html body .modal input[type=submit],
  html body .popup .button,
  html body .popup button,
  html body .popup input[type=submit],
  html body .wrapper .button,
  html body .wrapper button,
  html body .wrapper input[type=submit] {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    border-radius: 6rem;
  }
}
html body .modal .button:hover, html body .modal button:hover, html body .modal input[type=submit]:hover,
html body .popup .button:hover,
html body .popup button:hover,
html body .popup input[type=submit]:hover,
html body .wrapper .button:hover,
html body .wrapper button:hover,
html body .wrapper input[type=submit]:hover {
  background: #fff;
  color: #b7807c;
}
html body .modal .button[type=reset], html body .modal button[type=reset], html body .modal input[type=submit][type=reset],
html body .popup .button[type=reset],
html body .popup button[type=reset],
html body .popup input[type=submit][type=reset],
html body .wrapper .button[type=reset],
html body .wrapper button[type=reset],
html body .wrapper input[type=submit][type=reset] {
  color: #313130;
}
html body .modal .button[type=reset]:hover, html body .modal button[type=reset]:hover, html body .modal input[type=submit][type=reset]:hover,
html body .popup .button[type=reset]:hover,
html body .popup button[type=reset]:hover,
html body .popup input[type=submit][type=reset]:hover,
html body .wrapper .button[type=reset]:hover,
html body .wrapper button[type=reset]:hover,
html body .wrapper input[type=submit][type=reset]:hover {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #212529;
}
html body .modal .button[disabled], html body .modal button[disabled], html body .modal input[type=submit][disabled],
html body .popup .button[disabled],
html body .popup button[disabled],
html body .popup input[type=submit][disabled],
html body .wrapper .button[disabled],
html body .wrapper button[disabled],
html body .wrapper input[type=submit][disabled] {
  color: transparent !important;
  position: relative !important;
  opacity: 0;
  cursor: default;
}
html body .modal .button[disabled].disabled, html body .modal button[disabled].disabled, html body .modal input[type=submit][disabled].disabled,
html body .popup .button[disabled].disabled,
html body .popup button[disabled].disabled,
html body .popup input[type=submit][disabled].disabled,
html body .wrapper .button[disabled].disabled,
html body .wrapper button[disabled].disabled,
html body .wrapper input[type=submit][disabled].disabled {
  background: #313130 !important;
  color: #fff !important;
  font-weight: normal !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}
html body .modal form,
html body .popup form,
html body .wrapper form {
  outline: none;
}
html body .modal form .invalid-input,
html body .popup form .invalid-input,
html body .wrapper form .invalid-input {
  position: absolute;
  top: calc(100% - 1.25rem);
  left: 1.5rem;
  z-index: 1000;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.25rem;
  line-height: 1.25;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  background-color: #c7212c;
  color: #fff;
}
html body .modal form .invalid-input [class^=icons-],
html body .popup form .invalid-input [class^=icons-],
html body .wrapper form .invalid-input [class^=icons-] {
  display: none;
}
html body .modal form textarea,
html body .popup form textarea,
html body .wrapper form textarea {
  min-height: 15rem;
}
html body .modal form button, html body .modal form input, html body .modal form textarea, html body .modal form select,
html body .popup form button,
html body .popup form input,
html body .popup form textarea,
html body .popup form select,
html body .wrapper form button,
html body .wrapper form input,
html body .wrapper form textarea,
html body .wrapper form select {
  position: relative;
  resize: none;
  width: 100%;
}
html body .modal form button.validate, html body .modal form input.validate, html body .modal form textarea.validate, html body .modal form select.validate,
html body .popup form button.validate,
html body .popup form input.validate,
html body .popup form textarea.validate,
html body .popup form select.validate,
html body .wrapper form button.validate,
html body .wrapper form input.validate,
html body .wrapper form textarea.validate,
html body .wrapper form select.validate {
  border-color: #C7212C !important;
}
html body .modal form button.validate + .invalid-tooltip,
html body .modal form button.validate + .invalid-input, html body .modal form input.validate + .invalid-tooltip,
html body .modal form input.validate + .invalid-input, html body .modal form textarea.validate + .invalid-tooltip,
html body .modal form textarea.validate + .invalid-input, html body .modal form select.validate + .invalid-tooltip,
html body .modal form select.validate + .invalid-input,
html body .popup form button.validate + .invalid-tooltip,
html body .popup form button.validate + .invalid-input,
html body .popup form input.validate + .invalid-tooltip,
html body .popup form input.validate + .invalid-input,
html body .popup form textarea.validate + .invalid-tooltip,
html body .popup form textarea.validate + .invalid-input,
html body .popup form select.validate + .invalid-tooltip,
html body .popup form select.validate + .invalid-input,
html body .wrapper form button.validate + .invalid-tooltip,
html body .wrapper form button.validate + .invalid-input,
html body .wrapper form input.validate + .invalid-tooltip,
html body .wrapper form input.validate + .invalid-input,
html body .wrapper form textarea.validate + .invalid-tooltip,
html body .wrapper form textarea.validate + .invalid-input,
html body .wrapper form select.validate + .invalid-tooltip,
html body .wrapper form select.validate + .invalid-input {
  display: block;
}
html body .modal form button.validate + label + .invalid-tooltip,
html body .modal form button.validate + label + .invalid-input, html body .modal form input.validate + label + .invalid-tooltip,
html body .modal form input.validate + label + .invalid-input, html body .modal form textarea.validate + label + .invalid-tooltip,
html body .modal form textarea.validate + label + .invalid-input, html body .modal form select.validate + label + .invalid-tooltip,
html body .modal form select.validate + label + .invalid-input,
html body .popup form button.validate + label + .invalid-tooltip,
html body .popup form button.validate + label + .invalid-input,
html body .popup form input.validate + label + .invalid-tooltip,
html body .popup form input.validate + label + .invalid-input,
html body .popup form textarea.validate + label + .invalid-tooltip,
html body .popup form textarea.validate + label + .invalid-input,
html body .popup form select.validate + label + .invalid-tooltip,
html body .popup form select.validate + label + .invalid-input,
html body .wrapper form button.validate + label + .invalid-tooltip,
html body .wrapper form button.validate + label + .invalid-input,
html body .wrapper form input.validate + label + .invalid-tooltip,
html body .wrapper form input.validate + label + .invalid-input,
html body .wrapper form textarea.validate + label + .invalid-tooltip,
html body .wrapper form textarea.validate + label + .invalid-input,
html body .wrapper form select.validate + label + .invalid-tooltip,
html body .wrapper form select.validate + label + .invalid-input {
  display: block;
}
html body .modal form button.validate + .select2 + .invalid-tooltip,
html body .modal form button.validate + .select2 + .invalid-input, html body .modal form input.validate + .select2 + .invalid-tooltip,
html body .modal form input.validate + .select2 + .invalid-input, html body .modal form textarea.validate + .select2 + .invalid-tooltip,
html body .modal form textarea.validate + .select2 + .invalid-input, html body .modal form select.validate + .select2 + .invalid-tooltip,
html body .modal form select.validate + .select2 + .invalid-input,
html body .popup form button.validate + .select2 + .invalid-tooltip,
html body .popup form button.validate + .select2 + .invalid-input,
html body .popup form input.validate + .select2 + .invalid-tooltip,
html body .popup form input.validate + .select2 + .invalid-input,
html body .popup form textarea.validate + .select2 + .invalid-tooltip,
html body .popup form textarea.validate + .select2 + .invalid-input,
html body .popup form select.validate + .select2 + .invalid-tooltip,
html body .popup form select.validate + .select2 + .invalid-input,
html body .wrapper form button.validate + .select2 + .invalid-tooltip,
html body .wrapper form button.validate + .select2 + .invalid-input,
html body .wrapper form input.validate + .select2 + .invalid-tooltip,
html body .wrapper form input.validate + .select2 + .invalid-input,
html body .wrapper form textarea.validate + .select2 + .invalid-tooltip,
html body .wrapper form textarea.validate + .select2 + .invalid-input,
html body .wrapper form select.validate + .select2 + .invalid-tooltip,
html body .wrapper form select.validate + .select2 + .invalid-input {
  display: block;
}
html body .modal form button:focus::-webkit-input-placeholder, html body .modal form button:focus::placeholder, html body .modal form input:focus::-webkit-input-placeholder, html body .modal form input:focus::placeholder, html body .modal form textarea:focus::-webkit-input-placeholder, html body .modal form textarea:focus::placeholder, html body .modal form select:focus::-webkit-input-placeholder, html body .modal form select:focus::placeholder,
html body .popup form button:focus::-webkit-input-placeholder,
html body .popup form button:focus::placeholder,
html body .popup form input:focus::-webkit-input-placeholder,
html body .popup form input:focus::placeholder,
html body .popup form textarea:focus::-webkit-input-placeholder,
html body .popup form textarea:focus::placeholder,
html body .popup form select:focus::-webkit-input-placeholder,
html body .popup form select:focus::placeholder,
html body .wrapper form button:focus::-webkit-input-placeholder,
html body .wrapper form button:focus::placeholder,
html body .wrapper form input:focus::-webkit-input-placeholder,
html body .wrapper form input:focus::placeholder,
html body .wrapper form textarea:focus::-webkit-input-placeholder,
html body .wrapper form textarea:focus::placeholder,
html body .wrapper form select:focus::-webkit-input-placeholder,
html body .wrapper form select:focus::placeholder {
  color: transparent !important;
}
html body .modal form input:not([type=radio], [type=checkbox], [type=submit]),
html body .popup form input:not([type=radio], [type=checkbox], [type=submit]),
html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit]) {
  width: 100%;
  border: 0.1rem solid #eeeeee;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  html body .modal form input:not([type=radio], [type=checkbox], [type=submit]),
  html body .popup form input:not([type=radio], [type=checkbox], [type=submit]),
  html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit]) {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    border-radius: 1.6rem;
  }
}
html body .modal form input:not([type=radio], [type=checkbox], [type=submit])::-webkit-input-placeholder, html body .modal form input:not([type=radio], [type=checkbox], [type=submit])::placeholder,
html body .popup form input:not([type=radio], [type=checkbox], [type=submit])::-webkit-input-placeholder,
html body .popup form input:not([type=radio], [type=checkbox], [type=submit])::placeholder,
html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit])::-webkit-input-placeholder,
html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit])::placeholder {
  color: #808080;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  html body .modal form input:not([type=radio], [type=checkbox], [type=submit])::-webkit-input-placeholder, html body .modal form input:not([type=radio], [type=checkbox], [type=submit])::placeholder,
  html body .popup form input:not([type=radio], [type=checkbox], [type=submit])::-webkit-input-placeholder,
  html body .popup form input:not([type=radio], [type=checkbox], [type=submit])::placeholder,
  html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit])::-webkit-input-placeholder,
  html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit])::placeholder {
    font-size: 1.8rem;
  }
}
html body .modal form input:not([type=radio], [type=checkbox], [type=submit]):focus,
html body .popup form input:not([type=radio], [type=checkbox], [type=submit]):focus,
html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit]):focus {
  border-color: #808080;
}
html body .modal form input:not([type=radio], [type=checkbox], [type=submit]):-webkit-autofill,
html body .popup form input:not([type=radio], [type=checkbox], [type=submit]):-webkit-autofill,
html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit]):-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
  -webkit-text-fill-color: #808080 !important; /* цвет текста */
  color: #808080 !important;
}
html body .modal form input:not([type=radio], [type=checkbox], [type=submit])[readonly],
html body .popup form input:not([type=radio], [type=checkbox], [type=submit])[readonly],
html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit])[readonly] {
  background: #eeeeee;
  border-color: #eeeeee;
  cursor: default;
}
html body .modal form input:not([type=radio], [type=checkbox], [type=submit])[readonly]:hover,
html body .popup form input:not([type=radio], [type=checkbox], [type=submit])[readonly]:hover,
html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit])[readonly]:hover {
  border-color: #eeeeee;
}
html body .modal form input:not([type=radio], [type=checkbox], [type=submit])[disabled],
html body .popup form input:not([type=radio], [type=checkbox], [type=submit])[disabled],
html body .wrapper form input:not([type=radio], [type=checkbox], [type=submit])[disabled] {
  background: #eeeeee;
  border-color: #eeeeee;
  cursor: default;
}
html body .modal form textarea,
html body .popup form textarea,
html body .wrapper form textarea {
  width: 100%;
  border: 0.1rem solid #eeeeee;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  html body .modal form textarea,
  html body .popup form textarea,
  html body .wrapper form textarea {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    border-radius: 1.6rem;
  }
}
html body .modal form textarea::-webkit-input-placeholder, html body .modal form textarea::placeholder,
html body .popup form textarea::-webkit-input-placeholder,
html body .popup form textarea::placeholder,
html body .wrapper form textarea::-webkit-input-placeholder,
html body .wrapper form textarea::placeholder {
  color: #808080;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  html body .modal form textarea::-webkit-input-placeholder, html body .modal form textarea::placeholder,
  html body .popup form textarea::-webkit-input-placeholder,
  html body .popup form textarea::placeholder,
  html body .wrapper form textarea::-webkit-input-placeholder,
  html body .wrapper form textarea::placeholder {
    font-size: 1.8rem;
  }
}
html body .modal form textarea:focus,
html body .popup form textarea:focus,
html body .wrapper form textarea:focus {
  border-color: #808080;
}
html body .modal form textarea:-webkit-autofill,
html body .popup form textarea:-webkit-autofill,
html body .wrapper form textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
  -webkit-text-fill-color: #808080 !important; /* цвет текста */
  color: #808080 !important;
}
html body .modal form textarea[readonly],
html body .popup form textarea[readonly],
html body .wrapper form textarea[readonly] {
  background: #eeeeee;
  border-color: #eeeeee;
  cursor: default;
}
html body .modal form textarea[readonly]:hover,
html body .popup form textarea[readonly]:hover,
html body .wrapper form textarea[readonly]:hover {
  border-color: #eeeeee;
}
html body .modal form textarea[disabled],
html body .popup form textarea[disabled],
html body .wrapper form textarea[disabled] {
  background: #eeeeee;
  border-color: #eeeeee;
  cursor: default;
}
html body .modal form .label, html body .modal form label,
html body .popup form .label,
html body .popup form label,
html body .wrapper form .label,
html body .wrapper form label {
  position: relative;
  display: flex;
  font-weight: bold;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  html body .modal form .label, html body .modal form label,
  html body .popup form .label,
  html body .popup form label,
  html body .wrapper form .label,
  html body .wrapper form label {
    font-size: 1.6rem;
  }
}
html body .modal form .form-field,
html body .popup form .form-field,
html body .wrapper form .form-field {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  html body .modal form .form-field,
  html body .popup form .form-field,
  html body .wrapper form .form-field {
    margin-bottom: 2.5rem;
  }
  html body .modal form .form-field.minWidth,
  html body .popup form .form-field.minWidth,
  html body .wrapper form .form-field.minWidth {
    min-width: 32rem;
  }
}
html body .modal form .form-field.labelIn input:not([type=checkbox]),
html body .modal form .form-field.labelIn textarea:not([type=checkbox]),
html body .popup form .form-field.labelIn input:not([type=checkbox]),
html body .popup form .form-field.labelIn textarea:not([type=checkbox]),
html body .wrapper form .form-field.labelIn input:not([type=checkbox]),
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]) {
  padding-top: 1.5rem;
}
html body .modal form .form-field.labelIn input:not([type=checkbox])::placeholder,
html body .modal form .form-field.labelIn textarea:not([type=checkbox])::placeholder,
html body .popup form .form-field.labelIn input:not([type=checkbox])::placeholder,
html body .popup form .form-field.labelIn textarea:not([type=checkbox])::placeholder,
html body .wrapper form .form-field.labelIn input:not([type=checkbox])::placeholder,
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox])::placeholder {
  color: transparent;
}
html body .modal form .form-field.labelIn input:not([type=checkbox]) + label,
html body .modal form .form-field.labelIn textarea:not([type=checkbox]) + label,
html body .popup form .form-field.labelIn input:not([type=checkbox]) + label,
html body .popup form .form-field.labelIn textarea:not([type=checkbox]) + label,
html body .wrapper form .form-field.labelIn input:not([type=checkbox]) + label,
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]) + label {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  font-size: 1.8rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  color: #808080;
  background: #fff;
  padding: 0 0.25rem;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  html body .modal form .form-field.labelIn input:not([type=checkbox]) + label,
  html body .modal form .form-field.labelIn textarea:not([type=checkbox]) + label,
  html body .popup form .form-field.labelIn input:not([type=checkbox]) + label,
  html body .popup form .form-field.labelIn textarea:not([type=checkbox]) + label,
  html body .wrapper form .form-field.labelIn input:not([type=checkbox]) + label,
  html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]) + label {
    font-size: 1.6rem;
  }
}
html body .modal form .form-field.labelIn input:not([type=checkbox]):focus + label, html body .modal form .form-field.labelIn input:not([type=checkbox]).textIn + label, html body .modal form .form-field.labelIn input:not([type=checkbox]):not(:placeholder-shown) + label,
html body .modal form .form-field.labelIn textarea:not([type=checkbox]):focus + label,
html body .modal form .form-field.labelIn textarea:not([type=checkbox]).textIn + label,
html body .modal form .form-field.labelIn textarea:not([type=checkbox]):not(:placeholder-shown) + label,
html body .popup form .form-field.labelIn input:not([type=checkbox]):focus + label,
html body .popup form .form-field.labelIn input:not([type=checkbox]).textIn + label,
html body .popup form .form-field.labelIn input:not([type=checkbox]):not(:placeholder-shown) + label,
html body .popup form .form-field.labelIn textarea:not([type=checkbox]):focus + label,
html body .popup form .form-field.labelIn textarea:not([type=checkbox]).textIn + label,
html body .popup form .form-field.labelIn textarea:not([type=checkbox]):not(:placeholder-shown) + label,
html body .wrapper form .form-field.labelIn input:not([type=checkbox]):focus + label,
html body .wrapper form .form-field.labelIn input:not([type=checkbox]).textIn + label,
html body .wrapper form .form-field.labelIn input:not([type=checkbox]):not(:placeholder-shown) + label,
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]):focus + label,
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]).textIn + label,
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]):not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%);
}
html body .modal form .form-field.labelIn textarea:not([type=checkbox]) + label,
html body .popup form .form-field.labelIn textarea:not([type=checkbox]) + label,
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]) + label {
  top: 1.5rem;
  transform: none;
}
html body .modal form .form-field.labelIn textarea:not([type=checkbox]):focus + label, html body .modal form .form-field.labelIn textarea:not([type=checkbox]):not(:placeholder-shown) + label,
html body .popup form .form-field.labelIn textarea:not([type=checkbox]):focus + label,
html body .popup form .form-field.labelIn textarea:not([type=checkbox]):not(:placeholder-shown) + label,
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]):focus + label,
html body .wrapper form .form-field.labelIn textarea:not([type=checkbox]):not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%);
}
html body .modal input[type=checkbox],
html body .popup input[type=checkbox],
html body .wrapper input[type=checkbox] {
  display: none;
}
html body .modal input[type=checkbox] + label,
html body .popup input[type=checkbox] + label,
html body .wrapper input[type=checkbox] + label {
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 1.6rem;
  color: #000;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  html body .modal input[type=checkbox] + label,
  html body .popup input[type=checkbox] + label,
  html body .wrapper input[type=checkbox] + label {
    font-size: 1.4rem;
  }
}
html body .modal input[type=checkbox] + label .check,
html body .popup input[type=checkbox] + label .check,
html body .wrapper input[type=checkbox] + label .check {
  position: relative;
  margin-right: 1rem;
  background: #fff;
  border: 0.2rem solid #b7807c;
  border-radius: 0.6rem;
  min-width: 2.4rem;
  max-width: 2.4rem;
  min-height: 2.4rem;
  max-height: 2.4rem;
}
@media (max-width: 767.98px) {
  html body .modal input[type=checkbox] + label .check,
  html body .popup input[type=checkbox] + label .check,
  html body .wrapper input[type=checkbox] + label .check {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }
}
html body .modal input[type=checkbox] + label .check:after,
html body .popup input[type=checkbox] + label .check:after,
html body .wrapper input[type=checkbox] + label .check:after {
  display: none;
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e918";
  font-size: 1.2rem;
  left: 50%;
  top: 50%;
  margin-left: calc(-1.2rem / 2);
  margin-top: calc(-1.2rem / 2);
  color: #b7807c;
}
html body .modal input[type=checkbox]:checked + label .check:after,
html body .popup input[type=checkbox]:checked + label .check:after,
html body .wrapper input[type=checkbox]:checked + label .check:after {
  color: #b7807c;
  display: block;
}
html body .modal input[type=radio],
html body .popup input[type=radio],
html body .wrapper input[type=radio] {
  display: none;
}
html body .modal input[type=radio] + label,
html body .popup input[type=radio] + label,
html body .wrapper input[type=radio] + label {
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 1.4rem;
  color: #D7D7D7;
}
@media (max-width: 767.98px) {
  html body .modal input[type=radio] + label,
  html body .popup input[type=radio] + label,
  html body .wrapper input[type=radio] + label {
    font-size: 1.2rem;
  }
}
html body .modal input[type=radio] + label .check,
html body .popup input[type=radio] + label .check,
html body .wrapper input[type=radio] + label .check {
  position: relative;
  margin-right: 1.5rem;
  background: #fff;
  border-radius: 50%;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
}
@media (max-width: 767.98px) {
  html body .modal input[type=radio] + label .check,
  html body .popup input[type=radio] + label .check,
  html body .wrapper input[type=radio] + label .check {
    min-width: 2.2rem;
    max-width: 2.2rem;
    min-height: 2.2rem;
    max-height: 2.2rem;
  }
}
html body .modal input[type=radio] + label .check:after,
html body .popup input[type=radio] + label .check:after,
html body .wrapper input[type=radio] + label .check:after {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #f4a642;
  min-width: 1.2rem;
  max-width: 1.2rem;
  min-height: 1.2rem;
  max-height: 1.2rem;
  margin-left: -0.6rem;
  margin-top: -0.6rem;
  border-radius: 50%;
}
html body .modal input[type=radio]:checked + label .check:after,
html body .popup input[type=radio]:checked + label .check:after,
html body .wrapper input[type=radio]:checked + label .check:after {
  display: block;
}
@media (max-width: 1199.98px) {
  html body .modal input[type=time],
  html body .popup input[type=time],
  html body .wrapper input[type=time] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    appearance: none;
    height: 4rem;
  }
}
html body .modal .radio-btn,
html body .popup .radio-btn,
html body .wrapper .radio-btn {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
html body .modal .radio-btn .radio-btn-circle,
html body .popup .radio-btn .radio-btn-circle,
html body .wrapper .radio-btn .radio-btn-circle {
  position: relative;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  border-radius: 50%;
  background: #eeeeee;
}
html body .modal .radio-btn .radio-btn-circle:after,
html body .popup .radio-btn .radio-btn-circle:after,
html body .wrapper .radio-btn .radio-btn-circle:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: calc(-1.6rem / 2);
  margin-top: calc(-1.6rem / 2);
  background: #c7212c;
  min-width: 1.6rem;
  max-width: 1.6rem;
  min-height: 1.6rem;
  max-height: 1.6rem;
  border-radius: 50%;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all linear 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  html body .modal .radio-btn .radio-btn-circle:after,
  html body .popup .radio-btn .radio-btn-circle:after,
  html body .wrapper .radio-btn .radio-btn-circle:after {
    transition: none;
  }
}
html body .modal .radio-btn.active,
html body .popup .radio-btn.active,
html body .wrapper .radio-btn.active {
  cursor: default;
}
html body .modal .radio-btn.active .radio-btn-circle:after,
html body .popup .radio-btn.active .radio-btn-circle:after,
html body .wrapper .radio-btn.active .radio-btn-circle:after {
  -webkit-opacity: 1;
  opacity: 1;
}
html body .modal .component_breadcrumb,
html body .popup .component_breadcrumb,
html body .wrapper .component_breadcrumb {
  overflow: hidden;
  padding: 0 0;
}
@media (max-width: 767.98px) {
  html body .modal .component_breadcrumb,
  html body .popup .component_breadcrumb,
  html body .wrapper .component_breadcrumb {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  html body .modal .component_breadcrumb,
  html body .popup .component_breadcrumb,
  html body .wrapper .component_breadcrumb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
html body .modal .component_breadcrumb nav,
html body .popup .component_breadcrumb nav,
html body .wrapper .component_breadcrumb nav {
  letter-spacing: normal !important;
}
html body .modal .component_breadcrumb .breadcrumb-item + .breadcrumb-item::before,
html body .popup .component_breadcrumb .breadcrumb-item + .breadcrumb-item::before,
html body .wrapper .component_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #313130;
  font-size: 1.4rem;
  padding: 0;
}
html body .modal .component_breadcrumb .breadcrumb,
html body .popup .component_breadcrumb .breadcrumb,
html body .wrapper .component_breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  html body .modal .component_breadcrumb .breadcrumb,
  html body .popup .component_breadcrumb .breadcrumb,
  html body .wrapper .component_breadcrumb .breadcrumb {
    position: relative;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 1rem 0;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  html body .modal .component_breadcrumb .breadcrumb li:last-child,
  html body .popup .component_breadcrumb .breadcrumb li:last-child,
  html body .wrapper .component_breadcrumb .breadcrumb li:last-child {
    padding-right: 3rem;
  }
}
html body .modal .component_breadcrumb .breadcrumb li,
html body .popup .component_breadcrumb .breadcrumb li,
html body .wrapper .component_breadcrumb .breadcrumb li {
  margin: 0;
  font-size: 1.4rem;
}
html body .modal .component_breadcrumb .breadcrumb li:first-child,
html body .popup .component_breadcrumb .breadcrumb li:first-child,
html body .wrapper .component_breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}
html body .modal .component_breadcrumb .breadcrumb li a,
html body .popup .component_breadcrumb .breadcrumb li a,
html body .wrapper .component_breadcrumb .breadcrumb li a {
  color: #313130;
  text-transform: inherit;
  text-decoration: none;
}
html body .modal .component_breadcrumb .breadcrumb li a:hover,
html body .popup .component_breadcrumb .breadcrumb li a:hover,
html body .wrapper .component_breadcrumb .breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}
html body .modal .component_breadcrumb .breadcrumb li:before,
html body .popup .component_breadcrumb .breadcrumb li:before,
html body .wrapper .component_breadcrumb .breadcrumb li:before {
  float: unset;
  color: #000;
}
html body .modal .component_tabs .tab-header .tab,
html body .popup .component_tabs .tab-header .tab,
html body .wrapper .component_tabs .tab-header .tab {
  cursor: pointer;
}
html body .modal .component_tabs .tab-header .tab.active,
html body .popup .component_tabs .tab-header .tab.active,
html body .wrapper .component_tabs .tab-header .tab.active {
  cursor: default;
}
html body .modal .component_tabs .tab-body .tab,
html body .popup .component_tabs .tab-body .tab,
html body .wrapper .component_tabs .tab-body .tab {
  display: none;
}
html body .modal .component_tabs .tab-body .tab.active,
html body .popup .component_tabs .tab-body .tab.active,
html body .wrapper .component_tabs .tab-body .tab.active {
  display: block;
}
@media (max-width: 991.98px) {
  html body .modal .component_tabs .js-toggle-body .tab,
  html body .popup .component_tabs .js-toggle-body .tab,
  html body .wrapper .component_tabs .js-toggle-body .tab {
    display: none !important;
  }
  html body .modal .component_tabs .js-toggle-body.active .tab,
  html body .popup .component_tabs .js-toggle-body.active .tab,
  html body .wrapper .component_tabs .js-toggle-body.active .tab {
    display: block !important;
  }
}
html body .modal [class^=icons-], html body .modal [class*=" icons-"],
html body .popup [class^=icons-],
html body .popup [class*=" icons-"],
html body .wrapper [class^=icons-],
html body .wrapper [class*=" icons-"] {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .modal .badstudio_copyright,
html body .popup .badstudio_copyright,
html body .wrapper .badstudio_copyright {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: "Manrope";
}
html body .modal .badstudio_copyright .icons-badstudio,
html body .popup .badstudio_copyright .icons-badstudio,
html body .wrapper .badstudio_copyright .icons-badstudio {
  font-size: 3rem;
}
html body .modal .badstudio_copyright .badstudio_copyright-text,
html body .popup .badstudio_copyright .badstudio_copyright-text,
html body .wrapper .badstudio_copyright .badstudio_copyright-text {
  font-size: 1.2rem;
  display: block;
  margin-left: 0;
  margin-top: -0.5rem;
}
html body .modal .badstudio_copyright .badstudio_copyright-date,
html body .popup .badstudio_copyright .badstudio_copyright-date,
html body .wrapper .badstudio_copyright .badstudio_copyright-date {
  display: block;
  font-size: 1.2rem;
  position: absolute;
  right: 0.2rem;
  top: -0.5rem;
  font-family: "Arial", sans-serif;
}
html body .h1, html body .h2, html body .h3, html body .h4, html body .h5, html body .h6,
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  word-wrap: break-word !important;
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-weight: normal;
}
html body .h1 a, html body .h2 a, html body .h3 a, html body .h4 a, html body .h5 a, html body .h6 a,
html body h1 a, html body h2 a, html body h3 a, html body h4 a, html body h5 a, html body h6 a {
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
}
html body .icon-wrapper {
  position: relative;
  width: 256px;
  height: 256px;
}
html body .icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}
html body .icon-wrapper .mmcircle {
  animation: mm_drawCircle 1s forwards;
  animation-timing-function: ease-out;
}
html body .icon-wrapper .mmcross {
  animation: mm_drawCross 0.7s forwards;
  animation-delay: 1s;
  animation-timing-function: ease-out;
}
html body .icon-wrapper .mmcheck {
  animation: mm_drawCheck 0.7s forwards;
  animation-delay: 1s;
  animation-timing-function: ease-out;
}
html body .icon-wrapper .mmclock-circle {
  animation: mm_drawCircle 1s forwards;
  animation-timing-function: ease-out;
}
html body .icon-wrapper {
  /* Часовая стрелка */
}
html body .icon-wrapper .mmclock-hour {
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  opacity: 0;
  animation: mm_showHour 0.7s forwards;
  animation-delay: 1s;
  animation-timing-function: ease-out;
}
html body .icon-wrapper {
  /* Минутная стрелка */
}
html body .icon-wrapper .mmclock-minute {
  transform-origin: 50% 50%;
  transform: rotate(-180deg);
  opacity: 0;
  animation: mm_showMinute 0.7s forwards;
  animation-delay: 1.5s;
  animation-timing-function: ease-out;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes shake {
  10%, 90% {
    transform: translateX(-0.1rem);
  }
  20%, 80% {
    transform: translateX(0.2rem);
  }
  30%, 50%, 70% {
    transform: translateX(-0.4rem);
  }
  40%, 60% {
    transform: translateX(0.4rem);
  }
}
@keyframes mm_drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mm_drawCross {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mm_drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mm_showHour {
  0% {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes mm_showMinute {
  0% {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
html body .custom-scroll::-webkit-scrollbar-track {
  background: transparent;
  border: 0.1rem solid #b7807c;
  border-radius: 0.4rem;
}
@media (max-width: 767.98px) {
  html body .custom-scroll::-webkit-scrollbar-track {
    border-radius: 2rem;
  }
}
html body .custom-scroll::-webkit-scrollbar-thumb {
  background-color: #c89a97;
  border-radius: 2rem;
}
@media (max-width: 767.98px) {
  html body .custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 2rem;
  }
}
html body .custom-scroll::-webkit-scrollbar {
  height: 0.8rem;
  width: 0.8rem;
  padding: 0.2rem;
}
@media (max-width: 767.98px) {
  html body .custom-scroll::-webkit-scrollbar {
    height: 0.4rem;
    width: 0.4rem;
  }
}
html body .component_social .social-items {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
}
html body .component_social .social-items a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0 0.5rem 0;
  font-size: 2rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html body .component_social .social-items a {
    transition: none;
  }
}
html body .component_social .social-items a:hover {
  text-decoration: none;
  color: #D7D7D7;
}
html body .component_social .social-items a:first-child {
  margin-left: 0;
}
html body .component_social .social-items a:last-child {
  margin-right: 0;
}
html body .component_social .social-items a[class*=banstagram]:after {
  content: "*";
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  font-size: 1.2rem;
  color: #000;
}
html body .component_social .social-items a[class*=banstagram_fake]:after {
  content: "";
  display: none;
}
html body .component_social .social-items.social-colorsHover a[class*=vkontakte]:hover {
  color: #0077FF !important;
}
html body .component_social .social-items.social-colorsHover a[class*=rutube]:hover {
  color: rgb(244, 18, 64) !important;
}
html body .component_social .social-items.social-colorsHover a[class*=viber]:hover {
  color: #665CAC !important;
}
html body .component_social .social-items.social-colorsHover a[class*=whatsapp]:hover {
  color: #25D366 !important;
}
html body .component_social .social-items.social-colorsHover a[class*=facebook]:hover {
  color: #1a77f2 !important;
}
html body .component_social .social-items.social-colorsHover a[class*=telegram]:hover {
  color: #0088cc !important;
}
html body .component_social .social-items.social-colorsHover a[class*=youtube]:hover {
  color: #ff0000 !important;
}
html body .component_social .social-items.social-colorsHover a[class*=spotify]:hover {
  color: #1ED760 !important;
}
html body .component_social .social-items.social-colorsHover a[class*=yandex_music]:hover {
  color: #FC3F1D !important;
}
html body .component_social .social-items.social-colorsHover a[class*=sberzvuk]:hover {
  color: #07ead8 !important;
}
html body .component_social .social-items.social-colorsHover a[class*=flamp]:hover {
  color: #2E6BE5 !important;
}
html body .component_social .social-items.social-colorsHover a[class*=apple_music]:hover {
  color: #fa586a !important;
}
html body .component_social .social-items.social-colorsHover a[class*=banstagram]:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
html body .component_social .social-items.social-colorsHover a[class*=threads]:hover {
  background: radial-gradient(circle at 30% 107%, #285AEB 0%, #285AEB 5%, #d6249f 45%, #fd5949 60%, #fdf497 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
html body .component_social .social-items.social-colorsHover a[class*=deezer]:hover {
  background: linear-gradient(45deg, #ff0000, #ffed00, #ff0092, #c2ff00, #00c7f2, #c1f1fc);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
html body .component_social .social-items.social-colorsHover a[class*=max]:hover {
  background: linear-gradient(90deg, #5a8cff -16.1%, #43d6ff 16.36%, #8f3fff 76.63%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
html body .component_social .social-items.social-colors a[class*=vkontakte] {
  color: #0077FF !important;
}
html body .component_social .social-items.social-colors a[class*=rutube] {
  color: rgb(244, 18, 64) !important;
}
html body .component_social .social-items.social-colors a[class*=viber] {
  color: #665CAC !important;
}
html body .component_social .social-items.social-colors a[class*=whatsapp] {
  color: #25D366 !important;
}
html body .component_social .social-items.social-colors a[class*=facebook] {
  color: #1a77f2 !important;
}
html body .component_social .social-items.social-colors a[class*=telegram] {
  color: #0088cc !important;
}
html body .component_social .social-items.social-colors a[class*=youtube] {
  color: #ff0000 !important;
}
html body .component_social .social-items.social-colors a[class*=spotify] {
  color: #1ED760 !important;
}
html body .component_social .social-items.social-colors a[class*=yandex_music] {
  color: #FC3F1D !important;
}
html body .component_social .social-items.social-colors a[class*=sberzvuk] {
  color: #07ead8 !important;
}
html body .component_social .social-items.social-colors a[class*=apple_music] {
  color: #fa586a !important;
}
html body .component_social .social-items.social-colors a[class*=banstagram] {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
html body .component_social .social-items.social-colors a[class*=threads] {
  background: radial-gradient(circle at 30% 107%, #285AEB 0%, #285AEB 5%, #d6249f 45%, #fd5949 60%, #fdf497 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
html body .component_social .social-items.social-colors a[class*=deezer] {
  background: linear-gradient(45deg, #ff0000, #ffed00, #ff0092, #c2ff00, #00c7f2, #c1f1fc);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
html body .component_social .social-items.social-colors a[class*=max] {
  background: linear-gradient(90deg, #5a8cff -16.1%, #43d6ff 16.36%, #8f3fff 76.63%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
html body .component_social .social-items.social-bg-colors a[class*=vkontakte] {
  background-color: #0077FF !important;
}
html body .component_social .social-items.social-bg-colors a[class*=viber] {
  background-color: #665CAC !important;
}
html body .component_social .social-items.social-bg-colors a[class*=whatsapp] {
  background-color: #25D366 !important;
}
html body .component_social .social-items.social-bg-colors a[class*=facebook] {
  background-color: #1a77f2 !important;
}
html body .component_social .social-items.social-bg-colors a[class*=telegram] {
  background-color: #0088cc !important;
}
html body .component_social .social-items.social-bg-colors a[class*=youtube] {
  background-color: #ff0000 !important;
}
html body .component_social .social-items.social-bg-colors a[class*=spotify] {
  background-color: #1ED760 !important;
}
html body .component_social .social-items.social-bg-colors a[class*=yandex_music] {
  background-color: #FC3F1D !important;
}
html body .component_social .social-items.social-bg-colors a[class*=sberzvuk] {
  background-color: #07ead8 !important;
}
html body .component_social .social-items.social-bg-colors a[class*=apple_music] {
  background-color: #fa586a !important;
}
html body .component_social .social-items.social-bg-colors a[class*=banstagram] {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
html body .component_social .social-items.social-bg-colors a[class*=threads] {
  background: radial-gradient(circle at 30% 107%, #285AEB 0%, #285AEB 5%, #d6249f 45%, #fd5949 60%, #fdf497 90%);
}
html body .component_social .social-items.social-bg-colors a[class*=deezer] {
  background: linear-gradient(45deg, #ff0000, #ffed00, #ff0092, #c2ff00, #00c7f2, #c1f1fc);
}
html body .flex-basis-100 {
  flex-basis: 100%;
}
html body .flex-basis-auto {
  flex-basis: auto;
}
html body .flex-1-1-0 {
  flex: 1 1 0;
}
html body .flex-1 {
  flex: 1;
}
html body .loading {
  position: relative;
  width: 100%;
  height: 1.6rem;
}
html body .loading:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #000;
  -webkit-animation: loading 5s linear infinite;
  animation: loading 5s linear infinite;
}
html body a.button.disabled {
  background: #eeeeee;
  color: #D7D7D7;
  cursor: not-allowed;
}
html body .loader {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html body .loader .circular-loader {
  animation: loader-rotate 2s linear infinite;
}
html body .loader .loader-path {
  fill: none;
  stroke-width: 3px;
  animation: loader-animate-stroke 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
html body .button .loader,
html body button .loader {
  display: none;
}
html body .button.animate[disabled],
html body button.animate[disabled] {
  opacity: 1 !important;
}
html body .button.animate .loader,
html body button.animate .loader {
  display: block;
}
html body .button.animate span,
html body button.animate span {
  visibility: hidden;
}
@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-animate-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #000;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
    stroke: #000;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
    stroke: #000;
  }
}
html body [class*=ymaps3--map-copyrights],
html body [class*=copyrights-promo],
html body [class*=copyright__wrap] {
  display: none !important;
}
html body .yandex-map {
  position: relative;
  width: 100%;
  height: 47rem;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (min-width: 576px) {
  html body .yandex-map {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767.98px) {
  html body .yandex-map {
    height: auto;
    aspect-ratio: 1/1;
  }
}
html body .yandex-map .ymaps3--control {
  box-shadow: unset;
}
html body .yandex-map .ymaps3--control,
html body .yandex-map .ymaps3--button {
  padding: 0;
  background: transparent;
  border: 0;
}
html body .yandex-map .ymaps3--control-button {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
html body .yandex-map > div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .yandex-map .ymaps3x0--controls {
  padding: 0;
}
html body .yandex-map .fullscreen-fake {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100vh;
  z-index: 1050;
  background: #fff; /* или #000, в зависимости от дизайна */
}
html body .yandex-map .ymaps3x0--button {
  padding: 0;
  background: transparent !important;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}
html body .yandex-map .ymaps3x0--control__background {
  background: transparent !important;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}
html body .yandex-map .ymaps3x0--controls_top {
  right: 1.5rem;
  top: 1.5rem;
  z-index: 11;
}
html body .yandex-map .ymaps3x0--controls_bottom {
  right: 1.5rem;
  bottom: 3rem;
  z-index: 11;
}
html body .loader {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html body .loader .circular-loader {
  animation: loader-rotate 2s linear infinite;
}
html body .loader .loader-path {
  fill: none;
  stroke-width: 3px;
  animation: loader-animate-stroke 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
html body .button .loader,
html body button .loader {
  display: none;
}
html body .button.animate[disabled],
html body button.animate[disabled] {
  opacity: 1 !important;
}
html body .button.animate .loader,
html body button.animate .loader {
  display: block;
}
html body .button.animate span,
html body button.animate span {
  visibility: hidden;
}
@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-animate-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #000;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
    stroke: #000;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
    stroke: #000;
  }
}

.hr, hr {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #D7D7D7;
  opacity: 1;
}

.js-wow {
  visibility: hidden;
}

.bodyNotifyBlock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1rem;
  width: 100%;
  z-index: 1080;
}

.notifyItem {
  min-width: 30rem;
  max-width: 30rem;
  background: #fff;
  color: #000;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  text-align: center;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .notifyItem {
    max-width: 36rem;
    padding: 1.5rem 4rem;
  }
}
.notifyItem [class*=icons] {
  font-size: 1rem;
}
.notifyItem.fade-out {
  animation: fadeOut 0.3s forwards;
}
.notifyItem.formResult {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.yandex-map .map-block {
  position: absolute;
  height: auto;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.yandex-map .map-block_content {
  background: #fff;
  box-shadow: 2px 2px 20px rgba(185, 185, 185, 0.4);
  padding: 46px 45px;
  border-radius: 20px;
  width: 100%;
  max-width: 540px;
  height: auto;
  pointer-events: auto;
}

.contacts-left {
  width: auto;
}
.contacts-left .contacts-item {
  max-width: unset;
  margin-top: 25px;
}

.fx-transition {
  transition: all 0.4s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fx-transition {
    transition: none;
  }
}

#__replain_widget:not(.active) {
  inset: auto 0.5rem 6rem auto !important;
}
@media (max-width: 991.98px) {
  #__replain_widget:not(.active) {
    inset: auto 0.5rem 10rem auto !important;
    z-index: 900 !important;
  }
}
@media (min-width: 768px) {
  #__replain_widget:not(.active) {
    inset: auto 0.5rem 10rem auto !important;
    z-index: 1000 !important;
  }
}

.js-copy {
  cursor: pointer;
}

.me-0-last:last-child {
  margin-right: 0 !important;
}

.mt-0-first:first-child {
  margin-top: 0 !important;
}

li::marker {
  display: none !important;
}

figcaption {
  text-align: center;
  font-size: 1.6rem;
  color: #808080;
  margin: 0.5rem 0;
}

.left-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.isEmpty[data-content="0"], .isEmpty:empty {
  display: none !important;
}

.radius-50 {
  border-radius: 50%;
}

#custom-popup:not(.active),
#custom-modal:not(.active) {
  display: none;
}

.form-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2rem);
  z-index: -1015 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  scale: 0.1;
  transition: 0.3s all;
}
.form-popup.active {
  z-index: 5000 !important;
  scale: 1;
  opacity: 1;
}
.form-popup .form-popup_Content {
  padding: 2rem;
  margin: 0 1rem;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  max-width: 64rem;
  width: 100%;
}
.form-popup .form-popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 32px;
  border-radius: 50%;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.mm_includeBlock {
  position: relative;
}
.mm_includeBlock .include-panel {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.mm_includeBlock:hover .include-panel {
  display: block;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s ease;
  z-index: 9999;
}
.custom-cursor.active {
  transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 992px) {
  .js-cursor-parent {
    cursor: none !important;
  }
}

.opacity-0 {
  opacity: 0 !important;
  cursor: default;
}

.mmSelect-block {
  position: relative;
}
.mmSelect-block .mmSelect-block_select-html {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #808080;
}
.mmSelect-block .mmSelect-block_select-html.is-active {
  color: #000;
}
.mmSelect-block .mmSelect-block_select {
  cursor: pointer;
  width: 100%;
  border: 0.1rem solid #eeeeee;
  color: #000;
  background: #fff;
  font-size: 1.4rem;
  padding: 1rem 1rem;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .mmSelect-block .mmSelect-block_select {
    font-size: 1.8rem;
    padding: 0.85rem 1.5rem;
  }
}
.mmSelect-block .mmSelect-block_select .icons-arrow-bottom:before {
  display: block;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .mmSelect-block .mmSelect-block_select .icons-arrow-bottom:before {
    transition: none;
  }
}
.mmSelect-block .mmSelect-block_select.is-active .icons-arrow-bottom:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mmSelect-block .mmSelect-options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.5rem);
  background: #fff;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.8rem;
}
.mmSelect-block .mmSelect-options.is-active {
  display: block;
}
.mmSelect-block .mmSelect-options_list {
  border: 0.1rem solid #eeeeee;
  padding: 1rem 0.25rem;
  max-height: 24rem;
  overflow-y: auto;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .mmSelect-block .mmSelect-options_list {
    padding: 0.85rem 0.25rem;
  }
}
.mmSelect-block .mmSelect-option {
  color: #C7212C;
  padding: 1rem;
  cursor: pointer;
  border-radius: 0.8rem;
}
.mmSelect-block .mmSelect-option:hover {
  background: #C7212C;
  color: #fff;
}
.mmSelect-block .mmSelect-option.is-active {
  background: #971d25;
  color: #fff;
}

.btn-mmSelects .btn-mmSelect {
  font-size: 2.6rem !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-radius: 5rem;
  color: #313130 !important;
  border: 0.2rem solid #313130;
  text-decoration: none;
  padding: 1.6rem 2.4rem;
  font-weight: 900;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .btn-mmSelects .btn-mmSelect {
    font-size: 1.6rem !important;
    padding: 1rem 1.6rem;
    border-width: 0.1rem;
    font-weight: 600;
  }
}
.btn-mmSelects .btn-mmSelect:hover {
  color: #C7212C !important;
  border-color: #C7212C;
}
.btn-mmSelects input:checked + .btn-mmSelect {
  color: #fff !important;
  border-color: #C7212C !important;
  background: #C7212C !important;
}

.tooltip {
  position: relative;
  cursor: help;
}

.tooltip:hover::after {
  content: attr(data-title);
  position: absolute;
  bottom: calc(100% + 0.25rem);
  left: 50%;
  transform: translateX(-50%);
  background: #C7212C;
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  font-size: 1.4rem;
  opacity: 0;
  pointer-events: none;
  animation: fadeIn 0.15s forwards;
}

[data-content=hidden] {
  -webkit-opacity: 0;
  opacity: 0;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.is-shake {
  animation: shake 300ms ease-in-out;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.fx-scale-1 {
  transition: all 0.4s ease-in;
}
.fx-scale-1:hover {
  transform: scale(1.05);
}

.fx-scale-2 {
  transition: all 0.4s ease-in;
}
.fx-scale-2:hover {
  transform: scale(1.1);
}

.fx-scale-3 {
  transition: all 0.4s ease-in;
}
.fx-scale-3:hover {
  transform: scale(1.2);
}

.bg-position-right-bottom {
  background-position: right bottom;
}

[id^=wait_comp] {
  display: none !important;
}

.bx-core-dialog-overlay {
  z-index: 3000 !important;
}

.bx-core-adm-dialog {
  z-index: 3010 !important;
}

#bx-panel [class^=icons-], #bx-panel [class*=" icons-"], #bx-panel a [class^=icons-], #bx-panel a [class*=" icons-"], #bx-panel span [class^=icons-], #bx-panel span [class*=" icons-"], #bx-panel div [class^=icons-], #bx-panel div [class*=" icons-"] {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
}

figcaption {
  color: #808080;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.5rem;
  display: block;
}

figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

picture {
  position: relative;
  display: inline-block;
}

a.icons-zoomIn {
  text-decoration: none;
}
a.icons-zoomIn:before {
  -webkit-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  font-size: 2rem;
  color: #000;
  background: #fff;
  padding: 1.5rem;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  a.icons-zoomIn:before {
    transition: none;
  }
}
a.icons-zoomIn:before {
  border-radius: 1rem;
}
a.icons-zoomIn:hover:before {
  -webkit-opacity: 1;
  opacity: 1;
  font-size: 4rem;
}

.box-border {
  border: 0.1rem solid #D7D7D7;
}

html body {
  line-height: 1.45;
  font-family: "Manrope", "Arial", sens-serif;
  background-color: #D7D7D7;
  color: #000;
  font-size: 1.6rem;
}
html body .popup-body .h1, html body .popup-body .h2, html body .popup-body .h3, html body .popup-body .h4, html body .popup-body .h5, html body .popup-body .h6,
html body .popup-body h1, html body .popup-body h2, html body .popup-body h3, html body .popup-body h4, html body .popup-body h5, html body .popup-body h6,
html body .wrapper .h1,
html body .wrapper .h2,
html body .wrapper .h3,
html body .wrapper .h4,
html body .wrapper .h5,
html body .wrapper .h6,
html body .wrapper h1,
html body .wrapper h2,
html body .wrapper h3,
html body .wrapper h4,
html body .wrapper h5,
html body .wrapper h6 {
  font-weight: 300;
  font-family: "Montserrat", "Arial", sens-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
html body .popup-body h1, html body .popup-body .h1,
html body .wrapper h1,
html body .wrapper .h1 {
  font-size: 3.8rem;
  margin-bottom: 2rem;
  line-height: 1.15;
}
@media (max-width: 991.98px) {
  html body .popup-body h1, html body .popup-body .h1,
  html body .wrapper h1,
  html body .wrapper .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  html body .popup-body h1, html body .popup-body .h1,
  html body .wrapper h1,
  html body .wrapper .h1 {
    font-size: 2.4rem;
  }
}
html body .popup-body h2, html body .popup-body .h2,
html body .wrapper h2,
html body .wrapper .h2 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 991.98px) {
  html body .popup-body h2, html body .popup-body .h2,
  html body .wrapper h2,
  html body .wrapper .h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  html body .popup-body h2, html body .popup-body .h2,
  html body .wrapper h2,
  html body .wrapper .h2 {
    font-size: 1.9rem;
  }
}
html body .popup-body h3, html body .popup-body .h3,
html body .wrapper h3,
html body .wrapper .h3 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 991.98px) {
  html body .popup-body h3, html body .popup-body .h3,
  html body .wrapper h3,
  html body .wrapper .h3 {
    font-size: 1.9rem;
  }
}
@media (max-width: 767.98px) {
  html body .popup-body h3, html body .popup-body .h3,
  html body .wrapper h3,
  html body .wrapper .h3 {
    font-size: 1.5rem;
  }
}
html body .popup-body h4, html body .popup-body .h4,
html body .wrapper h4,
html body .wrapper .h4 {
  font-size: 1.9rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 991.98px) {
  html body .popup-body h4, html body .popup-body .h4,
  html body .wrapper h4,
  html body .wrapper .h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  html body .popup-body h4, html body .popup-body .h4,
  html body .wrapper h4,
  html body .wrapper .h4 {
    font-size: 1.4rem;
  }
}
html body .popup-body h5, html body .popup-body .h5,
html body .wrapper h5,
html body .wrapper .h5 {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 991.98px) {
  html body .popup-body h5, html body .popup-body .h5,
  html body .wrapper h5,
  html body .wrapper .h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  html body .popup-body h5, html body .popup-body .h5,
  html body .wrapper h5,
  html body .wrapper .h5 {
    font-size: 1.4rem;
  }
}
html body .popup-body h6, html body .popup-body .h6,
html body .wrapper h6,
html body .wrapper .h6 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  html body .popup-body h6, html body .popup-body .h6,
  html body .wrapper h6,
  html body .wrapper .h6 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  html body .popup-body h6, html body .popup-body .h6,
  html body .wrapper h6,
  html body .wrapper .h6 {
    font-size: 1.4rem;
  }
}
html body .popup-body .content-block img,
html body .wrapper .content-block img {
  border-radius: 2rem;
}
@media (max-width: 767.98px) {
  html body .popup-body .content-block img,
  html body .wrapper .content-block img {
    border-radius: 1rem;
  }
}
html body .popup-body table,
html body .wrapper table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #D7D7D7;
  margin: 0;
}
html body .popup-body table thead tr,
html body .wrapper table thead tr {
  background: #f4f7f6;
}
html body .popup-body table thead tr th,
html body .wrapper table thead tr th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 0.1rem solid #D7D7D7;
}
html body .popup-body table thead tr th:not(:first-child),
html body .wrapper table thead tr th:not(:first-child) {
  border-left: 0.1rem solid #D7D7D7;
}
html body .popup-body table tbody tr,
html body .wrapper table tbody tr {
  vertical-align: top;
  transition: background 0.2s ease;
}
html body .popup-body table tbody tr:hover,
html body .wrapper table tbody tr:hover {
  background: #f4f7f6;
}
html body .popup-body table tbody tr td,
html body .wrapper table tbody tr td {
  padding: 1rem;
  border-bottom: 0.1rem solid #D7D7D7;
}
html body .popup-body table tbody tr td:not(:first-child),
html body .wrapper table tbody tr td:not(:first-child) {
  border-left: 0.1rem solid #D7D7D7;
}
html body .popup-body table tbody tr:last-child td,
html body .wrapper table tbody tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  html body .popup-body table thead,
  html body .wrapper table thead {
    display: none;
  }
  html body .popup-body table tbody tr,
  html body .wrapper table tbody tr {
    display: block;
    border-bottom: 0.1rem solid #D7D7D7;
  }
  html body .popup-body table tbody tr:not(:last-child),
  html body .wrapper table tbody tr:not(:last-child) {
    margin-bottom: 1rem;
  }
  html body .popup-body table tbody tr td,
  html body .wrapper table tbody tr td {
    display: block;
    width: 100%;
    border-left: 0 !important;
    border-bottom: 0.1rem solid #D7D7D7;
    padding: 0.75rem 1rem;
  }
  html body .popup-body table tbody tr td:first-child,
  html body .wrapper table tbody tr td:first-child {
    font-weight: 600;
    background: #f4f7f6;
  }
  html body .popup-body table tbody tr td:last-child,
  html body .wrapper table tbody tr td:last-child {
    border-bottom: 0;
  }
}

header .header_logo {
  max-width: 10rem;
}
@media (max-width: 991.98px) {
  header .header_logo {
    max-width: 20rem;
  }
}

.klinikon-window-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1060;
  display: none;
}
.klinikon-window-overlay.is-active {
  display: block;
}

.klinikon-window {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 4rem);
  max-width: 96rem;
  max-height: calc(100dvh - 4rem);
  height: 100%;
  background: #fff;
  z-index: 1060;
  transform: translate(-50%, -50%);
  padding: 1rem;
  border-radius: 2rem;
}
@media (max-width: 767.98px) {
  .klinikon-window {
    max-height: 100dvh;
    width: 100%;
    padding: 0;
    border-radius: unset;
  }
}
.klinikon-window .klinikon-window_close {
  position: absolute;
  right: 3rem;
  top: 2.75rem;
}
@media (max-width: 991.98px) {
  .klinikon-window .klinikon-window_close {
    left: 4rem;
    top: unset;
    bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .klinikon-window .klinikon-window_close {
    left: 3rem;
    top: unset;
    bottom: 3rem;
  }
}
.klinikon-window iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.msize36 {
  min-width: 3.6rem;
  max-width: 3.6rem;
  min-height: 3.6rem;
  max-height: 3.6rem;
}

.u-dot {
  position: relative;
  min-width: 0.6rem;
  max-width: 0.6rem;
  min-height: 0.6rem;
  max-height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.u-dot.blue {
  background-color: #0364af;
}

#custom-popup .button.is-border-0, #custom-popup button.is-border-0,
.wrapper .button.is-border-0,
.wrapper button.is-border-0 {
  border: 0;
}
#custom-popup .button.is-border, #custom-popup button.is-border,
.wrapper .button.is-border,
.wrapper button.is-border {
  border: 0.1rem solid #c89a97;
}
#custom-popup .button.is-border-white, #custom-popup button.is-border-white,
.wrapper .button.is-border-white,
.wrapper button.is-border-white {
  border-color: #000;
  background: #fff;
  color: #000;
}
#custom-popup .button.is-border-white:hover, #custom-popup button.is-border-white:hover,
.wrapper .button.is-border-white:hover,
.wrapper button.is-border-white:hover {
  border-color: #c89a97;
  background: #c89a97;
  color: #fff;
}
#custom-popup .button.is-border-light, #custom-popup button.is-border-light,
.wrapper .button.is-border-light,
.wrapper button.is-border-light {
  border-color: #eeeeee;
  background: #fff;
  color: #000;
}
#custom-popup .button.is-border-light:hover, #custom-popup button.is-border-light:hover,
.wrapper .button.is-border-light:hover,
.wrapper button.is-border-light:hover {
  border-color: #b7807c;
  background: #fff;
}
#custom-popup .button.is-border-transparent, #custom-popup button.is-border-transparent,
.wrapper .button.is-border-transparent,
.wrapper button.is-border-transparent {
  border-color: #808080;
  background: transparent;
  color: #000;
}
#custom-popup .button.is-border-transparent:hover, #custom-popup button.is-border-transparent:hover,
.wrapper .button.is-border-transparent:hover,
.wrapper button.is-border-transparent:hover {
  background: #c89a97;
  border-color: #c89a97;
  color: #fff;
}

.style-1_icon {
  min-width: 4.4rem;
  max-width: 4.4rem;
}

.component_rating .rating-item {
  border: 0.4rem solid #eeeeee;
}
.component_rating .rating_name {
  position: relative;
}
.component_rating .rating_name:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15.4rem;
  height: 8.2rem;
  background: url(../static/circle.svg) no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .component_rating .rating_name:after {
    width: 12rem;
    height: 6.4rem;
  }
}

.text-logo {
  position: absolute;
  max-width: 26rem;
}
@media (max-width: 767.98px) {
  .text-logo {
    max-width: 50%;
  }
}
.text-logo.left {
  left: -3rem;
  bottom: -3rem;
}
@media (max-width: 767.98px) {
  .text-logo.left {
    left: 1rem;
    bottom: 1rem;
  }
}

.yandex-map {
  background-image: url("/images/map_placeholder.min.jpg");
  background-size: cover;
  background-position: right center;
}
@media (max-width: 767.98px) {
  .yandex-map {
    background-position: center center;
    background-image: url("/images/map_placeholder_sm.min.jpg") !important;
  }
}
.yandex-map.clear {
  background-position: center center;
  background-image: url("/images/map_placeholder_sm.min.jpg") !important;
}

.hero-block {
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-block {
    min-height: 60rem;
    max-height: 60rem;
    height: calc(100dvh - 16rem);
  }
  .hero-block.h-auto {
    min-height: unset;
    max-height: unset;
    height: unset;
  }
}
.hero-block .hero-block_content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 767.98px) {
  .hero-block .hero-block_content.hero-specialist {
    background-image: unset !important;
  }
}
.hero-block.hero-blog {
  background-image: url("/upload/pages/blog/hero.min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.hero-block.hero-prices {
  background-image: url("/upload/pages/prices/hero.min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.hero-block.hero-portfolio {
  background-image: url("/upload/pages/portfolio/hero.min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.hero-block.hero-services {
  background-color: #ECEBE9 !important;
  background-image: url("/upload/pages/services/hero.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 991.98px) {
  .hero-block.hero-services {
    background-size: 100% !important;
    background-position: right -10rem bottom;
  }
}
@media (max-width: 767.98px) {
  .hero-block.hero-services {
    background-size: 100% !important;
    background-position: right -10rem bottom;
  }
}
@media (max-width: 575.98px) {
  .hero-block.hero-services {
    background-size: 150% !important;
    background-position: right -8rem bottom;
  }
}
.hero-block.hero-specialists {
  background-image: url("/upload/pages/specialists/hero.min.png");
  background-size: cover;
  background-position: right center;
}
@media (max-width: 767.98px) {
  .hero-block.hero-specialists {
    background-image: unset;
  }
}
.hero-block .hero-index {
  background-image: url("/upload/pages/index/hero.min.png");
  background-size: contain;
  background-position: right center;
}
@media (max-width: 767.98px) {
  .hero-block .hero-index {
    background-image: unset;
  }
}
@media (max-width: 991.98px) {
  .hero-block.bg-none {
    background-image: unset !important;
  }
}

.reviews-circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: 32rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background: conic-gradient(from 180deg, #b7807c 0% 60%, #eee 60% 100%);
  position: relative;
}
.reviews-circle:before {
  content: "";
  position: absolute;
  inset: 15px;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}
.reviews-circle p {
  position: relative;
  z-index: 1;
}

.component_specialistsWindow .specialists-radioWindow,
.component_specialistsWindow .specialists-Window {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 1rem);
  width: 30rem;
  background: #fff;
  border: 0.1rem solid #eeeeee;
  padding: 1.5rem;
  padding-right: 0.5rem;
  border-radius: 2rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .component_specialistsWindow .specialists-radioWindow,
  .component_specialistsWindow .specialists-Window {
    width: 42rem;
  }
}
.component_specialistsWindow .specialists-radioWindow > .custom-scroll,
.component_specialistsWindow .specialists-Window > .custom-scroll {
  max-height: 28rem;
  overflow: auto;
}
.component_specialistsWindow .specialists-radioWindow > .custom-scroll::-webkit-scrollbar-track,
.component_specialistsWindow .specialists-Window > .custom-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
  border: 0.1rem solid transparent;
  border-radius: 0.4rem;
}
@media (max-width: 767.98px) {
  .component_specialistsWindow .specialists-radioWindow > .custom-scroll::-webkit-scrollbar-track,
  .component_specialistsWindow .specialists-Window > .custom-scroll::-webkit-scrollbar-track {
    border-radius: 2rem;
  }
}
.component_specialistsWindow .specialists-radioWindow > .custom-scroll::-webkit-scrollbar-thumb,
.component_specialistsWindow .specialists-Window > .custom-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 2rem;
}
@media (max-width: 767.98px) {
  .component_specialistsWindow .specialists-radioWindow > .custom-scroll::-webkit-scrollbar-thumb,
  .component_specialistsWindow .specialists-Window > .custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 2rem;
  }
}
.component_specialistsWindow .specialists-radioWindow > .custom-scroll::-webkit-scrollbar,
.component_specialistsWindow .specialists-Window > .custom-scroll::-webkit-scrollbar {
  height: 0.8rem;
  width: 0.8rem;
  padding: 0.2rem;
}
@media (max-width: 767.98px) {
  .component_specialistsWindow .specialists-radioWindow > .custom-scroll::-webkit-scrollbar,
  .component_specialistsWindow .specialists-Window > .custom-scroll::-webkit-scrollbar {
    height: 0.4rem;
    width: 0.4rem;
  }
}
.component_specialistsWindow .specialists-radioWindow .specialists-select:hover,
.component_specialistsWindow .specialists-Window .specialists-select:hover {
  background: #eeeeee;
  color: #000;
}
.component_specialistsWindow .specialists-radioWindow .specialists-select.is-active,
.component_specialistsWindow .specialists-Window .specialists-select.is-active {
  background: #dfc4c2;
  color: #fff;
}
.component_specialistsWindow .specialists-radioWindow {
  width: 100%;
}
.component_specialistsWindow .specialists-radioOpen .icons-arrow-bottom,
.component_specialistsWindow .specialists-Open .icons-arrow-bottom {
  transition: all 0.4s ease;
}
.component_specialistsWindow .specialists-radioOpen.is-active .icons-arrow-bottom,
.component_specialistsWindow .specialists-Open.is-active .icons-arrow-bottom {
  transform: rotate(900deg);
}

.preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
.preloader:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(200, 154, 151, 0.4) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -200%;
  }
  100% {
    left: 150%;
  }
}
.select-radio input {
  display: none;
}
.select-radio input + label {
  border: 0.1rem solid #808080 !important;
  background: #fff !important;
  font-weight: normal !important;
  color: #313130 !important;
}
.select-radio input:hover + label {
  border: 0.1rem solid #eeeeee !important;
  background: #eeeeee !important;
}
.select-radio input:checked + label {
  border: 0.1rem solid #c89a97 !important;
  background: #c89a97 !important;
  color: #fff !important;
}

nav#top > ul > li {
  position: relative;
}
nav#top > ul > li.is-active > a {
  background: #c89a97 !important;
  color: #fff !important;
}
nav#top > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1rem;
}
nav#top > ul > li > ul {
  position: absolute;
  left: 0;
  top: calc(100% + 1rem);
  width: 24rem;
  border: 0.1rem solid #eeeeee;
  background: #fff;
  z-index: 10;
  padding: 0.5rem;
  border-radius: 2rem;
  display: none;
}
nav#top > ul > li:hover > ul {
  display: block;
}

.js-toggle .icons-arrow-bottom,
.js-toggle .icons-plus {
  transition: all 0.4s ease;
}
.js-toggle .icons-arrow-bottom:before,
.js-toggle .icons-plus:before {
  display: block;
  transition: all 0.4s ease;
}
.js-toggle.active .icons-plus:before {
  transform: rotate(225deg);
}
.js-toggle.active .icons-arrow-bottom:before {
  transform: rotate(900deg);
}

.hh-ru img {
  min-width: 3.6rem;
  max-width: 3.6rem;
  min-height: 3.6rem;
  max-height: 3.6rem;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}

.item-blog:hover img {
  scale: 1.15;
}

.component_blog-detail {
  max-width: 74rem;
  width: 100%;
  margin: 0 auto;
}
.component_blog-detail .blog-avatar {
  max-width: 10rem;
}

.float-footer-order {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b7807c;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 6px;
  z-index: 1040;
}
@media (min-width: 768px) {
  .float-footer-order {
    display: none !important;
  }
}

#mmenu_catalog .mm-navbar,
#mmenu .mm-navbar {
  background: #b7807c;
  color: #fff;
}
#mmenu_catalog .mm-navbar .mm-btn--next:after, #mmenu_catalog .mm-navbar .mm-btn--prev:before,
#mmenu .mm-navbar .mm-btn--next:after,
#mmenu .mm-navbar .mm-btn--prev:before {
  border-color: #fff !important;
}
#mmenu_catalog .mm-navbar a,
#mmenu .mm-navbar a {
  color: #fff !important;
}
#mmenu_catalog .mm-panel,
#mmenu .mm-panel {
  background: #eeeeee;
}
#mmenu_catalog .mm-panel a,
#mmenu .mm-panel a {
  color: #000;
}
#mmenu_catalog .mm-panel .mm-btn--next:after, #mmenu_catalog .mm-panel .mm-btn--prev:before,
#mmenu .mm-panel .mm-btn--next:after,
#mmenu .mm-panel .mm-btn--prev:before {
  border-color: #b7807c;
}
#mmenu_catalog .mm-panel .mm-navbar,
#mmenu_catalog .mm-panel .mm-listitem:after,
#mmenu_catalog .mm-panel .mm-listitem__btn,
#mmenu .mm-panel .mm-navbar,
#mmenu .mm-panel .mm-listitem:after,
#mmenu .mm-panel .mm-listitem__btn {
  border-color: #c89a97;
}
#mmenu_catalog .mm-panel .mm-listitem__btn,
#mmenu .mm-panel .mm-listitem__btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#mmenu_catalog .mm-panel .mm-listitem:after,
#mmenu .mm-panel .mm-listitem:after {
  inset-inline-start: 0;
}
#mmenu_catalog .mm-panel .mm-listitem__text,
#mmenu .mm-panel .mm-listitem__text {
  white-space: unset;
  padding: 2rem 1rem;
  font-size: 2rem;
}
#mmenu_catalog .mmenu-close,
#mmenu .mmenu-close {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  z-index: 1010;
  min-width: 3.2rem;
  max-width: 3.2rem;
  min-height: 3.2rem;
  max-height: 3.2rem;
  background: #eeeeee;
  color: #000;
  border-radius: 50%;
}
#mmenu_catalog .mm-listitem__btn:not(.mm-listitem__text),
#mmenu .mm-listitem__btn:not(.mm-listitem__text) {
  border: 0;
}
#mmenu_catalog:not(.mm-menu),
#mmenu:not(.mm-menu) {
  display: none;
}
#mmenu_catalog:not(.mm-menu--opened),
#mmenu:not(.mm-menu--opened) {
  margin-top: -1rem;
}

.component_service-list .service-list_image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .component_service-list .service-list_image {
    aspect-ratio: 3/2;
  }
}
.component_service-list .service-list_image img {
  object-fit: cover;
}
.component_service-list .service-list_icon {
  min-width: 3.2rem;
  max-width: 3.2rem;
  min-height: 3.2rem;
  max-height: 3.2rem;
}

.specialists-list .specialists-item_button {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  opacity: 0;
  transition: all 0.4s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .specialists-list .specialists-item_button {
    transition: none;
  }
}
.specialists-list .specialists-item_order {
  opacity: 0;
  transition: all 0.4s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .specialists-list .specialists-item_order {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .specialists-list .specialists-item_order {
    opacity: 1;
  }
}
.specialists-list .specialists-item img {
  transition: all 0.4s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .specialists-list .specialists-item img {
    transition: none;
  }
}
.specialists-list .specialists-item:hover .specialists-item_order,
.specialists-list .specialists-item:hover .specialists-item_button {
  opacity: 1;
}
.specialists-list .specialists-item:hover img {
  transform: scale(1.03);
}

.sticky-top.sticky-top-2 {
  top: 17rem;
}

.border-0 {
  border-color: transparent !important;
}

.component_serts a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0;
}
.component_serts a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.BeforeAfter {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  touch-action: none;
}
.BeforeAfter .BeforeAfter_layer {
  position: absolute;
  inset: 0;
}
.BeforeAfter .BeforeAfter_layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.BeforeAfter .BeforeAfter_label {
  position: absolute;
  bottom: 3rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 1.4rem;
}
.BeforeAfter .BeforeAfter_before {
  clip-path: inset(0 50% 0 0);
  z-index: 2;
}
.BeforeAfter .BeforeAfter_before .ba__label {
  left: 0;
}
.BeforeAfter .BeforeAfter_after .BeforeAfter_label {
  right: 0;
}
.BeforeAfter .BeforeAfter_divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  background: #f0e9ea;
  transform: translateX(-50%);
  z-index: 3;
  cursor: ew-resize;
}
.BeforeAfter .BeforeAfter_divider > div {
  min-width: 4.2rem;
  max-width: 4.2rem;
  min-height: 4.2rem;
  max-height: 4.2rem;
  border-radius: 50%;
  background: #fff;
}

.rotate-180 {
  transform: rotate(180deg);
}

.component_portfolio-item .component_portfolio-item_button {
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .component_portfolio-item .component_portfolio-item_button {
    opacity: 1;
  }
}
.component_portfolio-item:hover .component_portfolio-item_button {
  opacity: 1;
}

.button-section.is-active {
  background: #c89a97 !important;
  color: #fff !important;
}

.circle-block {
  position: relative;
}
.circle-block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 12.5rem;
  transform: translate(-50%, -50%);
  background: url(../static/circle.svg) no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
  z-index: 1;
}

.js-countUp {
  display: inline-block;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.catalog-open {
  background: #c89a97;
  color: #fff;
}
.catalog-open:hover {
  background: #b7807c !important;
  color: #fff !important;
}
.catalog-open.active .my-menu-btn span {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .catalog-open.active .my-menu-btn span {
    transition: none;
  }
}
.catalog-open.active .my-menu-btn span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .catalog-open.active .my-menu-btn span:before {
    transition: none;
  }
}
.catalog-open.active .my-menu-btn span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .catalog-open.active .my-menu-btn span:after {
    transition: none;
  }
}
.catalog-open.active .my-menu-btn span:before,
.catalog-open.active .my-menu-btn span:after {
  background-color: #fff;
}

.my-menu-btn {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.my-menu-btn span {
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .my-menu-btn span {
    transition: none;
  }
}
.my-menu-btn span:before, .my-menu-btn span:after {
  position: absolute;
  content: "";
}
.my-menu-btn span:before {
  margin-top: -0.4rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .my-menu-btn span:before {
    transition: none;
  }
}
.my-menu-btn span:after {
  margin-top: 0.4rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .my-menu-btn span:after {
    transition: none;
  }
}
.my-menu-btn span,
.my-menu-btn span:before,
.my-menu-btn span:after {
  width: 2.5rem;
  height: 0.2rem;
  background-color: #fff;
  display: block;
  border-radius: 100rem;
}

.float-sections {
  display: none;
  position: absolute;
  left: 1.6rem;
  right: 0;
  top: 100%;
  z-index: 1042;
  height: calc(100dvh - 18rem);
  border-radius: 0 0 1rem 1rem;
}
.float-sections .section-block.selected {
  color: #b7807c !important;
}
.float-sections .subsection-block {
  display: none;
}
.float-sections .subsection-block.active {
  display: block;
}

.tariff-item {
  border: 0.2rem solid #b7807c;
  padding: 2rem;
  border-radius: 2rem;
}
.tariff-item .tariff-item_name {
  text-align: center;
  font-size: 2.4rem;
  color: #b7807c;
  font-family: "Montserrat", "Arial", sens-serif;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.tariff-item .tariff-item_time {
  display: inline-block;
  background-color: #D7D7D7;
  color: #000;
  font-size: 1.4rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .tariff-item .button {
    background: #D7D7D7 !important;
    color: #000 !important;
    border-color: #D7D7D7 !important;
  }
}
@media (min-width: 1200px) {
  .tariff-item:hover .button {
    background: #c89a97 !important;
    color: #fff !important;
    border-color: #c89a97 !important;
  }
}

/*# sourceMappingURL=styles.css.map */
