/* space-grotesk-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/space-grotesk-v22-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/space-grotesk-v22-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/space-grotesk-v22-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/space-grotesk-v22-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/space-grotesk-v22-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* RESET */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
  display: block;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: inherit;
  transition: 0.2s;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #777;
}
a.is-link {
  text-decoration: underline;
}
body {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #777;
  font-weight: 400;
}
body .environment-test {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c92100;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  z-index: 1000;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(odd) {
  background-color: #777;
}
table tr th {
  padding: 20px;
  background: #cc3833;
  color: #fff;
}
table tr td {
  padding: 20px;
}
/* ATOMS */
b,
strong {
  font-weight: 700;
}
p.two-colums {
  column-count: 2;
}
p:not(:last-child) {
  margin-bottom: 25px;
}
.list {
  margin-bottom: 25px;
}
.list li {
  margin: 0 0 0 20px;
}
h1 {
  color: #1a1a1a;
  font-size: 72px;
  line-height: 74px;
  font-weight: 500;
  margin: 25px 0;
  text-align: center;
}
h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 35px;
  color: #1a1a1a;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  background-color: #1a1a1a;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  padding: 0 25px;
  font-weight: 500;
  height: 50px;
}
.btn svg {
  width: 20px;
  height: 20px;
}
.btn.btn-no-important {
  background-color: #777;
}
.btn.btn-carminio {
  background-color: #cc3833;
  border: 1px solid #cc3833;
}
.btn.btn-ghost {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}
.btn.btn-only-icon {
  width: 50px;
  padding: 0;
}
.btn:hover {
  color: #fff;
  background-color: #303C4B;
  border: 1px solid #303C4B;
}
.container {
  margin: auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 25px;
}
/* HELPER */
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-color {
  color: #cc3833;
}
.hidden,
[hidden] {
  display: none !important;
}
.disabled,
[disabled] {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #cc3833;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  align-self: flex-end;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  background-color: #1a1a1a;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  padding: 0 25px;
  font-weight: 500;
  height: 50px;
  margin: 2px;
  border-radius: 100%;
  padding: 8px 6px;
}
.pagination .pagination-prev svg,
.pagination .pagination-next svg {
  width: 20px;
  height: 20px;
}
.pagination .pagination-prev.btn-no-important,
.pagination .pagination-next.btn-no-important {
  background-color: #777;
}
.pagination .pagination-prev.btn-carminio,
.pagination .pagination-next.btn-carminio {
  background-color: #cc3833;
  border: 1px solid #cc3833;
}
.pagination .pagination-prev.btn-ghost,
.pagination .pagination-next.btn-ghost {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}
.pagination .pagination-prev.btn-only-icon,
.pagination .pagination-next.btn-only-icon {
  width: 50px;
  padding: 0;
}
.pagination .pagination-prev:hover,
.pagination .pagination-next:hover {
  color: #fff;
  background-color: #303C4B;
  border: 1px solid #303C4B;
}
.pagination .pagination-current {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
/* ACCORDION */
.accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.accordion-item.is-open .accordion-header .btn {
  background-color: #303C4B;
}
.accordion-item.is-open .accordion-header .btn svg line:nth-child(1) {
  transform: rotate(90deg);
}
.accordion-item.is-open .accordion-content {
  max-height: 200px;
  padding-top: 25px;
  opacity: 1;
}
/* COLS */
.cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cols .col {
  flex: 1;
}
/* COLS */
.row {
  display: flex;
  align-items: center;
}
.row .row-content {
  width: 50%;
  padding: 50px 50px 50px 0;
}
.row .row-content .row-title {
  margin: 0 0 25px;
  color: #cc3833;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}
.row .row-content .row-text {
  max-width: 660px;
  margin: 0;
}
.row .row-image {
  width: 50%;
  height: 450px;
  object-fit: contain;
  object-position: center;
}
.row.row-reverse .row-content {
  order: 2;
  padding: 50px 0 50px 50px;
}
.row.row-reverse .row-image {
  order: 1;
}
/* HEADER */
.header {
  background-color: #fff;
  width: 100%;
  position: sticky;
  top: 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100px;
  gap: 0 20px;
}
.header .header-logo img {
  height: 50px;
}
.header .header-menu {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 50px;
}
.header .header-menu .menu-item {
  display: flex;
  align-items: center;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  height: 100px;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 4px solid transparent;
}
.header .header-menu .menu-item.is-active {
  border-bottom: 4px solid #cc3833;
}
.header .header-menu .header-menu-btn-close {
  line-height: 0;
  display: none;
}
.header .header-cart-icon {
  position: relative;
  line-height: 0;
}
.header .header-cart-icon #cart-icon-count {
  position: absolute;
  min-width: 15px;
  height: 15px;
  top: 7px;
  right: 5px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-login-btn {
  line-height: 0;
}
.header .header-compare-btn,
.header .header-wishlist-btn {
  position: relative;
  line-height: 0;
}
.header .header-compare-btn.has-count,
.header .header-wishlist-btn.has-count {
  margin-right: 5px;
}
.header .header-compare-btn #prod-icon-count,
.header .header-wishlist-btn #prod-icon-count {
  position: absolute;
  min-width: 15px;
  height: 15px;
  top: -4px;
  right: -7px;
  background-color: #cc3833;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-menu-btn-open {
  line-height: 0;
  display: none;
}
/* HERO */
.hero {
  display: flex;
  align-items: center;
  height: 800px;
  padding-bottom: 100px;
  background-image: url('../img/hero.png'), linear-gradient(to bottom, #edeeee 0%, #edeeee 82.9%, #fbfafa 82.9%, #fbfafa 100%);
  background-position: center top, center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.hero .hero-title {
  max-width: 550px;
  margin: 0;
  text-align: left;
}
.hero .hero-highlight {
  color: #cc3833;
}
.hero .hero-action {
  margin-top: 40px;
}
/* CHE COS'E */
#che-cose {
  background-color: #fbfafa;
  padding: 50px 0 100px;
}
#che-cose .che-cose-features {
  display: flex;
  border: 2px solid #edeeee;
  margin-top: 50px;
}
#che-cose .che-cose-features .che-cose-feature {
  width: 25%;
  min-height: 355px;
  padding: 30px;
  background-color: #fff;
}
#che-cose .che-cose-features .che-cose-feature + .che-cose-feature {
  border-left: 2px solid #edeeee;
}
#che-cose .che-cose-features .che-cose-feature-icon {
  width: 65px;
  height: 65px;
}
#che-cose .che-cose-features .che-cose-feature-title {
  margin-top: 40px;
  color: #1a1a1a;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}
