* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
@font-face {font-family: Montserrat;font-display: swap;src: url("../../fonts/Montserrat-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../../fonts/Montserrat-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../../fonts/Montserrat-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("../../fonts/Inter-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
:root {
  --font-family: Montserrat, sans-serif;
  --second-family: Inter, sans-serif;
}

body {
  min-width: 320px;
  color: #28293a;
  font-family: var(--font-family);
  font-size: 15px;
  background-color: #f5f5f5;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 648px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button,
.button-blue {
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: transparent;
  border: 2px solid #004df9;
  border-radius: 100px;
  padding: 12px 16px;
  min-height: 54px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #004df9;
  transition: all 0.3s;
}
.button:hover,
.button-blue:hover {
  color: #fff;
  background-color: #004df9;
}
.button.disabled,
.button-blue.disabled {
  pointer-events: none;
  color: #b7b1be;
  border-color: #b7b1be;
}

.button-blue {
  color: #fff;
  background-color: #004df9;
}
.button-blue:hover {
  color: #004df9;
  background-color: transparent;
}
.button-blue.disabled {
  pointer-events: none;
  color: #b7b1be;
  border-color: #b7b1be;
  background-color: transparent;
}.fls-preloader {
  pointer-events: none;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #004df9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.fls-preloader__body {
  width: 100%;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fls-preloader__logo {
  max-width: 198px;
}
.fls-preloader__logo svg {
  width: 100%;
}
[data-fls-preloader-loaded] .fls-preloader__logo {
  opacity: 0;
  transition: opacity 0.3s;
}

[data-fls-preloader-loaded] .fls-preloader {
  opacity: 0;
  visibility: hidden;
}.order-block {
  padding-top: 30px;
  /*min-height: 100svh;*/
  display: flex;
  flex-direction: column;
}
.order-block > *:not(:last-child) {
  margin-bottom: 30px;
}
.order-block__container {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order-block__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.order-block__head:not(:last-child) {
  margin-bottom: 32px;
}
.order-block__head.error {
  gap: 16px;
}
.order-block__head.error .order-block__title,
.order-block__head.error .order-block__text {
  color: #ff4a68;
}
.order-block__logo {
  max-width: 153px;
}
.order-block__logo img {
  width: 100%;
  object-fit: cover;
}
.order-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
}
.order-block__text {
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.03em;
}
.order-block__body > *:not(:last-child) {
  margin-bottom: 30px;
}
.order-block__body.disabled {
  color: #b7b1be;
}
.order-block__body.disabled > *:not(.order-block__field) {
  pointer-events: none;
}
.order-block__body.disabled .order-block__quantity {
  border-color: #b7b1be;
  background-color: transparent;
}
.order-block__body.disabled .order-block__quantity-btn {
  border-color: #b7b1be;
  color: #b7b1be;
}
.order-block__body.disabled .noUi-connect {
  background: #b7b1be;
}
.order-block__body.disabled .order-block__btn {
  border-color: #b7b1be;
  background-color: transparent;
  box-shadow: none;
}
.order-block__body.disabled .login-block {
  pointer-events: all;
}
.order-block__body.disabled .button {
  color: #b7b1be;
  border-color: #b7b1be;
}
.order-block__body.disabled .order-block__type-btn {
  color: #b7b1be;
  background-color: transparent;
  border-color: #b7b1be;
}
.order-block__body.disabled .order-block__type-btn.active {
  background-color: transparent;
}
.order-block__field:not(:last-child) {
  margin-bottom: 32px;
}
.order-block__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border: 2px solid #004df9;
  border-radius: 8px;
  padding: 0px 14px;
  height: 46px;
  font-weight: 500;
  font-size: 15px;
  line-height: 107%;
  letter-spacing: 0.02em;
  color: #28293a;
  transition: all 0.3s;
}
.order-block__input::placeholder {
  font-weight: 400;
  color: #b7b1be;
}
.order-block__input.active {
  background-color: #004df9;
  color: #fff;
}
.order-block__input.error {
  background-color: #b7b1be;
  border-color: #b7b1be;
  color: #fff;
}
.order-block__type {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.order-block__type-btn {
  flex: 1 1 auto;
  width: calc(50% - 5px);
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border: 1px solid #004df9;
  border-radius: 8px;
  padding: 11px 12px;
  min-height: 53px;
  transition: all 0.3s;
}
.order-block__type-btn.active {
  background-color: #004df9;
  color: #fff;
}
.order-block__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.order-block__prices {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding-left: 14px;
}
.order-block__prices-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 107%;
  letter-spacing: 0.02em;
}
.order-block__total-price {
  font-weight: 500;
  line-height: 107%;
  letter-spacing: 0.02em;
}
.order-block__total-price span {
  font-size: 55px;
  line-height: 100%;
}
.order-block__price {
  line-height: 107%;
  letter-spacing: 0.02em;
}
.order-block__quantity {
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.order-block__quantity-liters {
  font-weight: 500;
  line-height: 107%;
  letter-spacing: 0.02em;
}
.order-block__quantity-liters span {
  font-size: 55px;
  line-height: 100%;
}
.order-block__quantity-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.order-block__quantity-btn {
  width: 41px;
  height: 41px;
  color: #004df9;
  border: 2px solid #004df9;
  border-radius: 6px;
  padding: 3px;
  display: grid;
  place-content: center;
  transition: all 0.3s;
}
.order-block__quantity-btn > * {
  pointer-events: none;
}
.order-block__quantity-btn:hover {
  background-color: #004df9;
  color: #fff;
}
.order-block__range:not(:last-child) {
  margin-bottom: 80px;
}
.order-block__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.order-block__btn {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 22px;
  padding: 11px 12px;
  min-height: 53px;
  transition: all 0.3s;
}
.order-block__btn:hover {
  background-color: #004df9;
  color: #fff;
}
.order-block__bottom {
  display: flex;
  flex-direction: column;
}
.order-block__bottom > *:not(:last-child) {
  margin-bottom: 16px;
}
.order-block__buy {
  max-width: 100%;
}
.order-block__policy {
  max-width: fit-content;
  margin: 0 auto;
  font-size: 10px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #b7b1be;
}
.order-block__policy:hover {
  text-decoration: none;
}
.order-block__footer {
  margin-top: 30px;
  padding: 12px 0;
  background-color: #004df9;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.order-block__footer > *:not(:last-child) {
  margin-bottom: 16px;
}
.order-block__footer .order-block__container > *:not(:last-child) {
  margin-bottom: 16px;
}
.order-block__footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.order-block__footer-list > * {
  display: flex;
  align-items: center;
  gap: 5px;
}
.order-block__footer-list > *:not(:last-child)::after {
  content: "|";
  font-size: 10px;
  line-height: 120%;
}
.order-block__footer-link {
  font-size: 10px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.order-block__footer-link:hover {
  text-decoration: none;
}
.order-block__payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.order-block__success {
  flex: 1 1 auto;
  padding: 25px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  gap: 30px;
}
.order-block__success-logo {
  max-width: 141px;
}
.order-block__success-logo img {
  width: 100%;
  object-fit: cover;
}
.order-block__success-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-block__success-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 116%;
}
.order-block__success-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
}
.order-block__success-link {
  font-weight: 400;
  font-size: 10px;
  line-height: 200%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #b7b1be;
}
.order-block__success-link:hover {
  text-decoration: none;
}
.order-block__success-btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.order-block__success-btn {
  max-width: 100%;
}

.login-block > *:not(:last-child) {
  margin-bottom: 12px;
}
.login-block__title {
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #b7b1be;
  display: flex;
  align-items: center;
  gap: 33px;
}
.login-block__title::before, .login-block__title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #b7b1be;
}
.login-block__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px;
}
.login-block__btn {
  flex: 1 1 auto;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border-radius: 22px;
  padding: 8px 12px;
  min-height: 37px;
  display: grid;
  place-content: center;
}
.login-block__btn img {
  width: 21px;
  object-fit: cover;
}

.authorization {
  padding: 30px 0;
  display: grid;
  /*min-height: 100svh;*/
}
.authorization__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.authorization__logo {
  max-width: 141px;
}
.authorization__logo img {
  width: 100%;
  object-fit: cover;
}
.authorization__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 116%;
  text-align: center;
}
.authorization__title:not(:last-child) {
  margin-bottom: 10px;
}
.authorization__text {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
.authorization__form {
  flex: 1 1 auto;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.authorization__inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.authorization__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border: 1px solid #b7b1be;
  border-radius: 50px;
  padding: 0px 14px;
  height: 54px;
  font-weight: 500;
  font-size: 16px;
  line-height: 107%;
  letter-spacing: 0.02em;
  color: #28293a;
  transition: all 0.3s;
}
.authorization__input::placeholder {
  font-weight: 400;
  color: #b7b1be;
}
.authorization__input.active {
  background-color: #004df9;
  color: #fff;
}
.authorization__input.active::placeholder {
  color: #d6d6d6;
}
.authorization__input.error {
  border-color: tomato;
  /*color: #fff;*/
}
.authorization__btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.authorization__btn {
  max-width: 100%;
  width: 100%;
}
.authorization__link {
  margin: 0 auto;
  max-width: fit-content;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #004df9;
  transition: color 0.3s;
}

.promo {
  padding-top: 30px;
}
.promo__container > *:not(:last-child) {
  margin-bottom: 30px;
}
.promo__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.promo__head:not(:last-child) {
  margin-bottom: 32px;
}
.promo__logo {
  max-width: 153px;
}
.promo__logo img {
  width: 100%;
  object-fit: cover;
}
.promo__authorization {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.promo__btn {
  flex: 1 1 auto;
  max-width: none;
  width: calc(50% - 10px);
  min-width: 160px;
}
.promo__user {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 12px;
}
.promo__user-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.promo__user-info {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #28293a;
  word-break: break-word;
}
.promo__user-exit {
  align-self: flex-start;
  margin-top: 1.5px;
  font-weight: 500;
  font-size: 16px;
  color: #004df9;
  text-decoration: underline;
}
.promo__user-balance {
  font-weight: 500;
  line-height: 125%;
  color: #28293a;
}
.promo__user-balance span {
  font-weight: 700;
}
.promo__buy {
  max-width: 100%;
  width: 100%;
  min-height: 60px;
}
.discounts-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 20px;
}
.discounts-block__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.discounts-block__item {
  flex: 1 1 auto;
  width: calc(50% - 10px);
  min-width: 210px;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  border-radius: 8px;
}
.discounts-block__item img {
  width: 100%;
  object-fit: cover;
}
.discounts-block__item-body {
  flex: 1 1 auto;
  padding: 16px 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.discounts-block__item-title {
  font-size: 18px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
}
.discounts-block__item-text {
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
  color: #004df9;
  text-align: center;
}
.discounts-block__item-btn {
  max-width: 100%;
  width: 100%;
}

.pack-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 20px;
}
.pack-block__items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.pack-block__btn {
  flex: 1 1 auto;
  width: calc(50% - 5px);
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 30px -20px rgba(45, 37, 55, 0.14), 0 0 12px -4px rgba(29, 21, 41, 0.05);
  background-color: #fff;
  border-radius: 8px;
  padding: 11px 12px;
  min-height: 53px;
  transition: all 0.3s;
}
.pack-block__btn:hover {
  background-color: #004df9;
  color: #fff;
}
.pack-block__btn.active {
  background-color: #004df9;
  color: #fff;
}/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 12px;
  margin: 6px 0;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -12px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: transparent;
  position: relative;
}

.noUi-target::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  height: 4px;
  border-radius: 100px;
  background-color: #b7b1be;
  opacity: 0.4;
}

.noUi-connects {
  border-radius: 100px;
}

.noUi-connect {
  background: #004df9;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 2px solid #b7b1be;
  border-radius: 50%;
  background: #fff;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b7b1be;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  font-family: var(--second-family);
  white-space: nowrap;
  text-align: center;
  font-size: 8px;
  color: #b7b1be;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 6px);
}
.noUi-value-horizontal.long-tick-label {
  transform: translate(-50%, 16px);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -0.5px;
  width: 1px;
  border-radius: 1px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-normal {
  display: none !important;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 14px;
}

.noUi-marker-horizontal.short-tick {
  height: 4px;
  display: block;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@media (max-width: 23.43625em) {
  .order-block__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (any-hover: hover) {
  .order-block__type-btn:hover {
    background-color: #004df9;
    color: #fff;
  }
  .authorization__link:hover {
    color: #28293a;
    text-decoration: underline;
  }
  .promo__user-exit:hover {
    text-decoration: none;
  }
}
