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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

@charset "UTF-8";
/*Fonts*/
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*Specification*/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto";
  font-weight: 500;
}

button:active, button:hover, button:focus,
select:active, select:hover, select:focus,
input:active, input:hover, input:focus,
textarea:active, textarea:hover, textarea:focus,
.ui-slider-handle:active, .ui-slider-handle:hover, .ui-slider-handle:focus {
  outline: 0;
  outline-offset: 0;
}

button:hover {
  cursor: pointer;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

input:-internal-autofill-selected {
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important;
}

a:hover {
  text-decoration: none;
  cursor: pointer !important;
}

::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

/*LOGIN*/
.login__wr {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login__logo {
  width: 275px;
  display: block;
  margin: 0 auto 0 auto;
}

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

.login__input {
  background: #2D2C2E;
  border: none;
  border-radius: 65px;
  color: white;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  height: 40px;
  width: 184px;
  display: inline-block;
  margin-bottom: 24px;
}

.login__btn {
  width: 163px;
  height: 40px;
  border: none;
  background: #FFFFFF;
  border-radius: 65px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #1E1C20;
  margin-bottom: 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.login__btn:hover {
  cursor: pointer;
}

.login__info {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #6E6E70;
}

.login__info a {
  display: block;
  color: #6E6E70;
  text-decoration: underline;
  margin-bottom: 3px;
}

.login__info a:hover {
  text-decoration: none;
}

.custom-checkbox {
  line-height: 0;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.custom-checkbox:hover {
  cursor: pointer;
}
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 20px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: #2d2c2e;
  box-shadow: inset 0px 1px 9px -2px rgba(0, 0, 0, 0.51);
}
.custom-checkbox .circle {
  position: relative;
  top: -11px;
  left: 0;
}
.custom-checkbox .circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: white;
  right: 24px;
  transition: 0.2s;
}
.custom-checkbox > input:checked + span::before {
  background-color: #0047FF;
}
.custom-checkbox > input:checked + span .circle::before {
  background: #ffffff;
  right: 4px;
}
.custom-checkbox:after {
  content: "запомнить меня";
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.login__popup, .form__popup {
  width: 100%;
  min-height: 100%;
  background: rgba(30, 28, 32, 0.3);
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -999;
  opacity: 0;
  transition: opacity 0.5s;
}

.login__popup {
  padding: 40px 0;
}

.show-popup .login__popup, .show-popup .form__popup {
  z-index: 999;
  opacity: 1;
}

.login__popup:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.show-popup .login__wr {
  filter: blur(3px);
  -webkit-transition: -webkit-filter 500ms linear;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login__popup__content {
  margin: 20% auto;
  /* transform: translate(0, -50%); */
  transform: none !important;
  height: 100%;
  width: 100%;
  max-width: 288px;
  position: relative;
  border-radius: 30px;
  background: #000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 0;
  transform: translate(0, -100%);
  transition: transform 0.5s;
}

.show-popup .login__popup__content {
  transform: translate(0, -80%);
}

.login__popup__title {
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #FFF;
}

.login__popup__subtitle {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #1E1C20;
  margin: 45px 0;
}

.login__popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  text-align: center;
  height: 30px;
  border: 2px solid #0047FF;
  box-sizing: border-box;
  border-radius: 65px;
  font-size: 15px;
  line-height: 18px;
  color: #0047FF;
  text-transform: uppercase;
}

.login__popup__close {
  position: absolute;
  right: 17.7px;
  top: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
}

.popup__close:hover {
  cursor: pointer;
}

/*list*/
.list {
  background: #272727;
  padding-bottom: 29px;
  max-width: 600px;
  margin: 0 auto;
}

.list__search {
  padding: 20px 26px 20px 32px;
  background: #2E2C30;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list__input {
  border: 2px solid #908E90;
  border-radius: 37px;
  background: none;
  color: #908E90;
  padding-left: 10px;
  font-size: 15px;
  line-height: 18px;
  width: 240px;
  height: 30px;
}

.list__input::-webkit-input-placeholder {
  color: #908E90;
}

.list__input:-moz-placeholder {
  color: #908E90;
}

.list__input::-moz-placeholder {
  color: #908E90;
}

.list__input:-ms-input-placeholder {
  color: #908E90;
}

.list__add {
  flex-shrink: 0;
  background: none;
  border: none;
}

.list__add:hover {
  cursor: pointer;
}

.list__table__title {
  height: 16px;
  display: flex;
  align-items: center;
  padding-left: 42px;
  background: #6E6E70;
  font-size: 13px;
  line-height: 15px;
  color: #2E2C30;
}

.list__table__name {
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 42px;
  font-size: 15px;
  line-height: 18px;
  color: #908E90;
  border-bottom: 1px solid #908E90;
  text-decoration: none;
  transition: color 0.2s;
}

.list__table__name:hover {
  cursor: pointer;
  color: white;
}

.list__logo {
  display: block;
  margin: 28px auto 47px auto;
}

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

.list__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 47px 0;
}

.list__btn {
  min-width: 113px;
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 2px solid white;
  border-radius: 65px;
  color: white;
  background: none;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  padding: 0px 15px;
  box-sizing: border-box;
  margin: 0px 15px;
}

.list__btn:hover {
  background-color: #fff;
  color: #1e1c20;
}

.list__btn.type2 {
  background: white;
  color: #272727;
}
.list__btn.type2:hover {
  color: #fff;
  background: #272727;
}

.list__info {
  margin-top: 47px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #908E90;
}

.list__info a {
  color: #908E90;
  display: block;
  margin-bottom: 3px;
}

/*form*/
.form {
  padding: 20px 13px 72px 13px;
  width: 349px;
  margin: 0 auto;
}

.type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.type__item {
  width: 77px;
}

.type__name {
  text-transform: uppercase;
  color: white;
  font-size: 7.5px;
  line-height: 9px;
  text-align: center;
}

.type__range {
  position: relative;
  cursor: pointer;
}

.type__range:before {
  z-index: 2;
  opacity: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/star.png);
  background-size: 35px;
  background-position: 47% 48%;
  background-repeat: no-repeat;
  transition: 0.4s;
}

.type__range.full:before {
  opacity: 1;
}

.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  transform: translate(-50%, 13%);
  width: 19px;
  height: 15px;
  border: none;
  background: white;
  border-radius: 65px;
  font-size: 7.5px;
  line-height: 15px;
  text-align: center;
  color: #1E1C20;
  text-decoration: none;
}