#che-cose .che-cose-features .che-cose-feature-text {
  margin-top: 25px;
}
/* COMPONENTI */
#componenti {
  padding: 50px 0;
}
/* ACCESSORI */
#accessori {
  padding: 50px 0;
}
/* PERSONALIZZAZIONI */
#personalizzazioni {
  padding: 50px 0;
}
/* CONTATTI */
#contatti {
  padding: 50px 0 100px;
}
#contatti .contatti-content {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
#contatti .contatti-form-column {
  flex: 1;
  min-width: 0;
}
#contatti .contatti-form-column .contatti-intro-title {
  max-width: 500px;
  margin-bottom: 15px;
  color: #cc3833;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
#contatti .contatti-form-column .contatti-intro-text {
  max-width: 550px;
  margin-bottom: 45px;
}
#contatti .contatti-form-column .contatti-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#contatti .contatti-form-column .form-field {
  width: 100%;
  padding-bottom: 25px;
}
#contatti .contatti-form-column .contatti-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#contatti .contatti-form-column .contatti-submit {
  width: 145px;
  height: 40px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 15px;
}
#contatti .contatti-form-column .contatti-submit svg {
  width: 18px;
  height: 18px;
}
#contatti .contatti-map-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 60px;
  min-width: 0;
}
#contatti .contatti-map-column .contatti-map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 410px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
#contatti .contatti-map-column .contatti-address-card {
  display: flex;
  min-height: 230px;
  border: 1px solid #ccc;
  font-style: normal;
  overflow: hidden;
}
#contatti .contatti-map-column .contatti-address-column {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 35px 40px;
}
#contatti .contatti-map-column .contatti-address-title {
  margin-bottom: 5px;
  color: #cc3833;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
