@charset "UTF-8";
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Black";
  src: url("../fonts/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: url("../fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-UltraLight";
  src: url("../fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Extrabold";
  src: url("../fonts/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Heavy";
  src: url("../fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Thin";
  src: url("../fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
:root {
  --font: "Gilroy-Regular";
  --fontn: "Gilroy-Thin";
  --fontul: "Gilroy-UltraLight";
  --fontl: "Gilroy-Light";
  --fontm: "Gilroy-Medium";
  --fonts: "Gilroy-Semibold";
  --fontb: "Gilroy-Bold";
  --fonth: "Gilroy-Heavy";
  --fontbl: "Gilroy-Black";
  --fontex: "Gilroy-Extrabold";
}

i.svg {
  display: block;
  width: 20px;
  background-color: transparent;
  background: var(--white);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
i.svg:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
i.svg.iconRemove {
  -webkit-mask: url(../images/svg/iconRemove.svg) no-repeat center/contain;
          mask: url(../images/svg/iconRemove.svg) no-repeat center/contain;
}
i.svg.selectArrow {
  -webkit-mask: url(../images/svg/selectArrow.svg) no-repeat center/contain;
          mask: url(../images/svg/selectArrow.svg) no-repeat center/contain;
}
i.svg.iconSuccess {
  -webkit-mask: url(../images/svg/iconSuccess.svg) no-repeat center/contain;
          mask: url(../images/svg/iconSuccess.svg) no-repeat center/contain;
}
i.svg.iconFile {
  -webkit-mask: url(../images/svg/iconFile.svg) no-repeat center/contain;
          mask: url(../images/svg/iconFile.svg) no-repeat center/contain;
}
i.svg.iconSelect {
  -webkit-mask: url(../images/svg/iconSelect.svg) no-repeat center/contain;
          mask: url(../images/svg/iconSelect.svg) no-repeat center/contain;
}
i.svg.iconUnloading {
  -webkit-mask: url(../images/svg/iconUnloading.svg) no-repeat center/contain;
          mask: url(../images/svg/iconUnloading.svg) no-repeat center/contain;
}
i.svg.iconWriteOff {
  -webkit-mask: url(../images/svg/iconWriteOff.svg) no-repeat center/contain;
          mask: url(../images/svg/iconWriteOff.svg) no-repeat center/contain;
}
i.svg.iconUser {
  -webkit-mask: url(../images/svg/iconUser.svg) no-repeat center/contain;
          mask: url(../images/svg/iconUser.svg) no-repeat center/contain;
}
i.svg.iconPassword {
  -webkit-mask: url(../images/svg/iconPassword.svg) no-repeat center/contain;
          mask: url(../images/svg/iconPassword.svg) no-repeat center/contain;
}
i.svg.iconLogout {
  -webkit-mask: url(../images/svg/iconLogout.svg) no-repeat center/contain;
          mask: url(../images/svg/iconLogout.svg) no-repeat center/contain;
}
i.svg.iconOrders {
  -webkit-mask: url(../images/svg/iconOrders.svg) no-repeat center/contain;
          mask: url(../images/svg/iconOrders.svg) no-repeat center/contain;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #f3f4f5;
  --gray-100: #f4f4f4;
  --blue: #0098be;
  --red: #be003f;
  --green: #00be55;
  --yellow: #bbbe00;
}

.bg-white {
  background-color: #ffffff;
}
.bg-white-i {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #000000;
}
.bg-black-i {
  background-color: #000000 !important;
}
.bg-gray {
  background-color: #f3f4f5;
}
.bg-gray-i {
  background-color: #f3f4f5 !important;
}
.bg-gray-100 {
  background-color: #f4f4f4;
}
.bg-gray-100-i {
  background-color: #f4f4f4 !important;
}
.bg-blue {
  background-color: #0098be;
}
.bg-blue-i {
  background-color: #0098be !important;
}
.bg-red {
  background-color: #be003f;
}
.bg-red-i {
  background-color: #be003f !important;
}
.bg-green {
  background-color: #00be55;
}
.bg-green-i {
  background-color: #00be55 !important;
}
.bg-yellow {
  background-color: #bbbe00;
}
.bg-yellow-i {
  background-color: #bbbe00 !important;
}

.text-white {
  color: #ffffff;
}
.text-white-i {
  color: #ffffff !important;
}
.text-black {
  color: #000000;
}
.text-black-i {
  color: #000000 !important;
}
.text-gray {
  color: #f3f4f5;
}
.text-gray-i {
  color: #f3f4f5 !important;
}
.text-gray-100 {
  color: #f4f4f4;
}
.text-gray-100-i {
  color: #f4f4f4 !important;
}
.text-blue {
  color: #0098be;
}
.text-blue-i {
  color: #0098be !important;
}
.text-red {
  color: #be003f;
}
.text-red-i {
  color: #be003f !important;
}
.text-green {
  color: #00be55;
}
.text-green-i {
  color: #00be55 !important;
}
.text-yellow {
  color: #bbbe00;
}
.text-yellow-i {
  color: #bbbe00 !important;
}

.border-white {
  border-color: #ffffff;
}
.border-white-i {
  border-color: #ffffff !important;
}
.border-black {
  border-color: #000000;
}
.border-black-i {
  border-color: #000000 !important;
}
.border-gray {
  border-color: #f3f4f5;
}
.border-gray-i {
  border-color: #f3f4f5 !important;
}
.border-gray-100 {
  border-color: #f4f4f4;
}
.border-gray-100-i {
  border-color: #f4f4f4 !important;
}
.border-blue {
  border-color: #0098be;
}
.border-blue-i {
  border-color: #0098be !important;
}
.border-red {
  border-color: #be003f;
}
.border-red-i {
  border-color: #be003f !important;
}
.border-green {
  border-color: #00be55;
}
.border-green-i {
  border-color: #00be55 !important;
}
.border-yellow {
  border-color: #bbbe00;
}
.border-yellow-i {
  border-color: #bbbe00 !important;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 56px;
  padding: 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: var(--black);
  color: var(--white);
  font-size: 14px;
  font-family: var(--fonts);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 8px;
}
.button.bg-red {
  background: var(--red);
  color: var(--white);
}
.button.bg-green {
  background: var(--green);
  color: var(--white);
}
.button.bg-white {
  background: var(--white);
  color: var(--black);
}
.button.bg-white-blue {
  background: var(--white);
  color: var(--black);
}
.button.remove {
  height: 56px;
  width: 56px;
  padding: 0;
  background: var(--red);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.button.remove .svg {
  width: 20px;
  background: var(--white);
}
.button.current {
  height: 56px;
  width: 56px;
  padding: 0;
  background: var(--green);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.button.current .svg {
  width: 20px;
  background: var(--white);
}
.button.current.bord {
  background: none;
  border: 1px solid var(--green);
}
.button.current.bord .svg {
  background: var(--green);
}
.button.number {
  height: 44px;
  width: 44px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.button.number .svg {
  width: 20px;
  background: var(--white);
}

.styleAlert {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 0;
  height: 0;
  top: 0px;
  right: 0;
  z-index: 99999;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1px;
  pointer-events: none;
}
.styleAlert .alert {
  display: block;
  width: 100vw;
  padding: 20px;
  background: var(--green);
  color: var(--white);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  -webkit-animation-name: hideAlert;
          animation-name: hideAlert;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.styleAlert .alert.warning {
  background: var(--yellow);
}
.styleAlert .alert.error {
  background: var(--red);
}

@-webkit-keyframes hideAlert {
  0% {
    display: block;
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: none;
  }
}

@keyframes hideAlert {
  0% {
    display: block;
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: none;
  }
}
.inputImage {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: var(--gray);
  border-radius: 12px;
  overflow: hidden;
}
.inputImage:before, .inputImage:after {
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  height: 4px;
  background: var(--white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.inputImage:after {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.inputImage .image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  border-radius: 12px;
}
.inputImage .image.hidden {
  display: none !important;
}
.inputImage input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.inputImage input[type=file] {
  cursor: pointer;
}
.inputImage .remove {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 5px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
}
.inputImage .remove .svg {
  width: 16px;
}
.inputImage .remove.hidden {
  display: none !important;
}

.styleMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden auto;
  padding: 0 16px;
}
.styleMenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--gray);
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.styleMenu > li .children,
.styleMenu > li a {
  display: block;
  width: 100%;
  padding: 12px 16px;
  color: var(--black);
  background: var(--gray);
  border-radius: 4px;
  font-size: 14px;
}
.styleMenu > li .children:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  -webkit-mask: url(../images/svg/iconSelect.svg) no-repeat center/contain;
          mask: url(../images/svg/iconSelect.svg) no-repeat center/contain;
  background: var(--black);
}
.styleMenu > li .children.active:before {
  content: "";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.styleMenu > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.styleMenu > li ul li {
  display: block;
  width: 100%;
}
.styleMenu > li ul li a:before {
  content: "•";
  display: inline-block;
  padding: 0 8px 0 4px;
}

header {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header nav {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: var(--white);
}
header nav ul.styleMenu {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header.scrolled {
  background: var(--white);
}
header .toggle {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  margin-left: auto;
}
header .toggle:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
  border-radius: 12px;
}
header .toggle:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
  border-radius: 12px;
}
header .toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 12px;
}
header.active {
  background: var(--white);
}
header.active section .toggle:before {
  -webkit-transform: rotate(45deg) translate(1px, -50%);
  -ms-transform: rotate(45deg) translate(1px, -50%);
  transform: rotate(45deg) translate(1px, -50%);
  top: 50%;
}
header.active section .toggle:after {
  -webkit-transform: rotate(-45deg) translate(1px, 50%);
  -ms-transform: rotate(-45deg) translate(1px, 50%);
  transform: rotate(-45deg) translate(1px, 50%);
  top: 50%;
}
header.active section .toggle span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
header:not(.active) section nav {
  opacity: 0;
  visibility: hidden;
}
header:not(.active) section nav ul.styleMenu {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.bg-before:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
}

.disabledItem {
  pointer-events: none;
  opacity: 0.3;
}

* {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
*:before, *:after {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#dfe1e5), to(#f4ece4));
  background: linear-gradient(180deg, #dfe1e5 0%, #f4ece4 100%);
  color: var(--black);
  font-size: 14px;
  font-family: var(--font);
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: var(--fontb);
}

.font-normal {
  font-family: var(--font) !important;
}

.font-bold {
  font-family: var(--fontb) !important;
}

.font-semibold {
  font-family: var(--fonts) !important;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--black);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--black);
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--black);
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--black);
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
input[type=datetime]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=time]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=month]:focus::-webkit-input-placeholder,
input[type=week]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type=text]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=date]:focus:-moz-placeholder,
input[type=datetime]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=time]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
input[type=month]:focus:-moz-placeholder,
input[type=week]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
input[type=datetime]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=time]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
input[type=month]:focus::-moz-placeholder,
input[type=week]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=datetime]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=time]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=month]:focus:-ms-input-placeholder,
input[type=week]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: textfield;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=month],
input[type=week],
input[type=email],
textarea,
select {
  width: 100%;
  height: 48px;
  background: var(--gray-100);
  border: none;
  color: var(--black);
  padding: 0 20px;
  font-size: 14px;
  font-family: var(--font);
  border-radius: 8px;
}