.ui-widget.ui-widget-content {
  width: 76px;
  background: none;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}

.ui-slider .ui-slider-range {
  border-radius: 0;
}

.ui-widget-header {
  background: #908E90;
}

.range-normal {
  margin-top: 11px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.range-normal .ui-slider-range {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #FFFFFF;
}

.range-upsidedown {
  margin-bottom: 11px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #908E90 !important;
}
.range-upsidedown .ui-slider-range {
  border-bottom: 1px solid #FFFFFF;
  background-color: #272727;
}

.form__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form__top__item {
  display: flex;
  align-items: center;
}

.form__top__back {
  display: flex;
  align-items: center;
}

.form__top__back img {
  flex-shrink: 0;
}

.form__top__name {
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  margin-left: 8px;
}

input[type=submit] {
  cursor: pointer;
}

.form__top__btn {
  border: 1px solid #908E90;
  border-radius: 65px;
  color: #908E90;
  width: 70px;
  height: 16px;
  font-size: 7.5px;
  line-height: 9px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
}
.form__top__btn:hover {
  background: #908E90;
  color: #fff;
}

.form__bottom__btn {
  display: none;
  border: 1px solid #908E90;
  border-radius: 65px;
  color: #908E90;
  width: 70px;
  height: 18px;
  font-size: 8.5px;
  line-height: 9px;
  text-align: center;
  margin: 0.5em auto;
  background: none;
  cursor: pointer;
}
.form__bottom__btn:hover {
  background: #908E90;
  color: #fff;
}

form.changed .form__bottom__btn {
  display: block;
}

.form__top__img {
  flex-shrink: 0;
  margin-left: 9px;
  width: 29px;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.buttons__item {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.buttons__item input {
  visibility: hidden;
  position: absolute;
  z-index: -999;
}

.buttons__item label:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.buttons__item label:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.buttons__item label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 15px;
  background: #908E90;
  font-size: 7.5px;
  line-height: 9px;
  text-align: center;
  color: #1E1C20;
  margin-right: 1px;
  transition: 0.4s;
}

.buttons__item label:hover {
  cursor: pointer;
}

.emotion {
  height: 12px;
  width: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #908E90;
  border: 1px solid #908E90;
  border-radius: 4px;
  font-size: 7.5px;
  line-height: 9px;
  padding-left: 4px;
  color: #272727;
  margin-bottom: 2px;
  position: relative;
}

.emotion select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.emotion select:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.emotion select:hover {
  cursor: pointer;
}

.buttons.type2 .buttons__item {
  flex-direction: column;
}

.buttons.type2 {
  margin-bottom: 20px;
}

.matrix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75px;
}

.matrix label {
  background: #908E90;
  border: 1px solid #908E90;
  border-radius: 4px;
  font-size: 7.5px;
  line-height: 9px;
  text-align: center;
  width: 15px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #272727;
  margin-bottom: 3.5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.matrix label:hover {
  cursor: pointer;
}

.matrix input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -999;
}

.buttons.type3 .buttons__item {
  width: 100%;
}

.buttons.type3 .buttons__item label {
  /* padding: 0 6.73px; */
  flex-grow: 1;
  padding: 0 !important;
}

.buttons.button1 {
  margin-bottom: 20px;
}

.buttons__item label.on {
  background: #FFFFFF;
  color: #1E1C20;
}

.buttons__item label.off {
  background: black;
  color: #908E90;
}

.matrix label.on {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #1E1C20;
}

.matrix label.off {
  border: 1px solid black;
  background: black;
  color: #908E90;
}

.matrix label.red {
  border: 1px solid #D1251A;
  background: #D1251A;
  color: white;
}

.matrix label.blue {
  border: 1px solid #0047FF;
  background: #0047FF;
  color: white;
}

.note__add {
  display: block;
  margin: 0 auto;
}

.note__add:hover {
  cursor: pointer;
}

.note__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.add__notice:hover, .login__popup__close:hover {
  cursor: pointer;
}

.note__item {
  background: #4A4A4A;
  border-radius: 7px;
  font-size: 7.5px;
  line-height: 9px;
  color: #C4C4C4;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 94px;
  padding: 3px 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
  overflow-wrap: break-word;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.note__close:hover {
  cursor: pointer;
}

.note__close {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  top: -5px;
  right: -6px;
}

.form__popup__text {
  resize: none;
  border: 2px solid #fff;
  border-radius: 4px;
  margin: 15px 0;
}

.w15 label, .w24 label, .w31 label, .w37 label, .w20 label, .w29 label {
  padding: 0 !important;
}

.w15 span {
  width: 15px;
}

.w24 span {
  width: 24px;
}

.w31 span {
  width: 31px;
}

.w37 span {
  width: 37px;
}

.w20 span {
  width: 20px;
}

.w29 span {
  width: 29px;
}

label {
  position: relative;
}

@media (max-width: 375px) {
  .form {
    padding: 5.3333333333vw 3.4666666667vw 19.2vw 3.4666666667vw;
    width: 93.0666666667vw;
  }

  .form__top {
    margin-bottom: 4.2666666667vw;
  }

  .form__top__back img {
    width: 8vw;
  }

  .form__top__name {
    font-size: 4vw;
    line-height: 4.8vw;
    margin-left: 2.1333333333vw;
  }

  .form__top__btn {
    border-radius: 17.3333333333vw;
    width: 18.6666666667vw;
    height: 4.2666666667vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .form__top__img {
    margin-left: 2.4vw;
    width: 7.7333333333vw;
  }

  .type {
    margin-bottom: 5.6vw;
  }

  .type__item {
    width: 20.5333333333vw;
  }

  .type__name {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .ui-slider-vertical {
    height: 26.6666666667vw;
  }

  .ui-widget.ui-widget-content {
    width: 20.2666666667vw;
    border-radius: 1.0666666667vw;
  }

  .type__range.range1, .type__range.range3, .type__range.range5, .type__range.range7 {
    margin-top: 2.9333333333vw;
  }

  .type__range.range2, .type__range.range4, .type__range.range6, .type__range.range8 {
    margin-bottom: 2.9333333333vw;
  }

  .type__range:before {
    background-size: 9.3333333333vw;
  }

  .ui-slider-vertical .ui-slider-handle {
    left: 50%;
    transform: translate(-50%, 13%);
    width: 5.0666666667vw;
    height: 4vw;
    border-radius: 17.3333333333vw;
    font-size: 2vw;
    line-height: 4vw;
  }

  .ui-slider-vertical .ui-slider-handle:hover {
    cursor: pointer;
  }

  .buttons, .buttons.type2 {
    margin-bottom: 4vw;
  }

  .buttons.button1 {
    margin-bottom: 5.3333333333vw;
  }

  .buttons__item label:first-child {
    border-top-left-radius: 1.0666666667vw;
    border-bottom-left-radius: 1.0666666667vw;
  }

  .buttons__item label:last-child {
    border-top-right-radius: 1.0666666667vw;
    border-bottom-right-radius: 1.0666666667vw;
  }

  .type__range.range1 .ui-slider-range, .type__range.range3 .ui-slider-range,
.type__range.range5 .ui-slider-range, .type__range.range7 .ui-slider-range {
    border-radius: 0;
    border-top-left-radius: 1.0666666667vw;
    border-top-right-radius: 1.0666666667vw;
    border-top: 1px solid #FFFFFF;
  }

  .type__range.range2 .ui-slider-range, .type__range.range4 .ui-slider-range,
.type__range.range6 .ui-slider-range, .type__range.range8 .ui-slider-range {
    border-bottom-left-radius: 1.0666666667vw;
    border-bottom-right-radius: 1.0666666667vw;
    border-bottom: 1px solid #FFFFFF;
  }

  .buttons__item label {
    padding: 0 1.3333333333vw;
    height: 4vw;
    font-size: 2vw;
    line-height: 2.4vw;
    margin-right: 0.2666666667vw;
    transition: 0.4s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .emotion {
    height: 3.2vw;
    width: 31.4666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 2vw;
    line-height: 2.4vw;
    padding-left: 1.0666666667vw;
    margin-bottom: 0.5333333333vw;
  }

  .matrix {
    width: 20vw;
  }

  .matrix label {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 1.0666666667vw;
    font-size: 2vw;
    line-height: 2.4vw;
    width: 4vw;
    height: 3.7333333333vw;
    margin-bottom: 0.9333333333vw;
  }

  .note__item {
    border-radius: 1.8666666667vw;
    font-size: 2vw;
    line-height: 2.4vw;
    max-width: 25.0666666667vw;
    padding: 0.8vw 1.3333333333vw;
    margin-right: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }

  .note__close {
    width: 3.2vw;
    height: 3.2vw;
    top: -1.3333333333vw;
    right: -1.6vw;
  }

  .note__add {
    width: 8vw;
  }

  .buttons.type3 .buttons__item label {
    padding: 0 1.7946666667vw;
  }

  .w15 span {
    width: 4vw;
  }

  .w24 span {
    width: 6.4vw;
  }

  .w31 span {
    width: 8.2666666667vw;
  }

  .w37 span {
    width: 9.8666666667vw;
  }

  .w20 span {
    width: 5.3333333333vw;
  }

  .w29 span {
    width: 7.7333333333vw;
  }
}
/* @media(min-height: 667px) and (min-width: 1200px){
    .form {
        padding: 5.333333333333334vh 3.4666666666666663vh 19.2vh 3.4666666666666663vh;
        width: 93.06666666666666vh;
    }
    .form__top {
        margin-bottom: 4.266666666666667vh;
    }
    .form__top__back img {
        width: 8vh;
    }
    .form__top__name {
        font-size: 4vh;
        line-height: 4.8vh;
        margin-left: 2.1333333333333333vh;
    }
    .form__top__btn {
        border-radius: 17.333333333333336vh;
        width: 18.666666666666668vh;
        height: 4.266666666666667vh;
        font-size: 2vh;
        line-height: 2.4vh;
    }
    .form__top__img {
        margin-left: 2.4vh;
        width: 7.733333333333333vh;
    }
    .type {
        margin-bottom: 5.6000000000000005vh;
    }
    .type__item {
        width: 20.533333333333335vh;
    }
    .type__name {
        font-size: 2vh;
        line-height: 2.4vh;
    }
    .ui-slider-vertical {
        height: 26.666666666666668vh;
    }
    .ui-widget.ui-widget-content {
        width: 20.266666666666666vh;
        border-radius: 1.0666666666666667vh;
    }
    .type__range.range1, .type__range.range3, .type__range.range5, .type__range.range7 {
        margin-top: 2.933333333333333vh;
    }
    .type__range.range2, .type__range.range4, .type__range.range6, .type__range.range8 {
        margin-bottom: 2.933333333333333vh;
    }
    .type__range:before {
        background-size: 9.333333333333334vh;
    }
    .ui-slider-vertical .ui-slider-handle {
        left: 50%;
        transform: translate(-50%, 13%);
        width: 5.066666666666666vh;
        height: 4vh;
        border-radius: 17.333333333333336vh;
        font-size: 2vh;
        line-height: 4vh;
    }
    .buttons, .buttons.type2{
        margin-bottom: 4vh;
    }
    .buttons.button1 {
        margin-bottom: 5.333333333333334vh;
    }
    .buttons__item label:first-child {
        border-top-left-radius: 1.0666666666666667vh;
        border-bottom-left-radius: 1.0666666666666667vh;
    }
    .buttons__item label:last-child {
        border-top-right-radius: 1.0666666666666667vh;
        border-bottom-right-radius: 1.0666666666666667vh;
    }
    .type__range.range1 .ui-slider-range, .type__range.range3 .ui-slider-range,
    .type__range.range5 .ui-slider-range, .type__range.range7 .ui-slider-range{
        border-radius: 0;
        border-top-left-radius: 0.5997001499250375vh;
        border-top-right-radius: 0.5997001499250375vh;
        border-top: 1px solid #FFFFFF;
    }
    .type__range.range2 .ui-slider-range, .type__range.range4 .ui-slider-range,
    .type__range.range6 .ui-slider-range, .type__range.range8 .ui-slider-range{
        border-bottom-left-radius: 0.5997001499250375vh;
        border-bottom-right-radius: 0.5997001499250375vh;
        border-bottom: 1px solid #FFFFFF;
    }
    .buttons__item label {
        padding: 0 1.3333333333333335vh;
        height: 4vh;
        font-size: 2vh;
        line-height: 2.4vh;
        margin-right: 0.26666666666666666vh;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .emotion {
        height: 3.2vh;
        width: 31.466666666666665vh;
        border-radius: 1.0666666666666667vh;
        font-size: 2vh;
        line-height: 2.4vh;
        padding-left: 1.0666666666666667vh;
        margin-bottom: 0.5333333333333333vh;
    }
    .matrix {
        width: 20vh;
    }
    .matrix label {
        border-radius: 1.0666666666666667vh;
        font-size: 2vh;
        line-height: 2.4vh;
        width: 4vh;
        height: 3.733333333333334vh;
        margin-bottom: 0.9333333333333335vh;
    }
    .note__item {
        border-radius: 1.866666666666667vh;
        font-size: 2vh;
        line-height: 2.4vh;
        max-width: 25.066666666666666vh;
        padding: 0.8vh 1.3333333333333335vh;
        margin-right: 5.333333333333334vh;
        margin-bottom: 2.666666666666667vh;
    }
    .note__item:after {
        width: 3.2vw;
        height: 3.2vw;
        top: -1.3333333333333335vw;
        right: -1.6vw;
    }
    .note__add {
        width: 8vh;
    }
    .buttons.type3 .buttons__item label {
        padding: 0 1.7946666666666666vh;
    }
    .w15 label, .w24 label, .w31 label, .w37 label, .w20 label, .w29 label{
        padding: 0 1.3333333333333335vh !important;
    }
    .w15 span{
        width: auto;
    }
    .w24 span{
        width: auto;
    }
    .w31 span{
        width: auto;
    }
    .w37 span{
        width: auto;
    }
    .w20 span{
        width: auto;
    }
    .w29 span{
        width: auto;
    }
    label:after {
        position: absolute;
        content: "";
        width: 110%;
        height: 3.4482758620689653vh;
    }
} */
@media (max-height: 601px) {
  .login__input {
    margin-bottom: 12px;
  }

  .custom-checkbox {
    margin-bottom: 18px;
  }

  .login__btn {
    margin-bottom: 28px;
  }

  .login__logo {
    width: 254px;
  }
}
@media (max-height: 514px) {
  .login__wr {
    height: auto;
  }
}
@media (max-width: 576px) {
  .form__popup .login__popup__btn {
    width: 100px;
    font-size: 12px;
  }

  .form__popup .login__popup__content {
    max-width: 211px;
    padding: 39px 0;
  }

  .form__popup .form__popup__text {
    resize: none;
    font-size: 13px;
    padding: 3px 5px;
  }
}
input.form__top__name {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  background-color: transparent;
  border: none;
}

body.inner {
  background-color: #272727;
  margin: 0;
}

.login-errors {
  margin: 0 0 1em 0;
  color: #77302b;
}

/* rewrite slider styles for "RTL" */
.range-upsidedown .ui-slider-range {
  transform: rotate(180deg);
  bottom: 0;
}
.range-upsidedown .ui-slider-range-max {
  bottom: 0;
}

.article {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 1em;
  max-width: 1000px;
}
.article img {
  max-width: 100%;
  margin: 1em auto;
}
.article img.half {
  width: 50%;
  min-width: 300px;
}
.article img.quarter {
  width: 25%;
  min-width: 200px;
}