#contatti .contatti-map-column .contatti-address-text {
  margin-bottom: 12px;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 20px;
}
#contatti .contatti-map-column .contatti-address-logo {
  width: 100px;
  margin-top: 25px;
}
/* SISTEMA PICK-BOX REMOVIBILI */
#sistema-pick-box-removibili {
  padding: 50px 0 100px 0;
}
/* LOGIN */
.form-login {
  background-color: #fff;
  border: 2px solid #edeeee;
  padding: 30px;
  max-width: 360px;
  margin: auto;
  margin-bottom: 15px;
}
.form-login-to-registration {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 25px;
}
/* FORM */
.form-wrapper {
  background-color: #fff;
  border: 2px solid #edeeee;
  padding: 30px;
  margin-bottom: 15px;
}
.form-wrapper h2 {
  width: 100%;
  margin-top: 25px;
}
.form-wrapper h2:first-child {
  margin-top: 0;
}
.form-wrapper form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-wrapper form .repeater {
  width: 100%;
  position: relative;
}
.form-wrapper form .repeater .btn {
  min-width: 215px;
}
.form-wrapper form .repeater .btn svg {
  margin-right: 10px;
}
.form-wrapper form .repeater .repeater-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.form-wrapper form .repeater .repeater-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #303C4B;
}
.form-wrapper form .repeater .repeater-item:only-of-type .btn-delete {
  display: none;
}
.form-wrapper form .repeater .btn-add {
  position: absolute;
  right: 0;
  bottom: -36px;
}
.radio-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-field {
  width: calc(50% - 10px);
  padding-bottom: 10px;
}
.form-field.is-full {
  width: 100%;
}
.form-field.is-half {
  width: calc(25% - 10px);
}
.form-field.is-mini {
  width: calc(16.5% - 10px);
}
.form-field.is-hidden {
  display: none;
}
.form-field.is-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.form-field.is-checkbox label {
  width: calc(100% - 30px);
  margin-bottom: 0;
  font-weight: 400;
}
.form-field.is-radio {
  width: auto;
  cursor: pointer;
}
.form-field.is-radio input {
  display: none;
}
.form-field.is-radio input:checked + label {
  background-color: #cc3833;
}
.form-field label {
  display: block;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.form-field.form-field-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-field.form-field-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-field.is-password {
  position: relative;
}
.form-field.is-password input {
  padding-right: 45px;
}
.form-field.is-password button {
  position: absolute;
  margin: 0;
  bottom: 12px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
}
.form-field.is-password button svg {
  stroke: #cc3833;
}
.form-break {
  display: block;
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 13px;
  line-height: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-style: normal;
  padding: 0 15px;
  width: 100%;
  height: 45px;
  background: #fbfafa;
  transition: 0.3s;
  border-radius: 0;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #303C4B;
  outline: 0;
}
input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #000;
  position: relative;
  padding: 0;
}
input[type=checkbox]::before,
select[type=checkbox]::before,
textarea[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
  border-radius: 999px;
}
input[type=checkbox]:checked::before,
select[type=checkbox]:checked::before,
textarea[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=radio],
select[type=radio],
textarea[type=radio] {
  width: 20px;
}
select {
  padding: 0 5px;
}
textarea {
  padding: 10px 15px;
  height: 120px;
  resize: vertical;
}
.form-actions {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
/* FOOTER */
footer {
  background-color: #1a1a1a;
  color: #777;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
footer .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 75px 25px;
  gap: 75px;
}
footer .container p {
  margin-bottom: 10px;
}
footer .container .footer-company {
  width: 200px;
}
footer .container .footer-company .footer-logo {
  width: 125px;
}
footer .container .footer-back-to-top {
  position: absolute;
  right: 25px;
  bottom: 75px;
  border: 1px solid #fff;
  background-color: transparent;
}
footer .container .footer-back-to-top:hover {
  border: 1px solid #cc3833;
  background-color: #cc3833;
}
footer .container .footer-section a:hover {
  color: #cc3833;
}
.footer-last {
  background-color: #000;
  color: #777;
  padding: 35px 15px;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}
/* RESERVED CHATBOT */
.reserved-chatbot {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.reserved-chatbot .reserved-chatbot-panel {
  width: 380px;
  height: 500px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(27, 34, 43, 0.2);
  overflow: hidden;
}
.reserved-chatbot .reserved-chatbot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #303C4B;
  color: #fff;
}
.reserved-chatbot .reserved-chatbot-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.reserved-chatbot .reserved-chatbot-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.reserved-chatbot .reserved-chatbot-messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  overflow-y: auto;
}
.reserved-chatbot .reserved-chatbot-message {
  max-width: 85%;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #dde3e9;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.reserved-chatbot .reserved-chatbot-message.is-user {
  align-self: flex-end;
  background-color: #cc3833;
  color: #fff;
}
.reserved-chatbot .reserved-chatbot-message.is-loading {
  opacity: 0.65;
}
.reserved-chatbot .reserved-chatbot-message.is-error {
  color: #c92100;
}
.reserved-chatbot .reserved-chatbot-citations {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.reserved-chatbot .reserved-chatbot-citation {
  color: #cc3833;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}
.reserved-chatbot .reserved-chatbot-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-top: 1px solid #dde3e9;
}
.reserved-chatbot .reserved-chatbot-input {
  height: 40px;
}
.reserved-chatbot .reserved-chatbot-send {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: #cc3833;
  color: #fff;
  cursor: pointer;
}
.reserved-chatbot .reserved-chatbot-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background-color: #cc3833;
  box-shadow: 0 10px 25px rgba(27, 34, 43, 0.2);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}
