@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 24px;
  margin: 0.67em 0;
}
h2 {
  font-size: 21px;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
p {
  margin: 0 0 15px 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
a,
button {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
  outline: none;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1180px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 380px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1180px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.form-control {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0.375rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f3f4f5;
  background-clip: padding-box;
  border: 1px solid #1D1D1B19;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-floating > .form-control::placeholder {
  opacity: 0;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(1px * 2));
  min-height: calc(3.5rem + calc(1px * 2));
  line-height: 1.25;
}
.form-control:focus {
  background-color: #ffffff;
  border-color: #EE7105;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #EE710540;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 10px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
label {
  display: inline-block;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(0, 0, 0, 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.m-16 {
  margin: 256px;
}
.mt-16,
.my-16 {
  margin-top: 256px;
}
.mr-16,
.mx-16 {
  margin-right: 256px;
}
.mb-16,
.my-16 {
  margin-bottom: 256px;
}
.ml-16,
.mx-16 {
  margin-left: 256px;
}
.p-16 {
  padding: 256px;
}
.pt-16,
.py-16 {
  padding-top: 256px;
}
.pr-16,
.px-16 {
  padding-right: 256px;
}
.pb-16,
.py-16 {
  padding-bottom: 256px;
}
.pl-16,
.px-16 {
  padding-left: 256px;
}
.m-15 {
  margin: 224px;
}
.mt-15,
.my-15 {
  margin-top: 224px;
}
.mr-15,
.mx-15 {
  margin-right: 224px;
}
.mb-15,
.my-15 {
  margin-bottom: 224px;
}
.ml-15,
.mx-15 {
  margin-left: 224px;
}
.p-15 {
  padding: 224px;
}
.pt-15,
.py-15 {
  padding-top: 224px;
}
.pr-15,
.px-15 {
  padding-right: 224px;
}
.pb-15,
.py-15 {
  padding-bottom: 224px;
}
.pl-15,
.px-15 {
  padding-left: 224px;
}
.m-14 {
  margin: 192px;
}
.mt-14,
.my-14 {
  margin-top: 192px;
}
.mr-14,
.mx-14 {
  margin-right: 192px;
}
.mb-14,
.my-14 {
  margin-bottom: 192px;
}
.ml-14,
.mx-14 {
  margin-left: 192px;
}
.p-14 {
  padding: 192px;
}
.pt-14,
.py-14 {
  padding-top: 192px;
}
.pr-14,
.px-14 {
  padding-right: 192px;
}
.pb-14,
.py-14 {
  padding-bottom: 192px;
}
.pl-14,
.px-14 {
  padding-left: 192px;
}
.m-13 {
  margin: 160px;
}
.mt-13,
.my-13 {
  margin-top: 160px;
}
.mr-13,
.mx-13 {
  margin-right: 160px;
}
.mb-13,
.my-13 {
  margin-bottom: 160px;
}
.ml-13,
.mx-13 {
  margin-left: 160px;
}
.p-13 {
  padding: 160px;
}
.pt-13,
.py-13 {
  padding-top: 160px;
}
.pr-13,
.px-13 {
  padding-right: 160px;
}
.pb-13,
.py-13 {
  padding-bottom: 160px;
}
.pl-13,
.px-13 {
  padding-left: 160px;
}
.m-12 {
  margin: 128px;
}
.mt-12,
.my-12 {
  margin-top: 128px;
}
.mr-12,
.mx-12 {
  margin-right: 128px;
}
.mb-12,
.my-12 {
  margin-bottom: 128px;
}
.ml-12,
.mx-12 {
  margin-left: 128px;
}
.p-12 {
  padding: 128px;
}
.pt-12,
.py-12 {
  padding-top: 128px;
}
.pr-12,
.px-12 {
  padding-right: 128px;
}
.pb-12,
.py-12 {
  padding-bottom: 128px;
}
.pl-12,
.px-12 {
  padding-left: 128px;
}
.m-11 {
  margin: 96px;
}
.mt-11,
.my-11 {
  margin-top: 96px;
}
.mr-11,
.mx-11 {
  margin-right: 96px;
}
.mb-11,
.my-11 {
  margin-bottom: 96px;
}
.ml-11,
.mx-11 {
  margin-left: 96px;
}
.p-11 {
  padding: 96px;
}
.pt-11,
.py-11 {
  padding-top: 96px;
}
.pr-11,
.px-11 {
  padding-right: 96px;
}
.pb-11,
.py-11 {
  padding-bottom: 96px;
}
.pl-11,
.px-11 {
  padding-left: 96px;
}
.m-10 {
  margin: 64px;
}
.mt-10,
.my-10 {
  margin-top: 64px;
}
.mr-10,
.mx-10 {
  margin-right: 64px;
}
.mb-10,
.my-10 {
  margin-bottom: 64px;
}
.ml-10,
.mx-10 {
  margin-left: 64px;
}
.p-10 {
  padding: 64px;
}
.pt-10,
.py-10 {
  padding-top: 64px;
}
.pr-10,
.px-10 {
  padding-right: 64px;
}
.pb-10,
.py-10 {
  padding-bottom: 64px;
}
.pl-10,
.px-10 {
  padding-left: 64px;
}
.m-9 {
  margin: 48px;
}
.mt-9,
.my-9 {
  margin-top: 48px;
}
.mr-9,
.mx-9 {
  margin-right: 48px;
}
.mb-9,
.my-9 {
  margin-bottom: 48px;
}
.ml-9,
.mx-9 {
  margin-left: 48px;
}
.p-9 {
  padding: 48px;
}
.pt-9,
.py-9 {
  padding-top: 48px;
}
.pr-9,
.px-9 {
  padding-right: 48px;
}
.pb-9,
.py-9 {
  padding-bottom: 48px;
}
.pl-9,
.px-9 {
  padding-left: 48px;
}
.m-8 {
  margin: 42px;
}
.mt-8,
.my-8 {
  margin-top: 42px;
}
.mr-8,
.mx-8 {
  margin-right: 42px;
}
.mb-8,
.my-8 {
  margin-bottom: 42px;
}
.ml-8,
.mx-8 {
  margin-left: 42px;
}
.p-8 {
  padding: 42px;
}
.pt-8,
.py-8 {
  padding-top: 42px;
}
.pr-8,
.px-8 {
  padding-right: 42px;
}
.pb-8,
.py-8 {
  padding-bottom: 42px;
}
.pl-8,
.px-8 {
  padding-left: 42px;
}
.m-7 {
  margin: 32px;
}
.mt-7,
.my-7 {
  margin-top: 32px;
}
.mr-7,
.mx-7 {
  margin-right: 32px;
}
.mb-7,
.my-7 {
  margin-bottom: 32px;
}
.ml-7,
.mx-7 {
  margin-left: 32px;
}
.p-7 {
  padding: 32px;
}
.pt-7,
.py-7 {
  padding-top: 32px;
}
.pr-7,
.px-7 {
  padding-right: 32px;
}
.pb-7,
.py-7 {
  padding-bottom: 32px;
}
.pl-7,
.px-7 {
  padding-left: 32px;
}
.m-6 {
  margin: 24px;
}
.mt-6,
.my-6 {
  margin-top: 24px;
}
.mr-6,
.mx-6 {
  margin-right: 24px;
}
.mb-6,
.my-6 {
  margin-bottom: 24px;
}
.ml-6,
.mx-6 {
  margin-left: 24px;
}
.p-6 {
  padding: 24px;
}
.pt-6,
.py-6 {
  padding-top: 24px;
}
.pr-6,
.px-6 {
  padding-right: 24px;
}
.pb-6,
.py-6 {
  padding-bottom: 24px;
}
.pl-6,
.px-6 {
  padding-left: 24px;
}
.m-5 {
  margin: 16px;
}
.mt-5,
.my-5 {
  margin-top: 16px;
}
.mr-5,
.mx-5 {
  margin-right: 16px;
}
.mb-5,
.my-5 {
  margin-bottom: 16px;
}
.ml-5,
.mx-5 {
  margin-left: 16px;
}
.p-5 {
  padding: 16px;
}
.pt-5,
.py-5 {
  padding-top: 16px;
}
.pr-5,
.px-5 {
  padding-right: 16px;
}
.pb-5,
.py-5 {
  padding-bottom: 16px;
}
.pl-5,
.px-5 {
  padding-left: 16px;
}
.m-4 {
  margin: 12px;
}
.mt-4,
.my-4 {
  margin-top: 12px;
}
.mr-4,
.mx-4 {
  margin-right: 12px;
}
.mb-4,
.my-4 {
  margin-bottom: 12px;
}
.ml-4,
.mx-4 {
  margin-left: 12px;
}
.p-4 {
  padding: 12px;
}
.pt-4,
.py-4 {
  padding-top: 12px;
}
.pr-4,
.px-4 {
  padding-right: 12px;
}
.pb-4,
.py-4 {
  padding-bottom: 12px;
}
.pl-4,
.px-4 {
  padding-left: 12px;
}
.m-3 {
  margin: 8px;
}
.mt-3,
.my-3 {
  margin-top: 8px;
}
.mr-3,
.mx-3 {
  margin-right: 8px;
}
.mb-3,
.my-3 {
  margin-bottom: 8px;
}
.ml-3,
.mx-3 {
  margin-left: 8px;
}
.p-3 {
  padding: 8px;
}
.pt-3,
.py-3 {
  padding-top: 8px;
}
.pr-3,
.px-3 {
  padding-right: 8px;
}
.pb-3,
.py-3 {
  padding-bottom: 8px;
}
.pl-3,
.px-3 {
  padding-left: 8px;
}
.m-2 {
  margin: 4px;
}
.mt-2,
.my-2 {
  margin-top: 4px;
}
.mr-2,
.mx-2 {
  margin-right: 4px;
}
.mb-2,
.my-2 {
  margin-bottom: 4px;
}
.ml-2,
.mx-2 {
  margin-left: 4px;
}
.p-2 {
  padding: 4px;
}
.pt-2,
.py-2 {
  padding-top: 4px;
}
.pr-2,
.px-2 {
  padding-right: 4px;
}
.pb-2,
.py-2 {
  padding-bottom: 4px;
}
.pl-2,
.px-2 {
  padding-left: 4px;
}
.m-1 {
  margin: 0;
}
.mt-1,
.my-1 {
  margin-top: 0;
}
.mr-1,
.mx-1 {
  margin-right: 0;
}
.mb-1,
.my-1 {
  margin-bottom: 0;
}
.ml-1,
.mx-1 {
  margin-left: 0;
}
.p-1 {
  padding: 0;
}
.pt-1,
.py-1 {
  padding-top: 0;
}
.pr-1,
.px-1 {
  padding-right: 0;
}
.pb-1,
.py-1 {
  padding-bottom: 0;
}
.pl-1,
.px-1 {
  padding-left: 0;
}
.break-word {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  hyphens: auto;
}
.leading-0 {
  line-height: 0;
}
.text-11 {
  font-size: 64px;
}
.text-10 {
  font-size: 48px;
}
.text-9 {
  font-size: 42px;
}
.text-8 {
  font-size: 36px;
}
.text-7 {
  font-size: 30px;
}
.text-6 {
  font-size: 24px;
}
.text-5 {
  font-size: 20px;
}
.text-4 {
  font-size: 18px;
}
.text-3 {
  font-size: 16px;
}
.text-2 {
  font-size: 14px;
}
.text-1 {
  font-size: 12px;
}
@media (min-width: 380px) {
  .text-xs-11 {
    font-size: 64px;
  }
  .text-xs-10 {
    font-size: 48px;
  }
  .text-xs-9 {
    font-size: 42px;
  }
  .text-xs-8 {
    font-size: 36px;
  }
  .text-xs-7 {
    font-size: 30px;
  }
  .text-xs-6 {
    font-size: 24px;
  }
  .text-xs-5 {
    font-size: 20px;
  }
  .text-xs-4 {
    font-size: 18px;
  }
  .text-xs-3 {
    font-size: 16px;
  }
  .text-xs-2 {
    font-size: 14px;
  }
  .text-xs-1 {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .text-sm-11 {
    font-size: 64px;
  }
  .text-sm-10 {
    font-size: 48px;
  }
  .text-sm-9 {
    font-size: 42px;
  }
  .text-sm-8 {
    font-size: 36px;
  }
  .text-sm-7 {
    font-size: 30px;
  }
  .text-sm-6 {
    font-size: 24px;
  }
  .text-sm-5 {
    font-size: 20px;
  }
  .text-sm-4 {
    font-size: 18px;
  }
  .text-sm-3 {
    font-size: 16px;
  }
  .text-sm-2 {
    font-size: 14px;
  }
  .text-sm-1 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .text-md-11 {
    font-size: 64px;
  }
  .text-md-10 {
    font-size: 48px;
  }
  .text-md-9 {
    font-size: 42px;
  }
  .text-md-8 {
    font-size: 36px;
  }
  .text-md-7 {
    font-size: 30px;
  }
  .text-md-6 {
    font-size: 24px;
  }
  .text-md-5 {
    font-size: 20px;
  }
  .text-md-4 {
    font-size: 18px;
  }
  .text-md-3 {
    font-size: 16px;
  }
  .text-md-2 {
    font-size: 14px;
  }
  .text-md-1 {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .text-lg-11 {
    font-size: 64px;
  }
  .text-lg-10 {
    font-size: 48px;
  }
  .text-lg-9 {
    font-size: 42px;
  }
  .text-lg-8 {
    font-size: 36px;
  }
  .text-lg-7 {
    font-size: 30px;
  }
  .text-lg-6 {
    font-size: 24px;
  }
  .text-lg-5 {
    font-size: 20px;
  }
  .text-lg-4 {
    font-size: 18px;
  }
  .text-lg-3 {
    font-size: 16px;
  }
  .text-lg-2 {
    font-size: 14px;
  }
  .text-lg-1 {
    font-size: 12px;
  }
}
@media (min-width: 1180px) {
  .text-xl-11 {
    font-size: 64px;
  }
  .text-xl-10 {
    font-size: 48px;
  }
  .text-xl-9 {
    font-size: 42px;
  }
  .text-xl-8 {
    font-size: 36px;
  }
  .text-xl-7 {
    font-size: 30px;
  }
  .text-xl-6 {
    font-size: 24px;
  }
  .text-xl-5 {
    font-size: 20px;
  }
  .text-xl-4 {
    font-size: 18px;
  }
  .text-xl-3 {
    font-size: 16px;
  }
  .text-xl-2 {
    font-size: 14px;
  }
  .text-xl-1 {
    font-size: 12px;
  }
}
.leading-5 {
  line-height: 2;
}
.leading-4 {
  line-height: 1.75;
}
.leading-3 {
  line-height: 1.5;
}
.leading-2 {
  line-height: 1.25;
}
.leading-1 {
  line-height: 1;
}
.w-11 {
  width: 64px;
}
.w-10 {
  width: 48px;
}
.w-9 {
  width: 42px;
}
.w-8 {
  width: 36px;
}
.w-7 {
  width: 30px;
}
.w-6 {
  width: 24px;
}
.w-5 {
  width: 20px;
}
.w-4 {
  width: 18px;
}
.w-3 {
  width: 16px;
}
.w-2 {
  width: 14px;
}
.w-1 {
  width: 12px;
}
.object-fit {
  object-fit: contain;
}
.font-bold {
  font-weight: bold !important;
}
.font-italic {
  font-style: italic !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap;
}
.flex-none {
  flex: none;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline !important;
}
.items-stretch {
  align-items: stretch !important;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-stretch {
  align-content: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.rounded-14 {
  border-radius: 60px;
}
.rounded-13 {
  border-radius: 50px;
}
.rounded-12 {
  border-radius: 40px;
}
.rounded-11 {
  border-radius: 30px;
}
.rounded-10 {
  border-radius: 24px;
}
.rounded-9 {
  border-radius: 20px;
}
.rounded-8 {
  border-radius: 16px;
}
.rounded-7 {
  border-radius: 12px;
}
.rounded-6 {
  border-radius: 10px;
}
.rounded-5 {
  border-radius: 8px;
}
.rounded-4 {
  border-radius: 6px;
}
.rounded-3 {
  border-radius: 4px;
}
.rounded-2 {
  border-radius: 2px;
}
.rounded-1 {
  border-radius: 0;
}
.rounded-full {
  border-radius: 100%;
}
.rounded-none {
  border-radius: 0;
}
.rounded-t-7 {
  border-radius: 12px 12px 0 0;
}
.rounded-t-11 {
  border-radius: 30px 30px 0 0;
}
.border-none {
  border: none;
}
.border-b-2.border-opacity-40 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.24);
}
.list-style-none {
  list-style: none;
}
.price-vipor-position {
  top: -25px;
}
body {
  margin: auto;
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #1D1D1B;
  font-weight: 500;
  font-size: 14px;
}
.head {
  display: flex;
  flex-flow: column;
}
button {
  cursor: pointer;
  display: inline-block;
  border: none;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.ml-auto {
  margin-left: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.-mt-6 {
  margin-top: -24px;
}
.block {
  display: block;
}
.p-0 {
  padding: 0;
}
.m-0 {
  margin: 0;
}
.inline-block {
  display: inline-block;
}
.bg-gradient {
  background: linear-gradient(90deg, #EF7800 4.12%, #EE7105 23.13%, #EC6016 48.13%, #E94330 77.14%, #E6234F 104.14%);
}
.bg-gray {
  background: #f3f4f5;
}
.bg-none {
  background: none;
}
.text-white {
  color: #ffffff;
}
.text-orange {
  color: #EF7800;
}
.max-w-350 {
  max-width: 350px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-152 {
  width: 152px;
}
.max-h-164 {
  height: 164px;
}
.w-600 {
  width: 600px;
}
.bg-from {
  background-image: url(/assets/images/bg-form.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.bg-white {
  background-color: #ffffff;
}
.overflow-hidden {
  overflow: hidden;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100% !important;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 0!important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 100% !important;
  top: 16px !important;
  border: 1px solid #EE7105;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  color: #EE7105 !important;
}
.swiper-button-prev {
  left: 100% !important;
  transform: translateX(-130px);
  right: auto !important;
}
.swiper-button-next {
  left: 100% !important;
  transform: translateX(-80px);
  right: auto !important;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.opacity-65 {
  opacity: 0.65;
}
.hover\:opacity-65:hover {
  opacity: 0.65;
}
.hover\:opacity-img-65:hover img {
  opacity: 0.65;
}
.hidden {
  display: none;
}
.decoration-none {
  text-decoration: none;
}
.icon-footer {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
}
.icon-footer svg {
  fill: #EE7105;
}
.icon-footer:hover {
  background-color: rgba(255, 255, 255, 0.84);
}
.navigation-footer {
  color: rgba(255, 255, 255, 0.64);
}
.navigation-footer a {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
}
.navigation-footer a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.hover\:btn-form-subscribe:hover {
  background-color: #E6234F;
  color: #ffffff;
}
.advantages img {
  width: auto !important;
  height: auto !important;
  object-fit: none !important;
}
.advantages {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.-h-full--44 {
  height: calc(100% - 44px);
}
.advantages-grid-container {
  display: grid;
  grid-template-columns: repeat(1fr);
  grid-gap: 16px;
  align-items: stretch;
}
.advantages-grid-container .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-slide {
  height: auto!important;
}
.swiper-pagination {
  height: auto!important;
  top: -21px !important;
  z-index: 10!important;
  bottom: auto!important;
}
.swiper-pagination-bullet-active {
  background-color: #E6234F !important;
}
.title-container {
  border-radius: 20px 0 20px 20px;
  background: linear-gradient(104.67deg, rgba(255, 255, 255, 0.4) 3.57%, rgba(255, 255, 255, 0) 55.4%);
  padding: 25px 25px 45px 25px;
  position: relative;
  margin-bottom: -30px;
}
.title-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #f3f4f5;
  border-radius: 10px 20px 0 0;
}
.title-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 1px;
  width: 138px;
  height: 70%;
  background-image: url(/assets/images/brow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.order-form-title {
  margin: 0;
  line-height: 1;
  color: #ffffff;
  font-size: 21px;
}
.form-container {
  border-radius: 20px 0 20px 20px;
  position: relative;
}
.active-tab span {
  color: #E6234F;
  opacity: 1!important;
}
.cursor-pointer {
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: auto;
  /* Разрешить вертикальный скролл */
  overflow-x: hidden;
  /* Отключить горизонтальный скролл */
}
.modal-content {
  display: block;
  margin: auto;
  /* Центрировать изображение по горизонтали */
  width: 90%;
  max-width: 700px;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.text-dark {
  color: #1D1D1B;
}
.underline-none {
  text-decoration: none;
}
.hover\:text-orange:hover {
  color: #EE7105;
}
.alert {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  max-width: 480px;
  width: 100%;
  padding: 15px;
  border-left: 8px solid #bababa;
  background: #ededed;
  color: #a1a1a1;
  border-radius: 4px;
}
.alert_success {
  border-color: #2ed573;
  background: #c3f3d7;
  color: #23ad5c;
}
.alert_danger {
  border-color: #d52e2e;
  background: #f3c3c3;
  color: #ad2323;
}
.alert .alert--close,
.alert .alert--icon {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.alert .alert--content {
  width: 100%;
  line-height: 1.5;
}
.alert .alert--icon {
  margin-right: 10px;
}
.alert .alert--close {
  margin-left: 10px;
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.h-40p {
  height: 40px;
}
@media (max-width: 576px) {
  .btn-w-s-full {
    width: 100%;
    height: 45px;
  }
  .d-flex-imp {
    display: block!important;
  }
}
@media (max-width: 767px) {
  .form-mobile {
    background-image: url(/assets/images/frame-mark.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
  .pt-xs-sm-251 {
    padding-top: 251px;
  }
  .catalog-price {
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
  .catalog-price::-webkit-scrollbar {
    display: none;
    /* Скрыть полосу прокрутки */
  }
}
@media (min-width: 576px) {
  .bg-sm-contain {
    background-size: contain;
  }
  .p-sm-7 {
    padding: 32px;
  }
  .title-container::before {
    width: 45%;
  }
  .text-sm-7 {
    font-size: 30px;
  }
  .title-container::after {
    height: 69%;
    width: 100%;
    right: 0;
  }
  .order-form-title {
    font-size: 24px;
  }
  .absolute-sm {
    position: absolute;
  }
  .flex-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .mr-md-6 {
    margin-right: 24px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 46px !important;
    height: 46px !important;
    top: 10px !important;
  }
  .swiper-button-prev {
    transform: translateX(-160px);
  }
  .swiper-button-next {
    transform: translateX(-100px);
  }
  .w-md-540 {
    width: 540px;
  }
  .bg-md-cover {
    background-size: cover;
  }
  .text-md-2 {
    font-size: 14px;
  }
  .px-md-3 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .p-md-7 {
    padding: 32px;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .items-md-left {
    align-items: start !important;
  }
  .advantages-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .swiper-pagination {
    display: none !important;
    /* Скрытие пагинации на экранах шире 768px */
  }
  .row-md-column-revert {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 64px;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 64px;
  }
  .max-w-lg-650 {
    width: 650px;
  }
  .row-lg-revert {
    flex-direction: row-reverse;
  }
  .block-lg {
    display: block;
  }
  .max-w-lg-350 {
    width: 350px;
  }
  .flex-lg-col {
    flex-direction: column;
  }
  .swiper-button-prev {
    transform: translateX(-200px);
  }
  .swiper-button-next {
    transform: translateX(-140px);
  }
  .max-lg-w-152 {
    width: 152px;
  }
  .items-lg-end {
    align-items: flex-end !important;
  }
  .col-lg-8 {
    flex: 0 0 69.5%;
    max-width: 69.5%;
  }
  .pl-md-0 {
    padding-left: 0;
  }
}
/*
 * Modal CSS file, standline.ru
 *
 * Copyright (c) 2022 Kuzmenko Dmitry, plarson.ru
 *
 * Date: 23.03.2022
 */
.faze-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.faze-modal-wrapper .faze-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 40rem;
  max-width: 80vw;
  max-height: 80vh;
  padding: 1rem;
  background-color: #fff;
}
.faze-modal-wrapper .faze-modal header .faze-close {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  cursor: pointer;
}
.faze-modal-wrapper .faze-modal header .faze-close:after,
.faze-modal-wrapper .faze-modal header .faze-close:before {
  width: 8px;
  background-color: #c9ccd4;
}
.faze-modal-wrapper .faze-modal header .faze-close:after {
  transform: translate(107%, 50%) rotateZ(135deg);
}
.faze-modal-wrapper .faze-modal header .faze-close:before {
  transform: translate(110%, 50%) rotateZ(45deg);
}
.faze-modal-wrapper .contactus-modal {
  position: relative;
  padding: 40px;
  width: unset;
  border-radius: 20px;
}
.faze-modal-wrapper .contactus-modal header {
  position: absolute;
  right: 15px;
  top: 15px;
}
.faze-modal-wrapper .contactus-modal main {
  margin: 0;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common {
  display: grid;
  grid-gap: 30px;
  padding: 0 40px;
  width: 360px;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .heading.h1 {
  margin: 0;
  font-size: 30px;
  text-align: center;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .field {
  position: relative;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .field input:focus ~ .placeholder {
  display: none;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .field .placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: rgba(14, 14, 14, 0.7);
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .field .placeholder .required {
  color: red;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .additionally {
  text-align: center;
  text-decoration: underline;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .user-comment {
  display: none;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .user-comment.active {
  display: block;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .text {
  text-align: center;
  font-size: 18px;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .btn-common {
  margin-top: 27px;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .policy {
  margin: 0 -40px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #959595;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .policy a {
  text-decoration: underline;
  color: #959595;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .policy a:hover {
  text-decoration: none;
}
.faze-modal-wrapper .contactus-modal footer {
  display: none;
}
@media (max-width: 540px) {
  .faze-modal-wrapper .contactus-modal {
    padding: 20px;
  }
  .faze-modal-wrapper .contactus-modal main form.contactus-form-common {
    width: 100%;
    grid-gap: 10px;
    padding: 0 20px;
  }
  .faze-modal-wrapper .contactus-modal main form.contactus-form-common .text {
    font-size: 14px;
  }
  .faze-modal-wrapper .contactus-modal main form.contactus-form-common input {
    font-size: 12px;
  }
  .faze-modal-wrapper .contactus-modal main form.contactus-form-common .btn-common {
    margin-top: 0;
  }
  .faze-modal-wrapper .contactus-modal main form.contactus-form-common .policy {
    margin: 0 -20px;
    font-size: 12px;
    line-height: 18px;
  }
}
.faze-modal-wrapper .contactus-modal-big main form.contactus-form-common {
  grid-gap: 15px;
}
.faze-modal-wrapper .modal-cart-added {
  display: flex;
  flex-direction: column;
  width: 40rem;
  max-width: 80vw;
  max-height: 80vh;
  padding: 1rem;
  background-color: #fff;
  border-radius: 20px;
}
.faze-modal-wrapper .modal-cart-added header {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.faze-modal-wrapper .modal-cart-added header .faze-close {
  position: absolute;
  right: 0;
  top: 0;
}
.faze-modal-wrapper .modal-cart-added header span {
  justify-self: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.faze-modal-wrapper .modal-cart-added .added {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faze-modal-wrapper .modal-cart-added .added .btn-cart {
  height: 4rem;
  padding: 0 2rem;
}
.faze-modal-wrapper .modal-cart-added .added .btn-continue {
  height: 4rem;
  padding: 0 2rem;
  font-weight: 600;
  color: #787878;
  background-color: transparent;
  box-shadow: initial;
  cursor: pointer;
}
.faze-modal-wrapper .modal-cart-added .added .btn-continue:hover {
  text-decoration: underline;
}
.faze-modal-wrapper .one-click-modal {
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #fff;
  border-radius: 20px;
}
.faze-modal-wrapper .one-click-modal header {
  position: relative;
  padding: 2rem;
  border-bottom: 1px solid rgba(14, 14, 14, 0.2);
}
.faze-modal-wrapper .one-click-modal header .faze-close {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}
.faze-modal-wrapper .one-click-modal header span {
  justify-self: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.faze-modal-wrapper .one-click-modal main {
  overflow-x: hidden;
}
.faze-modal-wrapper .one-click-modal main form.one-click-form {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.faze-modal-wrapper .one-click-modal main form.one-click-form input {
  height: 4rem;
  border-radius: 1rem;
}
.faze-modal-wrapper .one-click-modal main form.one-click-form label {
  margin: 1rem 0;
}
.faze-modal-wrapper .one-click-modal main form.one-click-form .caption {
  margin-bottom: 1rem;
}
.faze-modal-wrapper .one-click-modal main form.one-click-form .btn-send {
  height: 5rem;
  margin-top: 1rem;
}
.faze-modal-wrapper .one-click-modal main form.one-click-form .policy {
  margin: 0 -40px;
  padding: 2rem;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #959595;
}
.faze-modal-wrapper .one-click-modal main form.one-click-form .policy a {
  text-decoration: underline;
  color: #959595;
}
.faze-modal-wrapper .one-click-modal main form.one-click-form .policy a:hover {
  text-decoration: none;
}
.faze-modal-wrapper .feedback-modal {
  width: 50%;
  padding: 20px;
  border-radius: 20px;
}
.faze-modal-wrapper .feedback-modal header {
  margin-bottom: 10px;
}
.faze-modal-wrapper .feedback-modal header span {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: #0E0E0E;
}
.faze-modal-wrapper .feedback-modal main form input[type="text"] {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.faze-modal-wrapper .feedback-modal main form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  margin-bottom: 15px;
}
.faze-modal-wrapper .feedback-modal main form .btn-common {
  height: 40px;
  width: 200px;
  margin-left: auto;
}
.faze-modal-wrapper .assembling-modal {
  width: 60rem;
  height: 40rem;
  border-radius: 2rem;
}
.faze-modal-wrapper .assembling-modal main {
  padding: 1rem;
}
.faze-modal-wrapper .print-requirements-modal {
  width: 80%;
  height: 90vh;
  padding-right: 2rem;
  border-radius: 2rem;
}
.faze-modal-wrapper .print-requirements-modal main {
  padding: 4rem 2rem 4rem 4rem;
  scrollbar-width: thin;
  scrollbar-color: #fe855d #ffd1c2;
}
.faze-modal-wrapper .print-requirements-modal main::-webkit-scrollbar-thumb {
  background-color: #fe855d;
  border-radius: 0;
}
.faze-modal-wrapper .print-requirements-modal main::-webkit-scrollbar-track {
  background-color: #ffd1c2;
  border-radius: 0;
}
.faze-modal-wrapper .print-requirements-modal main::-webkit-scrollbar {
  height: 0.2rem;
}
/**
  *  Prototype CSS file, standline.ru
  *
  *  Copyright (c) 2020 Mikhylichenko Ruslan, plarson.ru
  *
  *  Date: 27.11.2020
  */
body {
  scrollbar-width: thin;
  scrollbar-color: dark;
}
body::-webkit-scrollbar-thumb {
  background-color: #fe855d;
  border-radius: 0;
}
body::-webkit-scrollbar-track {
  background-color: #ffd1c2;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 6px;
}
body.scrolled header > .inner {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
}
body > header {
  width: 100%;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
}
body > header > .inner {
  transition: transform 0.5s ease;
}
body > header > .inner .first-part {
  padding: 5px 0;
  background-color: #FE5F2A;
}
body > header > .inner .first-part > .inner {
  display: flex;
  justify-content: space-between;
}
body > header > .inner .first-part > .inner .mobile-icon {
  display: none;
  color: #ffffff;
}
body > header > .inner .first-part > .inner .order-price,
body > header > .inner .first-part > .inner .work-schedule,
body > header > .inner .first-part > .inner .address,
body > header > .inner .first-part > .inner .email,
body > header > .inner .first-part > .inner .phone {
  display: flex;
  align-items: center;
}
body > header > .inner .first-part > .inner .order-price .title,
body > header > .inner .first-part > .inner .work-schedule .title,
body > header > .inner .first-part > .inner .address .title,
body > header > .inner .first-part > .inner .email .title,
body > header > .inner .first-part > .inner .phone .title {
  color: white;
  font-size: 12px;
}
body > header > .inner .first-part > .inner .order-price .value,
body > header > .inner .first-part > .inner .work-schedule .value,
body > header > .inner .first-part > .inner .address .value,
body > header > .inner .first-part > .inner .email .value,
body > header > .inner .first-part > .inner .phone .value {
  margin-left: 10px;
  color: white;
  font-size: 12px;
}
body > header > .inner .first-part > .inner .order-price .value a,
body > header > .inner .first-part > .inner .work-schedule .value a,
body > header > .inner .first-part > .inner .address .value a,
body > header > .inner .first-part > .inner .email .value a,
body > header > .inner .first-part > .inner .phone .value a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 12px;
}
body > header > .inner .first-part > .inner .order-price .value a:hover,
body > header > .inner .first-part > .inner .work-schedule .value a:hover,
body > header > .inner .first-part > .inner .address .value a:hover,
body > header > .inner .first-part > .inner .email .value a:hover,
body > header > .inner .first-part > .inner .phone .value a:hover {
  opacity: 0.65;
}
body > header > .inner .first-part > .inner .order-price .value span,
body > header > .inner .first-part > .inner .work-schedule .value span,
body > header > .inner .first-part > .inner .address .value span,
body > header > .inner .first-part > .inner .email .value span,
body > header > .inner .first-part > .inner .phone .value span {
  color: white;
  font-size: 12px;
}
body > header > .inner .second-part {
  position: relative;
  padding: 18px 0;
  background-color: #ffffff;
}
body > header > .inner .second-part .inner {
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr auto auto auto auto auto;
  align-items: center;
}
body > header > .inner .second-part .inner.active-search > .main-menu,
body > header > .inner .second-part .inner.active-search .call-order,
body > header > .inner .second-part .inner.active-search .search-btn-main,
body > header > .inner .second-part .inner.active-search .cart-state-container {
  opacity: 0;
  user-select: none;
  pointer-events: none;
}
body > header > .inner .second-part .inner.active-search .search-form {
  opacity: 1;
  user-select: auto;
  pointer-events: auto;
}
body > header > .inner .second-part .inner.active-search .search-form img {
  width: 25px;
  height: 25px;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container {
  display: none;
  width: 3rem;
  height: 3rem;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener {
  position: relative;
  z-index: 3;
  width: 1.5rem;
  height: 1rem;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener span {
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.2rem;
  background-color: #0E0E0E;
  transition: 0.25s ease-in-out;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener span:nth-child(2) {
  top: 0.4rem;
  width: 75%;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener span:nth-child(3) {
  opacity: 0;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener span:nth-child(4) {
  top: 0.8rem;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener:hover {
  cursor: pointer;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener.active span:nth-child(1),
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener.active span:nth-child(4) {
  opacity: 0;
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener.active span:nth-child(2) {
  width: 100%;
  transform: rotate(45deg);
}
body > header > .inner .second-part .inner .mobile-menu-opener-container .mobile-menu-opener.active span:nth-child(3) {
  top: 0.4rem;
  transform: rotate(-45deg);
  opacity: 1;
}
body > header > .inner .second-part .inner .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 270px;
  padding: 2rem 1.2rem;
  background-color: #ffffff;
  border-top-right-radius: 1.5rem;
  transform: translateX(-100%);
  transition: transform 300ms ease;
}
body > header > .inner .second-part .inner .mobile-menu .logo img {
  width: 170px;
}
body > header > .inner .second-part .inner .mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body > header > .inner .second-part .inner .mobile-menu ul li {
  margin-top: 0;
}
body > header > .inner .second-part .inner .mobile-menu ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
body > header > .inner .second-part .inner .mobile-menu ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1rem;
  color: #000000;
  text-decoration: none;
}
body > header > .inner .second-part .inner .mobile-menu ul li a:hover {
  color: #FE5F2A;
}
body > header > .inner .second-part .inner .mobile-menu ul li a.selected {
  color: #FE5F2A;
}
body > header > .inner .second-part .inner .mobile-menu .heading {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}
body > header > .inner .second-part .inner .mobile-menu .heading .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
body > header > .inner .second-part .inner .mobile-menu .heading .logo {
  width: 17rem;
}
body > header > .inner .second-part .inner .mobile-menu .categories-menu {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #FE5F2A;
}
body > header > .inner .second-part .inner .mobile-menu .categories-menu .menu-list .category a {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-right: 1.2rem;
}
body > header > .inner .second-part .inner .mobile-menu .main-menu {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
body > header > .inner .second-part .inner .mobile-menu .btn-callback {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
  color: #FE5F2A;
  border-radius: 1.2rem;
  border: 0.1rem solid #FE5F2A;
  background-color: transparent;
  outline: none;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
body > header > .inner .second-part .inner .mobile-menu .btn-callback:hover {
  color: #ffffff;
  background-color: #FE5F2A;
  box-shadow: 0 0.4rem 1.6rem rgba(254, 95, 42, 0.5);
}
body > header > .inner .second-part .inner .mobile-menu .subcategory-groups {
  display: none;
}
body > header > .inner .second-part .inner .mobile-menu .subcategory-groups .subcategory-groups-heading {
  padding: 0.5rem 0;
}
body > header > .inner .second-part .inner .mobile-menu .subcategory-groups .subcategory-groups-heading .btn-subcategory-close {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
body > header > .inner .second-part .inner .mobile-menu .subcategory-groups .subcategory-group {
  display: none;
  height: 70vh;
  overflow-y: auto;
}
body > header > .inner .second-part .inner .mobile-menu .subcategory-groups .subcategory-group.open {
  display: block;
}
body > header > .inner .second-part .inner .mobile-menu.open {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  transform: translateX(0);
}
body > header > .inner .second-part .inner .mobile-menu.subcategory-open .categories-menu,
body > header > .inner .second-part .inner .mobile-menu.subcategory-open .main-menu,
body > header > .inner .second-part .inner .mobile-menu.subcategory-open .btn-callback {
  display: none;
}
body > header > .inner .second-part .inner .mobile-menu.subcategory-open .subcategory-groups {
  display: block;
}
body > header > .inner .second-part .inner .logo {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  color: #0E0E0E;
}
body > header > .inner .second-part .inner .logo img {
  width: 205px;
  height: 45px;
  margin-bottom: -12px;
}
body > header > .inner .second-part .inner .main-menu {
  transition: opacity 0.2s ease;
}
body > header > .inner .second-part .inner .main-menu nav.items {
  display: flex;
  justify-content: center;
}
body > header > .inner .second-part .inner .main-menu nav.items .item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
body > header > .inner .second-part .inner .main-menu nav.items .item:not(:last-child) {
  margin-right: 21px;
}
body > header > .inner .second-part .inner .main-menu nav.items .item.active:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  height: 1px;
  width: 100%;
  border-radius: 20px;
  background-color: #FE5F2A;
  transform: translateX(-50%);
}
body > header > .inner .second-part .inner .main-menu nav.items .item.active a {
  color: #0E0E0E;
}
body > header > .inner .second-part .inner .main-menu nav.items .item.highlight a {
  color: #FE5F2A;
}
body > header > .inner .second-part .inner .main-menu nav.items .item:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
body > header > .inner .second-part .inner .main-menu nav.items .item:hover a:after {
  top: 9px !important;
  transform: rotate(135deg) !important;
}
body > header > .inner .second-part .inner .main-menu nav.items .item a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #787878;
}
body > header > .inner .second-part .inner .main-menu nav.items .item a::after {
  display: none;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu {
  left: -20px;
  top: 100%;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog > nav.items {
  grid-template-columns: repeat(5, auto);
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog > nav.items a.item {
  width: 100%;
  line-height: 1.3;
  font-weight: 500;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items {
  display: flex;
  flex-direction: column;
  min-width: 800px;
  width: 100%;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items a.item {
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff !important;
  background-color: unset;
  border-radius: unset;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items a.item:hover,
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items a.item.active {
  color: #ffffff !important;
  background-color: unset;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items .subcategories .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items .subcategories .items a.subcategory-item {
  display: block;
  width: auto;
  padding: 5px 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 12px;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items .subcategories .items a.subcategory-item:not(:last-of-type) {
  margin-right: 10px;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items .subcategories .items a.subcategory-item:hover,
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu.sub-menu-catalog.new nav.items .subcategories .items a.subcategory-item.active {
  color: #FE5F2A !important;
  background-color: #ffffff;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu + a {
  padding-right: 12px;
}
body > header > .inner .second-part .inner .main-menu nav.items .item .sub-menu + a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-left: 2px solid #787878;
  border-bottom: 2px solid #787878;
  transform: rotate(-45deg);
  transform-origin: center center 50px;
  transition: transform 0.2s, top 0.2s;
}
body > header > .inner .second-part .inner .main-menu nav.items .item.menu-item-10985 {
  padding-right: 14px;
}
body > header > .inner .second-part .inner .main-menu nav.items .item.menu-item-10985::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  border-left: 2px solid #787878;
  border-bottom: 2px solid #787878;
  transform: rotate(-45deg);
  transform-origin: center center 50px;
  transition: transform 0.2s, top 0.2s;
}
body > header > .inner .second-part .inner .main-menu nav.items .item.menu-item-10985:hover::after {
  top: 6px;
  transform: rotate(135deg);
}
body > header > .inner .second-part .inner .whatsapp {
  display: flex;
  justify-content: center;
  width: 80px;
}
body > header > .inner .second-part .inner .call-order {
  font-size: 15px;
  font-weight: 500;
  color: #FE5F2A;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border: 1px solid #FE5F2A;
  padding: 10px 15px;
  border-radius: 16px;
  transition: 0.2s ease;
}
body > header > .inner .second-part .inner .call-order:hover {
  transition: 0.2s ease;
  color: #ffffff;
  background-color: #FE5F2A;
  box-shadow: 0 4px 16px rgba(254, 95, 42, 0.5);
}
body > header > .inner .second-part .inner .search-btn-main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: 40px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
body > header > .inner .second-part .inner .search-btn-main img {
  position: relative;
  bottom: 0px;
  width: 25px;
  height: 25px;
}
body > header > .inner .second-part .inner .btn-personal-account {
  margin-left: 25px;
}
body > header > .inner .second-part .inner .btn-personal-account img {
  position: relative;
  bottom: -1px;
  width: 25px;
  height: 25px;
}
body > header > .inner .second-part .inner .search-form {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 300px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 0 25px;
  align-items: center;
  width: calc(100% - 300px);
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}
body > header > .inner .second-part .inner .search-form img {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 25px;
  height: 25px;
}
body > header > .inner .second-part .inner .search-form input[type="text"] {
  height: 45px;
  padding-left: 45px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #afafaf;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: #787878;
  background-color: #ffffff !important;
}
body > header > .inner .second-part .inner .search-form .btn-common {
  padding: 10px 45px;
  height: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  border-radius: 10px;
}
body > header > .inner .second-part .inner .search-form .btn-cancel {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  cursor: pointer;
}
body > header > .inner .second-part .inner .cart-state-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: 25px;
  transition: opacity 0.2s ease;
}
body > header > .inner .second-part .inner .cart-state-container > a {
  position: relative;
  width: 25px;
  height: 25px;
}
body > header > .inner .second-part .inner .cart-state-container > a img {
  width: inherit;
  height: inherit;
}
body > header > .inner .second-part .inner .cart-state-container > a .total {
  position: absolute;
  right: -5px;
  bottom: -5px;
  padding: 1px 5px;
  font-size: 10px;
  background-color: #4CAF50;
  color: #ffffff;
  border-radius: 10px;
}
body > header > .inner .second-part .inner .cart-state-container .drop-down {
  display: none;
  position: absolute;
  top: -10px;
  right: 20px;
  text-align: left;
  z-index: 10;
}
@media (min-width: 540px) {
  body > header > .inner .second-part .inner .cart-state-container:hover .drop-down {
    padding: 10px;
    margin-right: -10px;
    display: block;
  }
}
body > header > .inner .second-part .inner .cart-state-container .drop-down ul {
  list-style-type: none;
  border: 1px solid #999;
  background-color: #fff;
  width: 400px;
  padding: 20px;
  margin: 0;
}
body > header > .inner .second-part .inner .cart-state-container .drop-down ul li {
  display: grid;
  grid-template-columns: 50px auto 50px 80px;
  align-items: center;
  margin: 0 0 0 0px;
  padding: 2px;
}
body > header > .inner .second-part .inner .cart-state-container .drop-down ul li span {
  padding: 0px;
  text-align: right;
}
body > header > .inner .second-part .inner .cart-state-container .drop-down ul li a {
  padding: 0px;
  text-align: left;
}
body > header > .inner .second-part .inner .cart-state-container .drop-down ul li img {
  margin: 0;
}
body > header > .inner .second-part .sub-menu {
  position: absolute;
  top: 77.67px;
  left: 50%;
  z-index: 10;
  display: none;
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  background-color: #F5F5F5;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transform: translateX(-50%);
  animation: fade 0.5s ease forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body > header > .inner .second-part .sub-menu .main-items {
  display: flex;
}
body > header > .inner .second-part .sub-menu .main-items .categories {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  min-width: 29rem;
  padding-right: 1.5rem;
  border-right: 0.1rem solid #000000;
}
body > header > .inner .second-part .sub-menu .main-items .categories .category-item {
  padding: 10px;
  color: #787878;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  border-radius: 10px;
}
body > header > .inner .second-part .sub-menu .main-items .categories .category-item:hover {
  color: #ffffff;
  background-color: #FE5F2A;
}
body > header > .inner .second-part .sub-menu .main-items .categories .category-item.selected {
  color: #ffffff;
  background-color: #FE5F2A;
}
body > header > .inner .second-part .sub-menu .main-items .subcategories {
  padding-left: 3.5rem;
}
body > header > .inner .second-part .sub-menu .main-items .subcategories .subcategory-item {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  max-height: 4.2rem;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #787878;
  background-color: #ffffff;
  border: 0.1rem solid #FE5F2A;
  border-radius: 10px;
}
body > header > .inner .second-part .sub-menu .main-items .subcategories .subcategory-item:hover {
  color: #ffffff;
  background-color: #FE5F2A;
}
body > header > .inner .second-part .sub-menu .main-items .subcategories .subcategory-item.selected {
  color: #ffffff;
  background-color: #FE5F2A;
}
body > header > .inner .second-part .sub-menu .main-items .subcategories .subcategory-item.hide {
  display: none;
}
body > main .contact-form {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  align-self: end;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
body > main .contact-form .caption {
  margin-right: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
body > main .contact-form form {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 20px;
  width: 100%;
}
body > main .contact-form form.faze-restapi-form-success {
  display: block;
  text-align: center;
}
@media (max-width: 540px) {
  body > main {
    padding-top: 1rem;
  }
}
body > footer {
  width: 100%;
  background-color: white;
  border-top: 1px solid #EDEDED;
}
body > footer .inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: 'logo menu form' 'contacts menu form' 'lower lower lower';
  grid-gap: 70px 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
body > footer .inner .logo {
  grid-area: logo;
  font-weight: 600;
}
body > footer .inner .logo span {
  font-weight: 700;
}
body > footer .inner .contacts {
  grid-area: contacts;
  max-width: 200px;
}
body > footer .inner .contacts .items .item a {
  font-weight: 600;
  color: #0E0E0E;
}
body > footer .inner .contacts .info {
  display: grid;
  grid-gap: 20px;
  margin-top: 35px;
}
body > footer .inner .contacts .info span,
body > footer .inner .contacts .info a {
  display: flex;
  font-weight: 500;
  color: #787878;
}
body > footer .inner .contacts .info span:hover,
body > footer .inner .contacts .info a:hover {
  color: #0E0E0E;
}
body > footer .inner .contacts nav.socials {
  display: flex;
  margin-top: 20px;
}
body > footer .inner .contacts nav.socials a {
  width: 25px;
  height: 25px;
}
body > footer .inner .contacts nav.socials a:not(:first-child) {
  margin-left: 15px;
}
body > footer .inner .contacts nav.socials a:hover img {
  filter: grayscale(0);
}
body > footer .inner .contacts nav.socials a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}
body > footer .inner .main-menu {
  grid-area: menu;
}
body > footer .inner .main-menu nav.items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 75px 50px;
  width: 100%;
}
body > footer .inner .main-menu nav.items .item.highlight a {
  color: #FE5F2A;
}
body > footer .inner .main-menu nav.items .item a {
  font-weight: 500;
  color: #0E0E0E;
}
body > footer .inner .main-menu nav.items .item a:hover {
  color: #FE5F2A;
}
body > footer .inner .main-menu nav.items .item.contacts-mobile-link {
  display: none;
}
body > footer .inner .main-menu nav.items .item nav.menu {
  display: grid;
  grid-gap: 20px;
  margin-top: 35px;
}
body > footer .inner .main-menu nav.items .item nav.menu > .item a {
  font-weight: 500;
  color: #787878;
}
body > footer .inner .main-menu nav.items .item nav.menu > .item a:hover {
  text-decoration: underline;
  color: #0E0E0E;
}
body > footer .inner .contactus {
  grid-area: form;
}
body > footer .inner .contactus .caption {
  font-weight: 600;
}
body > footer .inner .contactus form {
  display: grid;
  grid-gap: 25px;
  width: 280px;
  margin-top: 55px;
}
body > footer .inner .contactus form input[type="submit"] {
  margin-top: 30px;
}
body > footer .inner .lower-line {
  grid-area: lower;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body > footer .inner .lower-line .policy,
body > footer .inner .lower-line .author a {
  color: #c5c5c5;
}
body > footer .inner .lower-line .policy:hover,
body > footer .inner .lower-line .author a:hover {
  text-decoration: underline;
}
body > footer .inner .lower-line .author {
  color: #c5c5c5;
}
@media (max-width: 1180px) {
  body > header > .inner .first-part > .inner .work-schedule,
  body > header > .inner .first-part > .inner .address {
    display: none;
  }
  body > header > .inner .second-part > .inner {
    grid-template-columns: 40px auto 1fr auto auto auto auto;
  }
  body > header > .inner .second-part > .inner .mobile-menu-opener-container {
    display: flex;
    align-items: center;
  }
  body > header > .inner .second-part > .inner > .main-menu {
    display: none;
  }
  body > header > .inner .second-part > .inner .whatsapp {
    justify-self: end;
  }
  body > header > .inner .second-part > .inner .call-order {
    justify-self: end;
  }
  body > main > .contact-form .caption {
    margin-right: 20px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 980px) {
  body > footer .inner {
    grid-template-columns: auto 1fr;
    grid-template-areas: 'logo menu' 'contacts menu' 'lower lower';
  }
  body > footer .inner .contactus {
    display: none;
  }
}
@media (max-width: 828px) {
  body.scrolled > header > .inner {
    transform: unset;
  }
  body > header > .inner {
    grid-gap: 10px 100px;
  }
  body > header > .inner .first-part {
    height: auto !important;
  }
  body > header > .inner .first-part .inner .mobile-icon {
    display: block;
  }
  body > header > .inner .first-part .inner .email .title,
  body > header > .inner .first-part .inner .phone .title {
    display: none;
  }
  body > header > .inner .second-part > .inner .search-form {
    left: 15px;
    width: calc(100% - 30px);
    grid-template-columns: 1fr auto;
    background-color: #ffffff;
  }
  body > header > .inner .second-part > .inner .search-form img {
    left: -9px;
    top: 11px;
  }
  body > header > .inner .second-part > .inner .search-form input[type="text"] {
    padding-left: 22px;
    font-size: 12px;
  }
  body > header > .inner .second-part > .inner .search-form .btn-common {
    padding: 10px 15px;
  }
  body > header > .inner .second-part > .inner .search-form .btn-cancel {
    grid-column-start: 2;
    justify-self: center;
  }
  body > main > .contact-form {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  body > footer .inner {
    grid-gap: 10px 40px;
  }
  body > footer .inner .lower-line {
    display: block;
  }
  body > footer .inner .lower-line .policy {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  body > header > .inner .first-part .inner .email,
  body > header > .inner .first-part .inner .phone {
    font-size: 12px;
  }
  body > header > .inner .first-part .inner .email .mobile-icon,
  body > header > .inner .first-part .inner .phone .mobile-icon {
    width: 18px;
    height: 18px;
  }
  body > header > .inner .first-part .inner .email .value,
  body > header > .inner .first-part .inner .phone .value {
    margin-left: 8px;
  }
  body > header > .inner .second-part > .inner {
    grid-template-columns: 40px 1fr auto auto auto;
  }
  body > header > .inner .second-part > .inner .whatsapp,
  body > header > .inner .second-part > .inner .call-order {
    display: none;
  }
  body > header > .inner .second-part > .inner .search-btn-main {
    margin-left: 0;
  }
  body > header > .inner .second-part > .inner .search-form {
    top: 100%;
  }
  body > header > .inner .second-part > .inner .logo img {
    width: 160px;
    height: 29.44px;
  }
  body > main > .contact-form .caption {
    margin-right: 0;
    font-size: 22px;
    line-height: 24px;
  }
  body > main > .contact-form form {
    grid-template-columns: 1fr;
  }
  body > main > .contact-form form .btn-common {
    padding: 0;
    width: 100%;
  }
  body > footer {
    border-top: unset;
  }
  body > footer .inner {
    grid-template-columns: 1fr;
    grid-template-areas: 'logo' 'menu' 'contacts' 'lower';
    grid-row-gap: 30px;
    padding-top: 15px;
  }
  body > footer .inner .main-menu nav.items {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 15px;
  }
  body > footer .inner .main-menu nav.items .item nav.menu {
    display: none;
  }
  body > footer .inner .main-menu nav.items .item.contacts-mobile-link {
    display: block;
  }
  body > footer .inner .contacts {
    max-width: 100%;
    width: 100%;
  }
  body > footer .inner .contacts .items .item a {
    display: none;
  }
  body > footer .inner .contacts .info {
    grid-gap: 10px;
    margin-top: 0;
  }
  body > footer .inner .contacts .info a,
  body > footer .inner .contacts .info span {
    color: #000000;
  }
  body > footer .inner .contacts .info a.mail {
    display: none;
  }
}
@media (max-width: 550px) and (max-width: 410px) {
  body > header > .inner .first-part .inner .email .value span,
  body > header > .inner .first-part .inner .phone .value span {
    display: none;
  }
  body > header > .inner .first-part .inner .email .value a,
  body > header > .inner .first-part .inner .phone .value a {
    display: block;
  }
}
.faze-modal-wrapper input[type=text],
.faze-modal-wrapper input[type=number],
.faze-modal-wrapper input[type=email],
.faze-modal-wrapper input[type=phone] {
  padding: 16px 0 16px 18px;
  height: 55px;
  width: 100%;
  border: 1px solid #c9ccd4;
  border-radius: 16px;
  transition: background-color 0.2s linear;
}
.faze-modal-wrapper .contactus-modal main form.contactus-form-common .btn-common {
  margin-top: 27px;
}
.btn-common,
.btn.btn-load_more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FE5F2A;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #FE5F2A;
  cursor: pointer;
}
.btn-common,
.btn.btn-load_more,
select {
  height: 55px;
  transition: background-color 0.2s linear;
}
.btn-common:hover,
.btn.btn-load_more:hover {
  background-color: #FE5F2A;
  box-shadow: 0 4px 16px rgba(254, 95, 42, 0.5);
  color: #fff;
  transition: 0.2s ease;
}
.faze-close {
  background: none;
}
.notvalide {
  border-color: #E6234F !important;
}
