@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500;9..40,700&family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600&display=swap");
.button-add-small, .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

a, [type=button], [type=reset], [type=submit], button, i, .fadeIn {
  transition: all 0.3s ease;
}

html {
  font-size: 16px;
  margin: 0 !important;
  height: 100%;
  width: 100%;
}
html body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 400;
  color: #15191E;
  background-color: #FCFCFC;
  min-height: 100%;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  position: relative;
}
html body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html body *:before, html body *:after {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.fadeIn {
  opacity: 0;
}

img {
  max-width: 100%;
  height: auto;
}

:focus, :active, a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

input, button, textarea, select {
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

a, a:visited, a:hover, button {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

svg, img {
  -webkit-tap-highlight-color: transparent;
}

ul li {
  list-style: none;
}

.h1, h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}

.h3, h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: -0.09px;
}
.h3.secondary, h3.secondary {
  color: #1B1D21;
}

.h6, h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.18px;
  color: #1B1D21;
}

.title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.title span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #A1A3A5;
}

.subtitle {
  color: #808191;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.subtitle a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFA51D;
}
.subtitle a:hover {
  color: #FFC977;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.text-big {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #1B1D21;
}
.text-big.secondary {
  color: #15191E;
}
.text-big.additional {
  color: #ffffff;
}
.text-big.sidebar-text {
  line-height: 1rem;
}
.text-big.active {
  color: #ffffff;
}

input::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.06px;
  color: #A1A3A5;
}

.text-medium, .button-ingredients, input::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.06px;
  color: #A1A3A5;
}
input::-moz-placeholder.secondary {
  color: #000000;
  font-weight: 600;
}
.text-medium.secondary, .button-ingredients.secondary, input::placeholder.secondary {
  color: #000000;
  font-weight: 600;
}
input::-moz-placeholder.additional {
  color: rgba(255, 255, 255, 0.7);
}
.text-medium.additional, .button-ingredients.additional, input::placeholder.additional {
  color: rgba(255, 255, 255, 0.7);
}
input::-moz-placeholder.popup-text {
  color: #808191;
}
.text-medium.popup-text, .button-ingredients.popup-text, input::placeholder.popup-text {
  color: #808191;
}

.text-small {
  color: #1B1D21;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1rem;
}
.text-small.secondary {
  color: #A1A3A5;
  font-weight: 400;
}
.text-small.additional {
  color: #15191E;
}

.text-custom {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.text-custom.secondary {
  color: #A1A3A5;
  font-weight: 400;
}

h3 + p {
  margin-top: 0.75rem;
}

.button {
  border-radius: 16px;
  width: 100%;
  padding: 1rem 1.5rem;
  background: #FFA51D;
  color: #ffffff;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.button:hover {
  background: #CC8417;
}
.button.button-big {
  max-width: 517px;
  font-weight: 700;
}

.button-orange {
  max-width: 517px;
}
.button-orange.button-big {
  font-weight: 700;
}
.button-orange.medium {
  max-width: 322px;
  font-weight: 600;
  padding: 0.875rem 1.5rem;
}

.button-gray {
  color: #15191E;
  background: #EEEEEE;
  max-width: 322px;
  font-weight: 700;
}
.button-gray.secondary {
  color: #433C66;
  font-weight: 600;
}
.button-gray.button-gray-popup {
  padding: 0.875rem 1.5rem;
}
.button-gray:hover {
  background: #5F7186;
}

.button-add-small {
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid #FFEDD1;
  background: #FFA51D;
}
.button-add-small:hover {
  background: #CC8417;
}
.button-add-small i {
  color: #ffffff;
  font-size: 1.75rem;
}
.button-add-small i:before {
  margin: 0;
}

.button-characteristics {
  max-width: 108px;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  letter-spacing: -0.06px;
  box-shadow: 0px 6px 13px 0px rgba(35, 17, 89, 0.01);
  font-size: 12px;
  line-height: 16px;
}
.button-characteristics span {
  margin-right: 4px;
}
.button-characteristics.secondary {
  max-width: 40px;
  padding: 8px;
}

.button-ingredients {
  padding: 0.5rem 0.865rem;
  max-width: fit-content;
  max-width: -moz-fit-content;
  box-shadow: 0px 6px 13px 0px rgba(35, 17, 89, 0.01);
}
.button-ingredients.secondary {
  color: #13111D;
  background: #F1F1F1;
}
.button-ingredients.secondary:hover {
  background: #5F7186;
}
.button-ingredients.active {
  background: #15191E;
  color: #ffffff;
}

.container-default {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 375px;
}

.d-flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-direction-column {
  flex-direction: column;
}/*# sourceMappingURL=general.css.map */