/* MODAL */
html.modal-overflow {
  overflow: hidden;
  touch-action: none;
}
html.modal-overflow body {
  overflow: hidden;
  touch-action: none;
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
}
.modal-container.is-visible {
  opacity: 1;
}
.modal-container .modal-window {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 90vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
}
.modal-container .modal-window.success .modal-header {
  background-color: #45a53c;
  padding: 10px 0;
}
.modal-container .modal-window.error .modal-header {
  background-color: #c92100;
  padding: 10px 0;
}
.modal-container .modal-window .modal-header {
  text-align: center;
  line-height: 0;
}
.modal-container .modal-window .modal-header svg {
  width: 48px;
  height: 48px;
  color: #fff;
}
.modal-container .modal-window .modal-content {
  padding: 25px 25px 0 25px;
  overflow-y: auto;
  max-height: calc( 90vh - 85px);
  text-align: center;
}
.modal-container .modal-window .modal-footer {
  display: flex;
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-container .modal-window.loading {
  text-align: center;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.modal-container .modal-window.loading .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-container .modal-window.loading svg {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  display: block;
}
.modal-container .modal-window.loading .modal-footer {
  display: none;
}
.modal-container .modal-window.is-template-modal {
  max-width: 600px;
}
/* ALERT */
body.alert-overflow {
  overflow: hidden;
}
.alert-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible .alert {
  opacity: 1;
  transform: translate(0, 0);
}
.alert-container .alert {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 100vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
  transition: opacity 0s 0s, transform 0.3s 0s;
}
.alert-container .alert .alert-title {
  font-size: 3rem;
}
.alert-container .alert .alert-content {
  padding: 25px 25px 0px 25px;
}
.alert-container .alert .alert-footer {
  display: flex;
  align-items: center;
  padding: 15px 15px 25px 15px;
  justify-content: center;
}
.alert-container .alert .btn {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn:hover {
  background-color: #fff !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn + .btn {
  margin-left: 8px;
}
.alert-container .alert.alert-success {
  background-color: #45a53c;
  color: #fff;
}
.alert-container .alert.alert-success .btn:hover {
  color: #45a53c !important;
}
.alert-container .alert.alert-error {
  background-color: #c92100;
  color: #fff;
}
.alert-container .alert.alert-error .btn:hover {
  color: #c92100 !important;
}
@media (max-width: 1024px) {
  footer .container {
    padding: 25px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 15px;
  }
  .header .container {
    padding: 0;
    min-height: 0;
    gap: 0 10px;
  }
  .header .header-logo {
    padding: 10px 0 10px 10px;
  }
  .header .header-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
    gap: 0;
    background-color: #cc3833;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
  .header .header-menu .menu-item {
    width: 100%;
    text-align: center;
    justify-content: center;
    height: 36px;
  }
  .header .header-menu .header-menu-btn-close {
    display: inline-flex;
    position: absolute;
    margin: auto;
    top: 22px;
    right: 15px;
  }
  .header .header-menu.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .header .header-login-btn {
    margin-left: auto;
  }
  .header .header-menu-btn-open {
    display: block;
    padding: 10px 15px 10px 0;
  }
  footer .container {
    gap: 25px;
  }
  footer .container .footer-company {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .container .footer-company .footer-logo {
    width: 125px;
  }
  footer .container .footer-section {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .form-field {
    width: 100%;
  }
}