textarea {
  height: unset;
  max-width: 100%;
  min-width: 100%;
  padding: 20px;
}

.textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  background: var(--gray-100);
  border-radius: 8px;
}
.textarea textarea {
  resize: none;
  padding: 0;
  width: 100%;
  background: none;
}

header {
  z-index: 999;
}

.grid-col-self-1 {
  grid-template-columns: 5fr repeat(1, 2fr);
}
.grid-col-self-2 {
  grid-template-columns: 5fr repeat(2, 2fr);
}
.grid-col-self-3 {
  grid-template-columns: 5fr repeat(3, 2fr);
}
.grid-col-self-4 {
  grid-template-columns: 5fr repeat(4, 2fr);
}
.grid-col-self-5 {
  grid-template-columns: 5fr repeat(5, 2fr);
}
.grid-col-self-6 {
  grid-template-columns: 5fr repeat(6, 2fr);
}
.grid-col-self-7 {
  grid-template-columns: 5fr repeat(7, 2fr);
}
.grid-col-self-8 {
  grid-template-columns: 5fr repeat(8, 2fr);
}
.grid-col-self-9 {
  grid-template-columns: 5fr repeat(9, 2fr);
}
.grid-col-self-10 {
  grid-template-columns: 5fr repeat(10, 2fr);
}

.modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden auto;
}
.modal:not(.show) {
  display: none;
}
.modal .modalOverflow {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.modal .modalContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#dfe1e5), to(#f4ece4));
  background: linear-gradient(180deg, #dfe1e5 0%, #f4ece4 100%);
  margin: auto;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .modalTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2px;
  margin-bottom: 16px;
}
.modal .modalTitle span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .modalTitle .close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
  border: 1px solid var(--black);
}
.modal .modalTitle .close:before, .modal .modalTitle .close:after {
  content: "";
  position: absolute;
  display: block;
  width: 60%;
  height: 1px;
  background: var(--black);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modalTitle .close:after {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .modal .modalTitle .close:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border-color: var(--red);
  }
  .modal .modalTitle .close:hover:before, .modal .modalTitle .close:hover:after {
    content: "";
    background: var(--red);
  }
}
.modal .modalBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.select-option {
  position: relative;
  display: block;
  width: 100%;
}
.select-option label {
  display: block;
  font-size: 14px;
  font-family: var(--font);
  color: var(--black);
  margin-bottom: 11px;
}
.select-option label span {
  color: #ff582e;
}
.select-option .select {
  display: block;
  width: 100%;
  height: 48px;
  background: var(--gray-100);
  border: none;
  color: var(--black);
  font-size: 14px;
  font-family: var(--font);
  border-radius: 8px;
}
.select-option .select:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  right: 20px;
  z-index: 1;
  pointer-events: none;
  -webkit-mask: url(../images/svg/iconSelect.svg) no-repeat center/contain;
          mask: url(../images/svg/iconSelect.svg) no-repeat center/contain;
}
.select-option .select select {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
  background: none;
  border: none;
  padding: 0 40px 0 20px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  -moz-appearance: none;
  overflow: hidden !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none;
}
.select-option .select select option {
  display: none !important;
  background: none;
  border: none;
  min-height: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.select-option .dropselect {
  position: absolute;
  display: none;
  width: 100%;
  top: calc(100% + 3px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--gray-100);
  z-index: 10;
  border-radius: 8px;
}
.select-option .dropselect li {
  position: relative;
  display: block;
}
.select-option .dropselect li.hidden {
  display: none !important;
}
.select-option .dropselect li + li {
  border-top: 1px solid var(--gray-100);
}
.select-option .dropselect li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: var(--black);
  font-size: 14px;
  font-family: var(--font);
}
.select-option.active .select:before {
  content: "";
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.select-option.active .dropselect {
  display: block;
}
.select-option.mini .select {
  height: 44px;
}
.select-option.mini .select:before {
  content: "";
  width: 10px;
  height: 10px;
  right: 15px;
}
.select-option.mini .select select {
  padding: 0 30px 0 12px;
}